@charset "utf-8";


/* ==================== LAYOUT ==================== */

body  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin: 0;
	line-height: 1.6em;
	background: #fff;
	color: #464646;
}
#container { 
	width: 100%;
	margin: 0;
} 
#header { 
	height: 100px;
	background: #ececec url(images/header-bg.png) repeat-x left bottom;
	/*position: relative;*/
	min-width: 1420px;

	position: sticky;
	top: 30px;
} 
#mainContent {
	min-width: 1420px;
	padding: 18px 30px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ==================== TYPOGRAPHY ==================== */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 1.2em;
	font-weight: normal;
	text-shadow: #fff 0 1px 0;
	margin: 0;
	padding: 0 0 24px 0;
}
p {
	margin: 0;
	padding: 8px 0;
}
a {
	color: #21759b;
	text-decoration: none;
}
a:hover {
	color: #db4e21;
}

/* ==================== LOGIN ==================== */

.login {
	background: #fbfbfb;
}
.login h1 {
	padding-top: 10px;
}
#login {
	width: 320px;
	padding: 100px 0 0 0;
	margin: auto;
	text-align: center;
}
#login form {
	padding: 16px 24px;
	background: #FFF;
	border: solid 1px #e3e3e3;
	width: 270px;
	box-shadow: #DFDFDF 0 4px 12px;
	border-radius: 3px;
	color: #777777;
	font-size: 14px;
	text-align: left;
}	
#login input {
	background: #fbfbfb;
	border: 1px solid #e3e3e3;
	padding: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #464646;
	width: 260px;
	border-radius: 3px;
	margin-top: 2px;
	box-shadow: inset #F0F0F0 0 1px 3px;
}
#login .tlacitko {
	margin: 6px 0 0 130px;
	box-shadow: none;
}
.warning,
.info_sdileny,
.message {
	background: #ffebe8;
	border: solid 1px #cc0000;
	color: #000;
	padding: 12px;
	border-radius: 3px;
	margin-bottom: 16px;
}
.message {
	background: #ffffe0;
	border: solid 1px #e6db55;
}
.info_sdileny {
	background: #FFE68C;
}

/* ==================== HEADER ==================== */

#login-bar {
	width: 100%;
	background: #464646 url(images/login-bar-bg.png) repeat-x left bottom;
	height: 30px;
	min-width: 1420px;
	position: sticky;
	top: 0px;
	z-index: 99;
}
#login-bar p {
	padding: 4px 30px;
	color: #cccccc;
	font-size: 12px;
}
#title {
	float: left;
}
#user {
	float: right;
}
#login-bar a {
	color: #ccc;
	text-decoration: underline;
}
#login-bar a:hover {
	color: #fff;
}
#logo-div {
    text-align: center;
    width: 150px;
	height: 80px;
    padding-top: 5px;
	background: #FFFFFF;	
}
#logo {
	max-width: 140px;
	max-height: 70px;
}
#menu {
	position: absolute;
	left: 150px;
	top: 0;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	list-style-type: none;
	background: url(images/menu-divider.png) no-repeat right -59px;
}
#menu a {
	display: block;
	width: 146px;
	height: 65px;
	text-align: center;
	padding-top: 21px;
	padding-right: 2px;
	font-weight: bold;
	text-decoration: none;
	color: #21759b;
}
#menu a.menu-pridelene-dokumenty {
	padding-top: 11px;
	height: 75px;
}
#menu a.menu-zakladani-revidovani-a-ruseni-dokumentu {
	padding-top: 11px;
	height: 75px;
}
#menu a.menu-upominky-vedouci {
	padding-top: 11px;
	height: 75px;
}
#menu a.menu-prideleni-podrizenym {
	padding-top: 11px;
	height: 75px;
}
#menu a:hover {
	background: #6d6d6d;
	color: #FFF;
	text-shadow: #000 0 -1px 0;
	width: 145px;
	margin-right: 1px;
}

/* ==================== MAINCONTENT ==================== */

table.seznamy_nadpis_filtr {
	min-width: 1090px;	
}

table {
	border-collapse: collapse;
}

table.list {
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}
table.list tr {
	color: #21759b;
}
table.nerozbal tr {
	color: #464646;
}
table.list tr:hover {
	color: #db4e21;
}
table.nerozbal tr:hover {
	color: #464646;
}
table.list th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-shadow: #fff 0 1px 0;
	text-align: left;
	margin: 0;
	padding: 9px 8px 7px 8px;
	height: 23px;
	background: #ececec url(images/zahlavi-bg.png) repeat-x left top;
	color: #464646;
}
table.list td {
	margin: 0px;
	cursor: pointer;
	background: #f9f9f9;
	border-top: 1px solid #dfdfdf;
	padding: 8px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	vertical-align: top;
}
table.nerozbal td {
	cursor: auto;
}
table.list .odd td {
	background: #fff;
}

