﻿/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* fotel krzeslo
----------------------------------------------------------*/
.komorkaFotel
{
    width: 22px;
    height: 20px;
    text-align: center;
}

.komorkaFotel.fotelZielony
{
    background-color: #009404;
    border-width: 0;
    color:white;
}

.komorkaFotel.fotelCzerwony
{
    background-color: #d30000;
    border-width: 0;
}

.komorkaFotel.fotelStalyWidz
{ 
    background-color: #187fc2;
    border-width: 0;
}

.komorkaFotel.fotelZielonyZaznaczony
{
    border-width: 0;  
    background-color: #187fc2; 
}

/* Cennik sali
----------------------------------------------------------*/
.sala-legenda-cennik-tab
{
    border: 0px solid gray; 
    border-collapse: collapse;
}

#simplemodal-overlay 
{
    background-color:#000;
}

#sala_gen__wybor_cen 
{
    background-color:#333;
    border:8px solid #444; 
    padding:12px;
}

#okno_sala_gen__wybor_cen 
{
    text-align: center;
    font-size: 1.2em;
}

#sala_gen__wybor_cen p
{
    color:white;
}

#okno_sala_gen__wybor_cen_select 
{
    font-size:larger;
}

#simplemodal-container {
    width: 380px;
    height:330px;
}
#okno_sala_gen__wybor_cen_zatwierdz {
    background: url("../../Content/themes/base/images/menu.png") repeat-x scroll center top rgba(0, 0, 0, 0);
    clear: both;
    border-width: 0px;
    color: #232323;
    height: 50px;
    width: 100%;
    padding: 0;
    font-weight: bold;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    font-size: 1.2em;
}
#okno_sala_gen__wybor_cen_anuluj 
{
    background: url("../../Content/themes/base/images/menu.png") repeat-x scroll center top rgba(0, 0, 0, 0);
    clear: both;
    border-width: 0px;
    color: #232323;
    height: 50px;
    width: 100%;
    padding: 0;
    font-weight: bold;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    font-size: 1.2em;
}

#sala_rez_zatwierdzenie_wyboru
{
    background: url("../../Content/themes/base/images/menu.png") repeat-x scroll center top rgba(0, 0, 0, 0);
    clear: both;
    border-width: 0px;
    color: #333333;
    height: 41px;
    width: 60%;
    max-width: 400px;
    padding: 0;
    margin-top: 20px;
    /*margin-left: 42%;*/
    font-weight: bold;
}

.sala-custom-scena 
{
    background: url("../../Content/themes/base/images/menu.png") repeat-x scroll center top rgba(0, 0, 0, 0);
    padding:5px;
    font-size:larger;
    text-align:center;
	margin-left:auto;
	margin-right:auto;
    margin-top: 10px;
    max-width: 580px;
}

.sala-custom-gen {
margin: auto;
}

.sala-zewnatrz {
margin: auto;
overflow-x: auto;
}

ul#menu-nawigacji-dol-przyciski {
    padding-top: 15px;
    position: relative;
    margin-left: 5%;
    margin-top: -10px;
    text-align: left;
    top: 4px;
    left: 9px;
    height: 0px;
    width: 826px;
}

ul#menu-nawigacji-dol-przyciski li {
    display: inline;
    list-style: none;
}

ul#menu-nawigacji-dol-przyciski li a {
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: black;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

ul#menu-nawigacji-dol-przyciski li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu-nawigacji-dol-przyciski li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}


ul#menu-nawigacji-dol-przyciski li.selected a {
    background-color: #fff;
    color: #000;
}

/* Style formularzy
----------------------------------------------------------*/
.display-label, 
.edytor-label {
    margin: 1em 0 0 0;
    width: 120px;
}

.display-field, 
.edytor-pole {
    margin: 0.5em 0 0 0;
    width: 200px;
}

.edytor-pole-regulamin{
    margin: 0.5em 0 0 0;
    width: 400px;
}

/* Style Lightbox_me
----------------------------------------------------------*/
#ksw_logowanie {
    -moz-border-radius: 6px;
    background: #eef2f7;
    -webkit-border-radius: 6px;
    border: 1px solid #536376;
    -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;
    padding: 14px 22px;
    width: 400px;
    position: relative;
    display: none;   
}

#ksw_tytul {
    width: 228px;
    height: 23px;
    background-position: -202px -133px;
}
   
 #ksw_logowanie #ksw_formularz {
    margin-top: 13px;
}
  
 #ksw_formularz label {
    display: block;
    margin-bottom: 10px; 
    color: #536376;
    font-size: .9em;
}
  
 #ksw_formularz label input {
    display: block;
    width: 393px;
    height: 31px;
    background-position: -201px 0;
    padding: 2px 8px;
    font-size: 1.2em;
    line-height: 31px;
}

 #actions {
    right: 0;
    height: 31px;
    bottom: 20px;
}
 
 a.form_button {
    width: 93px; height: 31px;
    margin-right: 15px;
}
 
#cancel { background-position: -198px -36px; }
#log_in { background-position: -291px -36px; }
#cancel:hover { background-position: -198px -67px; }
#cancel:active { background-position: -198px -98px; }
#log_in:hover { background-position: -291px -67px; }
#log_in:active { background-position: -291px -98px; }

#ksw_error {
    color:red;
    font-size: 1.2em;
}
.edytor-label-check {
    margin: 1em 0 0 0;
    width: auto;
}



.repertuar-data{color: #c50505; font-size: 1.2em; margin: 1%; width: 10%; float:left; min-width:90px;height: 50px;line-height: 50px;}
.repertuar-godzina{color: #c50505; font-size: 1.2em; margin: 1%; width:10%; float:left; min-width: 90px;height: 50px;line-height: 50px;}
.repertuar-tytul{margin: 1%; width: 40%; float:left;height: 50px;
  line-height: 50px;}
.repertuar-link{width: 32%; margin: 1%;  float:left; text-align:center; height: 50px;}
.repertuar-linia{width:92%; background-color: #ebebeb; height: 1px; margin: 1%;}
.repertuar-linia-poaczatek {
    visibility: hidden;
}
.nienumerowana-cennik {
width:33.3%; float: left;
}

.nienumerowana-opis-mini {
    float:left;
    margin-top: 0px;
    width: 33.3%;
}
.nienumerowana-nazwa-biletu {
    text-align: left;
    width: 50%;
}

.labelCombo {    
    float: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857;
    margin: 1%;
    text-align: left;
    vertical-align: middle;
    width: 90px;
    }
#miesiac-combo {
}

#menu1 {

}