/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3.2.2016, 21:44:39
    Author     : Jan
*/

body {
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    background-color: #fffadc;
    margin: 0;
}

link {
    display: none;
}

#box {
    width: 100%;
}

#content_index {
    margin: auto;
    margin-top: 0;
    width: 90%;
    padding: 10px;
    background-color: #fffadc;
}

#content {
    margin: auto;
    margin-top: 0;
    width: 80%;
    padding: 10px;
    background-color: #fffadc;
}

#content div {
    display: block;
}

#top_menu {
    position: fixed;
    width: 100%;
    height: 45px;
    background-color: #6b3b2a;
    color: #ffdd9a;
    opacity: 0.85;
}

#index_top_banner {
    width: 100%;
    height: 45px;
    background-color: #FFFFFF;
}

#top_banner {
    width: 100%;
    height: 45px;
    background-color: #6b3b2a;
}

.nav{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.nav li{
    display: inline;
}

.nav a{
    display: inline-block;
    margin: 10px 25px;
    padding: 1px 0;
    color: #ffdd9a;
    text-decoration: none;
    border: 1px solid #6b3b2a;
    border-width: 1px 0;
}

.nav a:hover{
    border: 1px solid #ffdd9a;
    border-width: 1px 0;
}

.center {
    text-align: center;
    clear: both;
    padding-top: 40px;
}

#header img {
    width: 100%
}

.smoothScroll {
    
}

.img_program_span {
    width: 400px;
    display: table-row;
    padding-bottom: 50px;
    height: 80px;
}

.img_program_span p {
    display: table-cell;
    padding-left: 50px;
    vertical-align: middle;
}

.img_program_span img {
    vertical-align: middle;
    padding-top: 10px;
}

.time {
    font-weight: bold;
}

.img_program {
    display: table-cell;
    margin-left: 100px;
    height: 50px;
}

.float_left {
    float: left;
    margin-right: 100px;
    width: 30%;
}

.float_right {
    float: right;
    margin-left: 100px;
    width: 30%;
}

.index_img_left {
    float: left;
    width: 20%;
    margin-left: 15%;
    margin-top: 30px;
}

.index_img_center {
    width: 20%;
    margin-top: 40px;
    margin-left: 5%;
    margin-right: 4%;
}

.index_img_right {
    float: right;
    width: 20%;
    margin-right: 16%;
    margin-top: 30px;
}

.index_photo_width {
    display: block;
    width: 200px;
}

.index_photo_height {
    display: block;
    height: 200px;
}


#makeMeScrollable
{
    margin-top: 50px;
    width:100%;
    height: 200px;
    position: relative;
}

#makeMeScrollable div.scrollableArea *
{
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 1px;
    /* If you don't want the images in the scroller to be selectable, try the following
            block of code. It's just a nice feature that prevent the images from
            accidentally becoming selected/inverted when the user interacts with the scroller. */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
    /* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
    min-width: 75px;
    width: 10%;
    height: 100%;
    /* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
    background-image: url(../images/big_transparent.gif);
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    z-index: 200;
    left: 0;
    /*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
    cursor: url(../images/cursors/cursor_arrow_left.png), url(../images/cursors/cursor_arrow_left.cur),w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
    background-image: url(../images/arrow_left.gif);				
    background-color: #fff;
    background-repeat: no-repeat;
    opacity: 0.35; /* Standard CSS3 opacity setting */
    -moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
    filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
    zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
    min-width: 75px;
    width: 10%;
    height: 100%;
    background-image: url(../images/big_transparent.gif);
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    z-index: 200;
    right: 0;
    cursor: url(../images/cursors/cursor_arrow_right.png), url(../images/cursors/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
    background-image: url(../images/arrow_right.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    opacity: 0.35;
    filter: alpha(opacity = 35);
    -moz-opacity: 0.35;
    zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

div.scrollableArea
{
    position: relative;
    width: auto;
    height: 100%;
}

#content p {
    text-align: justify;
}

#content h1 {
    display: block;
    clear: both;
    margin-top: 25px;
}

#access_form {
    width: 40%;
    margin: auto;
}

#ucast {
    width: 100%;
}

#form_name {
    width: 250px;
    display: table;
    margin: 0 auto;
    border-color: #7b2e00;
    border-width: 1px;
    border-radius: 5px;
    font-size: 20px;
}

#form_button {
    width: 100px;
    display: table;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 15px;
}

.label {
    display: inline;
    margin-left: 28px;
}

input[type=text]:not(old) {
    padding-left: 5px;
    margin-left: 10px;
    margin-top: 10px;
    width: 50px;
}


input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 28px;
  background   : url('images/checks_brown.png') no-repeat 0 0;
  line-height  : 24px;
}

input[type=checkbox]:not(old):checked + label{
  background-position : 0 -24px;
}

input[type=radio]:not(old):checked + label{
  background-position : 0 -48px;
}

.disappear {
    display: none;
}

#note {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    font-size: 12px;
}

.rounded {
    border-color: #6b3b2a;
    border-width: 1px;
    border-radius: 5px;
}

.button {
  border-radius: 4px;
  background-color: #6b3b2a;
  border: none;
  color: #ffdd9a;
  text-align: center;
  font-size: 28px;
  padding: 10px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  /*position: absolute;*/
  padding-left: 10px;
  transition: 0.5s;
}

.button span:after {
  content: '»';
  position: relative;
  opacity: 0;
  top: 0;
  padding-left: 5px;
  right: 10px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 10px;
  padding-left: 5px;
}

.button:hover span:after {
  opacity: 1;
  right: 0px;
}

.table {
    margin: auto;
    width: 500px;
    border-collapse: collapse;
}

.table thead {
    font-weight: bold;
}

.table .last td {
    border-top: solid thin #000000;
}

.table .last td {
    font-weight: bold;
}

#end img {
    width: 30%;
}

#index_end {
    height: 50px;
}

#footer {
    width: 100%;
    height: 70px;
    background-color: #6b3b2a;
    color: #ffdd9a;
    opacity: 1;
    text-align: center;
}

#footer p {
    padding-top: 20px;
}