<br />
<b>Warning</b>:  fopen(sessions/timestamp): failed to open stream: Permission denied in <b>/home/www/qxc.cz/dotaznik.qxc.cz/inc/sessions.php</b> on line <b>29</b><br />
<br />
<b>Warning</b>:  fputs() expects parameter 1 to be resource, bool given in <b>/home/www/qxc.cz/dotaznik.qxc.cz/inc/sessions.php</b> on line <b>30</b><br />
<br />
<b>Warning</b>:  fclose() expects parameter 1 to be resource, bool given in <b>/home/www/qxc.cz/dotaznik.qxc.cz/inc/sessions.php</b> on line <b>31</b><br />
@import url('https://fonts.googleapis.com/css?family=Lobster');
@import url('https://fonts.googleapis.com/css?family=Material+Icons');

html{
	height: 100%;
}

body{
	text-align: center;

	min-height: 100%;
	margin: 0px;
	
	color: #000;
	font-family: verdana;
	font-size: 100%;
	
	position: relative;
	padding-bottom: 0px;
}

#content{
	
}

.export a{
	text-decoration: none;
	color: #777777;
	padding: 5px;
	display: block;
}

.form p{
        margin: 2px;
        text-align: left;

        font-size: 13px;
}

.form p label{
        float: left;
        width: 120px;

        text-align: right;
        margin-right: 5px;
        margin-top: 2px;
}

.form p textarea:focus{
	border-bottom: solid #0000ff 1px;
	outline: none;
}

.form p input{
	border: none;
    border-bottom: solid #000 1px;
}

.form p input:hover{
	border-bottom: solid #ff0000 1px;
}

.form p input:focus{
	border-bottom: solid #0000ff 1px;
	outline: none;
}

.form textarea{
	width: 90%;
	height: 5em;
	
	margin-top: 1em;
	margin-bottom: 1em;
}

.form .submit{
	margin-top: 1em;
	margin-bottom: 1em;
	
	border: solid #dedede 1px;
	border-radius: 5px;
	
	padding: 10px;
	
	font-size: 18px;
}

.error{
	color: #ff0000;
	font-weight: bold;
	
	display: block;
	text-align: center;
}

.programy{
	text-align: left;
	font-size: 13px;
	
	padding: 2px;
	padding-left: 5px;
	
	clear: both;
}

.programy input{
	margin: 2px 10px 0px 10px;
	float: left;
}

.programy label{
	display: block;
	width: 85%;
	
	float: left;
	text-indent: -0.4em;
	padding-left: 0.4em;
}

fieldset{
	width: 40%;
	min-width: 300px;
	
	margin: auto;

	border: solid #dedede 1px;
	border-radius: 5px;

	position: relative;
	
	padding: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
}

fieldset legend{
	position: relative;
	top: +10px;
	width: 99%;
	text-align: left;
	border-radius: 5px;
	
	background-color: #B0ACAC;
	color: #fefefe;
	
	padding: 5px;
}

.logo{
	width: 40%;
	min-width: 330px;
	border: solid #dedede 1px;
	border-radius: 5px;
	
	margin-top: 5px;
}

#footer{
	position: absolute; 
    left: 0 ; right: 0; bottom: 0; 
    height:20px;
    
    font-size: 10px;
}

#header{
	position: relative;
	padding-bottom: 5px;
	
	box-shadow: 0px 0px 10px grey;
}

#header #logo{
	font-family: 'Lobster', sans-serif;

	color: rgb(68,68,68);
	text-decoration: none;
	
	font-size: 30px;
	
	float: left;
	margin-left: 20px;
}

.cleaner{
	clear: both;
}

@media only screen and (max-width: 700px) {
    #header #logo {
		font-size: 20px;

    }
	

}

@media only screen and (max-width: 480px) {
    #header #logo {
		font-size: 15px;

    }
	

}


#login{
	min-width: 300px;
	width: 20%;
	
	margin: auto;
	margin-top: 50px;
	
	border: solid silver 1px;
	border-radius: 3px;

}

#login h2{
	font-weight: normal;
	
	font-family: 'Lobster', sans-serif;
	color: rgb(68,68,68);

	margin-bottom: 10px;
}

#login label{
	font-size: 15px;
	
	padding: 5px;
	position: relative;
	
	left: +31px;
	top: +3px;
}

#login p{
	margin: 0px;
}

#login input{
	height: 23px;
	width: 200px;
	
	border: solid silver 1px;
	text-indent: 30px;
}

#login .submit{
	position: relative;
		
	width: 100px;
	text-indent: 0px;
	
	margin-top: 20px;
	margin-bottom: 20px;
}

#login .error{
	color: red;
	padding-bottom: 10px;
	
	display: block;
}


.userbox{
	min-width: 300px;
	width: 90%;
	
	margin-top: 50px;
	margin-left: 20px;
	
	padding: 10px;
	
	border: solid silver 1px;
	border-radius: 3px;

	float: left;
}

.userbox h2{
	font-weight: normal;
	
	font-family: 'Lobster', sans-serif;
	color: rgb(68,68,68);

	margin-bottom: 10px;
	margin-top: 0px;
	text-align: left;
}

.userbox table{
	width: 100%;
	border: solid rgb(68,68,68) 1px;
}

.userbox table td,th{
	border: solid rgb(68,68,68) 1px;
}

.userbox label{
	display:block;
	float: left;
	width: 160px;
}


