/* Uopšteno podatci  */

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
  position: relative;
  width: 100%;
}

h1 {
	font-size: 40px;
	padding: 30px 0;

}

h2 {
	font-size: 40px;
	padding: 30px 0;
}

h3 {
	font-size: 22px;
	padding: 20px 0;
}

p {
	font-size: 18px;
	line-height: 1.6;
}

textarea {
  width: 90%;
  font-size: 20px;
}

hr {
	color: #e1e1e1;
}

.bold {
  font-weight: bold;
}

.mapa {
    background-color: #afd3b9;
}

.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #FFE500;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  border: 1px solid black;

/* Position the tooltip */
  position: absolute;
  left: 100px;
  top: 10px;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip2 {
  position: relative;
}

.tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 220px;
  background-color: #FFE500;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 2px 0;
  border: 1px solid black;

/* Position the tooltip */
  position: absolute;
  z-index: 1;
}


.tooltip2:hover .tooltiptext2 {
  visibility: visible;
}

.tooltip3:hover .tooltiptext3 {
    position: absolute;
    top: 40px;
    left: 20%;
    visibility: visible;
    z-index: 110;
}

.tooltip4:hover .tooltiptext4 {
    position: absolute;
    top: 40px;
    left: 22%;
    visibility: visible;
    z-index: 110;
}

.tooltip5:hover .tooltiptext5 {
    position: absolute;
    top: 40px;
    left: 26%;
    visibility: visible;
    z-index: 110;
}

/* Naslovna */

.profilna {
	position: absolute;
	top: 30px;
	left: 150px;
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

#indikator_zvono {
  position:absolute;
  top:10px;
  left:20%;
  z-index:99;
  color:red;
  font-weight:bold;
  font-size:20px;
}

#indikator_kljuc {
  position:absolute;
  top:10px;
  left:22%;
  z-index:99;
  color:red;
  font-weight:bold;
  font-size:20px;
}

#indikator_koverta {
  position:absolute;
  top:10px;
  left:25%;
  z-index:99;
  color:red;
  font-weight:bold;
  font-size:20px;
}

.ime {
	color: red;
}

/*------------------------------------------*/
/* Log in forma */
/*------------------------------------------*/

/*------------------------------------------*/
/*Svi klijenti */
/*------------------------------------------*/

#sort_klijent_form {
  padding-left: 5px;
}


#sort_klijent {
  padding: 5px 15px;
  width: 82%
}

#dugmadi_svi_klijenti {
  display: block;
  padding-top: 20px;

}

#dugmadi_svi_klijenti a {
  line-height: 30px;
  text-decoration: none;
  color: #000;
}

.dugme {
  border: 1px solid gray;
  padding: 2px 15px;
  background: #a0d0a0;
  width: 80%;
  margin: auto;
  margin: 5px;
}

/*------------------------------------------*/
/* Stranica mapa, početna stranica */
/*------------------------------------------*/

/* Forma mape */
#forma-mape {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 10px;
  border-radius: 5px;
}

#dugme-izbor-mape {
  margin: 5px;
  padding: 5px 10px;
}

#label-mapa {
  font-size: 16px;
  font-weight: normal;
  padding: 5px;
}

#forma-mape select {
  font-size: 14px;
  font-weight: normal;
  padding: 5px;
  width: 250px;
}

/* Forma klijenti */

#dugme-izbor-klijent {
  margin: 5px;
  padding: 5px 10px;
}

#label-klijent {
  font-size: 16px;
  font-weight: normal;
  padding: 5px;
}

#forma-klijent select {
  font-size: 14px;
  font-weight: normal;
  padding: 5px;
}


/*------------------------------------------*/
/* Stranica gradova preduzeća klijenata */
/*------------------------------------------*/

/* Za celu stranicu */

.naslov-veliki {
	float: none;
	text-align: center;
}

.spacer {
  width: 100%;
  height: 50px;;
}

.rb {
  width: 50px;
}

/*-------------------------------------*/
/*  Leva kolona menija sa ikonama */
/*-------------------------------------*/

.leva {
  position: fixed;
  top: 0;
  width: 90px;
  background-color: #FFE500;
  height: 100vh;
  z-index: 99;
}

