﻿html {
	height: 100%;
	margin: 0;
}

body {
	font: normal .80em arial, sans-serif;
	color: black;
	margin: 0;
	padding: 0;
	background-color: #f1eded;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

form {
	cursor: default;
}

#main, #container, #logo, #site_content, footer {
	margin-left: auto;
	margin-right: auto;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	background-color: #1b62a0;
	background-repeat: repeat-x;
	color: #e8e4e4;
	height: 40px;
}

#logo {
	width: 1000px;
	height: 30px;
	background: transparent;
	color: #888;
	padding: 5px 0 5px 0;
}

#logo_text {
	padding: 0 0 3px 0;
	font: bold 24px arial, tahoma;
	color: white;
	text-decoration: none;
	
	
}

#logo_text_nazev {
	font: bold 16px arial, sans-serif;
}

.zpristupnovaneInformace {
	display: inline-block;
	position:relative;
	left: 160px;
	font-size: 12px;
	color: black !important;
	font-weight: bold;
	padding: 5px;
	background-color:#f4bf2f;
	text-decoration:none;
	height:100%;
}

#default_logo {
	font-weight: 700;
	font-variant: small-caps;
	font-size: 1.3em;
	color: #888;
}

.logoRamecek {
	border: solid 1px #ccc;
}

/*#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover {
	padding: 0;
	color: #FFF;
	text-decoration: none;
	
}*/

#pruhUzivatel {
	float: right;
	/*width: 500px;*/
	/*color: white;*/
	padding-top: 3px;
}

#menu {
	height: 26px;
	background-color: #606060;
	border-top: solid 1px #eaf5fb;
	/*background-image: url(../Images/Menu/menu_bag.PNG);*/
}

#menu_container {
	width: 1000px;
	margin: 0 auto 0 auto;
}

/* MENU */
.RadMenu_Metro .rmText {
}

.RadMenu_Metro div.rmRootGroup, .RadMenu_Metro ul.rmRootGroup {
	background-color: #606060 !important;
	padding: 0 !important;
	/*text-transform:uppercase;*/
}

/*#nadpis_stranky {
	background-color: #25a0da;
	font-variant: small-caps;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 3px auto 0 auto;
	font-size: large;
	color: white;
	visibility: visible !important;
}*/

/* Middle
-----------------------------------------------------------------------------*/

#site_content {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto 0 auto;
}

.content {
    text-align: left;
    margin: 15px 0 25px 0;
    /*font-size: 120%;*/
    padding: 5px 0 5px 0;
    border: 1px solid #ccc;
    background-color: #f5f2f2;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	/*border-top: solid 1px #e8e4e4;*/
	height: 20px;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding-top: 4px;
	background-color: #ccc;
	color: #606060;
	font-weight: normal;
}

/* TILE
-----------------------------------------------------------------------------*/

.Tile {
	margin-top: 10px;
	margin-left: 10px;
	/*height: 340px;*/
}

.tilePocet {
	font-size: 42px;
	padding: 10px 0 0 10px;
	float: left;
	font-weight: bold;
}

.tileImage {
	float: right;
	padding: 10px 10px 0 0;
}

.tileText {
	float: left;
	font-size: 14px;
	padding: 10px 0 0 10px;
}

.tileInfo {
    float: left;
    height: 80px;
    width: 280px;
    margin-top: 20px 10px 10px 10px;
    padding: 10px;
    /*padding: 20px;*/
    text-align: justify;
    font-size: 13px;
}

.tileWarning {
    background-color: #739ec9;
    border: 3px solid #739ec9;
    width: 944px;
    height: 90px;
    padding: 5px;
    color: white;
    margin-left: 3px;
    margin-bottom: 5px;
}

.tileHlaseni {
    background-color: #ed2f2f;
    border: 3px solid #ed2f2f;
    width: 944px;
    height: 90px;
    padding: 5px;
    color: black;
    margin-left: 3px;
    margin-bottom: 5px;
    margin-top: -25px;
}

