
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
 

.tooltip .tooltiptext {
  visibility: hidden;
  width: 170px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;

  /* Position the tooltip */
  position: absolute;
  top: -70px;
  right: -30px;
  z-index: 1;
}



.float-left{
	float: left;
}

.float-right{
	float: right;
}

.row{
	margin-top: 60px;
	width: 100%;
	display: flex;
}

.settings-form{
	width: 20%;
	margin: 0px 2.5%;
}

.hidden{
	visibility: hidden;
	visibility: collapse;
}

.numbers{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.6;
}
 
/*TUTORIJAL*/
.video-box{
	margin: auto;
	padding: 20px;
	background-color: #fff;
}

.white-page{
	width: 80%;
	padding: 40px 50px;
	background-color: #fff;
	margin: auto;
}

.h-center{
	text-align: center;
	margin-top: 60px;
}

.li-users{
	margin-bottom: 40px;
}


/*END Tuttorial*/
html{
	margin:0;
	padding: 0;
	height: 100%; 
}

body{
	margin:0;
	padding: 0;
	font-family: 'Lucida Sans Unicode', sans-serif;
/*	background: #d3f8b4; */
	
    height: 100%; 

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.input-right{
	float: right;
	height: 14px; 
	font-size: 12px;
	width: 120px;
}

.input-kupac{
	float: right;
	height: 25px;
	width: 180px;
}

div.awesomplete {
    padding: 0px;
	float: right !important;
    margin: auto;
}

input[class*="artikal-input"], textarea[class*="artikal-input"]{
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
	line-height: 1.6;
  border-width: 2px;
  border-image: initial;
  padding: 2px 0px 0px 2px;
	font-size: 13px !important;
	float: right;
	width: calc(100% - 10px);
	margin: auto;
}



input[type*="text"]{
	font-size: 12px;
}

.wrapper{
	width:90%;
/*	min-height:100vh;  */
	margin: 0 auto;
	padding: 0;
	overflow: auto; 
	/* padding-bottom:30px; */
}



.container{
  margin-top: 120px;
	width: 95%;
	margin: auto;
	min-height: 77.5vh;
}


.mont-logo{
	margin-left: 50px;
}

.generalije{
	width: 100%;
	height: 135px;
	margin-bottom: 5px;
	margin-top: 20px;
}


.generalije-ulaz, .generalije-ulaz{
	width: 100%;
	height: 240px;
	margin-bottom: 5px;
	margin-top: 20px;
}

.generalije-dobavljac{

	border: 1px solid;
	border-radius: 6px;
	min-width: 40%;

	padding: 5px
}


.top-full{
        margin: 0 50px;
	padding: 10px;
}

.setings-button{
	margin-left: 20px;
}

.bottom-buttons{
	position: relative;
	right: 0px;
	height: 50px;
	width: 100%;
	margin-top: 15px;
}

.submit, .middle-button{
	transition: 0.5s color;
	transition: 0.5s box-shadow;
	min-width:50px;
	padding:5px 8px;
	border-radius:5px;
	border: 1px solid #3c3c3c;
	background-color: #2b2b2b;
	color: #bebebe;
	font-family: 'Raleway', sans-serif;
	box-shadow: 0px 1px 2px 0px #000000;
	cursor: pointer;
}

.submit{
	float: right;
	margin: 0px 5px;
}
.middle-button{
	margin: 2px auto;
	min-width: 70px;
}

.submit:hover, .middle-button:hover{
	transition: 0.5s color;
	transition: 0.5s box-shadow;
	box-shadow: 0px 3px 3px 0px  #000000;
	color:#fff;
}


.submit:focus, .middle-button:hover{
	transform: translateY(2px);
	transition: 0.2s box-shadow;
	box-shadow: 0px 0px 1px 0px #000000;
	border: 1px solid #3c3c3c;
	outline:0;
}

.x-button{
	transition: 0.5s color;
	transition: 0.5s box-shadow;
	box-shadow: 0px 1px 2px 0px #000000;

	float: right;
  margin-right: 6px;
	cursor: pointer;
	padding: 1px 4px;
	text-align: center;
	font-weight: 600;
	background-color: red;
	color: #EAEAEA;
	border: solid 1px #494949;
	border-radius: 4px;
}

.x-button-legend{
	float: right;
  margin-right: 6px;
	padding: 1px 4px;
	text-align: center;
	font-weight: 600;
	background-color: red;
	color: #EAEAEA;
	border: solid 1px #494949;
	border-radius: 4px;
}

.x-button:hover, .x-button1:hover{
	transition: 0.5s color;
	transition: 0.5s box-shadow;
	box-shadow: 0px 3px 3px 0px  #000000;

	transform: translateY(2px);
	transition: 0.2s box-shadow;
	box-shadow: 0px 0px 1px 0px #000000;
	outline:0;
}

.x-button1{
	color: #A11225;
	display: none;
	margin: 0 10px;
}


.centar-text{
	text-align: center;
	width: 55%;
	margin: 30px auto 0px;
}

.centerText{
	text-align:center;
	margin:20% 0;
}

.right_text{
	text-align: right !important;
	padding-right: 10px;
}

.center{
	text-align: center;
}

.big-text{
	font-size: 58px;
}

.header-naslov{
	display: inline-block;
	width: calc(100% - 300px);
	margin: auto;
}

.header-naslov h1{
	text-align: center;
	margin: 0px;
	padding: 30px 0px 0px -100px;
	color: #D3F8B4;
}

legend {
	font-family: 'Raleway', sans-serif;
}



.header{
	margin: 0 auto;
	height:110px;
	width: calc( 100% - 4px);
/*	background-color: #0F5596; */
	background-color: #fff;
	border: 2px #A11225 solid;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.header1{
	margin: 0 auto;
	height:100px;
	width: 100%;
	background-color: #FBFBFC;
}


.logo {
	width: 100px;
	float: left;
	margin-top: 10px;
	margin-left: 50px;
}

.logo img {
	width: 80px;
	height: 80px;
}

.logo1 {
	width: 100px;
	float: left;
	margin-top: 10px;
	margin-left: 50px;
}

.logo1 img {
	height: 80px;
	width: auto;
}

.header-menu{
	float: right;
	width: calc(100% - 150px);
}

#logg{
	width: calc(100% - 15px);
	padding:10px 15px 0 0;
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	text-align: right;
}

