* {
    margin: 0;
}

html, body{
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: ;
}

.center{
    margin: 0 auto;
    text-align: left;
}

a, a:hover, a:visited, a:link {
	color: #000000;
}

/* PISMA */
h1{
	font-size: 25px;
	font-weight: bold;
	line-height: 8px;
	margin-bottom: 25px;
	margin-top: 20px;
}
h2{
	font-size: 20px;
	line-height: 8px;
	margin-top: 20px;
	margin-bottom: 10px;
}
h3{
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}
h4{
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
}
h5{
	font-size: 13px;
}
h6{
	font-size: 10px;
}

/* ODKAZY */
a{
	color: #EEEEEE;
}

.hidden{
	display: none;
}

.up{
	text-transform: uppercase;
}

/* REZERVACE */
.reservations {
	min-width: 1100px;
	text-align: center;
	margin-bottom: 15px;
}

.reservations td {
	border: 1px solid #EEEEEE;
}

.reservations tr:first-child {
	font-weight: bold;
}

.reservations tr td:first-child{
	border: 0;
}

.reservations th {
	background-color: #9E9E9E;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: normal;
	cursor: pointer;
}

.history {
	min-width: 1100px;
	text-align: center;
	margin-bottom: 15px;
}

.history td {
	border: 1px solid #EEEEEE;
}

.history tr:first-child {
	font-weight: bold;
}

.history tr:last-child td {
	border: 0;
  	font-weight: bold;
    font-size: 1.2em;
}

.history th {
	background-color: #9E9E9E;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: normal;
	cursor: pointer;
}

.touch{
	cursor: pointer;
}

#plusminus {
	width: 15px;
	float: right;
	margin-right: 10px;
	font-weight: bold;
	font-size: 1.3em;
}

/* TLACITKA */
.button{
	font-size: 13px;
	cursor: pointer;
	min-width: 120px;
	border: 0;
	height: 37px;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	box-shadow: 0 0 0 #9E9E9E;
}
.button-time{
	width: 110px;
	height: 25px;

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

	border: solid 1px #9E9E9E;
}
.button-noact{
	color: #000000;
	background-color: #EEEEEE;
}
.button-act{
	color: #FFFFFF;
	background-color: #9E9E9E;
}

.button-action{
  width: 150px;
	height: 25px;

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

	border: solid 1px #9E9E9E;
}

.timetable{
	border-spacing: 3px;
    border-collapse: separate;
}
table.timetable th{
	font-weight: normal;
	width: 100px;
	color: #FFFFFF;
	background-color: #9E9E9E;
	text-align: center;
}
table.timetable td{
	font-size: 0.8em;
	/* border: solid 1px #EEEEEE; */
    height: 100%;
}
table.timetable tr td, table.timetable tr th{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 30px;
}
table.t2{
    border-spacing: 0;
    border-collapse: collapse;
	border: 0;
    width: 100%;
    height: 100%;
}
table.t2 tr td{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	height: 50px;
}
table.t2 tr.triple td{
	height: 100%;
	border: 0;
}
table.timetable tr.link{
	height: 1px;
	background-color: #EEEEEE;
}
table.timetable tr.link td{
	height: 1px;
}
table.smallrows tr td table.t2 tr td{
	height: 25px;
}

p.note{
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
}

/* DIV */

#timetable{
	width: 1100px;
	clear: both;
}

#page{
	position:relative;
	width: auto;
	text-align: center;
	margin: 0 auto -25px;
	padding: 0;
    padding-bottom: 40px;
}
/*
#footer{
	position: relative;
	border-top: solid 1px #EEEEEE;
	text-align: center;
	height: 25px;
	width: 100%;
	margin: 0 auto;
}
*/

#space{
	height: 10px;
    clear: both;
}

/* MENU */

#menu{
	text-align: center;
	height: 44px;
	background-color: #FFFFFF;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menubuttons {
	position: relative;
	float: left;
	width: -moz-calc(100% - 160px);
	width: -webkit-calc(100% - 160px);
	width: -o-calc(100% - 160px);
	width: calc(100% - 160px);
	margin-left: 80px;
}