.tileZmeny {
    /*height: 312px !important;*/
    height: 410px !important;
}

.rtlistGroupSeparator {
	width: 0 !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
}


.divZarovnaniVpravo {
	text-align: right;
	width: 100%;
}

.divZarovnaniCenter {
	text-align: center;
	width: 100%;
}

.divZarovnaniVlevo {
	text-align: left;
	width: 100%;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

a, a:hover {
	outline: none;
	text-decoration: none;
	color: #808080;
}

	a:hover {
		text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6 {
	color: black;
	letter-spacing: 0;
	padding: 0 0 5px 0;
}

h1, h2, h3 {
	font: normal 160% arial;
	margin: 0 0 15px 0;
	padding: 15px 0 5px 0;
}

h2 {
	font-size: 140%;
	padding: 9px 0 5px 0;
}

h3 {
	font-size: 140%;
	padding: 5px 0 0 0;
}

h4, h6 {
	padding: 0 0 5px 0;
	font: normal 120% arial, sans-serif;
}

h5, h6 {
	font: italic 100% arial;
	padding: 0 0 15px 0;
}

h6 {
	font: normal 100% arial;
}
/*ul
{
	font-size: 0.9em;
	color: #767676;
}*/
.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

.validace {
	color: red;
	font-size: 0.9em;
	font-style: italic;
}

/* Tabulky */
th td {
	padding: 5px;
}

.tabulkaSloupce {
}

	.tabulkaSloupce > tbody > tr > th {
		padding: 10px 0px 2px 5px;
		text-align: center;
		font-size: larger;
		font-weight: bold;
		/*border-top: 1px solid lightgray;
		border-right: 1px solid lightgray;*/
		vertical-align: top;
		/*background-color: #25a0da;*/ /* pozadí jako u radgridu */
		background-color: #e8e4e4; /* původní šedavé pozadí  */
	}

	.tabulkaSloupce > tbody > tr > td {
		font-size: 12px;
		font-weight: normal;
		/*border-right: 1px solid lightgray;*/
		vertical-align: top;
	}

	.tabulkaSloupce > tbody > tr {
		padding: 3px inherit !important;
	}

	.tabulkaSloupce tr:hover {
	}

.tabulkaRadky {
}

	.tabulkaRadky > tbody > tr > th {
		padding: 2px 5px;
		text-align: right;
		font-size: 12px;
		font-weight: bold;
		background-color: #e8e4e4;
	}

	.tabulkaRadky > tbody > tr > td {
		font-size: 12px;
		font-weight: normal;
		padding-left: 5px;
	}

	.tabulkaRadky tr {
		padding: 3px inherit !important;
	}

		.tabulkaRadky tr:hover {
		}

.tabulkaNadpisSkupiny {
	padding: 5px 0px 2px 5px;
	text-align: left;
	vertical-align: top;
	font-size: larger;
	font-variant: small-caps;
	background-color: #f1eded !important; /*#e8e4e4;*/
}
.tabulkaNadpisSkupinyStred {
	text-align: center !important;
	font-variant: small-caps;
}
.nadpisSekce {
	padding: 5px 0px 2px 5px;
	text-align: center !important;
	vertical-align: top;
	font-size: 20px !important;
	font-variant: small-caps;
	background-color: #79bbff !important;
	margin-top: 15px;
}

.tabulkaDetailMunice {
	margin: auto;
}

	.tabulkaDetailMunice > tbody > tr > td {
		padding: 5px;
	}

		.tabulkaDetailMunice > tbody > tr > td:nth-child(2) {
			min-width: 600px;
			background-color: white;
		}

		.tabulkaDetailMunice > tbody > tr > td:first-child {
			text-align: right;
			font-size: 12px;
			font-weight: bold;
			background-color: #E8E4E4;
			white-space: nowrap;
		}


.tabulkaDetailZbrane {
}

	.tabulkaDetailZbrane th {
		padding: 5px 5px;
		text-align: center;
		font-size: 12px;
		font-weight: normal;
		background-color: #79bbff;
	}

	.tabulkaDetailZbrane td {
		padding-left: 5px;
		font-size: 12px;
		font-weight: normal;
		background-color: #cccccc;
	}

	.tabulkaDetailZbrane tr {
		padding: 3px inherit !important;
	}

.small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 100%;
}

fieldset {
	padding: 5px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

legend {
	margin-top: 5px !important;
	padding: 3px 10px !important;
	border: 1px solid gray !important;
	font-variant: small-caps;
}

.panelBar {
	width: 350px;
	margin-left: 10px;
}

.podtrzeni {
	border-bottom: solid 1px gray;
}

.RadGrid_Metro .rgHeader {
	background-color: #25a0da !important;
	color: white !important;
}

	.RadGrid_Metro .rgHeader a {
		color: white !important;
	}

.detailTableHeader {
	color: gray !important;
	background-color: #a5d7ef !important;
}

.prevzetiOdPodnikatele .detailTableHeader {
	color: #1c79a5 !important;
	background-color: white !important;
	font-weight: bold !important;
}

.rgEditForm > div > table > tbody > tr > td {
	padding: 10px;
}


.panel {
	background-color: #eaf5fb;
}

/*RadButton*/
.RadButton_Metro:not(.rbToggleButton), .rbSkinnedButton .RadButton_Metro, .rbVerticalButton.RadButton_Metro, .RadButton_Metro .rbDecorated, .rbVerticalButton .RadButton_Metro, .rbDisabled.RadButton.RadButton_Metro, .rbDisabled.RadButton.RadButton_Metro:hover, .rbDisabled.RadButton.RadButton_Metro:active, .rbDisabled.RadButton.RadButton_Metro:focus, rgFilterBox {
	/*background-color: #79bbff !important;*/
	background-color: #79bbff !important;
	height: 28px !important;
	border: none !important;
}

	.RadButton_Metro:not(.rbDisabled):hover, .rbSkinnedButton.RadButton_Metro:not(.rbDisabled):hover *, .RadButton_Metro:not(.rbDisabled) .rbDecorated:not(.rbDisabled):hover, .rbSkinnedButtonChecked:not(.rbDisabled) * {
		/*background-color: rgb(26, 144, 200) !important;*/
		background-color: #1a90c8 !important;
		border: none !important;
		color: white !important;
	}

.RadButton .RadButton_Metro .rbToggleButton {
	background-color: none !important;
}

/* Stylování textboxů*/
.riTextBox {
	border: solid 1px gray !important;
}

input[type='text']:not(.rcbInput) {
	height: 28px !important;
}

input[type='text']:not(.riTextBox) {
	height: 18px !important;
}

input[type='password']:not(.rcbInput) {
	height: 28px !important;
}


.riEmpty {
	color: gray !important;
}

.riDisabled {
	border: solid 1px gray !important;
	background-color: #faf9f9 !important;
	color: black !important;
	opacity: .5;
}

.riFocused {
	border: solid 1px #25a0da !important;
}



/* stylování dropdownlistů*/
.RadComboBox_Metro:not(.noneStyle) .rcbArrowCellRight:not(.noneStyle) {
	padding: 3px !important;
	border: solid 1px gray !important;
}

.RadComboBox_Metro:not(.noneStyle) .rcbEmptyMessage:not(.noneStyle) {
	color: gray !important;
}

.RadComboBox_Metro:not(.noneStyle) .rcbInputCellLeft:not(.noneStyle) {
	border: solid 1px gray !important;
}


/* RadNotification*/
.rnContent {
	background-color: white;
	border-left: solid 2px #25a0da !important;
	border-bottom: solid 2px #25a0da !important;
	color: black;
}

.rnContentIconClip {
	top: -10px !important;
	position: absolute;
	clip: rect(16px, 32px, 48px, 0) !important;
}

.rnCloseIcon {
	background-color: #d82d2d;
}

/* RadWindow*/
.rwCloseButton {
	background-color: #d82d2d !important;
}

.RadWindow_Metro {
	border: solid 1px #25a0da !important;
}

.rwWindowContent, .rwBodyLeft, .rwBodyRight, .rwFooterCenter, .rwFooterLeft, .rwFooterRight {
	background-color: #dbdfe4 !important;
}

/* RadGrid*/
.RadGrid_Metro .rgHoveredRow {
	background-color: #ffe761 !important;
	background-image: none !important;
	color: brown !important;
}

/* RadToolTip*/
div.RadToolTip_Metro .rtWrapper .rtWrapperTopLeft,
div.RadToolTip_Metro .rtWrapper .rtWrapperTopCenter,
div.RadToolTip_Metro .rtWrapper .rtWrapperTopRight,
div.RadToolTip_Metro .rtWrapper .rtWrapperLeftMiddle,
div.RadToolTip_Metro .rtWrapper .rtWrapperContent,
div.RadToolTip_Metro .rtWrapper .rtWrapperRightMiddle,
div.RadToolTip_Metro .rtWrapper .rtWrapperBottomLeft,
div.RadToolTip_Metro .rtWrapper .rtWrapperBottomCenter,
div.RadToolTip_Metro .rtWrapper .rtWrapperBottomRight {
	background-color: #FFFFCC !important;
	color: black !important;
	/*border: solid 1px red !important;*/
}

/* Captcha*/
.imgCode {
	border: 1px solid black;
}

.labelRed {
	font-size: 0.80em;
	color: red;
}

.info {
	border: solid 1px gray;
	background-color: white;
	font-size: 0.85em;
}

#logout {
	margin-top: 50px;
	text-align: center;
}

#login span {
	color: black;
	padding: 6px 5px 7px 5px;
	background-color: #f4bf2f;
	border: solid 1px gray;
}

