﻿/**************
General (body & header)
***************/
body{
	margin: 0px;
	padding: 0px;
	background: url('../img/main_bg.png') top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
img{
	border: none;
}
a{
	color: black;
}

.nonunderline 
{
	text-decoration:none;
}	
 
.login_form_table input {
	width:150px;
}

input
{
	background: url("../img/input_small_bg.png") top left repeat-x;
	border: 1px solid #727272;
}

input[type="checkbox"], input[type="radio"]{
	background: transparent;
	border: 0;
	margin-left:0px;
}

	
			/*tlacitka*/
		.button{border:none;text-align:center;height:26px;color:white;}
		
		.small{background:url(../img/button_middle.png) left top no-repeat;width:26px;font-weight:bold;}		
		.small_orange{background:#E95D0F url(../img/button_orange_middle.png) right top no-repeat;width:26px;}
		
		.middle{background:url(../img/button_middle.png) left top no-repeat;width:78px !important;}
		.middle_orange{background:#E95D0F url(../img/button_orange_middle.png) left top no-repeat;width:78px;}
		
		.large{background:url(../img/button_large.png) left top no-repeat; width:151px !important;}
		.large_orange{background:#E95D0F url(../img/button_orange_large.png) left top no-repeat;width:151px;}
		.xlarge_orange{background:#E95D0F url(../img/button_orange_xlarge.png) left top no-repeat;width:300px;}
		.xxlarge_orange{background:#E95D0F url(../img/button_orange_xxlarge.png) left top no-repeat;width:400px;}		
		.outputbuttoncontrol
		{ text-align : center; }
		
#main_out{
	background: url('../img/header_bg.png') top center no-repeat;
	display: block;
	width: 970px;
	padding: 0px;
	margin: auto;
	z-index: 0;
}
#header{
	display: block;
	clear: both;
	width:100%;
}
#header span{
	margin-left: 35px;
}
#header .MenuLinkButton{float:left;}
#login{
	float: right;
	margin-right: 100px;
	_margin-right: 50px;
	margin-top: 5px;
	text-align: right;
	width: 300px;
	position: relative;
}

#login span{
	text-transform: uppercase;
	font-size: 10px;
}

#login h3{
	margin: 2px;
	font-size: 14px;
	white-space: nowrap;
	font-weight: bolder;
	text-transform: uppercase;
}
#login img{
	float: right;
	margin-left: 10px;
	position: absolute;
	top: 15px;
	right: -90px;
}
#login a{
	text-decoration: none;
}
	
#main{
	padding: 8px;
}

#content #error
{
	display: block;
	width: 744px;
	padding: 5px;
	margin-bottom: 5px;
}
#content #error ul
{
	margin: 0;
	padding: 5px;
}
#content #error ul li
{
	list-style: none;
}
#content #error li
{
	font-weight: bold;
	font-size: 10pt;
	background: url(../img/error.gif) left top no-repeat;
	padding-left: 20px;
	margin: 6px 0;
}
#content #error li.notify
{
	background: url(../img/msg.gif) left top no-repeat;
}

/**************
Left (menus & setting)
***************/
#main_left{
	display: block;
	float: left;
	width: 165px;
	padding-top: 10px;
	margin-left: 5px;
	margin-right: 15px;
}
.menu{
	display: block;
	width: 140px;
	background: #5c5c5c;
	color: white;
	padding: 10px;
	padding-bottom: 20px;
	margin-bottom: 4px;
}

.menu h2, .menu h2 a{
	font-size: 10pt;
	font-weight: bolder;
	border-bottom: 1px solid white;
	margin-bottom: 0px;	
	margin-top: 4px;
	text-transform: uppercase;
	padding-left: 2px;
	text-decoration: none;
}
.menu ul{
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 14px;
	margin-bottom:6px;
}
.menu ul li{	
	margin-top: 4px;
	margin-bottom: 0px;
	_height: 1%;
}
.menu a:hover, .menu span a{
	color: #E95D0F;
}
.menu a{
	color: white;
	margin-top: 2px;
	padding-left: 10px;
	display: block;
	text-decoration: none;
}

.menu li.HeaderWithoutLink
{
	font-style: italic;
}

.menu li.level2
{
	 padding-left:10px;
	 font-style:normal;
}

.settings{
	display: block;
	width: 140px;
	background: #efefef;
	padding: 5px 10px;
	margin-bottom: 4px;
	color: #5c5c5c;
}
.settings h3{
	margin: 2px; 
}
#left_icons{
	line-height: 20px;
	margin-left: 5px;
	color: #808080;
}
#left_icons img{
	margin-right: 5px;
}
#left_icons a{
	color: #808080;
	text-decoration: none;
}
/**************
Content 
***************/

.controlzone
{
	padding-left: 10px;
}

.buttonzone
{
  padding : 2px 0 4px 0;
  text-align : center;
  vertical-align : middle;
  margin:0;
}

#content{
	float: right;
	display: block;
	width: 744px;
	margin: 10px 0;
	padding: 0 9px;
	background: url('../img/content_center_bg.png') top left repeat-y;
}
#content #top, #content #bottom{
	height: 13px;
	display: block;
	margin: 0 -9px;
}
#content #top{
	background: url('../img/content_top_bg.png') top left no-repeat;
	margin-bottom: -5px;
}
#content #bottom{
	background: url('../img/content_bottom_bg.png') top left no-repeat;
	margin-top: 4px;
	_margin-bottom: -2px;
}
#content h2{
	width: 744px;
	padding-left: 10px;
	font-size: 13pt;
	margin-bottom: 0px;
}
#content_header, .header_separator{
	background: TRANSPARENT url('../img/content_header_bg.png') top left no-repeat;
	height: 24px;
	width: 734px;
	padding-left: 10px;
	padding-top: 2px;
}