#buttons {
	position: relative;
	margin: 0 auto;
}

#menubutton {
	float: right;
	width: 80px;
}

#profile{
	position: absolute;
	top: 48px;
	right: 35px;
	width: 150px;
	padding-top: 10px;
	padding-bottom: 15px;
	z-index: 10;
}

#profile button{
	margin-top: 5px;
	border: solid 1px #9E9E9E;
	width: 150px;
	/* background-color: #FFFFFF; */
}

#menu div.profile{
	cursor: pointer;
	width: 45px;
	height: 5px;
	float: left;
	margin-top: 6px;
	border-bottom: 17px double #9E9E9E;
    border-top: 6px solid #9E9E9E;
}

#menu button{
	margin-top: 3px;
	margin-left: 5px;
	text-transform: uppercase;
}

.left{
	float: left;
	width: 175px;
}

/* Main Page */
#userInfo{
	width: 880px;
  float: left;
	margin-bottom: 20px;
}

#userInfo table tr td{
	margin-right: 20px;
	padding-right: 20px;
    vertical-align: bottom;
}

#userInfo table tr td h2{
    vertical-align: bottom;
}

#userNews{
	width: 800px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

/* Login */
#loginForm{
	margin: 0 auto;
	position: relative;
	width: 400px;
}

#loginFormName{
	margin: 0 auto;
	width: 400px;
	text-align: center;
	margin: 10px;
}

#loginFormSubmit{
	margin: 0 auto 10px auto;

}

#loginFormReg{
	margin: 0 auto 10px auto;

}

/* Registration */
#regInfo{
	margin: 0 auto;
	position: relative;
	width: 400px;
	text-align: left;
}

#regForm{
	margin: 0 auto;
	position: relative;
	width: 400px;
	text-align: left;
}

/* Error */
#error_message{
	text-align: center;
	margin: 30px auto;
	position: relative;
	background-color: #F55;
	color: #000;
	font-size: 1.2em;
	width: 400px;
	padding: 10px;
}

/* Info */
#info_message{
	text-align: center;
	margin: 30px auto;
	position: relative;
	background-color: #DDD;
	color: #0A0;
	font-size: 1.2em;
	width: 500px;
	padding: 10px;
}

/* TIMETABLES */
#time{
	position: relative;
	width: 1100px;
	border: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

#timeButtons{
	position: relative;
	width: 900px;
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}

#weblink {
	position: relative;
	width: 200px;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: right;
	float: right;
}

#logreg{
	position: relative;
	width: 1100px;
	height: 80px;
	border: 0;
	padding: 0;
	margin: 0;
	clear: both;
}

#logregL{
	position: relative;
	width: 750px;
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
}

#logregR{
	position: relative;
	width: 350px;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
}

#content {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 50px;
	padding-right: 50px;
}

#advert {
	width: 950px;
	margin: 0 auto;
    margin-top: 30px;
}

#help{
	position: relative;
	width: 950px;
	text-align: left;
	/* float: left; */
}

#userReservations{
	position: relative;
	width: 1100px;
	float: left;
}

#legend{
	width: 1100px;
	/* float: left; */
}

#help li{
	padding-bottom: 10px;
}

#history{
	position: relative;
	width: 1100px;
	margin-top: 20px;
}

.top{
	color: #000;
	font-weight: bold;
	font-size: 0.8em;
	background-color: #DDD;
}

.topw{
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
}

.lower{
	font-size: 0.9em;
}