#login a {
	color: black;
	padding: 6px 5px 7px 5px;
	background-color: #f4bf2f;
	border: solid 1px gray;
}

.ddlStaty img {
	width: 16px;
	height: 16px;
}

/*TabContainer*/
.ajax__tab_header .ajax__tab_outer {
	background: #25a0da;
	/*margin: 0px 0.16em 0px 0px;*/
	padding: 4px 15px 2px 15px;
	border: solid 1px #25a0da;
	border-bottom-width: 0;
	font-variant: small-caps;
	color: #FFFFFF;
}

.ajax__tab_header .ajax__tab_tab {
	color: #FFFFFF;
	margin-right: 0.5em;
	margin-left: 0.5em;
	cursor: pointer;
}

.ajax__tab_hover .ajax__tab_outer, .tab .ajax__tab_hover .ajax__tab_outer a {
	background: #FFFFCC;
	color: #000000;
}


.ajax__tab_active .ajax__tab_tab {
	color: #fff;
}

.ajax__tab_active .ajax__tab_outer, .tab .ajax__tab_active .ajax__tab_outer a {
	background: #FFFFCC;
	color: #000000;
}

.ajax__tab_body {
	border-top-width: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #25a0da;
	font-size: 10pt;
	padding: 0.25em 0.5em;
	background-color: #eaf5fb;
}