.leva a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: #000;
  font-size: 36px;
}

.leva a:hover {
  background-color: #000;
  color: #fff;
}

.leva a:hover > .fa {
  color: #fff;
}

.zelena {
  background-color: #4CAF50;
}

.active {
  background-color: #fff;

}

.active > .fa {
   color: #000;
}


#nova_poruka {
  color: red;
  font-size: 16px;
  position: relative;
  top: -5px;
  left: 5px;

}


/*--------------------------------------------------------------------*/
/* Desna kolona kolona podataka za pregled i manipulaciju sa istim */
/*--------------------------------------------------------------------*/

#dugmadi {
  display: none;
}

.desna {
  position: relative;
  float: left;
  padding: 30px 30px 30px 120px;
  width: 100%;
}

/* Tabela održavanja */

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}


/*---------------------------------------------------------------------*/
/* Stranica forme unosa podataka za servisiranje "odrzavanje.php  */
/*---------------------------------------------------------------------*/

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

input[type=number], input[type=date],
input[type=text], input[type=textarea], input[type="password"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-color: rgb(238, 238, 238);
}

input[type="radio"], input[type="submit"] {
  margin: 10px;
}

select {
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-color: rgb(238, 238, 238);
}

input[type=checkbox] {
  margin: 10px;
}

.tabcontent input[type=submit] {
  padding: 12px 20px;
  color: white;
  margin: 8px 10px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

.zeleno_dugme {
    background-color: green;
}

.crvena {
	background-color: red;
}

.cancel {
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	background-color: red;
	text-decoration: none;
	padding: 11px 20px;
	color: white;
	margin: 8px 10px;
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}

.approval {
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	width: 30%;
	background-color: #4CAF50;
	text-decoration: none;
	padding: 11px 20px;
	color: white;
	margin: 8px 10px;
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}

label {
  font-weight: bold;
}

textarea {
  border-radius: 10px;
  padding: 5px;
}

#label {
  display: block;
  padding: 10px 5px 0px 5px;
}

#pregled {
  display: block;
}

#opis {
  margin: 10px 5px;
  height: 100px;
}

.potpis {
	width: 250px;
	height:55px;
	background-image: url("/potpisi/61df253251f55.png");
	border: none;
}

/*------------------------------------------*/
/* Stranica prijem poruka */
/*------------------------------------------*/

.okvir_poruka {
  border: 1px solid gray;
  border-radius: 10px;
  padding: 10px;
  margin: 5px;
}

.okvir_poruka a {
  color: #000;
}

#citanje {
  display: block;
}

.fa-times, .fa-check {
  float: right;
  padding: 5px 10px;
}

.tablinks > .fa-check {
  float:none;
  padding: 0px;
}

.fa-times {
  color: red;
}

.fa-check {
  color: green;
}

.fa-exclamation {
  color: red;
}

/*------------------------------------------*/
/* Osnovni podatci o klijentima i zapisi */
/*------------------------------------------*/

#brisanje {
  width:30px;
  text-align:center;

}

#brisanje a {
  text-decoration: none;
  color: black;
}

#prioritet {
  width: 50px;
  text-align: center;
  font-size: 16px;
}

.prikazi_sve {
  margin-top: 50px;
  width: 100%;
  padding: 10px;
  text-align: left;
}

.prikazi_sve:after {
  content: '\002B';
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.activep:after {
  content: "\2212";
}

.sadrzaj_informacija {
  display: none;
}




/*------------------------------------------*/
/* Novi klijent */
/*------------------------------------------*/

#uredi {
  display: none;
}

#dodaj {
  display: block;
}


/*------------------------------------------*/
/* Magacin */
/*------------------------------------------*/

#izbor_magacina {
    margin-bottom: 40px;
}


#izbor_magacina select {
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    width: 250px;
}

#korekcija_stanja {
  text-align: center;
  width: 50px;
  text-decoration: none;
  color: #000;
}

.fa-pencil-square-o {
  cursor: pointer;
}

  /* Iskačući prozori za prikaz segmenata o nama na početnoj odmah ispod naslovne */
/* The Modal (background) */
.mod {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
}

