.tinynav.tinynav2 {
	height: auto !important;
}


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
} /* Hides from IE-mac \*/
.clearfix {
  display: block;
}


body.customer-section {
	color: #121212;
}

body.customer-section-window {
	padding: 10px 15px 25px 15px;
}

body.customer-section-window header {
	position: relative;
}

body.customer-section-window header h1 {
	padding-right: 100px;
}

.header input[type="text"], .header input[type="password"] {
	width: auto;
	height: auto;
}

.number {
	text-align: right;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

a > span.extern,
a.extern {
	padding-right: 15px;
	margin-right: 2px;
	background: transparent URL('../../../_app/img/extern.png') no-repeat right center;
}

.close-button {
	margin: 2px 0px 3px 0px;
}

.close-button a {
	display: block;
	text-align: center;
	width: 90px;
	font-size: 16px;
	line-height: 24px;
	background: url("../img/bg-strong-1.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #ddd;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.close-button a:hover {
	text-decoration: none;
}

.close-button.close-button-large a {
	margin: 0px auto;
	width: 150px;
	font-size: 22px;
	line-height: 35px;
}

body.customer-section-window header .close-button a {
	position: absolute;
	top: 0px;
	right: 0px;
}

.close-button.close-button-width-large a {
	width: 230px;
}

.close-button.close-button-width-large.close-button-large a {
	width: 300px;
}

body.customer-section-window ,
body.customer-section-window .uver-splatky-waiting {
	margin: 0px auto;
}

.footer-general {
	text-align: right;
	margin: 20px 0px 15px 0px;
	font-style: italic;
}

.smlouva-detail {
	position: relative;
}

.smlouva-detail .close-button {
	position: absolute;
	top: 0px;
	right: 0px;
}

.smlouva-detail .close-button a {
	width: 180px;
}

.smlouva-detail h2 {
	padding-right: 190px;
}

.smlouva-detail table.table-uver-detail > * > tr > th {
	width: 40%;
}

.smlouva-detail > .fleft {
	width: 49%;
	margin-right: 1%;
}

.smlouva-detail > .fright {
	width: 49%;
	margin-left: 1%;
}

@media (max-width: 640px) {
	body.customer-section table {
		width: 100%;
	}

	.smlouva-detail > .fleft,
	.smlouva-detail > .fright {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
}

.smlouva-detail > .fright .link {
	
}

.smlouva-detail > .fright table {
	max-width: 100%;
	width: 100%;
	margin-bottom: 0px;
}

.smlouva-detail > * > *:first-child {
	margin-top: 0px;
}

/* -------------------------------------------------------------------------- */
/* ==================================================== */
/* Dál už to je jenom kopie SP */
/* ==================================================== */

.button {
	border: 0;
	font-size: 20px;
	font-family: 'regular';
	color: #ffffff;
	background: #986530;
	padding: 10px 25px;
	display: inline-block;
	margin: 10px 0 0 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	cursor: pointer;
	outline: 0;
}
.button:hover {
	text-decoration: none;
	background: #714b24;
}

.button.button-go-back {
	color: #986530;
	background: #EEEEEE;
}

.button.button-go-back:hover {
	color: white;
	background: #C8C8C8;
}

.button-rounded {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}


/* PŘEVZATO Z INDEX-MAINSITE bez .login-box */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"]
{
	display: inline-block;
	height: 34px;
	padding: 4px 6px;
	line-height: 34px;
	position: relative;
	margin: 0;
	vertical-align: top;
	width: 100%;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus {
	border: 1px solid #555555;
}

textarea {
	height: 200px;
	resize: vertical;
	line-height: 18px;
}

.input-prepend select,
.input-prepend textarea,
.input-prepend input[type="text"],
.input-prepend input[type="password"],
.input-prepend input[type="number"],
.input-prepend input[type="email"],

.input-append select,
.input-append textarea,
.input-append input[type="text"],
.input-append input[type="password"],
.input-append input[type="number"],
.input-append input[type="email"]
 {
	width: 90%;
}

.input-prepend,
.input-append
 {
	display: block;
	margin-bottom: 10px;
	vertical-align: middle;
	font-size: 0;
	white-space: nowrap;
}
.input-prepend .add-on,
.input-append .add-on
 {
	margin-right: -1px;
	vertical-align: top;
	display: inline-block;
	width: 10%;
	height: 34px;
	min-width: 16px;
	padding: 4px 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
}
.input-prepend .add-on .fa,
.input-append .add-on .fa
{
	vertical-align: top;
	padding-top: 5px;
}

.input-row {
	display: table;
	width: 100%;
}

.input-row > div {
	display: table-cell;
	width: 0%;
	white-space: nowrap;

	/*  Buďto padding, co to vystředí, nebo vertical-align: middle; */
	padding: 8px 0px 0px 0px;
	vertical-align: top;
	/*vertical-align: middle;*/
}

.input-row > div:first-child {
	padding-right: 5px;
}

.input-row > div:last-child {
	padding-left: 5px;
}

.input-row > div.input {
	width: 100%;
	padding: 0px !important;
}

.form-box {
	padding: 40px 30px;
	margin: 0px auto 50px auto;
	border: 1px solid #ddd;
	background: url('../img/bg.png') repeat;
	position: relative;
}

fieldset.form-box {
	padding-top: 30px;/* vizuálně kvůli <legend> */
}

fieldset.form-box > legend {
	font-size: 22px;
	position: relative;
	border: 1px solid #ddd;
	background-color: white;
	padding: 8px 20px;
}

fieldset.form-box  h3,
fieldset.form-box fieldset > legend {
	font-size: 20px;
    margin: 1.0em 0 0.4em 0px;
	font-weight: normal;
    line-height: 1.2;
}

fieldset.form-box .description > ul {
	margin: 0px 0px 10px 0px;
}

fieldset.form-box .description > ul > li {
	margin: 0px 0px 8px 0px;
}

fieldset.form-box .description > ul > li:last-child {
	margin-bottom: 0px;
}


table.form {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.form-row,
table.form tr th, table.form tr td {
	padding: 8px 6px;
	vertical-align: top;
}
table.form tr th {
	font-weight: normal;
	font-family: "bold";
}

table.form tbody tr th {
	text-align: right;
	width: 33%;
}

table.form tbody tr th label {/* Odvozeno od input[*] */
	/*display: inline-block;*/
    height: 34px;
    line-height: 34px;
    margin: 0;
    padding: 4px 6px 4px 10px;
	position: relative;
}

label.isRequired:before {
	color: red;
	font-size: 30px;
	content: "*";
	font-weight: normal;
	font-family: "regular";
	position: absolute;
	left: -6px;
}

/* -------------------------------------------------------------------------- */


table.table tr > * {
	padding: 3px 5px;
	border: 1px solid #444444;
	/*color: black;*/
}

table.table tr > *.highlight-1 {
	background-color: #BABABA;
}

table.table > thead > tr > * {
	font-family: "bold";
	background-color: #A37A4F;
	color: white;
	border-color: white;
	border-color: black;
}

table.table > tfoot > tr > * {
	background-color: #D9D9D9;
}

table.table > tfoot > tr.total > *,
table.table > tfoot > tr > *.total {
	font-weight: normal;
	font-family: "bold";
}

table.table-th-bgcolor > tbody > tr > th {
	background-color: #A37A4F;
	color: white;
}

table.table-key-value {
	margin: 15px 0px 20px 0px;
}

.margin-bottom {
	margin-bottom: 10px;
}

table.table-key-value > * > tr > * {

}

table.table-key-value > * > tr > th {
	font-weight: normal;
	font-family: "bold";
	text-align: right;
	width: 30%;
}

table.center {
	text-align: inherit;
	margin-left: auto;
	margin-right: auto;
}

table.debug tr > *{

}

table.table-uver-detail > * > tr > th {
	width: 50%;
}

body.body-splatkovy-kalednar {
	padding: 5px 10px 15px 10px;
}

table.splatkovy-kalednar {
	margin: 0px auto;
	display: block;

	table-layout: table-fixed;
	display: table;
	width: 100%;
}

table.splatkovy-kalednar tr > * {
	/*width: 9.0909%*/
}

td.number {
	white-space: nowrap;
}

table.splatkovy-kalednar .col-pozadovano {
	background-color: #DDDDDD;
	color: #121212; /* BODY COLOR */
}

table.splatkovy-kalednar tr.platba-urok {
	background-color: #8C0023;
	color: white;
}

table.splatkovy-kalednar tr.platba-pokuta {
	background-color: #BF0030;
	color: white;
}

body.layout-empty table.splatkovy-kalednar {

}

body.layout-empty table.splatkovy-kalednar tr > * {

}

fieldset table.uver-splatky-waiting {
	width: 100%;
}




form.form ul.hlaseni {
	margin-left: 0px;
	list-style-type: none;
}