#rHlidacOverlay {
  background-color: lightgray;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;  
  display: block;
}

.rHlidac {
  background-color: #E6F2F7; 
  width: 435px;
  height: auto;
  text-align:center;
  z-index: 15;
  left: 50%;
  top: 50%;
  margin-left: -217.5px;
  margin-top: -161px;
  position: fixed;
  border-width: 0px;
  display: none;
  border: 1px solid #333;
  padding-bottom: 10px;
}

.rHlidac#logged {
  width: 385px;
  margin-left: -193.5px;
  margin-top: -85.5px;  
  background: #E6F2F7 url('/../resources/imgs/obecny/logo_realitniHlidac.gif') 270px 74px no-repeat;
}

.rHlidac#filter {
  width: 234px;
  margin-left: -117px;
  margin-top: -68px;
  padding: 8px 15px 0px 15px; 
}

.rHlidac span.block {
  background: #8DDAEA;
  color: #4197A9;
  text-transform: uppercase;
  padding: 6px 0 6px 6px;
  display: block;
  text-align: left;
  margin: 0px;
  font-size: 110%;
  font-family: Verdana;
  font-weight: bold;
  line-height: 18px;
}

.rHlidac h2 {
  display: block;
  text-align: left;
  margin: 10px 14px;
  font-size: 110%;
  color: #7AAEBB;
  font-weight: bold;
}

#id_rHlidacForm .submit {
  border: 0;
  float: left;
  margin: 10px 2px 20px 0;
  cursor: pointer;
  font-weight: bold;
  border: 0;
  background: #E5E5E5;
  color: #666;
/*  padding: 2px 30px;*/
  width: 80px;
  border-radius: 2px;
  height: 30px;
  line-height: 22px;
}

#id_rHlidacForm .submit:hover {box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35)}

#id_rHlidacForm .id_no { margin-left: 20px; }

.rHlidac #btn_des a {
  float: right;
  text-transform: none;
  text-decoration: underline;
  padding: 0px;
  margin: -2px 10px 0 0;
  cursor: pointer;
  cursor: hand;
  font-size: 84%;
  color: #fff;
}
.rHlidac #btn_des a:hover { text-decoration: none }

.rHlidac #btn_close {
  float: right;
  color: #fff;
  text-transform: lowercase;
  padding: 4px;
  margin: -6px 0 0 0;
  height: 22px;
  cursor: pointer;
  cursor: hand;
  font-size: 102%;
  background-color: #1A7386;
  font-weight: bold;
}

#id_rHlidacForm fieldset {
  width: 407px;
  margin: 0px;
  padding: 0px;
  border: 0;
  overflow: hidden;
}

#id_rHlidacForm label {
  width: 193px;
  margin: 8px 10px 0 0;  
  float: left;
  color: #666;
  font-weight: bold;
}

#id_rHlidacForm label.right {
  margin-right: 0;
}

#id_rHlidacForm fieldset input.text {
  border: 1px solid #999;
  width: 187px;
  margin: 3px 0px;
  display: block;
  height: 24px;
  line-height: 24px;
  padding: 0px;
  clear: both;
}

#id_rHlidacForm fieldset input.text.valid { border: 1px solid #999; }
#id_rHlidacForm fieldset input.text.error { border: 1px solid #ce0000; }

#id_rHlidacForm .right {
  float: right;
}

#id_rHlidacForm label.checkbox input {
  margin-top: -1px;
}
#id_rHlidacForm label.checkbox, #id_rHlidacForm label.checkbox input {
  float: left;
  padding-top: 2px;
  height: 20px;
  margin-right: 6px;
  margin-left: 0px;
  font-weight: normal;
  background-color: #E6F2F7;
}

.submit_button:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35)
}

[type=submit]:hover {
  cursor: pointer;
}

.submit_button:hover, .submit_button_hover {
  color: #f48000;
}
input.submit_button {
  padding-right: 8px;
}
.submit_button {
  padding: 0 38px 0 10px;
  text-align: center;
  line-height: 31px;
  height: 31px;
  float: left;
  margin: 0px 0 2px 0;
  color: #666 !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .9em;
  border: 0;
  background: #E5E5E5;
  border-radius: 2px;
}
input.submit_button {
  width: 110px;
}
.submit_button_after {
  border: 0;
  width: 38px;
  height: 31px;
  float: left;
  background: url('/../resources/imgs/obecny/sprite.png') -249px -79px no-repeat;
}

#id_rHlidacForm a {
  color: #666;
  text-decoration: underline;
}
#id_rHlidacForm a:hover {
  text-decoration: none;
}

#id_rHlidacForm label a {
  font-weight: normal;
}

.rHlidac span.block span.ajax-loading-indicator {
  display: none;
  float: right;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background: url('/../resources/imgs/auth/ajax-loader.gif') left top no-repeat;
}