body {
	background: url('../images/pattern.png');
}

.desktop-none,
.mobile-top {
  display: none;
}

div.container {
	background:#ffffff;
	border:#EEEEEE 1px solid;
}

div.container.big {
  min-width: 1170px;
  width: auto;
}

.table-responsive {
  overflow-x: visible;
}

.table-fixed-header {
  overflow-y: scroll;
  max-height: 600px;
}

.table-fixed-header th {
  position: sticky;
  top: -1px;
  background: #ffffff;
  z-index: 999;
  border-top: 1px solid #ddd !important;
}

table th,
table td {
  font-size: 14px;
}

h2,
.tab-pane h2,
.tab-pane h3 {
  margin-bottom: 20px;
}

.form-horizontal .form-group {
  margin-left: 15px;
  margin-right: 15px;
}

.btn {
  margin: 0px 5px;
}

.input-sm {
  font-size: 14px;
}

.btn-line {
  margin: 5px 0px 20px;
}

/* NASEPTAVAC */

.naseptavac {
  width: 376px;
  list-style-type: none;
  margin: 0px 15px;
  padding: 0px;
  position: absolute;
  left: 0px;
  top: 32px;
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #337ab7;
  overflow-y: hidden !important;
}

.naseptavac li {
  margin: 0px;
  padding: 3px 7px 4px;
  outline: none;
  text-align: left;
}

.naseptavac li.active,
.naseptavac li:hover {
  background-color: #337ab7;
}

.naseptavac li a {
  display: block;
  text-decoration: none;
  cursor: pointer;  
}

.naseptavac li.active a,
.naseptavac li:hover a {
  color: #ffffff;
}

.naseptavac li a span {
  font-size: 12px;
  color: #999999;
}

.naseptavac li.active a span,
.naseptavac li:hover a span {
  color: #ffffff;
}

/* NAPOVEDA */

.help {
  position: relative;
  display: inline-block;  
}

.help .helptext {
  display: inline-block;
  visibility: hidden;  
  _xwidth: 150px;
  min-width: 160px; 
  background-color: black;
  color: #fff;
  _xtext-align: center;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  font-size: 12px;
  /* Position the tooltip */
  position: absolute;
  z-index: 999;
  left: 20px;
  top: -10px;
}

.help:hover .helptext {
  visibility: visible;
}