body { background-color:#E1E1E1; -webkit-user-drag: none;}
/* Style the header with a grey background and some padding */
.header {
	overflow: hidden;
	background-color: #f1f1f1;
	padding: 20px 10px;
	text-align: right;
}

/* Style the header links */
.header a {
  float: left;
  color:#F00;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
  margin-left:5px !important;
  background-color:#ddd !important;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

/* Change the background color on mouse-over */
.header a:hover {
  background-color: #ddd;
  color:#FFF;
}

/* Style the active/current link*/
.header a.active {
  background-color: dodgerblue;
  color: white;
}

/* Float the link section to the right */
.header-right {
  float: right;
  text-transform:capitalize;
  font-weight:bold;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */ 
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}

.footer {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 5px 5px;
}

/* Style the header links */
.footer a {
  float: left;
  color:#F00;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
  margin-left:5px !important;
  background-color:#ddd !important;
}

/* Change the background color on mouse-over */
.footer a:hover {
  background-color: #ddd;
  color:#FFF;
}

/* Style the active/current link*/
.footer a.active {
  background-color: dodgerblue;
  color: white;
}

.deo {
  overflow: hidden;
  padding: 2px 2px;
}

/* Style the header links */
.deo a {
  float: left;
  color:#F00;
  text-align: center;
  padding: 2px;
  text-decoration: none;
  font-size: 16px; 
  border-radius: 4px;
}

/* Change the background color on mouse-over */
.deo a:hover {
  background-color: #ddd;
  color:#FFF;
}

/* Style the active/current link*/
.deo a.active {
  background-color: dodgerblue;
  color: white;
}

#tabela {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
	text-align:center;
	vertical-align:middle;
}

#tabela td, #tabela th {
    border: 1px solid #ddd;
    padding: 8px;
	text-align:center;
}

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

#tabela tr:hover {background-color: #ddd;}

#tabela th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #666;
	color: white;
	text-align:center;
}

#tabelamob {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 40vw !important;
	font-size:16px !Important;
}

#tabelamob td, #tabelamob th {
    border: 1px solid #ddd;
    padding: 8px;
	font-size:16px !Important;
}

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

#tabelamob tr:hover {background-color: #ddd;}

#tabelamob th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #666;
	color: white;
	text-align:center;
	font-size:16px !Important;
}

#pretraga {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
}

.button {
  background-color: #636363; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.button2 {
  background-color:#C00;
  color: white; 
  border: 2px solid #636363;
  border-radius: 0 12px 0 12px;
}

.button2:hover {
  background-color: #636363;
  color: white;
}

a:link, a:visited {
  background-color:#C00;
  border:2px solid #fff;/* #636363;*/
  color: white;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 2px 2px;
  font-size:16px;
  border-radius: 0 12px 0 12px;
}

a:hover, a:active {
  background-color: #636363;
  color: white;
  text-shadow:none;
}

.zakazantermin {
	background-color:white !important;
	color:black !important;
	border:2px solid #DF4246 !Important;
	font-size:20px !important;
	font-weight:bold !important;
	/*height:50px; !important;*/
	width:85%; !important;
}

.zakazantermin:hover {
	border:2px solid #DF4246 !Important;
	background-color:#DF4246 !Important;
}

.zakazantermin2 {
	background-color:white !important;
	color:black !important;
	border:2px solid #DF4246 !Important;
	font-size:12px !important;
	font-weight:bold !important;
	/*height:25px; !important;*/
	width:85%; !important;
}

.zakazantermin2:hover {
	border:2px solid #DF4246 !Important;
	background-color:#DF4246 !Important;
}

.slobodantermin {
	background-color:white !important;
	color:Black !important;
	border:2px solid #02DD00 !important;
	font-size:20px !important;
	font-weight:bold !important;
	/*height:50px; !important;*/
	width:85%; !important;
}

.slobodantermin:hover {
	border:2px solid #02DD00 !important;
	background-color:#02DD00 !important;
	color:#02DD00 !important;
	font-size:20px !important;
	font-weight:bold !important;
}

.uspesno {
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 16px Arial, sans-serif;
	vertical-align:middle;
	background-color:#80FF80;
	text-align:center;
	color:black;
	font-weight:bold;
	}
.neuspesno {
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 16px Arial, sans-serif;
	vertical-align:middle;
	background-color:#FF8080;
	text-align:center;
	color:black;
	font-weight:bold;
	}
	
.tooltip {
  position:relative;
  display: inline-block;
  /*z-index:17 !important;*/
  /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  font-size:16px;
  font-weight:100;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 16;
  bottom: 125%;
  left: 50%;
  margin-left: -95px;
  opacity: 0;
  transition: opacity 0.3s;
  text-wrap: nowrap;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

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

/* Style the tab */
.tab {
  overflow: hidden;
  border: none;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float:none;
  border: 2px solid #636363;
  outline: none;
  cursor: pointer;
  padding: 10px 6px;
  transition: 0.3s;
  font-weight:bold;
  font-size:16px;
  border-radius: 12px 12px 0 0;
}

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

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

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

.btnlinija {
	font-weight:bold;
	height:35px;	
}

.header_linija {
	background-color:#09F !important;
}

.divMeni {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;	
}
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}