.small_separator, #content h3
{
  color : #5C5C5C;
  background : url('../img/input_bg.png') top left repeat-x; 
  border-top : 3px solid #E95D0F;
  font-weight: bold;
  width: 724px;
  margin-top: 10px;
  padding: 2px 10px 4px; 
}

.controlzone h3
{
	margin-left: -10px;
}

#content_header h2, .header_separator h2{
	display: inline;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
}

.header_separator
{
	margin-left: -10px;
}

#content_header select{
	float: right;
	margin: 2px;
	margin-right: 10px;
}

#content_sub_header, .sub_header_separator{
	background: TRANSPARENT url('../img/content_sub_header_bg.png') top left repeat-x;
	height: 22px;
	width: 734px;
	display: block;
	font-size: 14px;
	font-weight:bold;
	padding-left: 10px;
	padding-top: 2px;
	color:#5C5C5C;
}

#zapati {
	padding-left:10px;
}

.sub_header_separator
{
	margin-left: -10px;
}

#content_sub_header span, #content_sub_header a{
	color: #E95D0F;
}
#content_sub_header a{
	text-decoration: underline;
}
#content_sub_header .left{
	padding-left: 10px;
	padding-top: 0px;
	width: 300px;
}
#content_sub_header .right{
	float: right;
	padding-right: 10px;
	padding-top: 0px;
}
#content_sub_header .right select{
	font-size: 10px;
}

#GELogo
{
	display:none;
}

.logo
{
	float:left;
}

tr.pager {
	margin-top: 2px;
	margin-bottom: 2px;	
	height: 29px;
	padding: 0 10px;
	font-size: 11px;	
	
}
tr.pager a
{
	text-decoration: none !important;
}

tr.pager td{
	/* border-style: none !important;*/
	border-bottom:1px solid #E95D0F !important;
}
	
#pager a{
	text-decoration: none;
	color: #E95D0F;
}
#pager span {
	color: black;
}
#content table.browse{
	width: 744px;
	margin: 0;
	margin-left	: -10px;
	color: #5c5c5c;
	font-size: 11px;
	margin-bottom:3px;	
}
#content tr.table_header {
	background: url('../img/content_sub_header_bg.png') top left repeat-x;
	height: 21px;
}
#content tr.table_header td{
	border-bottom: 1px solid #E95D0F !important;
	height: 21px;
	padding: 0 0 0 6px;
}
#content tr.table_header th
{	
	border-bottom: 1px solid #E95D0F !important;
	height: 21px;
	padding: 0 0 0 6px;
}
#content table.browse tbody tr td{
	border: 1px solid #eee;
	border-width: 0 0 1px 1px;
	padding: 2px 2px 2px 6px;
}
#content table.browse tbody tr th
{
	border: 1px solid #eee;
	border-width: 0 0 1px 1px;
	padding: 2px 2px 2px 6px;
}

#content table.browse a{
	text-decoration: underline;
	color: #E95D0F;
}

#content tr.table_header a{
	text-decoration: none;
	color: #5C5C5C;
}

a.hlcolumnodkaz, span.blcolumnodkaz
{
  display:block;
  width:100%;
  padding-bottom:2px;
  border-bottom:1px solid #eaeaea;
  margin:2px 0;
  min-height:1.1em;
  line-height:1.1em;
}
a.hlcolumnodkazlast, span.blcolumnodkazlast
{
  display:block;
  width:100%;
  padding-bottom:2px;
  margin:0;
  padding:2px 0;
   min-height:1.1em;
  line-height:1.1em;
}
span.highlightExpiredNotification, a.highlightExpiredNotification
{
	color: Red;
}
span.highlightLateNotification, a.highlightLateNotification
{
	color: Orange;
}

#content #footer_info{
	text-align: center;
	width: 744px;
	border: 1px solid #eee;
	border-width: 1px 0;
	background: #f5f5f5;
	height: 22px;
	padding-top: 7px;
	padding-bottom: 0px;
	font-size: 11px;
	color: #5c5c5c;
}
#content table.prezentacesearchtable{
	width: 610px;
	margin: 27px 61px 0 61px;
	color: #5c5c5c;
	font-size: 11px;
}
#content table.prezentacesearchtable thead tr{
	background: url('../img/content_sub_header_bg.png') top left repeat-x;
	height: 21px;
}
#content table.prezentacesearchtable thead tr td{
	border-top: 2px solid #E95D0F;
	height: 21px;
	padding: 0 0 0 6px;
}
#content table.prezentacesearchtable tbody tr td{
	border: 1px solid #eee;
	border-width: 0 1px 1px 1px;
	padding: 14px 16px 14px 16px;
	vertical-align: top;
	text-align: center;
}
#content table.prezentacesearchtable tbody tr td select{
	width: 125px;
	font-size: 11px;
	color: #5c5c5c;
}
#content table.prezentacesearchtable tbody tr td .options{
	position: relative;
	height: 135px;
	text-align: left;
}
#content table.prezentacesearchtable tbody tr td .options .tip{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#content table.prezentacesearchtable .searchbutton{
	background: url('../img/button_orange_large.png') top left no-repeat;
	border: none;
	margin: 10px auto;
	width: 151px;
	height: 26px;
	color: white;
	font-weight: bold;
}
#content table.prezentacesearchtable input.search{
	background: url('../img/input_bg.png') top left repeat-x;
	width: 380px;
	height: 22px;
	#height: 22px;
	border: 1px solid #5c5c5c;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
}

div.vedouciOblastiPage input[type=submit]
{
	margin: 5px 0px 0px 10px;
}

