#header .right a {
	color: #fcbb20;
}

#welcome {
	font-size: 18pt;
	font-weight: bold;
	line-height: 1;
}

#welcome span {
	color: #fcbb20;
}

#login {
	line-height: 2;
	text-align: right;
}

#header .right a#button-logout {
	color: #0e4285;
	display: block;
	text-decoration: none;
	width: 77px;	height: 26px;
	padding-top: 6px;
	background-color: white;
	background-repeat: no-repeat;
	padding-left:44px;
	background-image: url('../images/design/logout.png?v=2');
}

/***************** content admin ***********************/

#content-top {
	background-image: url('../images/design/content-admin-top.png');
}

#content-bottom {
	background-image: url('../images/design/content-admin-bottom.png');
}
#content {
	background-image: url('../images/design/content-admin-repeat.png');
}

#center {
	/*width: 680px;*/
	width: auto;
	min-width: 680px;
	min-height: 500px;
	padding: 18px 17px 57px 17px;
}

#center a {
	font-family: Arial, Helvetica, sans-serif;
}
#center a:hover{
	text-decoration: none;
}


/****************** aside ******************/
#aside {
	width:206px;
	padding: 0 20px;
}

#aside h2 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 11px;
	letter-spacing: 0;
}

.menu-top, .menu-bottom {
	width: 195px; min-height: 8px;
	margin: 0;
	background: transparent url('../images/design/aside-menu-top.png') top left no-repeat;
}

.menu-top{
	padding-top: 4px;
	background: transparent url('../images/design/aside-menu-top.png') top left no-repeat;
}

.menu-bottom {
	padding-bottom: 4px;
	background: transparent url('../images/design/aside-menu-bottom.png') bottom left no-repeat;
}

.menu-content {
	margin: 0; padding: 0;
	border-left: 1px solid #8bbcda;
	border-right: 1px solid #8bbcda;
	background-color: #d9e7f2;
}

.menu-content li {
	margin: 0 15px; padding: 12px 10px 12px 23px;
	border-bottom: 1px solid #c3d4e2;
	background-image: url(../images/design/gray-arr2.png);
	background-position: 4px 50%;
}

.menu-content li.last {
	border:none;
}

.menu-content li a {
	color: black;
	font: 11pt Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.menu-content li.active {
	background-image: url(../images/design/active-arr2.png);
}

.menu-content li.active a {
	color: #0e5696;
	font-weight: bold;
}

/********************** Boxy **************************/

.box-small-left, .box-small-right, .middle-box, .box, .box-left {
	margin-bottom: 17px;
	border: 1px solid #d9d9d9;
}

.box-small-left h2, .box-small-right h2, .middle-box h2, .box h2, .box h3, .box-left h2 {
	color: #393939;
	font-size: 14pt;
	letter-spacing: 0;
	height: 20px;
	margin: 0; padding: 8px;
	background: transparent url('../images/design/admin-box-h-bg.png') repeat-x;
	border-bottom: 1px solid #d9d9d9;
}
.box-small-left, .box-small-right {
	width: 335px;
}
.middle-box{
	width: 650px;
	clear: both;
}
.box-small-left, .box-left {
	float:left;
}
.box-small-right {
	float:right;
}
.box-content {
	padding: 8px;
}
.box-footer {
	height: 20px;
	background: #f7f7f7;
	padding: 8px;
}

/********************* Tabulky ****************************/

#content td, #content th {
	padding: 5px 10px 5px 5px;
	min-width: 35px;
}
#content .box-footer td{
    padding: inherit;
}

#content th, .strong {
	font-weight:bold;
}

#content th {
	color: #0e5696;
	text-align: left;
}
.vypis {
	border-collapse: collapse;
	table-layout: fixed;
}
.vypis td.db_row_td_description, .vypis td.db_row_td_merchant_data{
	word-wrap: break-word;
	word-break: break-all;
}
#content .vypis td, #content .vypis tbody th{
	border-top: 1px solid #d9d9d9;
	padding: 5px 3px;
	min-width: 0;
}
.vypis td, .vypis tbody th{
	border-top: 1px solid #d9d9d9;
}

.green {
	color: #408007;
}

.red {
	color: #e41a1a;
}

.box-footer .left {
	display: block;
	max-width: 400px;
}

/************************** listovani *********************/

.listovani td {
	position: relative;
	text-align: center;
	min-width: 0;
	padding: 0 2px;
}

.listovani a {
	display: block;
	position: relative;
	padding: 2px 7px;
	text-align: center;
	border: 1px solid #acacac;
	text-decoration: none;
}

.tl, .tr, .bl, .br {
	display: block;
	position: absolute;
	width: 4px; height: 4px;
}