.logg-span1{
	display: inline;
/*	width: calc(100% - 292px);
*/}

.logg-span2{
/*	width: 275px;
*/	display: inline;
}


.logg-span1 h2{
	text-align: center;
	line-height: 1;
	margin: 0px 100px 0px 0px;
	padding: 0px;
}

.register-button{
	maegin: 5px 10px 0 0;
}


.back-button{
	display: none;
}

/*DESKTOP MENU*/
.menu {
	height: 80px;
}

.menu a:link, a:visited {
/*	color: #5ACDEF; */
	color: #A11225;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	text-decoration: none;
	transition: 0.5s color;
	letter-spacing: 1px;
}

.menu a:active, .menu a:hover{
/*	color: #FFFFFF !important; */
	color: #333 !important;
}

.menu ul{
  margin: 0px;
}

.menulist ul {
 margin: 0;
 padding: 0;
 list-style: none;
/* width: 150px; */
}



.menu ul li, .menulist ul li {
 position: relative;
 cursor: pointer;
}
 
.menulist ul li {
	display: block;
}

.menulist li{
	display: block;
	float: left;
	list-style-type: none;
	vertical-align: middle;
	padding: 0px 14px;
}

.menulist li ul {
 position: absolute;
 left: 10px;
/* background-color: #0F5596; */
 background-color: #fff;
 display: none;
}



.menu ul li a {
 display: block;
 text-decoration: none;
 padding: 15px;
 font-size: 20px;
}

.menulist li ul li a {
 display: block;
 text-decoration: none;
 padding: 5px !important;
 font-size: 20px;
}