/* Modal Content */
.content {
  background-color: #fefefe;
  margin: auto;
  padding: 30px;
  padding-top: 60px;
  border: 1px solid #888;
  width: 30%;
  background-color: rgb(64,142,183); /* Fallback color */
  box-shadow: 5px 5px 15px #408EB7;
  border-radius: 10px;
}

.content p {
  color: #fff;
}

/* The Close Button */
.close {
  position: relative;
  top: -20px;
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*------------------------------------------*/
/*               TODO                       */
/*------------------------------------------*/

#pregledh {
  display: block;
}

/*------------------------------------------*/
/*               Profil                       */
/*------------------------------------------*/

#sakri_servise_div {
    display: none;
}

#sakri_servise_btn {
    padding: 10px;
}

.btn_profil {
    width: 100%;
    padding: 10px;
    margin: 0px!important;
    margin-top: 10px!important;
    color: red;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    border-color: gainsboro;
}

.dodavanje {
    padding: 25px;
    margin: 30px;
    background-color: #FFE500;
    border: 1px solid black;
    border-radius: 10px;
}



/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    .profilna {
      display: none;
    }

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
      display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

    tr { border: 1px solid #ccc; }

    td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%;
    }

   td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      padding-right: 10px;
      white-space: nowrap;
	  }

	/*
	Label the data magacin tabela pregled
	*/
	#magacin_tabela_pregled td:nth-of-type(1):before { content: "No"; }
	#magacin_tabela_pregled td:nth-of-type(2):before { content: "Name"; }
	#magacin_tabela_pregled td:nth-of-type(3):before { content: "Serial num."; }
	#magacin_tabela_pregled td:nth-of-type(4):before { content: "Code"; }
	#magacin_tabela_pregled td:nth-of-type(5):before { content: "Quantity"; }
	#magacin_tabela_pregled td:nth-of-type(6):before { content: "Last correction"; }
	#magacin_tabela_pregled td:nth-of-type(7):before { content: "Entry date"; }


	/*
	Label the data magacin tabela ispraljanje
	*/
  .magacin_tabela_ispravka:nth-of-type(1):before { content: "No"; }
	.magacin_tabela_ispravka:nth-of-type(2):before { content: "Name"; }
	.magacin_tabela_ispravka:nth-of-type(3):before { content: "Serial number"; }
	.magacin_tabela_ispravka:nth-of-type(4):before { content: "Code"; }
	.magacin_tabela_ispravka:nth-of-type(5):before { content: "Quantity"; }
  .magacin_tabela_ispravka:nth-of-type(6):before { content: "Unit"; }
	.magacin_tabela_ispravka:nth-of-type(7):before { content: "Last correction"; }
	.magacin_tabela_ispravka:nth-of-type(8):before { content: "Edit item"; }

  	/*
	Label the data magacin tabela servis
	*/
  .servis_tabela:nth-of-type(1):before { content: "Service type"; }
	.servis_tabela:nth-of-type(2):before { content: "Description"; }
	.servis_tabela:nth-of-type(3):before { content: "No of report"; }
	.servis_tabela:nth-of-type(4):before { content: "No of count"; }
	.servis_tabela:nth-of-type(5):before { content: "Operater"; }
	.servis_tabela:nth-of-type(6):before { content: "Date"; }
  .servis_tabela:nth-of-type(7):before { content: "Edit"; }

   	/*
	Label the data magacin tabela servis
	*/
  .servis_tabela_svi:nth-of-type(1):before { content: "Client"; }
  .servis_tabela_svi:nth-of-type(2):before { content: "Service type"; }
	.servis_tabela_svi:nth-of-type(3):before { content: "Description"; }
	.servis_tabela_svi:nth-of-type(4):before { content: "No of report"; }
	.servis_tabela_svi:nth-of-type(5):before { content: "No of count"; }
	.servis_tabela_svi:nth-of-type(6):before { content: "Operater"; }
	.servis_tabela_svi:nth-of-type(7):before { content: "Date"; }
  .servis_tabela_svi:nth-of-type(8):before { content: "Edit"; }


    	/*
	Label the data magacin tabela
	*/
  .osnovni_podatci_tabela:nth-of-type(1):before { content: "No"; }
	.osnovni_podatci_tabela:nth-of-type(2):before { content: "Priority"; }
	.osnovni_podatci_tabela:nth-of-type(3):before { content: "Notice"; }
	.osnovni_podatci_tabela:nth-of-type(4):before { content: "Date"; }
	.osnovni_podatci_tabela:nth-of-type(5):before { content: "Delete"; }


    	/*
	Label the data magacin tabela
	*/
  .osnovni_podatci_tabela_obrisane:nth-of-type(1):before { content: "No"; }
	.osnovni_podatci_tabela_obrisane:nth-of-type(2):before { content: "Priority"; }
	.osnovni_podatci_tabela_obrisane:nth-of-type(3):before { content: "Notice"; }
	.osnovni_podatci_tabela_obrisane:nth-of-type(4):before { content: "Date"; }
	.osnovni_podatci_tabela_obrisane:nth-of-type(5):before { content: "Restore"; }

    /* Label the data magacin tabela */
  .tabela_telefona:nth-of-type(1):before { content: "No"; }
	.tabela_telefona:nth-of-type(2):before { content: "Name"; }
	.tabela_telefona:nth-of-type(3):before { content: "Phone"; }


    td#tabela_telefona  {
        background-color: green;
        color: white;
    }

    .tabela_telefona > a {
        color: white;

    }



    	/*
	Label the data todo tabela
	*/
  .todo_tabela_pregled:nth-of-type(1):before { content: "No"; }
  .todo_tabela_pregled:nth-of-type(2):before { content: "Name"; }
  .todo_tabela_pregled:nth-of-type(3):before { content: "City"; }
  .todo_tabela_pregled:nth-of-type(4):before { content: "Job and info."; }
  .todo_tabela_pregled:nth-of-type(5):before { content: "Date"; }
  .todo_tabela_pregled:nth-of-type(6):before { content: "Done"; }
}