.tl {
	top: -1px; left: -1px;
	background: transparent url('../images/design/list-cor-tl.png') top left no-repeat;
}
.tr {
	top: -1px; right: -1px;
	background: transparent url('../images/design/list-cor-tr.png') top right no-repeat;
}
.bl {
	bottom: -1px; left: -1px;
	background: transparent url('../images/design/list-cor-bl.png') bottom left no-repeat;
}
.br {
	bottom: -1px; right: -1px;
	background: transparent url('../images/design/list-cor-br.png') bottom right no-repeat;
}

.listovani .tecky {
	border:none;
}

.listovani .non-active a {
	color: #a9a9a9;
}

.listovani .active a {
	color:white;
	font-weight: bold;
	background-color: #0e4285;
	border-color: #0e4285;
}
.listovani a:hover{
	color:white;
	background-color: #0e4285;
	border-color: #0e4285;
}
.listovani .active .tl, .listovani a:hover .tl{
	background-image:url(../images/design/blue-cor-tl.png);
}
.listovani .active .tr, .listovani a:hover .tr{
	background-image:url(../images/design/blue-cor-tr.png);
}
.listovani .active .bl, .listovani a:hover .bl{
	background-image:url(../images/design/blue-cor-bl.png);
}
.listovani .active .br, .listovani a:hover .br{
	background-image:url(../images/design/blue-cor-br.png);
}

/*********************** notice ***************************/

.notice-top-red, .notice-top-yellow, .notice-top-green,
.notice-top-blue {
	padding-top: 4px;
	margin: 10px 0;
}

.notice-bottom-red, .notice-bottom-yellow, 
.notice-bottom-green, .notice-bottom-blue {
	padding-bottom: 4px;
}

.notice-content-red, .notice-content-blue, 
.notice-content-green, .notice-content-yellow {
	position:relative;
	min-height: 32px;
	padding: 12px  35px 12px 61px;
	border-right: solid 1px;
	border-left: solid 1px;
}

.notice-top-red a, .notice-top-yellow a, 
.notice-top-green a, .notice-top-blue a {
	color: #e41a1a;
}

.notice-top-red {
	background-image:url(../images/design/red-box-top.png);
}
.notice-top-blue {
	background-image:url(../images/design/blue-box-top.png);
}
.notice-top-yellow {
	background-image:url(../images/design/yellow-box-top.png);
}
.notice-top-green {
	background-image:url(../images/design/green-box-top.png);
}
.notice-bottom-red {
	background-image:url(../images/design/red-box-bottom.png);
	background-position: bottom left;
}
.notice-bottom-blue {
	background-image:url(../images/design/blue-box-bottom.png);
	background-position: bottom left;
}
.notice-bottom-yellow {
	background-image:url(../images/design/yellow-box-bottom.png);
	background-position: bottom left;
}
.notice-bottom-green {
	background-image:url(../images/design/green-box-bottom.png);
	background-position: bottom left;
}
.notice-content-red {
	border-color: #eea9a9;
	background: #ffc6c6 url('../images/design/red-box-ico.png') 12px 12px no-repeat;
}
.notice-content-yellow {
	border-color: #e8d897;
	background: #fff0b3 url('../images/design/yellow-box-ico.png') 12px 12px no-repeat;
}
.notice-content-blue {
	border-color: #9bc0f5;
	background: #cbe0fb url('../images/design/blue-box-ico.png') 12px 12px no-repeat;
}
.notice-content-green {
	border-color: #ced7ba;
	background: #e4edcf url('../images/design/green-box-ico.png') 12px 12px no-repeat;
}

.close-button {
	position:absolute;
	top: 2px;right:8px;
	width:16px; height: 16px;
	cursor: pointer; 
}
.notice-content-red .close-button {
	background: #ffc6c6 url('../images/design/red-box-close.png') no-repeat;
}
.notice-content-yellow .close-button{
	background: #fff0b3 url('../images/design/yellow-box-close.png') no-repeat;
}
.notice-content-blue .close-button {
	background: #cbe0fb url('../images/design/blue-box-close.png') no-repeat;
}
.notice-content-green .close-button {
	background: #e4edcf url('../images/design/green-box-close.png') no-repeat;
}

/********************** Formulare *************************/
form > .left {
	width: 325px;
}

.input-container {
	clear: both;
	margin: 15px 0;
	width: 325px;
}

.input-border {
	float: right;
	border: 1px solid #cad7e2;
	padding: 0 1px;
	background: #d9d9d9 url('../images/design/form-input-outer-bg.png') repeat-x
}
table td .input-border{
	float: left;
	margin-right: 5px;
}