.menulist li:hover ul { display: block; }

.menulist li ul li{
/*	border: 1px solid #5ACDEF; */
	border: 1px solid #A11225;
}



/*Za neulogovane*/
.menu1 {
	margin: 0px 0 60px 0px;
	float: right;
}


.menu1 ul{
 margin: 0px;
 padding: 0px;
 list-style: none;
/* width: 150px; */
}

.menu1 ul li, .menulist1 ul li {
 position: relative;
 cursor: pointer;
}


.menulist1 li{
	display: block;
	float: left;
	list-style-type: none;
	vertical-align: middle;
	padding: 0px 14px;
}

.menu1 ul li a {
 display: block;
 text-decoration: none;
 padding: 35px 15px 15px 15px;
 font-size: 18px;
 font-family: "Open Sans";
 color: #005496;
}

.menulist1 li ul li a {
 display: block;
 text-decoration: none;
 padding: 5px !important;
 font-size: 20px;

}

.menulist1 li:hover ul { 
	display: block; 
}

.menulist1 li ul li{
	border: 1px solid #9BD16F;
}

.visitlink{
	color: #4aa5d9 !important;
	border-top-color: #4aa5d9;
 	border-top-style: solid;
}


/*
.menu {
	margin: 20px 0 10px 5px;
	clear: right;
	float: left;
}

.menulist {
	margin: 0;
	text-align: left;
}
.menulist li {
	display: inline;
	list-style-type: none;
	vertical-align: middle;
	padding: 0 14px;
	
}

.menu a:link, a:visited {
	color: #9bd16f;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
	transition: 0.5s color;
	letter-spacing: 1px;
}

.menu a:hover, a:active {
	color:  white;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
	transition: 0.5s color;
	letter-spacing: 1px;
}
*/
/*END Desktop Menu*/

/*MOBILE MENU*/
.menu-mobile {
  display: none;
}
/*END Mobile Menu*/

/*LOG IN button in header*/
.log-in-button{
	display: inline-block;
	margin-top: 10px;
	width:200px;

}
/*ENS Log-in*/

.magacin-button{
	margin-left: 15px;
}

.yellow-button{
	padding:5px 8px;
	border-radius:5px;
	border: 1px solid #3c3c3c;
	background-color: #FDD140;
	color:#000000;
	font-family: 'Raleway', sans-serif;
}

.yellow-button:hover{
	background-color: #ffdd6b;
	color:#424242;
}

.plus_minus{
  width: calc(50% - 10px);
  margin: 0px 4px;
  padding: 0px;
}	

.fa-plus-square{
	color: green;
}

.fa-minus-square{
	color: red;
}

.mask{
	background-color: rgba(120,120,120,0.3);
	position": fixed;
	margin:0px; 
	padding: 0px;
	width: 100%;
	height: 100%; 
	z-index: 5;
	display: none;
}

#popup_background{
	display: none;
	transition: opacity 1s ease-out;
	z-index: 5;
	background-color: rgba(150,150,150,0.6);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.info_popup_window{
	width: 600px;
	min-height: 600px;
	background-color: #fff;
	border: 1px #000 solid;
	border-radius: 5px;
	z-index: 10;
	position: absolute;
	top: calc(50% - 300px);
	left: calc(50% - 300px);
	padding: 10px;
}

.info_field{
	padding: 15px;
	border-bottom: 2px #000 solid;
}

.popup_header{
	padding: 5px;
	height: 60px;
	width: calc(100% - 10px);
	border: solid 1px #000;
	border-radius: 5px;
	background-color: #2B2B2B;
	color: #fff;
	margin-bottom: 30px;
}

.kill{
	background-color:red;
	color:white;
/*	float:right;
*/
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 20px;
	border-radius: 5px;
	cursor: pointer;
}

#popup_plus{
	display: none; 
	z-index: 10;
	position: fixed;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#popup_minus{
	display: none; 
	z-index: 10;
	position: fixed;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*KARTICA KUPACA*/