.todo_tabela_pregled select {
    padding: 0px;
}

.legende {
  display: flex;
  padding: 10px;
}

.legenda {
  flex-grow: 1;

}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  #forma-mape {
    display: none;
  }

  #indikator_zvono {
    position:absolute;
    top:10px;
    left:15%;
    z-index:99;
    color:red;
    font-weight:bold;
    font-size:20px;
  }

  #indikator_kljuc {
    position:absolute;
    top:10px;
    left:30%;
    z-index:99;
    color:red;
    font-weight:bold;
    font-size:20px;
  }

  #indikator_koverta {
    position:absolute;
    top:9px;
    left:23%;
    z-index:99;
    color:red;
    font-weight:bold;
    font-size:20px;
  }

  .leva {
    width: 45px;
    height: 2500px;
  }

  .leva a {
    font-size: 16px;
    padding: 10px;
    line-height: 20px;
  }

  .desna {
	 padding: 0px;
    padding-left: 50px;
    width: 100%;
  }

  #forma-mape {
    position: absolute;
    top: 0px;
    right: 20px;
  }

  #forma-mape select {
    padding: 0px;
    width: 150px;
  }

  .fa {
    font-size: 20px!important;
  }

  #dugmadi {
    display: block;
    padding: 20px 0px 0px 70px;

  }

  #dugmadi a {
    line-height: 30px;
    text-decoration: none;
    color: #000;
  }

  #dugmadi_svi_klijenti {
    display: block;
    padding-top: 20px;

  }

  #dugmadi_svi_klijenti a {
    line-height: 30px;
    text-decoration: none;
    color: #000;
  }

  .dugme {
    border: 1px solid gray;
    padding: 2px 15px;
    background: #a0d0a0;
    width: 80%;
    margin: auto;
    margin: 5px;
  }

  .dugme:hover {
    cursor: pointer;
  }

  #nova_poruka {
    top: -20px;
    left: 15px;
    font-size: 8px!important;
 }

 .tooltiptext2 {
    top: 30px;
    left: 30px;

 }
}

/**
 * ALL the UI design credit goes to:
 * https://www.sketchappsources.com/free-source/2676-calendar-template-sketch-freebie-resource.html
 */


/* WRAPPER */

.wrapper {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "content" "content2";
  width: 80vw; /* unnecessary, but let's keep things consistent */
	margin: 50px auto;
}



