/*@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css");*/
@import url("./bootstrap-3.3.6.min.css");

body {
	font-size: 15px;
	line-height: 1.6;
	color: #333;
	background: white;
	height: 100%;
	
	/*mantis nastaveni*/
	background-color: #ffffff;
  color: #000000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  margin: 6px 20px;
  
}

#JdBackground{
	position: fixed; 
	width: 97%; 
	height: 97%; 
	top:0px; 
	left:0px;
	background-image: url(../images/jd.jpg);
	background-size: 10%;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: -5;
}

h1 {
	color: #3484D2;
	text-align: center;
	margin-bottom: 50px;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="#error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

.cleaner{
	float: none;
	clear: both;
}

hr {
	position: relative;
	z-index: -10;
}

.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
	font-size: 12pt;
	position: relative;
  z-index: -10;
  margin-top: 20px;
}

.strike > span {
  position: relative;
  display: inline-block;
  color: #ccc;
}

.strike > span:before,
.strike > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  /* Here is the modification */
  border-top: 1px solid #ccc;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

.shadowGradienContent{
	-webkit-box-shadow: 0 20px 15px -6px white;
	-moz-box-shadow: 0 20px 15px -6px white;
	box-shadow: 0 20px 15px -6px white;
	margin-bottom: 60px;
	background-color: white;
}