/* Timetable colors */
/* free */
td.free{
	font-weight: bold;
	color: #000;
	background-color: #88d62e;
	border: 1px solid #88d62e;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
}
/* full */
td.full{
	font-weight: bold;
	color: #000;
	background-color: #F88;
	border: 1px solid #F88;
	text-align: center;
	font-size: 13px;
}
/* reservation */
td.res{
	font-weight: bold;
	background-color: #88E;
	border: 1px solid #88E;
	color: #000;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
}
/* alternate */
td.alte{
	font-weight: bold;
	color: #000;
	background-color: #EC2;
	border:	1px solid #D8d62e;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
}
/* false */
td.false{
	font-weight: bold;
	background-color: #FAFAFA;
	border: 1px solid #FAFAFA;
	text-align: center;
	color: #000;
	font-size: 13px;
}
/* block */
td.block{
	font-weight: bold;
	background-color: #DDD;
	border: 1px solid #DDD;
	text-align: center;
	color: #000;
	font-size: 13px;
}
/* zaskok */
td.repl{
	font-weight: bold;
	background-color: #D00;
	border: 1px solid #D00;
	text-align: center;
	color: #000;
	font-size: 13px;
}
/*  */
td.lector{
	font-weight: bold;
	background-color: #F80;
	border: 1px solid #F80;
	text-align: center;
	color: #000;
	font-size: 13px;
}

.form{
	background-color: #aaaaaa;
	color: black;
	border: solid 1px;
}

.lower{
	font-size: 0.8em;
}

.legend{
	width: 20px;
	height: 20px;
}

.poznamky{
	height: 20px;
}

/* BUBBLES */
div.bubble{
    background-color: #CFCFCF;
	color: #000000;
    padding: 10px 18px;
    vertical-align: top;
    border-radius: 10px;
    box-shadow: 0 0 6px #000000;
    position: absolute;
	width: 270px;
	height: 170px;
	z-index: 998;
	text-align: left;
}

@media print
{
    .button {
        display: none;
    }
}

/* USER OKNA */
/* screen */
#eScreen {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	color: #000000;
    z-index: 997;
}
/* dialog window */
table.dialogWindow {
	background-color: #FFFFFF;
	position: absolute;
	/* top: -50px; */
	border: 2px solid #9E9E9E;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    z-index: 999;

    box-shadow: 0 0 25px #9E9E9E;
}
/* dialog window header */
.dialogWindow th {
	background-color: #FFFFFF;
	padding: 5px 0 5px 10px;
	border-collapse: collapse;
	border: 0;
	cursor: move;
	font-size: 25px;
	font-weight: bold;
}
/* dialog window header icon */
.close {
	float: right;
	cursor: pointer;
	margin: 2px 5px 7px 0;
	font-size: 15px;
}

/* dialog window body */
.dialogWindow td {
	border-collapse: collapse;
	border: 0;
	padding: 0;
}
/* dialog window iframe */
.dialogWindow iframe {
	border: 0;
	margin:0;
}

table.timetable tr th.today{
    background-color: #EEEEEE;
    color: #000;
}
table.timetable tr th.mofr{
    background-color: #88d62e;
}



/* NEW RS - CLIENT LOGIN */
#wrap {
    /* min-height: 100%; */
    background-color: #FFFFFF;
    /* margin-bottom: 100px; */
}

#login{
    background-color: #FFFFFF;
}

#login-page{
    margin: 0 auto;
    width: 1100px;
    background-color: #FFFFFF;
    /* padding-bottom: 150px; */
    padding-top: 30px;
}

#login-main{
    width: 700px;
    display: block;
    overflow: auto;
    clear: both;
    margin: 0 auto;
    border: solid 5px #9E9E9E;
    padding: 20px;
    border-radius: 15px;
}

#login-header{
    margin: 0 50px 10px 0;
    width: 600px;
    float: left;
    /*height: 120px;*/
}

#login-logo{
    height: 120px;
    width: 400px;
    background-image: url("/documents/privat/images/logo.png");
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
}

#login-text{
    float: left;
    /*width: 200px;*/
    margin-left: 50px;
  /*  height: 120px; */
    text-align: right;
    color: #000;
}

#login-text h1{
  margin-top: 10px;
  margin-bottom: 10px;
}

#login-form{
    float: left;
    width: 600px;
    margin: 0 50px 0 50px;
    padding: 10px;
    background-color: #9E9E9E;
    border-radius: 15px;
}

#login-error{
    float: left;
    width: 600px;
    height: 25px;
    margin: 0 50px 0 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    color: #F00;
    font-size: 1.1em;
}

#login-error-text{
    /* display: none; */
}

#login-form input{
    font-size: 23px;
    float: right;
    width: 190px;
    padding-left: 5px;
    padding-right: 5px;
}