.dobavljac-box{
	display: block;
	width: 330px;
	margin: 50px auto;
}

.fix-position-left{
	position: fixed;
	top: 85px;
	left: 50px;
/*	
	top: 250px;
	left: 100px;
*/
}


.kartica-klijenta{
	width: 50%;
	margin: auto;
}

.tabela-kartica{
	font-size: 12px !important;
	width: 100%;
}

.pagination-kartica{
	text-align: center;
	width: 170px;
	margin: 20px auto;
/*	padding: 5px;
*/	border: 1px solid;
}


.pagination-kartica a{
	font-size: 26px;
	color: #0A445B;
	text-decoration: none;
}

.pagination-kartica a:visited{
	color: #0A445B;
	text-decoration: none;
}
/*END Kartica-kupaca*/

#plus_kolicina, #minus_kolicina{
	margin: 15px;
}

.red_btn{
	background-color: red;
	color: #fff;
	padding: 2px 5px;
	font-size: 20px;
	line-height: 1em;
}

/*HELP*/
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


.dropbtn{
	
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
	background-color: #ddd;
}

.dropdown{
	margin:20px 135px 0 0;
	float: right;
}

.dropdown:hover .dropdown-content {
	padding-top: 40px;
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}

/*END HELP*/

#faktura{
	background-color:white;
	clear: both;
	margin:50px auto 80px ;   
	width: 210mm; 
/*	width: 750px; */
/*	width:60%; */
	padding:15px;
	border: 1px solid #3c5923;
	box-shadow: 0 15px 30px 0px #555555;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.6;
	border-radius: 6px;
}


/*MAGACIN*/
.table-center{
	width: 60%;
	margin: 30px auto !important;
}

#logo {
	margin:auto;
}

.head{
	font-size:14px;
}

#nazivFirme{
	text-transform: uppercase;
}

#kupac{
	margin-top:30px;
	padding:7px;
	width: 370px;  
	border-style: solid;
    border-width: 1px;
    border-color: #3c5923;
    border-radius: 4px;
	float:left;
	font-size:14px;
}

#firma{
	float:right;	
}

.kupac-info{
	font-size: 13px !important;
}

.kupacInfo{
	float:right;
	height:14px; 
	font-size:12px;
	size:38em;
}

#dksInfo{
	padding:7px;
	margin-top:30px;
	width:240px;
	border-style: solid;
    border-width: 1px;
    border-color: #3c5923;
    border-radius: 4px;
	float:right;
	font-size:14px;
}

#rabat{
	text-align:center;
}

#skonto{
	text-align:center;
}

#redBr{
	font-weight: bold;
	clear:both; 
	padding:10px; 
}


#placanje{
	float:left;
	font-size:12px;
	margin-bottom:10px;
}

.plac{
	margin-left:10px;
	padding:0px;
	font-size:12px;
}

#datum{
	font-size:12px;
	float:right;
	margin-bottom:10px;
}

.dat{
	float:right;
}
 
#tabela{
	width:100%;
	clear:both;
	border-collapse: collapse;
	font-size:12px;
}

.faktura_input{
	text-align: center;
	width: 87%;
	font-size: 13px !important;
}

.legend{
	margin-top: 50px;
	width: 210px;
}

.legend-item{
	display: block;
	width: 100%;
	padding: 5px 0;
}

.legend-text{
	float: left;
	display: inline-block;
	width: 70%;
	height: 25px;
	text-align: left;
}

.legend-color{
	display: inline-block;
	width: 28%;
	height: 25px;
	border: 1px solid #000;
}

#legend-red{
	background-color: #FF6666;
}

#legend-green{
	background-color: #80FF80;
}

#legend-yellow{
	background-color: #F5EA7D;
}

#legend-blue{
	background-color: #05A1DC;
}
 
#tabelaArhiva{
	width:100%;
	background: white;
	clear:both;
	border-collapse: collapse;
	border-radius: 5px;
	border: 1px solid #3c5923;
	font-size:14px;
	margin-bottom: 60px;
	box-shadow: 0px 15px 30px 0px #555555;
}