@media screen and (min-width: 850px) {
  .wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "content";
  }
}


/* MAIN */

.toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.toolbar2 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 24px;
}

.dayjob {
	margin-left: 24px;
}

.dayjob p {
	padding-left: 24px;

}

.active_day_calendar {
	background-color: rgba(255,35,35,0.40);
}

.current-month {
	text-transform: uppercase;
	text-align: center;
	margin: 24px;
}

.calendar {
  background-color: white;
  border: 1px solid #e1e1e1;
}

.calendar__week,
.calendar__header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendar__week {
  grid-auto-rows: 100px;
  text-align: right;
}

.calendar__week a {
	text-decoration: none;
}

.calendar__header {
  grid-auto-rows: 50px;
  align-items: center;
  text-align: center;
}

.calendar__day {
	box-sizing: border-box;
	height: 100%;
  padding: 16px;
}

/* COSMETIC STYLING */

.calendar {
  background-color: white;
  border: 1px solid #e1e1e1;
}

.calendar__header > div {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
}

.calendar__day {
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}

.calendar__day:hover {
	cursor: pointer;
}



/* Servisni izvestaj */
.izvesce * {
	box-sizing: border-box;
}

.izvesce {
		font-size: 16px;
		font-weight: bold;
}

#divUtrosenMaterijal {
    display: flex;
}

.izvesce input[type="radio"], 
.izvesce input[type="checkbox"] {
  width: auto;
}

.izvesce input[type="text"],
.izvesce input[type="number"],
.izvesce textarea {
    padding: 0px;
    margin: 0px 30px;
    border: none;
    background-color: transparent;
}

.izvesce label {
    padding-top: 10px;
}

.izvesce textarea {
  padding: 0px 10px;
  resize: none;
}

.izvesce input, textarea, select { 
	border-style: hidden;
	font-size: 20px;
}

.izvesce select, textarea {
	appearance: none;
	background-color: transparent;
}

.izvesce select {
	padding: 2px;
	margin: 0px;
	flex-basis: min-content;
}

.izvesce input:focus, textarea:focus {
		outline:none;
}

.izvesce  input::-webkit-outer-spin-button,
.izvesce  input::-webkit-inner-spin-button
.izvesce  textarea::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0; 
}

/* Firefox */
.izvesce input[type=number] {
    width: 70px;
	/*-moz-appearance: textfield;*/
}

.izvesce h1, h2 {
	font-size: 22px;
	margin: 20px;
	padding: 0px;
}

.normal_text {
	font-weight: normal;
	max-width: 100%;
  font-size: 20px;
}

.logo-podatci_si {
	display: flex;
	width: 100%;
	padding: 20px;
}

.logo_si {
	flex-grow: 1;
}

.logo_si img {
	width: 50%;
}

.podatci_si {
	flex-grow: 1;
}

.podaci_p {
	float: right;
}

.podaci_p p {
	margin: 4px;
	font-size: 15px;
}

#naslov_si, #podnaslov_si {
	text-align: center;
}

.datum_rada_centriranje_u_celiji {
	width: 100px!important;
}

.tabela_1 {
	display: grid;
	grid-template-columns: 50% 50%;
	padding: 10px;
}

.celia_tabele:nth-child(even) {
	border-right: 1px solid gray;
}

.celia_tabele {
	display: flex;
	flex-direction: column;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
}

.prvi_red_celie {
	display: flex;
	justify-content: left;
}

.centar {
	text-align: center;
}

.prvi_red_celie,
.prvi_red_celie_t2,
.prvi_red_celie_t2_levo {
	padding: 7px;
}

.drugi_red_celie {
	display: flex;
	height: 50px;
	align-items: center;
	justify-content: center;
	padding-left: 5px;
}

.ceo_red_tabele_opis {
	grid-column: 1 / span 2;
	grid-row: 4;
}