div.vedouciOblastiPage input[type=submit].searchbutton
{
	margin-left: 128px;
}

div.vedouciOblastiPage div
{
	margin: 10px;
}

div.vedouciOblastiPage input.jmenoPoradce
{
	width: 250px;
}

div.vedouciOblastiPage div.controlzone input[type=text]
{
	margin-bottom: 5px;
}

div.vedouciOblastiPage div.controlzone span
{
	float: left;
	width: 55px;
	padding-top: 3px;
}

#content table.present_table{
	width: 610px;
	margin: 27px 61px 0 61px;
	color: #5c5c5c;
	border: 1px solid #eee;
	border-width: 0 1px 0 1px;
	font-size: 11px;
}
#content table.present_table thead tr{
	background: url('../img/content_sub_header_bg.png') top left repeat-x;
	height: 21px;
}
#content table.present_table thead tr td{
	border-top: 2px solid #E95D0F;
	height: 21px;
	padding: 0 0 0 6px;
}
#content table.present_table tbody tr.vip{
	background: #faf8f8;
}
#content table.present_table tbody tr td{
	border: 1px solid #eee;
	border-width: 0 0 1px 0;
	padding: 23px 0 14px 10px;
	vertical-align: top;
	height: 50px;
}
/*#content table.present_table tbody tr.vip td.shield{
	background: transparent url('../img/vip.png') center center no-repeat;
	_background: transparent url('../img/vip.gif') center center no-repeat;
}*/
#content table.present_table tbody tr td.shield{
	padding-top: 10px;
	vertical-align: center;
	text-align: center;
}
#content table.present_table tbody tr td.name{ 
	text-align: center;
}
#content table.present_table tbody tr td.name a{ 
	font-size: 16px;
	font-weight: bold;
	color: black;
}

#content table.poradce_detail_table {
width: 511px;	
font-size: 12px;
margin: 5px 125px;
table-layout: fixed;
}

#content table.poradce_detail_table div.image_frame{
height: 135px;
width: 108px;
padding: 5px;
  background-image:url(../img/poradce_img_bg.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-color: white;
  text-align: left;
}

#content table.poradce_detail_table div.image_frame img
{
	height: 125px;
	width: 97px;
}

#content table.poradce_detail_table tbody tr td{
line-height: 20px;
}


#content table.poradce_detail_header tbody tr td.name
{
	font-size: 16px;
	font-weight: bold;
	color: black;	
}

#content table.poradce_detail_header {
font-size: 14px;
width: 511px;
color: #5c5c5c;
margin-left: 125px;
}

.jsdisabled
{
	position: absolute;
	top: 2px;
	left: 17px;
}

div.ChangeParameters
{
  border: 1px solid #FF6600;
  margin: 6px auto;
  margin-bottom: 7px;
  padding:5px;
  width:80%;  
}

div.ChangeParameters span
{
  font-size:1.3em;
  font-weight: bolder;
  padding-right:20px;
  vertical-align:10%;
}

#content table.contractbottom{
	margin: 27px 61px 0 61px;
	color: #5c5c5c;
	font-size: 11px;
}
#content tr.contractbottom_header{
	background: url('../img/content_sub_header_bg.png') top left repeat-x;
	height: 21px;
}

 

#content tr.contractbottom_header td{
	border-top: 2px solid #E95D0F !important;
	height: 21px;
	padding: 4px 0 0 6px !important;
	white-space: nowrap;	
}

#content table.contractbottom tr td{
	border: 1px solid #eee;
	border-width: 0 1px 1px 1px;
	padding: 10px 12px 10px 12px;
	vertical-align: top;
}

#content table.paymentcontrol{
	width: 610px;
	margin: 27px 61px 0 61px;
	color: #5c5c5c;
	font-size: 11px;
}

#cont_admin table.paymentcontrol {
	margin: 0px 0px 0px -10px !important;
}

#content table.paymentcontrol thead tr{
	background: url('../img/input_bg.png') top left repeat-x;
	height: 21px;
}
#content table.paymentcontrol thead tr th{
	border-top: 2px solid #E95D0F;
	height: 21px;
	padding: 0 0 0 6px;
}

#cont_admin table.paymentcontrol tbody tr th{
	border-top: 2px solid #E95D0F !important;
	height: 21px;
	padding: 0 0 0 6px;
}

#content table.paymentcontrol tbody tr td{
	border: 1px solid #eee;
	border-width: 0 1px 1px 1px;
	padding: 2px 16px 2px 16px;
	vertical-align: top;
	text-align: center;
}

#content table.paymentcontrol tbody tr th{
	border: 1px solid #eee;
	border-width: 0 1px 1px 1px;
	padding: 2px 16px 2px 16px;
	vertical-align: top;
	text-align: center;
}

input.schovejSekce
{
  font-size:8pt;
  height : 1.4em;
  padding : 1px 1px 3px 1px;
  font-weight : normal;
  border:none;
  text-align : center;
  margin:2px;
  height:20px;
  width:140px;
  background-image:url(../img/sipky_dolu_sede.gif);
  background-position: center left;
  background-repeat: no-repeat;
  background-color: white;
  padding-left:15px;
  border:1px solid rgb(210,210,210);
  color:gray;
}
input.schovejSekceCol
{
  font-size:8pt;
  height : 1.4em;
  padding : 1px 1px 3px 1px;
  font-weight : normal;
  border:none;
  text-align : center;
  margin:2px;
  height:20px;
  width:140px;
  background-image:url(../img/sipky_nahoru_sede.gif);
  background-repeat: no-repeat;
  background-color: white;
  background-position: center left;
  padding-left:15px;
  border:1px solid rgb(210,210,210);
  color:gray;
}
div.SekcePopisek
{
  width:350px;
	float: left; /*margin: 0 auto 0 0 ;*/
  padding:0;
  font-size:10pt;
  line-height:11pt;
  padding-top:4px; 
  text-align: left;
}
div.SekcePopisek input
{
  margin-top:2px;  
}