#arhiva{
	margin:65px 0px 0 0;
	min-height:480px;
	width:70%; 
	float:right;  
}

#arhiva1{
	margin:60px 0px 0 0;
	min-height:480px;
	width:50%; 
	margin: auto;
}

#arhiva-otpremnica{
	margin:65px 0px 0 0;
	min-height:480px;
	width:50%; 
	float:right;
}

 
 #tr{
	height:27px;
	font-weight: bold;
 }
 
 tr{
	padding:0px;
 }
 
table, th, td {
/*	padding: 5px 15px;
*/  border: 1px solid black;
  border-collapse: collapse;
}

.no-width, .no-heigh{
	display: none;
}
.no-width input{
	width: 0px;
}

.centar-div td{
	border-style:none;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px;
}

.centar-div th{
	border-style:none;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 5px;
}
 

/* 
.red{
	width:33px;
	text-align: center;
 }
 
.opis{
	width: 140px; 
}

.cena{
	width:62px;
	padding:0;	
	text-align: center;
}
*/

.red{
	width:10mm;
	text-align: center !important;
 }
 
.opis{
	width: 70mm; 
}

.cena{
	width:22mm;
	padding:0;	
	text-align: center;
}



 
.redni_broj{
	width: 19px;
}

 .naziv{
	width: 170px;
 }

 .naziv_artikla{
 	width: 300px;
 }

 .naziv-firme{
 	width: 30%;
 }

 .uplata_potraznja_saldo{
 	width: 20%;
 }



 .naziv-right{
 	text-align: right;
 	padding-right: 10px;
 }

 .big_naziv{
 	width: 300px;
 }
 
 

.datum{
	width:120px;
	padding:0;	
	text-align: center;
}

.smal-1{
	width: 7.3%;
	padding:5px 3px;
	text-align: center;
}

.middle{
	clear: both;
	width: calc(90% - 10px);
	margin: 0px 6% !important;
}

.middle-1{
	width: 11.8%;
	padding:5px 3px;
	text-align: center;
}

.big-1{
	width: 16.3%;
	padding:5px 3px;
	text-align: center;
}

.cena1{
	width:80px;
	text-align: right;
}

.kol{
	margin:0px;
	padding:0px;
	font-size:11px;
}

.napomena{
	margin-top:10px;
}

.potpis{
	font-size:12px;
	text-align:center;
	width:210px;
	margin:40px 20px 0 20px;
}

.elektronski_potpis{
	text-align: center;
	width: 195mm;
	margin:15mm auto;
}

.elektronski_potpis p{
	font-size: 11px;
}

.potpisi{
	min-height: 60px;
	margin: 30px;
}

#primio{
	float:left;
}

#predao{
	float:right;
}


#print, #print-detalji, #send_mail, #unos{
	font-size:16px !important;
	margin-top: -20px !important;
	padding: 5px 10px !important;
	line-height: 18px;
}

.print-page{
	margin-top: 30px !important;
	cursor: pointer;
}

.export{
	font-size: 12px;
	line-height: 1;
	padding: 6px 10px;
	cursor: pointer;
}

#inputNew{
	float:right;
	margin:50px 30px;
}

/*
button{
	float:right;
}
*/

.editKupaca{
	display: inline-block;
	width: 18%;
	margin: 50px 3.5%;	
}

.repromaterijali{
	min-width: 30%;
	margin: 50px 3.5%;
}

.repromaterijali table{
	width: 100%;
}

.editKorisnika{
	float:left;
	margin:50px 0 250px 30px;
}

.center-v-h{
	padding: 10% 0 0 0;
}

.login-form{
	width:350px;
	margin: auto;
/*	margin:70px 70px 210px 70px;  */
}

.label-center{
	width: 140px;

	margin: auto;
}

.centar-div{
	display: block;
	width: 600px;
	margin: 80px auto;
}

.centar-div table{
	width: 100%;
	border: none;
}

