/* Hlavna styl */
/* nepouzivat automaticky format v Eclipse, rozbije nektere deklarace*/

body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	margin: 0 !important;
}

h1 {
	margin: 0px;
	padding: 10px;
	font-size: 26px;
	font-weight: normal;
	color: #C00000;
	background-color: #ECF2F7;
	border-bottom: #FFF 2px solid;
}

.center {
	text-align: center;
}

td a{
	text-decoration: underline !important;
	color: #C00000;
}

td a:hover {
	text-decoration: none !important;
	color: #C00000;
}

/* Prilohy*/
div.prilohy {
	/*margin-left: 5px;
	margin-top: 5px;*/
}

div.prilohy div.nadpis {
	font-weight: bolder;
}

div.prilohy div.priloha {
	/*margin-bottom: 5px;*/
}

div.prilohy div.text {
	vertical-align: middle;
	padding-top: 7px;
}

/* Formular */
div.form-container {
	/*padding: 5px;*/
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
}

div.form-container-seznam {
	/*padding: 5px;*/
	padding-left: 20px;
	padding-right: 5px;
}

p.legend em {
	color: #C00;
	font-style: normal;
}

div.errors {
	margin: 20px 10px 10px 10px;
	padding: 5px 10px;
	border: 1px solid;
	background-color: #FFBABA;
	color: #D8000C;
}

