body {
  padding-top: 50px;
}

.form-signin {
	width: 300px;
	margin: 80px auto;
}

.nadpis {
	text-align: center;
	padding-top: 80px;
}

div.customers {
  padding: 40px 15px;
}

div.customers td {
}

div.customers td a{
	text-decoration: none;
	cursor: pointer;
}

div.jump-info {
	position: absolute;
  border-radius: 5px;
  top: 200px;
  left: 800px;
  background-color: #FAFAFA;
  width: 500px;
  min-height: 150px;
  box-shadow: black 2px 2px 20px;
  -webkit-box-shadow: black 2px 2px 20px;
  -moz-box-shadow: black 2px 2px 20px;
  overflow: hidden;
}

div.jump-info div.jump-header {
	background-color: #DADADA;
  display: block;
  position: static;
  overflow: hidden;
  border-radius: 5px;
}

div.jump-info div.jump-header h2 {
	font-size: 20px;
  display: block;
  float: left;
  margin: 15px 25px;
}

div.jump-info div.jump-header button {
	display: block;
  float: right;
  margin-right: 10px;
  background-color: transparent;
  border: none;
  margin: 15px 10px;
}

div.jump-info div.jump-header button i {
	font-size: 20px;
}

div.jump-info div.jump-content {
	display: block;
  margin: 0px 5px;
}

.expire-warning {
	color: #E6A631;
	font-weight: bold;
}

.expire-danger {
	color: #E63131;
	font-weight: bold;
	/* text-decoration: underline; */
}

.green {
	color: #27B34E;
}




/**
 * 	CSS HELPERS
 */
.inline {
	display: inline-block;
}
.noshow {
	display: none;
}
.block {
	display: block;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