.centar-div table tr{
	border: 0 none;
}


.korisnikInfo{
	float:left;
}


.clear{
	clear:both;
}

.delete_uplata{
	background-color: #ff6b6c;
	color: white;
}

.footer{
	clear: both;
	margin: 80px auto 0 auto;
	height: 40px;
	width: 100%;
	background-color: #333;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #bababa;
	font-family:'Alegreya Sans', sans-serif; 
	font-size: 16px;
	color: #D3F8B4;
}

.footer a:link, .footer a:visited {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	transition: 0.5s color;
	font-family:'Alegreya Sans', sans-serif;
}

.footer a:hover, .footer a:active {
	color:  #bababa;
	font-size: 16px;
	text-decoration: none;
	transition: 0.5s color;
	font-family:'Alegreya Sans', sans-serif;
}

#p1 {
	text-align: center;
	color: #bababa;
	padding-top: 10px;
	margin: 10px 10px;
}

#p2 {
	float: right;
	margin: 10px 10px;
}

.current{
	border-style: groove;
	border-width: 1px;
	width:20px;
	height:20px;
	background-color:gray;
	color:black;
	display: inline-block;
	text-align: center;
}

.pagin-page{
	border-style: groove;
	border-width: 1px;
	width:20px;
	height:20px;
	background-color:blue;
	color:black;
	display: inline-block;
	text-align: center;
}

.mesto-za-potpis{
	width: 200px;
	height: 25px;
	border-bottom: 1px solid;
}

.pdf-file{
	min-height: 29.7cm;
}

@media print{
	.non-printable { display: none !important; }
	.header{display: none;}
	html, body {
    height: 99%;    
  	width: 210mm;  
  }
}

#filter{
	width: 240px;
	position:fixed;
	top:160px;
	left:15px;
}

.filter{
	display: inline-block;
	margin: 20px;
}

.block{
	margin: 15px 0;
	display: block;
	width: 380px;
}

input[class*="search_input"]{
	padding: 3px 0;
}

.fa-search{
	background-color: #FDD140;
	color:#000000;
}

i{

}

#filter_delete{
	position:fixed;
	top:320px;
	left:55px;
}

fieldset {
	border: 1px solid #4b4b4b;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
		font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.6;

	padding:20px;
	font-size: 16px;
}

legend {
	font-family: 'Raleway', sans-serif;
	font-size: 1.1em;
	text-align: center;
}

input, datalist, textarea, select {
	border-radius: 3px;
}

select[class="kupacInfo"]{
	font-size: 16px;
	height: 24px;
}

.input-artikal{
	float:left;
}

#nacin{
	width: 25px;
}

.brojFakture{
	width: 25px;
}

input[id="nacin"], input[class="brojFakture"], input[id="fakturaBr"], input[id="otpremnicaBr"] {
	font-size: 22px !important;
}

#brojFakture {
	font-size:16px;
	font-weight: bold;
    border: 1px solid #ccc;
	text-align:right;
}

#fakturaBr{
	text-align: right;
	font-weight: bold;
}


/*dropdown na settings stranici*/
.dropdown-check-list {
  display: inline-block;
}

.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}

.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
}

.dropdown-check-list ul.items li {
  list-style: none;
}

.dropdown-check-list.visible .anchor {
  color: #0094ff;
}

.dropdown-check-list.visible .items {
  display: block;
}
/*END dropdown*/



@media print {
	
	@page {
		size: A4;
/*		size: auto; */  /* auto is the initial value */
		margin: 25mm 25mm 25mm 25mm;   /* this affects the margin in the printer settings */
	}
	
	input{
		border: 0px;
	}

	textarea{
		border: 0px;
		font-family: 'Lucida Sans Unicode', sans-serif
	}
	
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		text-indent: 1px;
		text-overflow: '';
		border: 0px;
	}
	
	.uplata{ 
		display: none; 
	}
	
	.editKupaca{
		display:none;
	}
	 
	.footer{
		display:none;
	}
	

	#arhiva{
		clear: both !important;
		display: block;
		position: absolute;
		top: 10px;
		left: 2.5% !important;
		margin: 80px auto;
		width: 95%;
	}

	#arhiva1{
		clear: both !important;
		display: block;
		position: absolute;
		top: 10px;
		left: 2.5% !important;
		margin: 80px auto;
		width: 95%;
	}

	#tabelaArhiva{
		color: #000;