.extFindZone
{
  padding : 2px 10px 4px 10px;
  color : #5C5C5C;
  background : url('../img/input_bg.png') top left repeat-x; 
  border-top : 2px solid #E95D0F;
  vertical-align : middle;
  margin-top: 10px;
  margin-left: -10px;
  font-weight: bold;
}

.extFindZone_left
{
	float: left;	
}

.extFindZone_right
{
	float: right;
}

.extFindZoneBottom
{
	  border-top: 5px solid #EEE;
	  background : url('../img/input_bg.png') top left repeat-x; 
	  width: 734px;
	  height : 30px;
	  padding-right : 10px;
	  margin-left: -10px;
}

.extFindZoneBottom input
{
	margin-top: 2px;
	float:right;
}	

a.info, a.info2
{
    position:relative; /*this is the key*/
    z-index:24;
    color:#FF6600;
    text-decoration:none
    }
a.info, a.info2:hover
{
	z-index: 25;
}
a.info span
{
	display: none;
}
a.info2 span
{
	display: none;
}
a.info:hover span
{
	/*the span will display just on :hover state*/
    display:block;
    position:absolute;
	top: 2.5em;
	left: 1em;
	width: 12.5em;
    border:1px solid #FF6600; 
    padding:0.5em;
	background-color: #eee;
	color: #000;
    text-align: left;
}
a.info2:hover span
{
	/*the span will display just on :hover state*/
    display:block;
    position:absolute;
	top: 2.5em;
	right: 1em;
	width: 12.5em;
    border:1px solid #FF6600;
    padding:0.5em;
	background-color: #eee;
	color: #000;
    text-align: left;
}

.lefttable , .righttable, .righttable1{
	width:350px;
	float:left;
	border-collapse: collapse;
	margin-right:10px;
}

.righttable, .righttable1
{
	margin-left: 0px;
}

.small_showtable, .showtable{	
	border-right: 1px solid #EEE;
	margin-top: 10px;
	border-collapse: collapse;
}

.small_showtable, .showtable, .header_border
{
	border-top: 4px solid #E95D0F;
}

.small_showtable
{
	width: 100%;
}

.showtable td
{
	padding-right: 9px;
}

.sim_output_prubeh .showtable  td{
	text-align:right;
}

.small_showtable td, .showtable td, .showtable th
{
	border: 1px solid #EEEEEE;
	text-align:left;
	padding-left:8px;
	color:#5C5C5C;
	font-size:11px;
	padding-bottom:0px;
	padding-top:0px;	
}

.small_showtable .grey, .showtable .grey{
	border-width: 0 0 1px 1px;
	background:transparent url(../img/content_sub_header_bg.png) repeat-x scroll left top;
	height:21px;
}

#content table.zpracovani_pu tbody tr.zpracovani_pu_table_header
{	
	height: 45px;
	background-position: bottom;
	background: url( '../img/content_sub_header_h45_bg.png' ) top left repeat-x;
}

table.zpracovani_pu tbody tr td
{
	border-bottom: 1px solid #909390;
	border-top: 1px solid #909390;		
}

table.zpracovani_pu tbody tr.zpracovani_pu_pager td
{
	border-bottom: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
}

td.zpracovani_pu_date
{	
	vertical-align: bottom;	
	width: 75px;
	min-width: 75px;
	max-width: 75px;	
}

td.zpracovani_pu_date span
{
	border-color: #B4B6B4;
}

td.zpracovani_pu_date span.blcolumnodkaz
{
	min-height: 25px;
}

td.zpracovani_pu_date span.blcolumnodkazlast
{
	min-height: 25px;
	max-height: 25px;
	height: 25px;
}

tr.grey
{
	background:transparent url(../img/content_sub_header_bg.png) repeat-x scroll left top;
}

.small_showtable .normal{
	border: 1px solid #EEEEEE;
	height:21px;
}
.lefttable .small_showtable tr.grey td, .righttable1 .small_showtable tr.grey td{
	text-align:left;
	padding-left:8px;
	color:#5C5C5C;
	font-size:11px;
}
.lefttable .small_showtable tr.normal td, .righttable1 .small_showtable tr.normal td {
	text-align:left;
	padding-left:18px;
	color: #000;
	font-size:11px;
	font-weight: bold;
}
#content .righttable .small_showtable tr.grey td{
	text-align:left;
	padding-left:8px;
	color: #000;
	font-size:11px;
	font-weight: bold;
}
#content .righttable .small_showtable tr.normal td{
	text-align:left;
	padding-left:8px;
	color: #000;
	font-size:11px;
	font-weight: bold;
}
#content .righttable .small_showtable tr td.td_first{
	text-align:right;
	padding-right:12px;
	font-weight: normal;
	color:#5C5C5C;
}

#pohyby_table .first
{
	text-align: left;
}

#pohyby_table .horni td
{
	border-top: 1px solid #E95D0F;
}

.invalid_control
{
	background: blue !important;
	color: White !important;
}

#korespondencni_adresa_h
{
	cursor: hand;
}

#manzelka_h
{
	cursor: hand;
}

.sim_output_prubeh
{
	margin-bottom: 10px;
}

.smlTypUctu li{
	color: #000;
	font-size:11px;
	list-style-type: none;
	float:left;
	margin-left:10px;
}
.smlTypUctu li div.li_left{
	float:left;
}
.smlTypUctu li div.li_right{
	float:left;
}
.smlTypUctu li a{
	display:block;
	float:left;
}

