/*
	**********************************************************************
	**********************************************************************
	***********************************************************************
				GOSIM STYLE
	*********************************************************************
	*********************************************************************
	*********************************************************************
*/

body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
}


.invisible {
    display: none;
}

.checkbox {
	align-self: flex-start;
}

.checkbox:checked + .invisible {
    display: block;
}

.invisible_input {
    display: none;
}

.form {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: auto;
	max-width: 500px;
	padding: 50px;
	transform: translateY(-10%);
	position: relative;

	border: 2px solid #A12D23;
	box-shadow: 0 20px 50px rgba(95, 60, 57, .2); 

}

.form--error {
	color: #A12D23;
	font-size: 12px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	top: 10px;
}

.input {
	font-size: 20px;
	border-radius: 5px;
	margin-top: 10px;
	border: 2px solid #A12D23;
	transition: transform .3s ease-in;
}

.input:focus {
	outline: none;
	transform: scale(1.1);
}

.button {
	margin-top: 30px;
	color: white;
	font-size: 17px;
	padding: 10px 20px;
	background-color: #A12D23;
	border-radius: 20px;
	text-decoration: none;
	align-self: flex-start;
	outline: none;
	border: none;
}

.header .button {
	margin-top: 0;
}

.smer-button {
	padding: 5px 10px;
	background-color: #A12D23;
	text-decoration: none;
	border-radius: 3px;
	color: white;
	border: none;
	font-size: 16px;
}

.label {
	font-size: 20px;
	color: #A12D23;
	align-self: flex-start;
	margin-top: 15px;
}

.smer-label {
	color: #A12D23;
	margin-right: 5px;
}

.link--main {
	font-size: 30px;
	padding: 15px 40px;
	background-color: #A12D23;
	color: white;
	text-decoration: none;
	text-align: center;
	transition: transform .3s;
}

.link--main:hover {
	transform: scale(1.1, 1.2);
}

.link--main:active {
	transform: scale(1);
}

.link--main:not(:last-child) {
	margin-bottom: 30px;
}

.wrapper {
	display: flex;
	flex-direction: column;
	transform: translateY(-10%);
}

.only_first:first-of-type {
	display: none;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	padding: 30px;
	flex-wrap: wrap;
}

.container.prijava {
	margin-top: 50px;
}

