body
{
  background: #eee;
}
.start {
	margin-top: 50px;
}

.page-content
{
	padding-right: 20px;
}
.checking
{
	font-size:18px;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-inverse
{
  background-color: #616160;
  border-color: #333;
  color: #fff;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse:focus
{
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.table-header
{
	border-color: #ddd;
	color: #333;
	background-color: #f5f5f5;
	padding: 10px 15px;
	margin-left:0px;
	margin-right:0px;

}
.heading div {
    padding-top: 8px;
    word-wrap: break-word;
    font-weight: bold;
}
.heading {
	margin-left:-10px;
	margin-right:0px;
}

.table-row div {
		padding-top: 8px;
    line-height: 1.42857143;
    vertical-align: top;
		word-wrap: break-word;

}
.table-row {
	border-top: 1px solid #ddd;
	margin-left:-10px;
	margin-right:0px;
}
.table-row:hover {
	background: #ddd;
}
.table-expand-body{
	padding-left: 8.3333333%;
}
.table-expand-body span{
	font-weight: bold;
}
.table-group ol
{
	padding-left:10px;
}
.table-row .col-xs-2 a
{
  margin-left: 10%;
}

.my-table {
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff;
  min-width: 600px;
}



.fileUpload {
	position: relative;
	overflow: hidden;
}
.fileUpload input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0;
}

.tooltip > .tooltip-inner {
	width:150px;
}

#registration #username, #registration #email, #registration #password, #registration #password2 {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#results, #resultse {
	position: absolute;
	width:93%;
	height:100%;
	z-index: 10;
}
.table-group .alert {
  margin-right: 8px;
}
.index-page table
{
  background: #fff;
}
.naslov-linka
{
  display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .index-page
  {
    padding: 20px;
  }
}