div.povPersonalData
{
	height: 65px;	
	min-height: 65px;	
}

div.povPersonalData div.leftCol
{
	float: left;		
	margin-right: 10px;
}

div.povPersonalData div.rightCol span
{
	float: left;
	width: 235px;	
}

div.povPersonalData div.rightCol input, div.povPersonalData div.rightCol select
{
	margin-bottom: 5px;
}

span.pouzitDataVlastnika
{
	display: block;
	margin-bottom: 15px;	
	font-weight: bold;
}

/*****************
Prvek pro ulici a číslo domu u WSS smluv
******************/
td.uliceCisloDomu input.uliceNazev
{
	width: 200px;
}

td.uliceCisloDomu input.uliceCisloOrientacni
{
	width: 70px;
}

td.uliceCisloDomuRuUcastnik
{
    
}

/*****************
	Modifikace smluv WSS - začátek sekce
*****************/
div.wssContractModificationForm span
{
	clear: left;
	float: left;
	width: 190px;
	padding-top: 3px;
}

div.wssContractModificationForm input, div.wssContractModificationForm select, div.wssContractModificationForm textarea
{
	margin-bottom: 3px;	
}

div.wssContractModificationForm input[type=text].datefield,
input[type=text].wssContractModificationSmall
{
	width: 100px;
}

input[type=text].wssContractModificationMiddle, textarea.wssContractModificationMiddle
{
	width: 150px;
}

input[type=text].wssContractModificationLarge, textarea.wssContractModificationLarge
{
	width: 200px;
}

input[type=text].wssContractModificationXLarge, textarea.wssContractModificationXLarge
{
	width: 250px;
}

input[type=text].wssContractModificationXXLarge, textarea.wssContractModificationXXLarge
{
	width: 450px;
}

div.wssContractModificationForm span.dateFieldParent
{
	clear: left;
	float: none;
}

div.wssContractModificationCisloSmlouvy
{    
	margin-top: 10px;	
}
    
div.wssContractModificationExposedPerson
{
    padding-left: 190px;
    padding-right: 60px;
}

div.wssContractModificationExposedPerson input
{
    float: left;
}

div.wssContractModificationExposedPerson span
{
    clear: left;
    float: none;
}

/*****************
	Modifikace smluv WSS - konec sekce
*****************/

/*****************
administrace
******************/
.linklist {
	margin-right:5px;
}



/**************
Tools
***************/
.clear{
	clear:both;
}


/***** 
	Formuláře produktů retail banky 
*****/
div.rbButtonZone, 
div.rbProductSelectionButtonZoneSmall, div.rbProductSelectionButtonZoneFull, 
div.rbConfirmationButtonZoneSmall, div.rbConfirmationButtonZoneFull
{
	margin: 0px auto;
}

div.rbProductSelectionButtonZoneSmall
{
	width: 303px;
}

div.rbConfirmationButtonZoneSmall
{
	width: 233px;
}

div.rbProductSelectionButtonZoneFull
{
	width: 455px;
}

div.rbConfirmationButtonZoneFull
{
	width: 380px;
}

.rbButtonZone 
{
	width: 230px;
}

div.rbButtonZone input,
div.rbProductSelectionButtonZoneSmall input,div.rbProductSelectionButtonZoneFull input, 
div.rbConfirmationButtonZoneSmall input, div.rbConfirmationButtonZoneFull input
{
	float: right;
}

input.rbBack
{
	float: left !important;
}

div.rbCaptcha
{
	margin: 30px 5px 30px  5px;
	text-align: center;
}

div.rbProductDetail div.rbCaptcha input
{
	width: 100px;
	margin-left: 20px;
}

div.rbProductDetail div.rbCaptcha img
{
	margin: 10px;
	padding: 10px;	 
}

div.rbProductSelection 
{
	text-align: center;
	margin-bottom: 25px;
	margin-top: 10px;
}

div.rbProductSelectionInfoText span
{
	margin-top: 15px;
	display: block;
}

div.rbProductSelectionInfoText, div.rbProductSelectionInfoOdkaz
{
	width: 600px;
	margin-left: 72px;
	text-align: left;
}

div#rbDokumentProZalozeniSU, div#rbDokumentProZalozeniSU a
{
	color: Red;	
}

div#rbDokumentProZalozeniSU
{
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	margin-left: 72px;
}

div.rbProductConfirmationInfoText
{
	margin:  20px 5px;
	font-weight: bolder; 
}

div.rbProductSelectionInfoOdkaz
{
	margin-top: 25px;
}

div.rbProductConditions input[type=checkbox], div.rbConfirmation input[type=checkbox]
{	
	clear: left;
	float: left;
}

div.rbClientProcessState
{
	/*margin: 10px 10px 20px 10px;		*/
	height:51px;
	margin:0px;
	border:0px;
	}
div.rbClientProcessState div 
{
	height:51px;
	margin:0px;
	border: 0px;
}
div.rbClientProcessState span
{
	border: 0px;
	display:inline-block;
	border-collapse: collapse;
	/*font-style: italic;	*/
	/*width: 122px;*/
	color:white;	
	line-height:51px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:26px;
	margin-left:7px;
	font-weight:bold;
}

div.rbClientProcessState .krok1
{
	background:url('../img/stepbar.png') top center ;
}

div.rbClientProcessState .krok2
{
	background:url('../img/stepbar.png') center -52px ;
}

div.rbClientProcessState .krok3
{
	background:url('../img/stepbar.png') center -103px ;
}

div.rbClientProcessState .krok4
{
	background:url('../img/stepbar.png') center -154px ;
}