.zadnji_red_tabele {
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

.tabela_2 {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	padding: 10px;
}

.prvi_red_celie_t2_levo {
	display: flex;
	justify-content: left;
}

.prvi_deo_celie {
	flex-grow: 1;
	flex-basis: 0;
	display: flex;
}

.drugi_deo_celie {
	flex-grow: 1;
	flex-basis: 0;
	display: flex;
	font-weight: normal;
}

.prvi_red_celie_t2 {
	display: flex;
	justify-content: center;
}

.item1 {
	grid-column: 1 / 4;
	border: 1px solid gray;
	border-bottom: none;
}

.item2 {
	grid-column: 4 / 7;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
}

.item3 {
	grid-column: 1 / 7;
	border: 1px solid gray;
}

.item4 {
	grid-column: 1 / 4;
	border: 1px solid gray;
	border-top: none;
	border-right: none;
}

.item5 {
	grid-column: 4 / 7;
	border: 1px solid gray;
	border-top: none;
}

.item6, .item7, .item8, .item9, .item10, .item11 {
	border-left: 1px solid gray;
}

.item11 {
	border-right: 1px solid gray;
}

.item14 {
	grid-column: 1 / 7;
	border: 1px solid gray;
	border-top: none;
}

.item15 {
	grid-column: 1 / 7;
	border: 1px solid gray;
	border-top: none;
}

.celia_tabele_t2 {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
}

.desni_okvir {
	border-right: 1px solid gray;
}

.gornji_okvir {
	border-top: 1px solid gray;
}

.donji_okvir {
	border-bottom: 1px solid gray;
}

.visina200 {
	min-height: 200px;
	padding: 10px 10px;
	font-weight: normal;
}

.visinaAuto {
	min-height: 170px;
	padding: 10px 10px;
	font-weight: normal;
}

.drugi_red_celie_veci {
	height: auto;
}

.paragrafMaterijala {
	padding-left: 10px;
}

.drugi_red_celie_veci select {
	font-size: 14px;
}

.meraSpan {
	display: inline-block;
	padding-right:20px;
	width: 25px;
}

.tabela_3 {
	display: grid;
	grid-template-columns: 1fr 2fr 2fr 2fr;
	padding: 10px 0px;
}

.celija_tabele_3 {
 display: flex;
 justify-content: center;
}

.svetliji_font {
  color: #d4d4d4;
}

.normalan_font {
  font-weight: normal;
}

.inputwidth select {
	width: auto;
}

.flex {
	display: flex;
}

#utroseniDeloviSpisak p {
    margin: 4px;
    line-height: 1.6;
}

.obrisiDeoDugme {
    background-color: red;
    border-radius: 50%;
    padding: 0px 6px 2px 7px;
    color: white;
}

.obrisiDeoDugme:hover {
    cursor: pointer;
}

.redniBrojUtrosenogMaterijala  {
	display: inline-block;
	width: 30px;
	text-align: right;
	padding: 0px;
}

.skriveno1 {
	visibility: hidden;
}

.skriveno2 {
	visibility: hidden;
}

.skriveno3
 {
	visibility: hidden;
}

.skriveno5 {
	visibility: hidden;
 }

.skriveno6 {
	visibility: hidden;
  }

.skriveno7 {
	visibility: hidden;
 }

.izvesce input[type="submit"] {
    padding: 12px 20px;
    color: white;
    margin: 8px 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.centrirano_u_celiji {
	display: flex;
	align-items: center;
    justify-content: center;
	font-weight: normal;
}

.textPomociDiv {
	padding:20px;
}

.textPomoci {
	font-size: 12px;
}

.paragrafCrveni {
	color: red;
}

.broj_kutija {
	padding-left: 20px;
	width: 50%;
}

.prvi_red_celie_t2_mob {
	display:none;
	padding: 18px;
	border: 1px solid gray;
}

.datumPutovanjaMob1PrviDeo {
	display: none;
}

.pregledIzvescaPodatci {
	font-size: 16px;
}

#slikaPotpisaImg  {
	border : none!important;
    text-decoration: none!important;
}

#slikaPotpisaLink  {
	width: 250px;
	height: 55px;
}

#izborEmailaZaSalnjeDiv {
	padding: 20px;
}

#emailIzborni  {
	padding: 5px;
	border: 1px solid gray;
}

/* Servisni izvestaj kraj */