.predani {
	background-color: wheat;
	color: black !important;
	border-bottom: 1px solid gray !important;
}

.prevzeti {
	background-color: #abceab;
	color: black !important;
	border-bottom: 1px solid gray !important;
}


/*RadAsyncUpload*/
/** Validation error */
.ruError {
	padding: 5px 5px 5px 20px;
	border: 1px solid #ef0000;
	background: #f9e8e8;
}

	.ruError .ruFileWrap {
		height: auto;
		overflow: visible !important;
		display: block;
	}

	.ruError .ruUploadProgress {
		margin-left: -18px;
		display: block;
	}

	.ruError .ruUploadFailure {
		background-position: 2px 80%;
	}

	.ruError .ruErrorMessage {
		display: block;
		font-variant: small-caps;
		text-transform: lowercase;
	}



/** Validation list */
.qsf-results {
	padding: 1em 150px;
}

	/** Headings */
	.qsf-results h3 {
		margin: 0;
		padding: 1em 0 1em 40px;
		font-size: 10px;
		font-weight: normal;
		text-transform: uppercase;
		background-position: left center;
		background-repeat: no-repeat;
	}

.qsf-success h3 {
	color: #328d0a;
	background-image: url("img/qsf-demo-success-bg.png");
}

.qsf-error h3 {
	color: #ef0000;
	background-image: url("img/qsf-demo-error-bg.png");
}