.platny {
	
}
.neplatny {
	text-decoration: line-through;
}

table.list .info td {
	border-top: none;
	cursor: default;
	color: #464646;
	padding-bottom: 12px;
}
table.form th {
	padding: 8px 4px;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	padding-right: 50px;
}
table.form td {
	padding: 5px 4px;
}
table.soubory td {
	padding-right: 50px;
}
table.predani th,
table.soubory th {
	font-weight: bold;
}
table.form input,
table.form textarea {
	width: 312px;
}
table.form input[readonly=readonly] {
	color: #999;
}
table.form input[type=file] {
	width: 380px;
}
.predani_elektronicky,
.predani_papirove,
.predani_utvaru,
.predani_vsem,
.predani_vedoucim {
	text-align: center;
}
table.form input[type=checkbox],
.predani_elektronicky span,
.predani_papirove span {
	width: auto;
	margin-right: 50px;
}
table.form select {
	width: 320px;
}

#ucinnost_od,
#ucinnost_do,
#datum_validace,
#poradove_cislo,
#rocnik,
#filtr_od,
#filtr_do,
#skutecne_datum,
#aktualizovat,
#zrusit {
	width: 90px;
}
#dokument,
table.form select.filtr_nazev_dokumentu {
	width: 466px;
}
.ui-datepicker-trigger {
	margin-left: 4px;
}
.ui-datepicker-trigger:hover {
	cursor: pointer;
}
table.form div {
	display: inline-block;
}
#prilohy_container {
	display: block;
}
#prilohy_container input {
	margin-bottom: 10px;
}
#zdroje_container {
	display: block;
}
#zdroje_container input {
	margin-bottom: 10px;
}
table.form span,
span.legenda {
	color: #cc0000;
}

input,
select,
textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding: 3px;
}

.dalsi_filtry {
	border: solid 1px #CFCFCF;
    border-radius: 5px;
	background-color:#E6E6E6;
	width: 320px;
	height: 98px;
	text-align: right;
	overflow: hidden;
}

#filtr_typ,
#filtr_zavaznost,
#filtr_vcetne_neschvalenych {
	width: 145px;
	margin-top: 2px;	
}

#filtr_klicove {
	width: 135px;
	margin-top: 2px;	
}

#filtr_kod,
#filtr_stary {
	width: 154px;
	margin-top: 2px;
}
#filtr_revize {
	width: 46px;
	margin-top: 2px;
}
#filtr_nazev {
	width: 430px;
	margin-top: 2px;
}
#filtr_partner {
	width: 210px;
	margin-top: 2px;
}
#filtr_vysledek {
	width: 360px;
	margin-top: 2px;
}
#filtr_dok_zkratka {
	width: 100px;
	margin-top: 2px;
}
#filtr_dok_cislo_vykresu {
	width: 150px;
	margin-top: 2px;
}
#filtr_dok_cislo_zbozi {
	width: 100px;
	margin-top: 2px;
}
.vysledek {
	width: 360px;
}
#filtr_garant,
#filtr_misto2 {
	width: 90px;
	margin-top: 2px;
}
#filtr_ukonceni,
#filtr_ucinnost,
#filtr_prideleno,
#filtr_seznamen,
#filtr_validace,
#filtr_aktualizovat,
#filtr_zrusit,
#filtr_plan,
#filtr_skutecnost {
	width: 80px;
	margin-top: 2px;
}
#filtr_oblast,
#filtr_podoblast,
#filtr_predmet {
	width: 52px;
}
#filtr_tlacitko,
#filtr_tlacitko_1,
.tlacitko_sede,
table.form .filtr_tlacitko {
	color: #464646;
	background: #f2f2f2 url(images/tlacitko-svetle-bg.png) repeat-x left top;
	padding: 3px 5px;
	width: auto;
	text-align: center;
	border: solid 1px #bbbbbb;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: #fff 0 1px 0;
	margin-left: 5px;
}
#filtr_tlacitko:hover,
filtr_tlacitko_1:hover,
.tlacitko_sede:hover {
	border: solid 1px #464646;
	cursor: pointer;
}
.tlacitko_sede:hover {
	color: #464646;
}
.tlacitko_seznameni {
	padding: 4px 20px;
	margin-left: 0;
	display: inline-block;
	width: auto;
}
.seznamen {
	border: solid 1px #CCC;
	color: #CCC;
}
.seznamen:hover {
	border: solid 1px #CCC;
	color: #CCC;
	cursor: default;
}