/*		width:100%;
*/
		background: white;
		clear:both;
		border-collapse: collapse;
		border-radius: 5px;
		border: 1px solid #3c5923;
		font-size:16px;
		margin: auto;
		margin-bottom: 60px;
		box-shadow: 0px 0px 0px 0px;
	 }

	 .red .submit{
	 	background-color: red !import;
	 	color: black !import;
	 }

	.middle-button{
		box-shadow: 0px 0px;
		color: black !important;
		background-color: white;
		border: 0px white;
	}
	 
	#faktura{ 
		height: 99%;
    width: 100%;        
    top: 0;	
    left: 0;
    margin: 0;
    padding: 0px;  
    font-size: 14px;
    line-height: 18px;
		border-radius: 0;
		border: none;
		box-shadow: 0px 0px 0px 0px;		
	}


}

.ukupna-potrazivanja{
	position:fixed; 
	top: 450px; 
	left:5%;
}

.pagination-potrazivanja{
	width: 300px;
	color: #1A0000;
	position: absolute;
	right: 250px;
	margin-top: 20px; 
}

.pagination-potrazivanja a{
	color: #1A0000;
}



div.pagination {
	clear:both;
	padding: 3px;
	margin: 3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #494949;
	
	text-decoration: none; /* no underline */
	color: #494949;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000;
	box-shadow: 1px 1px #95A885;
	color: #000;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #494949;
		
		font-weight: bold;
		background-color: #494949;
		color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;

	color: #c8c8c8;
}



@media (min-width: 1441px) and (max-width: 1600px) {
	.editKupaca{
		display: inline-block;
		width: 20%;
		height: 520px;
		margin: 50px 2.5%;	
	}
}

@media only screen and  (max-width: 1440px) {
	.menu ul li a {
    padding: 15px 0px;
    font-size: 20px;
}

	.editKupaca{
		display: inline-block;
		width: 22%;
		height: 520px;
		margin: 50px 1.5%;	
	}
}

@media (min-width: 1080px) and (max-width: 1280px) {

	.editKupaca{
		display: inline-block;
		width: 40%;
		height: 520px;
		margin: 50px 5%;	
	}

	.repromaterijali{
		min-width: 60%;
		margin: 50px 20%;
	}
} 