div.rbClientProcessState .krok5
{
	background:url('../img/stepbar.png') center -205px ;
}

div.rbClientProcessState span strong
{
	margin-right:9px;
	font-size:14px;
}

div.rbClientProcessState span.active
{
	color:Black;
}
	
div.rbProductDetail div.rbProductSelection fieldset
{
	display: inline;
	margin: 30px 30px 5px 30px;
	padding: 20px 20px 10px 20px;
	width: 200px;
	/*height: 50px;*/
	height: 100px;
	text-align: left;
	border: solid 1px;	
}

div.rbProductSelection fieldset div.leftCol, div.rbProductSelection fieldset div.rightCol
{
	height: 90px;	
}

div.rbProductSelection fieldset div.leftCol
{		
	float: left;	
	margin-right: 20px;
	width: 150px;
}

div.rbProductSelection div.tisk
{
	margin: 15px 0px 30px 0px; 	
}

div.rbProductSelection fieldset div.leftCol input[type=checkbox], div.rbProductSelection fieldset div.rightCol img
{		
	vertical-align: bottom;	
	margin-top: 10px;
}

div.rbProductSelection fieldset div.leftCol label
{	
	vertical-align: bottom;
}

div.rbProductCommon span.rbVariantaProduktuHelp, div.rbProductCommon span.rbVariantaProduktuHelp span,
div.rbProductCommon span.rbNazevUctuHelp, div.rbSporiciUcet span.rbUcetHelp, div.rbBeznyUcet span.rbUcetHelp,
div.rbSecurityData span.rbesloProTelefonniKontaktHelp, div.rbSecurityData span.rbTelefonProSmsKlicHelp
{	
	clear: both;
	float: none;
	width: 25px;
}

.rbTelefonProSmsKlicHelp span, .rbesloProTelefonniKontaktHelp span, .rbNazevUctuHelp span, .rbUcetHelp span
{
	display:none;
}

div.rbPersonalData span, div.rbAddress span, div.rbContact span, div.rbIdentityCard span, div.rbSecurityData span, 
	div.rbBeznyUcet span, div.rbSporiciUcet span, div.rbTerminovanyVklad span, div.rbDistribuceVypisu span
{
	float: left;
	width: 250px;
	padding-top: 3px;
}

div.rbSecurityData div.leftCol span
{
	width: 170px;
}

div.rbSecurityData div.rightCol
{
	margin-top: 22px;
}

div.rbSecurityData div.rightCol span
{
	width: 210px;
}

div.rbProductDetail div.rbSecurityData input
{
	width: 140px;
}

div.rbPersonalData span
{
	width: 110px;	
}

div.rbPersonalData 
{	
	height: 110px;	
}

div.rbPersonalData input, div.rbPersonalData select, div.rbAddress input, div.rbContact input, div.rbSecurityData input, div.rbAmlData select, 
	div.rbIdentityCard input, div.rbIdentityCard select, div.rbBeznyUcet input, div.rbBeznyUcet select,
	div.rbSporiciUcet input, div.rbTerminovanyVklad input, div.rbSporiciUcet select, div.rbTerminovanyVklad select
{
	margin-bottom: 2px;	
}

div.rbProductDetail fieldset#identityCard
{
	float: left;
	margin-right: 10px;
}

div.rbProductDetail fieldset#identityCard input[type=text], div.rbProductDetail fieldset#identityCard2 input[type=text]
{
	width: 200px;
}

div.rbProductDetail fieldset#identityCard input.rbDate, div.rbProductDetail fieldset#identityCard2 input.rbDate
{
	width: 100px;
}

div.rbProductDetail h3
{
	margin-bottom: 8px;
}

div.rbAddress
{	
	height: 75px;
}

div.rbIdentityCard
{	
	height: auto;
	margin-top: 5px;
}

div.rbAddress div.leftCol, fieldset#identityCard, div.rbPersonalData div.leftCol, div.rbContact div.leftCol
{
	float: left;		
	margin-right: 40px;
}

div.rbBankAccount div.leftCol
{	
	margin-right: 20px;
}

div.rbSecurityData div.leftCol
{
	margin-right: 20px;
	float: left;
}

div.rbContact
{
	height: 40px;
}

div.rbAddress span, div.rbContact span
{	
	width: 110px;	
}

div.rbIdentityCard span
{
	width: 125px;		
}

fieldset#identityCard, fieldset#identityCard2, div.rbProductDetail div.rbSecurityData fieldset
{
	margin-bottom: 5px;
}

div.rbAddress div.rightCol span, div.rbContact div.rightCol span
{
	width: 50px;	
}

div.rbProductDetail fieldset
{	
	border: 0;
	margin-bottom: 15px;
}

div.rbProductDetail
{
	
}

div.rbProductDetail fieldset legend
{
	font-weight: bold;
	margin: 0px 0px 3px 0px;		
}

div.rbProductDetail input[type=text]
{
	width: 215px;
}

div.rbProductDetail input[type=text].rbDate, div.rbProductDetail input[type=text].datefield,
div.rbProductDetail fieldset#identityCard input[type=text].datefield, div.rbProductDetail fieldset#identityCard2 input[type=text].datefield
{
	width: 100px;
}

div.rbIdentityCard span.rbDateFieldParent, div.rbPersonalData span.rbDateFieldParent
{
	clear: left;
	float: none;
}

div.rbProductDetail input[type=text].rbMiddle
{
	width: 150px;
}

div.rbProductDetail input[type=text].rbSmall
{
	width: 100px;
}

div.rbAmlData
{
	height: auto;
	min-height: 300px;
	/*max-height: 390px;*/
	max-height: 430px;
}