.tlacitko_schvaluji {
	background: rgb(128,255,128);
	padding: 4px 20px;
	margin-left: 0;
	display: inline-block;
	width: auto;
}
.tlacitko_neschvaluji {
	background: rgb(255,128,128);
	padding: 4px 20px;
	margin-left: 0;
	display: inline-block;
	width: auto;
}
.zpracovano {
	background-color: rgb(128,128,128);
}

#filtr-row td {
	cursor: default;
}
#paginator {
	font-weight: bold;
	color: #464646;
	padding-top: 18px;
}
#paginator a {
	background: #f9f9f9;
	border: 1px solid #dfdfdf;
	padding: 4px 6px;
	text-decoration: none;
	color: #21759b;
	font-weight: normal;
	margin-right: 6px;
}
#paginator span {
	margin-right: 6px;
}
#paginator a:hover {
	color: #db4e21;
}
.tlacitko, .tlacitko_admin, .tlacitko_admin_pridel, 
table.form .tlacitko,
#login .tlacitko {
	text-decoration: none;
	color: #FFF;
	background: #217096 url(images/tlacitko-bg.png) repeat-x left top;
	padding: 3px 20px 4px 20px;
	display: inline-block;
	width: auto;
	text-align: center;
	font-weight: bold;
	border: solid 1px #298cba;
	border-radius: 15px;
	text-shadow: #000 0 -1px 0;
	font-size: 13px;
	margin-bottom: 12px;
}

.tlacitko_admin_small {
	text-decoration: none;
	color: #FFF;
	background: #637178; /*#217096 url(images/tlacitko-bg.png) repeat-x left top;*/
	padding: 2px 10px 2px 10px;
	display: inline-block;
	width: auto;
	text-align: center;
	font-weight: bold;
	border: solid 1px #298cba;
	border-radius: 10px;
	text-shadow: #000 0 -1px 0;
	font-size: 10px;
	margin-bottom: 10px;
	
}

.tlacitko_admin_pridel {
	background: #217096 url(images/tlacitko-pridel-bg.png) repeat-x left top;
}

table.form .tlacitko {
	margin-top: 14px;
}
#login .tlacitko {
	width: 140px;
}
table.list .tlacitko {
	width: 140px;
}
.tlacitko:hover, .tlacitko_admin:hover, .tlacitko_admin_pridel:hover, .tlacitko_admin_small:hover,
table.form .tlacitko:hover,
#login .tlacitko:hover {
	color: #FFF;
	border: solid 1px #13455b;
	cursor: pointer;
}
.neexistujici {
	background: #f2f2f2 url(images/tlacitko-svetle-bg.png) repeat-x left top;	
	cursor: default;
	border: solid 1px #CCC;
	color: #CCC;
	text-shadow: #000 0 0 0;
}
.neexistujici:hover {
	cursor: default;
	border: solid 1px #CCC;
	color: #CCC;
}
.priloha {
	color: #2175ac;
	text-decoration: none;
}
.priloha:hover {
	text-decoration: underline;
}
.prehledy {
	margin-bottom: 24px;
}
#dialog-form form, #dialog-form-schvalit form, #dialog-form-neschvalit form {
	margin-top: 16px;
}

.bez_hlavniho_souboru {
	color: #Ff6600;	
}

.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: #F9F9F9;
	width: 800px;
}

.dz-hlavni {
    border: 2px solid #0087F7;
}

.dz-zdroj {
    border: 2px dashed #FCC51F;
}


#stav_nacitani {
    visibility: hidden;
    width: 50px; 
    height: 50px;
    -webkit-animation: rotace 1s infinite linear;
    animation: rotace 1s infinite linear;
    border-radius: 50%;
    border-bottom: 8px solid black;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -25px;
}

@-webkit-keyframes rotace {
    to {-webkit-transform: rotate(360deg)}
}
@keyframes rotace {
    to {transform: rotate(360deg)}
}


#myBtnUp {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 80px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #0278ee; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtnDwn {
    /*display: none;*/ /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #0278ee; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtnUp:hover, #myBtnDwn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.neseznameny_dokument {
	font-weight: bold;	
}

.seznameny_dokument {
	font-weight: normal;	
}


@media screen and (max-width: 1100px) {

	#login-bar {
		min-width: 1080px;
	}

}