body {
    background: rgb(245,245,220);
}

h3 {
    color:rgb(95, 2, 31);
    font-family: 'Times New Roman', Times, serif;
}

table, th {
  border-collapse: collapse;
  border: 1px solid black;
}

td {
  border: 1px solid black;
  padding: 5px;
}

tr:nth-child(even) {
  background: rgb(260, 245, 206);
}

strong {
  display: inline;
}

#naslovnica {
    display: flex;
    flex: 1;
    background:  rgb(239, 224, 185);
    padding: 15px;
    border-radius: 15px;
}

.naslov1 {
    color: rgb(95, 2, 31);
    flex: 1;
    font-size: 3em;
    font-family: 'Charm', cursive;
}

.naslov2 {
    color: rgb(95, 2, 31);
    flex: 1;
    font-size: 3em;
    font-family: 'Charm', cursive;
    text-align: right;
}

.naslov3 {
    color: rgb(255, 0, 0);
    flex: 1;
    font-size: 3em;
    font-family: 'Charm', cursive;
    text-align: center;
    cursor: default;
}

#rezultat {
  font-size: 0.5em;
}

#form_div {
    padding: 15% 0 0 0;
    display: flex;
    justify-content: center;
    align-content: center;
}

#prijava {
    background: rgb(239, 224, 185);
    padding: 10px;
    width: 17%;
    height: 30%;
    text-align: left;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 12px;
}

.login {
    font-size: 1.5em;
    font-family: 'Charm', cursive;
    color: rgb(95, 2, 31);
}

.loginText {
    margin: 5px;
    width: 90%;
    height: 30px;
    border-radius: 10px;
    outline: none;
}

.loginText2 {
    margin: 5px;
    height: 30px;
    border-radius: 10px;
    outline: none;
    font-size: 1em;
    width: 70%;
}

.logintext3 {
  margin: 5px;
  height: 30px;
  border-radius: 10px;
  outline: none;
  font-size: 1em;
  width: 15%;
}

.logintext4 {
  margin: 5px;
  height: 30px;
  border-radius: 10px;
  outline: none;
  font-size: 1em;
  width: 20%;
}

.logintext5 {
  margin: 5px;
  height: 30px;
  border-radius: 10px;
  outline: none;
  font-size: 1em;
  width: 30%;
}

.sirina{
  width: 60px;
}

.chb {
  margin-right: 5px;
  height: 25px;
  width: 25px;
  vertical-align: middle;
}

.btn {
    background: rgb(95, 2, 31);
    color: white;
    width: 93%;
    height: 50px;
    margin: 20px 5px;
    border-radius: 12px;
    font-family: 'Charm', cursive;
    font-size: 1.2em;
    outline: none;
}

.btn1 {
  width:70%;
}

.btn2 {
  width: 20%;
  height: 40px;
}

.btn:hover {
    background: rgb(0, 44, 0);
}

.wrapper {
    display: flex;
    margin-top: 80px;
}

.seznam {
    display: flex;
    flex: 1;
    background: rgb(239, 224, 185);
    color: rgb(95, 2, 31);
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
    flex-direction: column;
}

.menu {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
}

.zbirnik {
  display:flex;
  justify-content: space-between;
}

.oznake {
  line-height: 40px;
  font-size: 1.2em;
  margin:0;
}

.oznaka {
  flex:1;
}

.pacijent {
  flex:2;
}

button {
    width: 300px;
    height: 50px;
    background: rgb(95, 2, 31);
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
    border-radius: 12px;
    outline: none;
}

button:hover {
    background: rgb(0, 44, 0);
}

button.Odjava {
  background: rgb(255, 0, 0);
}

.potrdilo {
  background: rgb(0, 210, 0);
}

.potrdilo:hover {
  background: rgb(0,255,0);
}

.neprihod {
  background: rgb(210, 0, 0);
  color: white;
  margin-left: 10px;;
}

.neprihod:hover {
  background: rgb(255, 0, 0);
}

.btnnarociloz {
  color: #000;
  background: rgb(0,255,0);
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  padding: 2px;
}

.btnnarocilor {
  color: #fff;
  background: rgb(210, 0, 0);
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 2px;
}

.izpis {
  background-color: beige;
  margin-top: 20px;
  font-weight: bold;
  width: 80%;
  text-align: center;
  box-shadow: 0px 0px 3px 2px #000;;
}