/*MOBILE*/	
@media only screen and (max-width: 1080px) {
	body{
		font-size: 1.5vw;
	}

	
	.editKupaca{
		display: inline-block;
		width: 80%;
		height: 520px;
		margin: 50px 10%;	
	}

	.repromaterijali{
		min-width: 80%;
		margin: 50px 10%;
	}

	.header{
		height:170px;
	}

	/*END Mobile Menu*/

	.header-naslov{
		font-size: 1.2em;
	}
 
	.dropbtn{
		font-size: 1em;
	}
	
  .center-v-h{
		padding: 15% 0 0 0;
	}


	/*LOGIN FORMA*/
	.login-form{
		width: 80%;
		background-color: #fff;
	}

	.input-row{
		padding: 3px;
		margin: 10px 0px;
		height: 50px;
		width: 100%;
		display: block;
		font-size: 38px;
	}



	fieldset {
		border: 1px solid #4b4b4b;
		border-bottom-left-radius: 15px;
		border-top-right-radius: 15px;
	/*	font-family: 'Titillium Web', sans-serif;  */
		font-family: 'Roboto', sans-serif;
		padding:20px;
		font-size: 36px;
	}

	#login input{
		padding: 5px 10px; 
		line-height: 28px; 
		font-size: 1em;
	}

	input{
		margin: 2px;		
	}

	.input-row input[type="text"]{
		font-size: 36px;
	} 

	.input-right{
		font-size: 38px;
		height: 38px;
	  min-width: 240px;
	}

	#login #loginMsg{
		width:30px;
	}

	#login input[type="submit"]{
		margin-top: 30px;
		line-height: 40px;
		padding: 10px !important;
	}
	/*END login form*/



	.footer{
		font-size: 1em;
		height: 150px;
	}

	#p1 a, #p2 a{
		font-size: 1em;
	}




	/*MOBILE HAMBURGER MENU*/

	.logg-span2{
		font-size: 2.5vw;
	}

	.logg-span2 button{
		font-size: 2.5vw;
		cursor: pointer;
	}


	.logg-span1 h2{
		font-size: 3.5vw;
	}


	.menu a:link, a:visited {
		font-size: 5vw;
		color: #5ACDEF;
	}

	.menulist {
	  background-color: #0F5596;
	  display: none; /* hide until menu is clicked */
	  list-style: none;  /* replace with %styled-list */
	  margin: 0; /* replace with %styled-list */ 
	  padding: 0; /* replace with %styled-list */
	  border: 2px solid rgba(255,255,255,0.3);
	  position: absolute;
	  top: 170px; /* if nav sliding in below header */
	  width: 70%;
	  z-index: 10;
	}

	.menulist li {
		margin:10px 0px 25px 10px;
		clear: both;
	  border-bottom: 1px solid rgba(255,255,255,0.6);
	}

	.menulist li a {
		display: block;
	  padding: 15px 0;
	  text-align: left;
	  text-decoration: none;
	  transition: all 0.3s ease-in-out;
	  font-size: 30px;
	}

	.menulist li a&:hover {
	  background-color: #0F5596;
	}

	.menulist li ul {
		position: relative;
		background-color: #0F5596;
		display: block; 
	}

	.menulist li ul li{
		margin-left: 60px;
		border: none;
	}

	/*Strelica za podmenu*/
	.menulist li ul li:before{
		content: '';
		position: absolute;
		border-right:4px solid #5ACDEF;
		border-bottom:4px solid #5ACDEF;
		width:15px;
		height:15px;
		top: calc(50% - 4px);
		left: -20px;
		transform: translateY(-50%) rotate(-45deg);
  } 

	.menulist li:hover ul {
		display: inline;
		transition: all 0.3s ease-in-out;
	}

	.hamburger-menu {
	  display: inline-block;
	  height: 100px;
	  padding: 15px 25px;
	  transition: all 0.3s ease-in-out;
	}

	.hamburger-menu:hover {
	  cursor: pointer;
	}

	.hamburger-menu  .menu-item {
	  background: #fff;
	  display: block;
	  height: 3px;
	  margin: 0 0 10px;
	  transition: all 0.3s ease-in-out;
	  width: 40px;
	}
	    
	.open .menu-item {
	      margin: 0 0 5px;
	}

	.open .menu-item:first-child {
	  transform: rotate(45deg);
	  transform-origin: 10px;
	}

	.open .menu-item:nth-child(2) {
	  opacity: 0;
	}

	.open .menu-item:nth-child(3) {
	  transform: rotate(-45deg);
	  transform-origin: 8px;
	}


	.back-button{
		float: right;
		font-size: 3vw;
		font-family: 'Raleway', sans-serif;
		margin: 30px;
		padding: 8px;
		border-radius: 5px;
		display: inline-block;
		color: #fff;
		background-color: #174077;
		transition: 0.5s background-color;
	}

	.back-button:hover{
		transition: 0.5s background-color;
		background-color: #61AADA;
	}

	.back-button:focus{
		background-color: #61AADA;
		transform: translateY(2px);
		transition: 0.2s box-shadow;
		outline:0;
	}


	.menu1{
		display: none;
	}
	/*END menu*/


}

.napomene{
	font-size: 14px;
}

input[class*="napomene"]{
	font-size: 10px !important;

}