@media only screen and (max-width: 1200px) {
	
	p {
		font-size: 12px;
	}

	.logo-podatci_si {
		display: block;
	}

	.podaci_p {
		padding-bottom: 30px;
		float: none;
	}
	
	.desna {
		padding-top:100px;
	}

	.pregledIzvescaPodatci {
		padding: 5px;
		font-size: 12px;
	}
	
	.tabela_1,.tabela_2 {
		display: block!important;
	}

	.celia_tabele {
		border-right: 1px solid gray;
	}
	
	.celia_tabele_t2 {
		border-right: 1px solid gray;
	}
	
	.celia_tabele_t2 {
		border-left: 1px solid gray!important;
	}
	
	.prvi_deo_celie {
		flex-grow: 3;
	}
	
	.drugi_deo_celie {
		justify-content: center;
	}
	
	.drugi_red_celie {
		padding-left: 0px;
		height: auto;
	}
	
	.centrirano_u_celiji {
		justify-content: left;
	}
	
	.item4,.item5,.item6,.item7,.item8,.item9,.item10,.item11,#ukupnoTotal  {
		display: none;
	}
	
	.item2 {
		border-left: 1px solid gray;
	}
	
	#broj_kutija {
		padding-left: 10px;
		width: 100%;
		margin: auto;
	}
	
	.izvesce input, textarea, select {
		font-size: 14px;
	}
	
	.izvesce select {
		flex-basis:auto;
		float:right;
	}
	
	.izvesce {
		font-size: 12px;
	}
	
	.prvi_red_celie_t2_mob {
		display:block;
		border-top: 2px solid gray;
		border-bottom: none;
	}
	
	.flex {
		display:block;
	}
	
	.drugi_red_celie_veci select {
		font-size: 10px;
	}
	
	.mobNone {
		display:none;
	}
	
	.mobDispBlock {
		display:block;
	}
	
	.izvesce select {
		float: none;
	}
	
	.prikazPodatakaMobilni {
		display: flex;
		width: 100%;
	}
	
	.datumPutovanjaMob1PrviDeo {
		display: initial;
		flex-grow: 1;
		flex-basis: 0;
	}
	
	.datumPutovanjaMob1DrugiDeo {
		display: initial;
		flex-grow: 1;
		flex-basis: 0;
	}
	
	.siva {
		background-color: #e8e8e8;
	}
	
	.tabela_3  {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr;
	}
	
	#mesto  {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: 2;
		align-items: center;
	}
	
	#datum {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 2;
		grid-row-end: 3;
		align-items: center;
	}
	
	#serviser {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 3;
		grid-row-end: 4;
		align-items: center;
	}
	
	#kupac {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 4;
		grid-row-end: 5;
		align-items: center;
	}
	
	#mestoUnos  {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	
	#datumUnos {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 3;
	}
	
	#seviserUnos {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	
	#kupacUnos {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 4;
		grid-row-end: 5;
	}
}

/* Stranica za štampanje, to jest prilagođavanje stranice za štampu */

 .izvesceStampa { 
	display: none !important; 
 } 
 

 
  .izvesceStampa h1, h2 {
	font-size: 20px;
	margin: 5px;
	padding: 5px;
}

/* Stranica za štampanje, to jest prilagođavanje stranice za štampu */

 .izvesceStampa { 
	display: none !important; 
 } 
 

 
  .izvesceStampa h1, h2 {
	font-size: 20px;
	margin: 5px;
	padding: 5px;
 }	  
 
@media print { 
 /* All your print styles go here */
 .izvesce, .leva, .naslov-veliki, .naslov-srednji, .textPomociDiv, .profilna, #indikator_koverta, #indikator_kljuc,  #indikator_zvono, #forma-mape  { display: none !important; } 
 
 .izvesceStampa  { 
	display: block !important;
	height: 1200px;
	width: 1100px;
	/* to centre page on screen*/
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-weight: bold;
}

.izvesceStampa p  {
	font-size: 13px;
}

  .visina100 { 
    min-height: 100px;
	padding: 10px 10px;
  }
  
   .izvesceStampa  .item15  .visina200 { 
	height: 120px;
	padding: 0px 10px;
  }
 
  .desna {
    float: none;
    padding: 0px;
    width: 100%;
}
 

}