div.rbAmlData div
{
	margin-bottom: 10px;	
}

div.rbExponovanaOsoba label
{
	margin-right: 15px;
}

div.rbExponovanaOsoba img
{	
	margin-left: 5px;
}

div.rbKodAkce
{
	display: inline;
	white-space: nowrap;		
	width: 500px;
}

div.rbAmlData div.rbKodAkce input[type=text]
{
	margin: 0px;
	width: 75px;
}

div.rbAmlData span.rightCol label
{		
	margin-right: 15px;
	white-space: nowrap;		
}

div.rbAmlData span.leftCol, div.rbAmlData div.leftCol span
{
	float: left;
	width: 200px;
}

div.rbAmlData div input[type=text]
{
	margin: 2px 5px 2px 200px;	
	width: 350px;
}

div.rbAmlData span.rightCol
{	
	margin: 5px 5px 5px 200px;	
	display: block;	
	width: 400px;
}

div.rbAmlData div.table span.rightCol label
{
	display: inline-block;
	width: 165px;
}

div.rbBeznyUcet
{
	max-height: 190px;
	min-height: 90px;
	height: auto;			
}

div.rbTerminovanyVklad
{
	max-height: 235px;
	min-height: 175px;
	height: auto;		
}

div.rbBeznyUcet span, div.rbSporiciUcet span, div.rbTerminovanyVklad span
{
	width: 150px;		
}

div.rbBeznyUcet span span, div.rbSporiciUcet span span, div.rbTerminovanyVklad span span
{
	width: 60px;		
}

div.rbBeznyUcet fieldset, div.rbSporiciUcet fieldset, div.rbSecurityData fieldset
{
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
}

div.rbBeznyUcet fieldset label, div.rbSporiciUcet fieldset label
{	
	margin-right: 15px;
}

div.rbBankAccount div.leftCol, div.rbBankAccount div.middleCol, div.rbBankAccount div.rightCol
{
	float: left;	
}

div.rbBankAccount div.middleCol
{
	width: 200px;
}

div.rbBankAccount div.rightCol
{
	width: 225px;
}

div.rbBankAccount div.middleCol span
{
	width: 75px;
}

div.rbBankAccount div.rightCol span
{
	width: 75px;
}

div.rbBankAccount input[type=text].rbPredcisliUctu
{
	width: 70px;
}

div.rbBankAccount input[type=text].rbCisloUctu
{
	width: 100px;
}

div.rbBankAccount div.rightCol input[type=button].button
{
	margin-top: -5px;	
}

div.rbDistribuceVypisu
{
	display: inline;
	margin-top: 10px;
}

div.rbDistribuceVypisu span label
{
	margin-right:15px;
	white-space:nowrap;	
}

div.rbConfirmation
{
	padding: 0px 10px 5px 10px;
}

div.rbConfirmation span.rbConfirmation
{
	display: inline-block;
	margin-bottom: 5px;
}

div.rbConfirmation span.rbConfirmation a, div.rbCompletedInfoTextClient a
{
	color: Blue; /*#E95D0F;*/
}

div.rbZpusobUzavreniZadostiKlientem
{
	margin: 15px 0px 15px 0px;
}

div.tvSporiciUcetLink
{
	text-align: center;
	margin: 5px;
}

div.rbRequiredFieldsInfo
{
	margin: 10px 5px;
}

input.rbCloseButton
{
	/*display: none;*/
}

div.rbIdentityCard span.rbPlatnostDokladuHelp
{
	float: none;
}

div.rbIdentityCard span.rbPlatnostDokladuHelp span
{
	display: none;	
}

table.rbContractsGrid
{
	border-width: 0px; 
	border-collapse: collapse;
	border: 0;	
}

#content table.rbContractsGrid tr.pager td table tbody tr td
{
	border-style: none;
	border-width: 0px;	
}

table.rbContractsGrid tr.pager td table tbody tr td
{
	border-bottom: none !important;
}

div.rbCompletedInfoTextIspk
{
	margin-bottom: 10px;
	width: 700px;
}

/***** 
	Formuláře produktů retail banky - konec 
*****/

/***** 
	Formuláře cestovního pojištění - start
*****/

div.cpClientProcessState
{
	margin: 0px 0px 5px 1px;
	height:51px;	
	border:0px;
}

div.cpClientProcessState div 
{
	height:51px;
	margin:0px;
	border: 0px;
}

div.cpClientProcessState span
{
	border: 0px;
	display:inline-block;
	border-collapse: collapse;
	color:white;	
	line-height:51px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:26px;
	margin-left:30px;
	font-weight:bold;
}

div.cpClientProcessState .krok1
{
	background:url('../img/stepbarCP.png') top center ;
}

div.cpClientProcessState .krok2
{
	background:url('../img/stepbarCP.png') center -51px ;
}

div.cpClientProcessState .krok3
{
	background:url('../img/stepbarCP.png') center -102px ;
}

div.cpClientProcessState span strong
{
	margin-right: 9px;
	font-size: 14px;
}

div.cpClientProcessState span.active
{
	color: Black;
}	

div.cpButtonZone, div.cpVypocetPojistnehoButtonZone, div.cpPotvrzeniButtonZone
{
	margin: 0px auto;
	width: 230px;
}

div.cpVypocetPojistnehoButtonZone 
{
	width: 302px;
}

div.cpButtonZone input, div.cpVypocetPojistnehoButtonZone input, div.cpPotvrzeniButtonZone input
{
	float: right;
}

div.cpRequiredFieldsInfo  
{
    margin: 10px 0px;
}

div.cpProductConfirmationInfoText
{
	margin:  20px 5px;
	font-weight: bolder; 
}