#login-form table.login {
    width: 600px;
    /* height: 100px; */
    font-size: 23px;
    color: #000000;
    margin-top: 20px auto;
}

#login-form table.login tr td {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding: 15px 10px 0 10px;
}

#login-form table.login tr td.left{
    float: left;
    width: auto;
}

#login-buttons{
    float: left;
    width: 620px;
    margin: 0 50px 0 50px;
    height: 60px;
}

#login-buttons-left{
    float: left;
}

#login-buttons-right{
    float: right;
}

#login-recover{
    width: 700px;
    height: 50px;
    margin: 10px auto;
    font-size: 0.8em;
}

#login-recover a{
    color: #000000;
}

#login-page button.button, #login-page input[type=submit]{
    width: 170px;
    height: 35px;
    background-color: #9E9E9E;
    color: #FFFFFF;
    font-size: 21px;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
}

#login-page button:active, #login-page button:hover,
#login-page input[type=submit]:active, #login-page input[type=submit]:hover{
    background-color: #EEEEEE;
    color: #000000;
    border: 2px solid #9E9E9E;
}

/* NEW RS - CLIENT FOOTER */
#footer{
    position: fixed !important;
    width: 100%;
    /* margin-top: -100px; */
    height: 80px;
    bottom: 0;
    clear: both;
    z-index: 899;
    background-color: #FFFFFF;
}

#footer ul{
    list-style-type: none;
}

#footer-content{
    position: relative;
    margin: 0 auto;
    width: 1098px;
    height: 78px;
    border-top: 2px solid #9E9E9E;
    background-color: #FFFFFF;
    font-size: 14px;
}

#info-first{
    width: 170px;
    height: 68px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

#info-first img {
    float: left;
    max-height: 60px;
    border: 0;
    max-width: 150px;
}

#info-second table tr td {
    line-height: 25px;
    padding-right: 20px;
}

#info-second{
    width: 580px;
    height: 68px;
    float: left;
    margin: 10px auto 0 auto;
}

#info-second img{
    height: 12px;
    margin-right: 10px;
}

#rsonline{
    width: 300px;
    height: 68px;
    float: left;
    margin-right: 10px;
    text-align: right;
}

#rsonline-logo{
    width: 73px;
    height: 55px;
    float: right;
    background-image: url("/images/rsonlinelogosmall.png");
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-left: 10px;
}

#rsonline-text{
    width: 267px;
    height: 55px;
    float: right;
    line-height: 25px;
    margin-top: 10px;
}

/* NEW RS - REGISTRATION */
#login-form.reg table.login, #login-form.reg table.login tr{
    clear: both;
}

#login-form.reg table.login tr.lower{
    /* float: left; */
    font-size: 0.6em;
    height: 14px;
    bottom: 5px;
}
#login-form.reg table.login tr.lower td{
    padding-top: 0;
    padding-bottom: 10px;
}

#login-form.reg table.login tr td {
    height: 14px;
    line-height: 14px;
}

#login-form.reg input, #login-form.reg select{
    font-size: 16px;
    width: auto;
}

#login-form.reg input.phone{
    width: 130px;
}

#login-form select, #login-form input[type=checkbox]{
    font-size: 16px;
    padding: 1px;
}

#login-form.reg #text-agreement{
    width: 100%;
    height: 60px;
    overflow-y: scroll;
    overflow-x: none;
    font-size: 10px;
    text-align: left;
}

#login-form input#agreement{
    margin-left: 10px;
    padding: 2px;
    height: 20px;
    width: 20px;
}


div.tdright{
  width: 200px;
  margin-top: 10px;
  text-align: right;
  float: left;
}

img.mustsee-logo{
  max-height: 30px;
  max-width: 60px;
  vertical-align: middle;
  margin-left: 10px;
}

img.card-logo{
  max-height: 60px;
  max-width: 120px;
  vertical-align: middle;
  margin-left: 10px;
}

.pay-button{
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
}

.button-green{
  background-color: #3D3;
  font-weight: bold;
}

.qrclick{
	font-size: 0.8em;
}