.input-bg {
	padding: 2px;
	background: transparent url('../images/design/form-input-inner-bg.png') repeat-x;
}

.input-text {
	height: 18px;
	border: none;
	background: transparent;
}
#content input.error, #content textarea.error{
	border: 2px #f00 solid;
}
#content textarea.error{
	background-color: #fff;
}

.input-container label, .textarea label {
	font-weight: bold;
	max-width: 100px;
}
/*#center label{
	font-weight: bold;
}*/
#center form th label{
	color: #000;
}

.formDescription{
	display: block;
	clear: both;
	padding-top: 5px;
	color: #0D73AF;
	font: 9pt Arial;
}

.textarea {
	float: right;
	width: 320px;
	margin: 15px 0;
}

input.more-info-button {
	float:right;
	text-align:left;
	font-size: 10pt;
	border:none;
	height: 34px; width: 140px;
	cursor: pointer;
}

.textarea .input-border {
	height: 90px; width: 234px;
	background-image: url(../images/design/text-area-outer-bg.png);
}

.textarea-bg {
	padding: 0;
	background: transparent url('../images/design/textarea-inner-bg.png') repeat-x;
}

.textarea textarea {
	height: 86px; width: 232px;
	padding: 2px;
	background: transparent;
	border: none;
	overflow: auto;
}


.editIcons a{
	text-decoration: none;
}
.editIcons a.text_link{
	text-decoration: underline;
}
.editIcons a.text_link:hover{
	text-decoration: none;
}


/* filtr v seznamu plateb */
.listFilterForm .input-border{
	display: inline-block;
	float: none;
}
.listFilterForm .vypis input, .listFilterForm .vypis select{
	width: 150px;
}
#db_id_filter, #db_id_filter_from, #db_id_filter_to,
#db_value_filter, #db_value_filter_from, #db_value_filter_to{
	width: 70px;
}
#db_created_on_filter, #db_created_on_filter_from, #db_created_on_filter_to,
#db_finished_on_filter, #db_finished_on_filter_from, #db_finished_on_filter_to,
#db_return_date_filter, #db_return_date_filter_from, #db_return_date_filter_to{
	width: 100px;
}

.listFilterForm .vypis{
	width: 95%;
}
.listFilterForm .vypis th{
	border-top: 1px solid #d9d9d9;
}
 .listFilterForm .vypis tr.first th, .listFilterForm .vypis tr.first td{
	border-top: 0;
}
.listFilterForm .more-info-button{
	margin: 5px 0 0 0;
}

.listFilterForm .clear-form{
	display: inline-block;
	margin: 15px 0 0 5px;
	text-decoration: none;
}
.listFilterForm .clear-form span{
	text-decoration: underline;
}
.listFilterForm .clear-form:hover span{
	text-decoration: none;
}
.listFilterForm .clear-form img{
	vertical-align: middle;
	margin-right: 5px;
}

.open-close-filter .open-close {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 10px;
	height: 10px;
	background-image: url('../lib/elhana/web/images/down.gif');
}
.opened .open-close-filter .open-close{
	background-image: url('../lib/elhana/web/images/up.gif');
}


.editIconDelete{
	margin-left: 10px;
}

.adminMenu {
    font-weight: bold;
    padding: 5px 0;
}
.adminMenu img {
    margin-right: 5px;
    vertical-align: middle;
}
.adminMenu a {
    text-decoration: none;
}
.adminMenu a span {
    text-decoration: underline;
}
.adminMenu a:hover span {
    text-decoration: none;
}


#elAdmin{
	clear: both;
}

.select2-container li, .select2-drop li{
	background: none;
	padding: 0;
}


.internalTransfer table{
	width: 100%;
}
.internalTransfer table td.nowrap{
	white-space: nowrap;
}
.internalTransfer input.from_method.error,.internalTransfer input.from_method.error{
	background: #f00;
}
.internalTransfer label.error{
	color: #f00 !important;
}

.internalTransfer .amount_td .error:before {
	content: '\A';
	white-space: pre;
}




.notice-content-yellow h2{
	margin-top: 0;
}
.news-item-confirm input, .news-item-confirm label,
.proposal-item input, .proposal-item label{
	vertical-align: middle;
}
.news-item-confirm input.more-info-button,
.proposal-item input.more-info-button{
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 30px;
}

.news-item-confirm .news-item-logout{
	float: right;
}
.news-item-confirm .news-item-logout a{
	color: #0e4285;
	font-weight: bold;
	font-size: 12pt;
	display: inline-block;
	background: url('../images/design/yellow-box-close.png') center left no-repeat;
	padding-left: 22px;
	line-height: 19px;
}
.news-item-confirm .news-item-logout a:hover{
	text-decoration: none;
}