div.errorsHeader {
	font-size: 16px;
	background-image: url("../img/error.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	display: block;
	margin: 10px 0;
	padding: 15px 10px 15px 50px;
}

div.errors p {
	margin: 0;
}

div.errors p em {
	color: #C00;
	font-style: normal;
	font-weight: bold;
}

div.infos {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: 1px solid;
	background-color: #E6ECFF;
	color: #0029A6;
}

div.infosHeader {
	font-size: 16px;
	background-image: url("../img/say.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	display: block;
	margin: 10px 0;
	padding: 15px 10px 15px 50px;
}

div.infos p {
	margin: 0;
}

div.infos p em {
	color: #C00;
	font-style: normal;
	font-weight: bold;
}

div.success {
	margin: 20px 10px 10px 10px;
	padding: 5px 10px;
	border: 1px solid;
	background-color: #DFF2BF;
	color: #4F8A10;
}

div.successHeader {
	font-size: 16px;
	background-image: url("../img/success.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	display: block;
	margin: 10px 0;
	padding: 15px 10px 15px 50px;
}

div.form-container form p {
	margin: 0;
}

div.form-container form p.note {
	margin-left: 150px;
	font-size: 80%;
	color: #333;
}

div.form-container form fieldset {
	margin: 10px 0;
	padding: 10px;
	border: #DDD 1px solid;
	padding-right: 0px;
}

div.form-container form legend {
	font-weight: bold;
	color: #111;
}

form fieldset div {
	padding: 0.75em 0;
}

div.form-container label, div.form-container span.label {
	margin-right: 10px;
	padding-right: 10px;
	width: 120px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
	font-weight: normal;
}

div.form-container label.error, div.form-container span.error {
	color: #C00;
}

div.form-container label em, div.form-container span.label em {
	position: absolute;
	right: 0;
	font-size: 80%;
	font-style: normal;
	color: red;
}

div.form-container input.error {
	border-color: #C00;
	background-color: #FEF;
}

div.form-container input.error:focus, div.form-container div.controlset label,
	div.form-container div.controlset input {
	display: inline;
	float: none;
}

div.form-container div.controlset div {
	margin-left: 140px;
}

/*Capcha*/
div.captcha-image {
	float: left;
	margin-right: 10px;
}

.captchaInput {
	width: 230px;
}

.captchaWrapper {
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
}

div.captcha-instructions {
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

div.captcha-instructions p {
	padding: 0 0 0 0.25em;
	text-align: left
}

.clearBoth {
	clear: both;
}

button {
	background-color: #2b4f86;
    border: none;
    color: white;
    padding: 0px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
    cursor: pointer;
    border-radius: 3px;
}

button:hover {
	background-color: #254473;
}

/* POZOR, automaticke formatovani v Eclipse toto rozbije */
input:not([type=submit]):not([type=button]):not([type=file]), textarea, select {
    padding: 5px 5px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

label {
    padding: 5px 5px;
}

td a:visited {
	color: #C00000;
	text-decoration: underline;
}

td a:active {
	color: #C00000;
	text-decoration: underline;
}

td a:link {
	color: #C00000;
	text-decoration: underline;
}

fieldset {
    border: 0px !important;
}

fieldset legend {
    background: #002060;
    color: white !important;
    padding: 10px 10px ;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.loginWrapper {
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.loginInner {
	display: inline-block;
	position: absolute;
	right: 0;
}

.positionLeft {
	float: left;
}

.sirka100 input, textarea {
	width: 700px;
}

.readOnlyTextAreaWithLabel {
	width: 700px;
	margin-left: 145px;
}

.sirka100 textarea {
	height: 100px;
}

.formular .header {
	background: #e7eef4;
	color: #2b4f86 !important;
	padding: 10px 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

.formular legend {
	display: none;
}

.formular {
	width: 80%;
	min-width: 1024px;
	margin: 0 auto;
}

@media screen and (max-width: 720px) {
.formular {
	width: 100% !important;
	min-width: 0px !important;
}
}

.time {
	width: 100px;
}

.vlevoVpravoMezera {
	margin-left: 1em;
	margin-right: 1em;
}

.vedleSebe div{
	padding: 0;
}

.tabulkaItem a {
	text-decoration: none;
}

.tabulkaItem img {
	vertical-align: middle;
}

.tabulkaItem {
	vertical-align: middle;
	display: inline-block; 
}

input:required, textarea:required {
    background: white url(../img/asterisk.png) no-repeat 99% center;
    padding-right: 25px !important;
}

input:required:valid, textarea:required:valid {
    background: white url(../img/valid.png) no-repeat 99% center;
    padding-right: 25px !important;
}

input:focus:invalid, textarea:focus:invalid {
    background: white url(../img/invalid.png) no-repeat 99% center;
    padding-right: 25px !important;
}

 select:required {
    background: white url(../img/asterisk.png) no-repeat;
    padding-right: 25px !important;
    background-position: center right 20px;
}

 select:required:valid  {
    background: white url(../img/valid.png) no-repeat;
    padding-right: 25px !important;
    background-position: center right 20px;
}

 select:focus:invalid {
    background: white url(../img/invalid.png) no-repeat;
    padding-right: 25px !important;
    background-position: center right 20px;
}

.buttonUlozit {
	background-image: url("../img/uloz-green.png");
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 40px;
}

.buttonZrusitUcet {
	background-image: url("../img/zrusit-ucet.png");
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 35px;
}

.buttonVyhledat {
	background-image: url("../img/vyhledat-22x22.png");
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 40px;
	background-color: #C00000;
}

.buttonVyhledat:hover {
	background-color: #CC0000;
}

.buttonSmazat {
	background-image: url("../img/smazat-vybrane-22x22.png");
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 40px;
}

.registraceImage h1 {
	padding-left: 40px !important;
	background-image: url("../img/registrace-30x30.png");
	background-repeat: no-repeat;
	background-position: left;
}

.registraceImage {
	padding-left: 10px;
}

.kategorieFieldset {
	display : none;
}

.errorsPage h1 {
	padding-left: 0px;
}

.doBloku {
	display: inline-block;
}

.marginRight50 {
	margin-right: 50px;
}

.marginLeft50 {
	margin-left: 50px !important;
}

.marginLeft20 {
	margin-left: 20px !important;
}

.label200 label{
	width: 200px !important;
}

.width100percent {
	width: 100%;
}

.tableBgColorDefault td {
	background-color: #ebf2fa !important;
}

.marginBottom20 {
	margin-bottom: 20px;
}

.marginTop20 {
	margin-top: 20px;
}

.width90px {
	width: 90px;
}

.label300 label{
	width: 300px !important;
}

.headerMessage {
	padding-left: 50px;
}

.statusDivWrapper {
	margin-left: 10px;
}

.marginRight10 {
	margin-right: 10px !important;
}

.marginLeft10 {
	margin-left: 10px !important;
}

.korespondencniAdresaFieldset {
	margin: unset !important;
	padding: unset !important;
	padding-bottom: 20px !important;
	padding-left: 10px !important;
}

.korespondencniAdresaItems {
    padding-bottom: 0px !important;
}

.korespondencniAdresaDodatek {
    text-align: right;
    font-size: 10px;
    width: 900px;
    padding: unset !important;
}

.poznamkaRightText {
	display: block;
    text-align: right;
    font-size: 10px;
    padding: 0 50px 0 0!important;
}

.dvaPodpisy {
	padding: 20px 30px 10px 30px;
}

.dvaPodpisyLevaCast {
	float: left;
	text-align: center;
}

.dvaPodpisyPravaCast {
	float: right;
	text-align: center;
}