div.cpTypPojisteni select, div.cpPocetPojistenychOsob input, div.cpPojistnaDoba input
{
	margin-bottom: 2px;
	width: 200px;
}

div.cpTypPojisteni span, div.cpPocetPojistenychOsob span, div.cpPojistnaDoba span
{
	float: left;
	width: 150px;
	padding-top: 3px;
}

div.cpTypPojisteni span.labelfield
{
	display: none;
}

div.cpPocetPojistenychOsob input
{
	text-align: right;
}

div.cpPojistnaDoba
{
	height: 65px;
}

div.cpPojistnaDoba span.cpDateFieldParent, div.cpPojistnaDoba span.cpDateFieldParentDisabled
{
	clear: left;
	float: none;
}

div.cpPojistnaDoba span.cpDateFieldParentDisabled input[type=text], div.cpPojistenyDisabled input[type=text]
{
	background: none repeat scroll 0 0 transparent;
    border: medium none transparent;
}

div.cpPojistnaDoba input
{
	width: 100px;	
}

#CPVypocetPojistnehoPg_pojistnaDoba_pocetDniPojisteni_value
{
	text-align: right;
	width: 100px;
}

div.cpPripojisteni
{
	margin-top: -7px;	
}

div.cpPripojisteni input
{
	margin-top: 7px;
}

div.cpPripojisteni label
{	
	vertical-align: bottom;	
}

div.cpPojistnik div.cpPojistnikOsobniData, div.cpPojistnik div.cpPojistnikAdresa
{
	height: 50px;
}

div.cpPojistnik div.cpPojistnikOsobniData div.leftCol span.labelfield
{
	width:0px;
}

div.cpPojistnik div.cpPojistnikOsobniData div.leftCol
{
	margin-right: 40px;	
}

div.cpPojistnik div.cpPojistnikOstatniUdaje
{
	height: 20px;
}

div.cpPojistnik div.cpPojistnikOstatniUdaje span
{
	width: 350px;	
}

div.cpPojistnik div.cpPojistnikKontakt
{
	margin-bottom: 15px;
}

div.cpPojistnik input[type=text]
{
	margin-bottom: 2px;
	width: 200px;	
}

div.cpPojistnik div.cpPojistnikAdresa div.rightCol input[type=text]
{
	width: 85px;
}

div.cpPojistnik span
{
	float: left;
	width: 125px;
	padding-top: 3px;
}

div.cpPojistnik div.leftCol
{
	float: left;		
	margin-right: 40px;
}

div.cpPojistnik div.rightCol span
{
	width: 100px;	
}

div.cpPojisteny input[type=text]
{
	margin: 0px 10px 2px 0px;	
}

div.cpPojisteny span.cpPojistenyPoradi
{
	display: inline-block;
	width: 30px;	
}

div.cpPojisteny input.cpPojistenyJmeno, div.cpPojisteny input.cpPojistenyPrijmeni
{
	display: inline-block;
	width: 270px;
}

div.cpPojisteny input.cpPojistenyRodneCislo
{
	display: inline-block;
	width: 100px;
}

div.cpPojisteny span.cpPojistenyJmeno
{
	display: inline-block;
	padding-left: 2px;
	padding-bottom: 3px;
	width: 272px;
}

div.cpPojisteny span.cpPojistenyPrijmeni
{
	display: inline-block;
	padding-left: 13px;
	padding-bottom: 3px;
	width: 272px;
}

div.cpPojisteny span.cpPojistenyRodneCislo
{
	display: inline-block;
	padding-left: 15px;
	padding-bottom: 3px;
	width: 102px;
}

div.cpConfirmation
{
	padding: 0px 10px 5px 5px;	
}

div.cpConfirmation span.cpConfirmation
{
	clear: left;
	display: inline-block;	
	margin-top: -10px;
	margin-bottom: 5px;
}

div.cpConfirmation a
{	
	color: Blue; /*#E95D0F;*/		
}

div.cpConfirmation input[type=checkbox]
{	
	clear: left;
	float: left;		
}

div.cpConfirmation label
{	
	vertical-align: bottom;
}

span.celkovePojistne
{
	padding-left: 100px;	
}

div.cpTestData input[type=submit]
{
	margin-left: 297px;
}

/***** 
	Formuláře cestovního pojištění - konec 
*****/

/***** 
	Stránka s prohlášením žadatele a informacemi o zpracování osobních údajů - začátek
*****/

div.zpracovaniOsobnichUdaju
{
	padding: 5px 25px;
}

div.zpracovaniOsobnichUdaju h1
{
	font-size: larger;
	text-decoration: underline;
}

div.zpracovaniOsobnichUdaju span#prohlaseniWhb, div.zpracovaniOsobnichUdaju span#prohlaseniWhb span
{
	margin-left: 25px;
	display: block;
}

div.zpracovaniOsobnichUdaju ul.lower-alpha, div.zpracovaniOsobnichUdaju ul.lower-roman
{	 
	 margin-left: 20px; 
}

div.zpracovaniOsobnichUdaju ul.lower-alpha
{
	list-style-type: lower-alpha; 
}

div.zpracovaniOsobnichUdaju ul.lower-roman
{
	list-style-type: lower-roman; 
}

div.zpracovaniOsobnichUdaju ul li 
{
	margin-bottom: 5px; 
}

/***** 
	Stránka s prohlášením žadatele a informacemi o zpracování osobních údajů - konec
*****/

div.vyzvaZmenaKontaktu a { color: Blue; }

a.benefityLink { font-weight: bold;font-size: 1.17em; }

.advertisment_voting td 
{
    padding-right: 10px;
    padding-bottom: 10px;
    font-weight: bolder;    
}

