.App {
  text-align: center;
}

.App-logo {
  -webkit-animation: App-logo-spin infinite 20s linear;
          animation: App-logo-spin infinite 20s linear;
  height: 80px;
}

.App-header {
  background-color: #222;
  height: 150px;
  padding: 20px;
  color: white;
}

.App-title {
  font-size: 1.5em;
}

.App-intro {
  font-size: large;
}

@-webkit-keyframes App-logo-spin {
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes App-logo-spin {
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}


.LoginPage {
    text-align: center;
}

html, body {
    background-image: url(../../static/media/background_7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100%;
    text-align: center;
}
.lijeviDiv, .desniDiv {
    width: 70%;
    padding: 30px;
}

.lijeviDiv {
    background-color: transparent;
    margin: 14%;
    opacity: 0.9;
}

.grid {
    display: grid;
    grid-template-columns: 15% 35% 35% 15%;
    grid-template-rows: 10% 80% 10%;
    width: 100%;
    height: 100vh;
}

.sredina {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 2;
    background: black;
    opacity: 0.9;
    display: grid;
    grid-template-columns: 50% 50%;
}

.firstcol {
    grid-column-start: 1;
    grid-column-end: 1;
    background: black;
    opacity: 0.9;
    border-right: 1px solid #009973;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    display: grid;
    grid-template-rows: 40% 20% 40%;
}

.tekst {
    grid-row-start: 2;
    grid-row-end: 2;
}

.secondcol {
    grid-column-start: 2;
    grid-column-end : 2;
    background: white;
    border-left: 1px solid #009973;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}


h1 {
    color: white;
}

.CoFsLZsPOuKAimQZwhnZP {
    color: #737373;
    font-family: 'Courier New', Monospace;
    text-align: right;
}

.PNaYQ5SiLPt5n2I5M7V3A, .loginButton {
    height: 40px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
}

.PNaYQ5SiLPt5n2I5M7V3A {
    width: 90%;
    float: left;
    clear: both;
    margin-top: 8px;
    text-align: center;
    background-color: transparent;
    border-width: 0;
    border-bottom: 1px solid #009973;
}

.loginButton {
    background-color:#009973;
    width: 200px;
    margin-top: 40px;
    border-radius: 12px;
    
}


.AdminPage {
    text-align: center;
}


.NovoTakmicenje {
    text-align: center;
}


table {
    text-align: center;
}

td p {
     margin: 12px;
     margin-left: 35px;
    /* width: 140px; */
 }

td input[type=date] {
    margin-left: 2px;
    height: 30px;
    width: 200px;
}

._3XVpUX4t2yuDPsnU0nPe6 {
    margin-left: 2px;
    height: 30px;
    width: 200px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #009973;
}


input[type=checkbox] {
    margin: 0px;
    height: 18px;
    width: 18px;
}

input[type=number] {
    width: 70px;
    background : transparent;
    border : 0;
    border-bottom: 1px solid #009973;
}

#number {
    width: 140px;
}

.maliButton {
    height: 40px;
    border-radius: 12px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
	background-color:#009973;
    width: 110px;
    margin-top: 10px;
	margin-left: 20px;
}



.takmicenje, .takmicarskeGrupe {
    text-align: center;
    margin: 12px;
    border-radius: 12px;
    border: 1px solid transparent;
    padding-bottom: 3px;
}

.takmicenje:hover, .takmicarskeGrupe:hover {
    border-radius: 12px;
    border: 1px solid #009973;
    padding-bottom: 3px;
}


.listaOsoblja, .listaGrupa { 
    overflow-y: scroll;
}


.listaOsoblja {
    border:2px solid #009973; 
    border-radius: 5px;
    padding: 10px;
    width:450px; 
    height: 150px; 
    text-align: left;
}

.listaGrupa {

}

.loop {
    border: 1px solid #009973;
    border-radius: 12px;
    margin: 10px;
}

.napomena {
    font-size: 12px;
    color: #009973;
    width:80%;
    text-align: left;
    font-style: bold;
}

select {
    border: 1px solid #009973;
    background: transparent;
    border-radius: 12px;
    height: 30px;
    width: 200px;
}

.takmicenje_textarea {
    width: 300px;
    height: 100px;
    border: 1px solid #009973;
}

.menuZaTakmicenje, .menuZaOsoblje {
    display: none;
}

.NoviAdmin {
    text-align: center;
}

.buttons {
    text-align: center;
    margin-top: 35px;
}

.buttons button {
    background-color:#009973;
    width: 150px;
    height: 30px;
    border-radius: 12px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    margin-right: 15px;
}

.logo {
    bottom: 0;
    width: 100%;
    position: fixed;
}

.svaTakmicenja {
    background-color: #009973;
    opacity: 0.9;
    text-align: left;
    font-family: 'Times New Roman', Times, serif;
}

.sidenav_admin {
    height: 0%;
    width: 70%;
    position: fixed;
    z-index: 1;
    top: 0;
    background-color: white;
    overflow-y: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.sidenav_admin .closebtn {
    font-size: 36px;
    color:black;
}



html, body {
    background-image: url(../../static/media/background_7.jpg);
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
    min-height: 100%;
    text-align: center;
}

.menu, .container {
    /*background: black;/* #303030;*/
    float: left;
    margin-top: 2%;
    font-family: 'Times New Roman', Times, serif;
    opacity: 0.8;
    /*color: #909090;*/
}


.menu {
    background: black;
    width: 20%;
    text-align: left;
    height: 90vh;
    border-color: #009973;
    border-right: 1px solid #009973;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    /*margin-right: 20px;*/
    margin-left: 3%;
    
}

.container {
    width: 75%;
    height: 90vh;
    overflow-y: scroll;
    border-left: 1px solid #009973;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background: white;
    opacity: 0.9;
    /*margin-right: 20px;*/
}

li {
    list-style-type: none;
}

h2 {
    color: #737373;
    font-family: 'Courier New', Monospace;
    text-align: center;

}

.imeTakmicenja {
    color: #737373;
    font-family: 'Courier New', Monospace;

}

.menuButton, .podmenuButton {
    background: transparent;
    border-width: 0px;
    text-align: left;
    width: 100%;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.menuButton {
    height: 40px;
    font-size: 17px;

}


.podmenuButton {
    height: 25px;
    font-size: 13px;
}

.menuButton:hover, .podmenuButton:hover {
    background-color: white;
    color: black;
}

.naslov {
    margin-left: 12px;
    width: 50%;
    text-align: center;
}

.naslov_2 {
    margin-left: 7px;
    width: 90%;
    text-align: left;
}

.naslov, .naslov_2 {
    
    border-bottom: 1px solid #009973;
}

.greska {
    text-align: left;
    font-size: 15px;
    color: red;
    font-family: 'Times New Roman', Times, serif;
}

.uspjeh {
    text-align: left;
    font-size: 15px;
    color: #009973;
    font-family: 'Times New Roman', Times, serif;   
}

textarea {
    background: transparent;
    border: 1px #009973 solid;
    border-radius: 12px;
}

.div_okvir {
    border: 1px black solid;
    border-radius: 12px;
    width: 100%;
}

.nivo_2 {
    margin-left: 3%;
}

.nivo_3 {
    margin-left: 6%;
}

.nivo_4 {
    margin-left: 9%;
}

.licniPodaci {
    width: 25%;
    border-right: 1px solid #009973;
    margin-top: 2%;
    height: 80vh;
    float: left;
}

.lokacija, .takmicenjaInfo {
    width: 35%;
    margin-left: 5px;
    margin-top: 2%;
    float: left;
}

.lokacija {
    border-right: 1px solid #009973;
}

.takmicenjaInfo {
    width: 35%;
}

.backButton {
    float: right;
}

.pitanja_button {
    
    background: transparent;
    border-radius: 12px;
    border : 1px solid #009973;
    width: 90%;
    height: 30px;
    margin-bottom: 2px;
    text-align: left;
}


.OsobljePage {
    text-align: center;
}

.infomenu, .infocontainer {
    background: transparent;
    height: 90vh;
    float: left;
}

.infomenu {
    width : 20%;
    border-right: 2px solid #009973;
    margin-top: 9px;
    margin-bottom: 3px;
    text-align: left;
}

.infocontainer {
    width : 70%;
    margin-left: 5px;
}

.containermenu li button, .zadatak_button {
    background: transparent;
    text-align: left;
    border: none;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    color: gray;
    height: 30px;
}

.containermenu li button:hover {
    color: black;
}


._1zJNht9OZ5ulc37jJ9u6PL {
    margin-left: 10px;
    height: 40px;
    border-radius: 12px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    width: 400px;
    clear: both;
    margin-top: 8px;
    border-color: #009973;
    text-align: center;
    background-color: transparent;
    color: black;
}

h4 {
    margin-left: 60px;
}

h5 {
    margin-left: 20px;
}

h4, h5 {
    text-align: left;
    font-family: 'Times New Roman', Times, serif;
}

.naslov {
    text-align: left;
}

.zadaci, .pregledZadatka {
    margin: 10px;
    width: 100%;
    clear: both;
}

.zadaci {
    height: 15%;
    text-align: left;
}

.pregledZadatka {
    height: 75%;
}

img {
    width: 50px;
    height: 50px;
}

.velikaSlika {
    width: 90%;
    height: 30%;
}

.zadaci ul li {
    display: inline;
}

.zadatak_button {
    clear: left;
}

.zadatak_button:hover {
    color: black;
}


.nZadatak tbody tr td input[type=text], .osoblje_textarea {
    width: 400px;
} 

.osoblje_textarea {
    margin-top: 10px;
    height: 200px;
} 

.maliText {
    width: 400px;
    height: 50px;
}

.aktivnaTakmicenja {
    margin-top: 7px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    border-bottom: 1px solid #009973;
}

.aktivnaTakmicenja button {
    float: right;
    background-color: #009973;
    border-radius: 12px;
    border: 1px transparent solid;
    height: 30px;
    width: 130px;
}

.aktivnaTakmicenja table {
    width: 100%;
}

.aktivnaTakmicenja table tbody tr td {
    width: 80%;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    margin : 5px;
    text-align: left;
}

.takmGrupa {
    width: 70%;
}

.ucesnik_button {
    height: 45px;
    background: transparent;
    border: 0px;
    width: 400px;
    border-bottom: 1px solid #009973;
    border-top: 1px solid #009973;
    text-align: left;
}

.autotestovi {
    background:gray;
    
}


.UcesnikPage {
    display: grid;
    width: 100%;
    height: 100%;
}

.grid-container {
    display: grid;
    grid-template-rows: 7% 93%;
    grid-gap: 10px;
    width: 100%;
}

.prviRed {
    grid-row-start: 1;
    grid-row-end: 1;
}

.drugiRed {
    grid-row: 2;
    grid-template-columns: 20% 70%;
    grid-gap: 10px;
    width: 100%;
}

.prvaKolona {
    grid-column-start: 1;
    grid-column-end: 1;
    height: 70vh;
}

.drugaKolona {
    grid-column-start: 2;
    grid-column-end : 2;
    overflow-y: scroll;
    height: 70vh;
}

.prviRed, .prvaKolona, .drugaKolona {
    background: white;
    float: left;
    margin: 5px;
    border-radius: 12px;
    font-family: 'Times New Roman', Times, serif;
    opacity: 0.95;
}

.button-verzije {
    background-color: #009973;
    width: 95%;
    border-radius: 12px;
    height: 30px;
}

.button-verzije:hover {
    color:  #003311;
}

.div-verzije {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin-top: -100%;
}

.div-verzije.expanded {
    margin-top: 0%;
}

.container-verzije {
    overflow: hidden;
}

#verzije table tbody tr td {
    border : 1px solid #009973;
}

#cel td, #cel th {
    border : 1px solid #009973;
    padding: 0.5em;
}

#verzije table tbody tr th, #verzije table tbody tr td {
    padding: 1em;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav .closebtn {
    font-size: 36px;
    color:white;
}

.editPoljaNova {
	width: 280px; 
	border-width: 0px 0px 1px; 
	border-top-style: initial; 
	border-right-style: initial; 
	border-bottom-style: solid; 
	border-left-style: initial; 
	border-top-color: initial; 
	border-right-color: initial; 
	border-bottom-color: rgb(102, 255, 102); 
	border-left-color: initial; 
	border-image: initial; 
	background: transparent;
}

.programskiJezik {
	border: 1px solid rgb(0, 153, 115); 
	border-radius: 12px; 
	padding-left: 5px; 
	background: url('../../static/media/minus.png') no-repeat right;
	color: black;
	text-decoration: none;
}


.editPoljaTakmicari {
	border-width: 0px 0px 1px; 
	border-top-style: initial; 
	border-right-style: initial; 
	border-bottom-style: solid; 
	border-left-style: initial; 
	border-top-color: initial; 
	border-right-color: initial; 
	border-bottom-color: rgb(0, 153, 115); 
	border-left-color: initial; 
	border-image: initial;
}
