body {
    font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

input[type=submit] {
    padding: 5px 15px; 
//    background:#ccc; 
   background: none;
//    border:0 none;
    border: 1px solid black;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

input[type=button] {
    padding: 5px 15px; 
//    background:#ccc; 
   background: none;
//    border:0 none;
    border: 1px solid black;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

input[type=button].button1 {
    padding: 5px 15px; 
    background: red; 
//   background: none;
//    border:0 none;
    border: 1px solid black;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

input[type=button].button2 {
    padding: 5px 15px; 
    background: orange; 
//   background: none;
//    border:0 none;
    border: 1px solid black;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

input[type=button].button3 {
    padding: 5px 15px; 
    background: green; 
//   background: none;
//    border:0 none;
    border: 1px solid black;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

input[type=submit][disabled] {
	color: darkblue;
}

.uloguj input[type=submit] {
    background: none; 
}


table { 
    width: 900px;
	padding: 0px;
	background: #e7e7e7;
	
}

table.faktura { 
	padding-bottom: 30px;
	border: 0px solid black;
}


table.logina {
	width: 500px;
	background: white;
}

table.konkurencija {
    border: 0px solid grey;
}

td {
   vertical-align: middle;
   padding: 10px;
}

td.k {
 border: 1px solid brown;
}

td.some { 
    padding: 5px;
    border: 0px solid grey;
}

td.konkurencija {
    border: 1px solid black;
}

.mytxtfld {
    border: 0px;
    padding: 2px;
    font-weight:bold;
    font-size: 12pt;
}

.mytxtfld1 {
    border: 0px;
    padding: 2px;
    font-weight:bold;
    font-size: 12pt;
    background: none;
}

input.lozinka  {
    background: transparent;
    height: 30px;
    width: 180;
    color: black;
    font-size: 20px;
    border: 1px lightblue solid;
}

.moj-select select {
   background: transparent;
   width: 180px;
   height: 40px;
   padding: 5px;
   font-size: 20px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   -webkit-appearance: none;
}

.moj-select {
   width: 140px;
   height: 40px;
   overflow: hidden;
   background: url(../images/new_arrow.png) no-repeat right #fff;
   border: none; //1px solid #ccc;
}

.uloguj {
    background: none; //#4CAF50; /* Green */
    border: 1px solid red;
    color: red;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
}

.naslov {
   border: 0px;
   background: none;
   text-align: center;
   font-size: 20px;
 }

.unutra {
 display: block;
 border: 1px solid white;
 padding: 0px;
}

.unutrasnja {
  padding: 0px;
  border: 0px;
  vertical-align: top;
}

.izbornik {
  padding: 0px;
  border: 0px;
  vertical-align: top;
}

.minimeni {
  text-align: center;
}

.ukasu {
    background: none; //#4CAF50; /* Green */
    border: none;
    color: darkred;
//    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
}
	
.korpa { 
    border:3px solid white;
}

.akorpa {
	background-image: url("../images/basket.png");
color: black;
width: 50px;
height: 50px;
font-size: 16pt;
background-color: transparent;
border: none;
}

.back {
color: blue;
border: none;
width: 150px;
height: 50px;
font-size: 16pt;
font-weight: bold;
background-color: transparent;
}

.logout {
border: none;
color: red;
text-decoration: none;
height: 50px;
font-size: 16pt;
font-weight: bold;
background-color: transparent;
}

#korpadiv {
 visibility: hidden;
 position: fixed;
 left: 500px;
 top: 100px;
 z-index: 2;
 background: lightblue none repeat scroll 0% 0%;
 color: white;
 width: 500px;
}

.zvezdica {
color: red;
}

.izbornik {
padding: none;
border: none;
}

input[type="submit"].button1 {
background-color: red;
}

input[type="submit"].button2 {
background-color: orange;
}

input[type="submit"].button3 {
background-color: green;
}

.posao0 {
background-color: none;
}

.posao1 {
background-color: red;
}

.posao2 {
background-color: orange;
}

.posao3 {
background-color: green;
}

/*
::-webkit-scrollbar { width: 3px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #666; }
#scrll::-webkit-scrollbar-track {  background-color: #ff0000;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #666;}
*/