/** list */
qsf-results .qsf-list {
	padding: 10px;
	background: none;
}

qsf-success .qsf-list {
	padding-left: 0;
}

.qsf-error .qsf-list {
	background-color: #f9e8e8;
	margin-bottom: 1em;
}


/* Error */
.ruError .ruErrorMessage {
	color: #ef0000;
	font-variant: small-caps;
	text-transform: lowercase;
	padding-bottom: 0;
}



/* pro munici */



/* jako bootstrap */
.row {
	position: relative;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	display: block;
	position: relative;
	min-height: 1px;
}

	/*.col-1 label, .col-2 label, .col-3 label, .col-4 label, .col-5 label, .col-6 label, .col-7 label, .col-8 label, .col-9 label, .col-10 label, .col-11 label, .col-12 label {
		top: 10px;
		position: relative;
		text-align:right;
	}*/


.col-12 {
	width: 100%;
}

.col-11 {
	width: 91.66666667%;
}

.col-10 {
	width: 83.33333333%;
}

.col-9 {
	width: 75%;
}

.col-8 {
	width: 66.66666667%;
}

.col-7 {
	width: 58.33333333%;
}

.col-6 {
	width: 50%;
}

.col-5 {
	width: 41.66666667%;
}

.col-4 {
	width: 33.33333333%;
}

.col-3 {
	width: 25%;
}

.col-2 {
	width: 16.66666667%;
}

.col-1 {
	width: 8.33333333%;
}


.grdMuniceVlozeni {
	max-width: 100%;
}

.divNadpisRight {
	padding: 2px 5px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	background-color: #E8E4E4;
}

.divNadpisCenter {
	padding: 2px 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #E8E4E4;
}

.tabulkaRadky.nevyrazne {
	width: 100%;
}
.tabulkaRadky.nevyrazne > tbody > tr > th {
	font-weight: normal;
}

.topuj {
	vertical-align:top !important;
}

.neaktivni {
	color: gray;
}

/* stylování veřejné části */
.lnkVerejnaCast {
	display: block;
	margin: 10px auto;
	width: 300px;
	padding: 40px 20px;
	border: 1px solid gray;
	border-radius: 5px;
	color:black;
	background-color: #79bbff !important;
	text-decoration: none;
	text-align:center;
}
	.lnkVerejnaCast:hover {
		color:white;
		background-color: #1a90c8 !important;
		text-decoration:none;
		text-align:center;
	}
.btnVerejnaCast {
	padding: 8px;
	border: 1px solid #1a90c8;
	border-radius: 5px;
	color: black;
	background-color: #79bbff !important;
	text-decoration: none;
	text-align: center;
}
.btnVerejnaCast:hover {
	color: white;
	background-color: #1a90c8 !important;
	text-decoration: none;
	text-align: center;
}
.infoPanel {
	width: 90%;
	border: 1px solid lightgray;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	margin: 10px auto;
}

.captcha-container {
	align-items: center;
	margin: 10px auto;
	text-align: center;
	width: 300px;
}

.captcha-item {
	margin: 10px auto;
	display: block;
}

.captcha-error {
	color: darkred;
}

.licenceMPOrepeaterTable {
	width: 100%;
	border: 1px solid lightgray;
	border-radius: 6px;
}