.container--full-height {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.table {
	padding: 50px;
	box-shadow: 0 20px 50px rgba(95, 60, 57, .2);  
	border-collapse: collapse;
}

.table.predmeti {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.form-horizontal {
	display: flex;
	align-items: center;
}

.form-vertical {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.form-wrapper {
	justify-content: center;
	padding: 100px 30px;
}

.form-wrapper--horizontal select {
	margin-right: 15px;
}

.form-wrapper--horizontal {
	margin: 35px 0;

}

.form-wrapper .form {
	margin: 0;
	margin-top: 75px;
}

.button.centered {
	align-self: center;
}

.table {
	width: 450px !important;
}

.table-header {
	font-size: 25px;
	padding: 15px;
	color: white;
	background-color: #99332a;
	border-bottom: 3px solid white;
	max-width: 130px;
}

.table-header.small {
	max-width: 110px;
}

.table-header.large {
	width: 220px;
}

.table-header:not(:last-child) {
	border-right: 3px solid white;
}

.table-header.middle {
	background-color: #A12D23;
	font-size: 25px;
	padding: 10px;
	border: none;
}

.table-header.middle.white {
	background-color: white;
	color: #A12D23;
	margin-bottom: 30px;
	font-size: 20px;
}

.table-data {
	font-size: 25px;
	padding: 15px;
	color: #A12D23;
	text-align: center;
	border: 1px solid #A12D23;
	max-width: 170px;
}

.table-data.green {
	background-color: #23a14b;
	color: white;
	border: 1px solid #A12D23;
}

.table-data.small {
	font-size: 15px;
}


.table-title {
	color: #A12D23;
	font-size: 35px;
	padding: 50px 0;
}

.select {
	width: 100%;
	font-size: 20px;
	border-radius: 5px;
	margin-top: 10px;
	border: 2px solid #A12D23;
	background-color: white;
	outline: none;
}

.smer-select {
	margin-right: 5px;
	border: 2px solid #A12D23;
	background-color: white;
	outline: none;
}

.info-card {
	display: flex;
	flex-direction: column;
	border: 2px solid #A12D23;
	box-shadow: 0 20px 50px rgba(95, 60, 57, .2);
	padding: 20px;
	max-width: 200px;
}

.title-big {
	color: #A12D23;
	font-size: 35px;
}

.constrain {
	max-width: 500px;
}

.title-small {
	color: #A12D23;
	font-size: 25px;
}

.header {
	position: absolute;
	top: 20px;
	right: 20px;
}

.header .button:not(:last-child) {
	margin-right: 15px;
}

.td {
	border-bottom: 2px solid #A12D23;
}

.table-wrapper {
	text-align: center;
}

.prijavljen {
	background-color: #23a14b;
}

.hidden {
	display: none;
}

.show {
	top: 45px;
	right: 70px;
	position: absolute;
	z-index: 100;
	background-color: white;
	display: flex;
	flex-direction: column;
	padding: 40px;
	width: 200px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .2); 
}

.show.profesor {
	right: 270px;
}

.show.promena {
	right: 470px;
}

.show label {
	font-size: 20px;
}

.show input {
	margin-bottom: 10px;
}

.show .smer-button {
	align-self: flex-start;
}

.show-year {
	display: block;
	margin-top: 20px;
}

.show-year a {
	font-size: 13px;
	background-color: blue;
}

.showDeleteStudent {
	display: flex;
	flex-direction: column;
	width: 250px;
	padding: 15px;
	background-color: white;
	top: 45px;
	right: 550px;
	position: absolute;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
	font-size: 15px;
}

.showDeleteStudent form,
.prikaziRok form {
	display: inline-block;
}

.button-delete {
	padding: 5px 15px;
	background-color: #A12D23;
	text-decoration: none;
	border-radius: 3px;
	color: white;
	border: none;
	font-size: 15px;
}

.button-delete.no {
	background-color: green;
	margin-left: 5px;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
}

.buttons-wrapper {
	display: flex;
	justify-content: space-evenly;
	margin-top: 15px;
}

.container.studenti .table-data a {
	text-decoration: underline;
	color: #A12D23;
}

select {
	outline: none;
}

.button-fixed {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 20px;
	padding: 10px 20px;
	border-radius: 20px;
	color: white;
	border: none;
}

.button-fixed.red {
	background-color: rgb(173, 37, 37);
}

.button.green {
	background-color: green;
}

.prikaziRok {
	display: flex;
	flex-direction: column;
	width: 250px;
	padding: 15px;
	background-color: white;
	top: 50px;
	right: 280px;
	position: absolute;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
	font-size: 15px;
	align-items: center;
	z-index: 100;
}

.prikaziPrijave {
	display: flex;
	flex-direction: column;
	width: 250px;
	padding: 15px;
	background-color: white;
	top: 50px;
	right: 100px;
	position: absolute;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
	font-size: 15px;
	align-items: center;
	z-index: 100;
}


button {
	outline: none;
}

button:hover,
.button:hover {
	cursor: pointer;
}

input.button {
	margin-top: 0;
}

.mt-md {
	margin-top: 15px;
}

.mt-lg {
	margin-top: 30px;
	display: inline-block;
}

.checkbox-centered {
	align-self: center;
}

.checkbox-centered:checked ~ .invisible {
	display: block;
}

.dodajPredmet .input,
.dodajPredmet .select,
.dodajStudenta .input
{
	align-self: flex-start;
	width: auto;
}

.title-small.napomena {
	font-size: 15px;
	max-width: 300px;
	margin: auto;
	margin-bottom: 20px;
}

.checkboxtext
{
  /* Checkbox text */
  font-size: 15%;
  display: inline;
}

.table-databig {
	font-size: 25px;
	padding: 15px;
	color: #A12D23;
	text-align: center;
	border: 1px solid #A12D23;
	width: 125%;
}
