/*
Per fer que nevi cal descomentar l'snowstorm.js de l'index.jsp
*/

body {
    background: url('../img/fons.png') no-repeat;
    /*background: url('../img/nadal.png') no-repeat;*/
    background-size: cover;
    color: black;
    font-family: monospace;
    font-size: x-large;
}

boto_fer_reserva {
    display:inline;
}

button {
    font-size:24px;
    background-color: #ffe8ce;
}

button :hover{
    font-size:40px;
    background-color: #e8a214;
}

.combo {
    font-size: 40px;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
}

#coms {
    width:400px;
    display:inline;
}

.container_form {
    margin-left: 20%;
}

.footer {
    margin-top: 20px;
    background-color: #333;   
    color: #777;
}


.idiomes {
    margin-right: 200px;
    margin-top: 30px;
    float: right;    
}

.indent {
    margin-left: 40px;
}

.infoitem {
    color: #ff8d0e;
    font-size: 24px;
    text-align: left;
    padding: 20px;
    width: 300px;    
    height: 80px;    
    background-color: black;
    opacity: .6;
    line-height: 40px;  
}


input {
    font-family: monospace;
    font-size: 40px;
    margin-left: 10px;
    vertical-align: middle;
}

.link{
    background: transparent;
    color:black;
}

#link_configuracio {
    position: absolute;
    right: 0;
}

.lliure {
    background-color: #ff8d0e;
    opacity: .1;
}

.logo {
    width: 150px;
    height: 150px;
    display:inline;
    padding: 50px;
}

.informacio {
    background-color: #ff8d0e;
    color: black;
    font-size: 24px;
    text-align: center;
    padding: 20px;
    width: 200px;
    height: 80px;
}

.segueixnos {
    background-color: #ff8d0e;
    border-color: #884607;
    border-style: dotted;
    display: inline-block;
    width: 250px;
    height: 150px;
}

.mail {
    margin-left: 30px;
    font-size: 24px;
    width:40%;
    
}

.ocupat {
/*    background-color: #ffe8ce;*/
    border: none;
    opacity: .9;
}

p.warn {
    font-family: monospace;
    font-size: 50px;    
    color: cyan;
    background-color: blue;
    font-weight:bold;
    margin-bottom: 0px;
}

p.warn_subtitol {
    font-family: monospace;
    font-size: 20px;    
    color: cyan;
    background-color: blue;
    font-weight:bold;
    margin-top: 0px;
}

table {
    font-family: arial, sans-serif;
    width: 100%;
    display:block;
    
}

table.scroll {
    table-layout: fixed;
    display: block;
    overflow-y: scroll;
    max-height: 100px;
}

tbody {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
}

textarea {
    font-size:20px;
    width:100%;
    height: 100px;
}

thead {
    display:table;
    width: 98.5%;
    height: 20px;
}

th {
  border: 1px solid #000000;
  text-align: left;
  padding: 8px;
}

td {
  border: 1px solid #000000;
  text-align: left;
  padding: 8px;    
  display: table-cell;
  vertical-align: top;
}

.selected{
    background-color:blue;
    opacity: 100%;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.ui-dialog-titlebar {
    background-color: #ffe8ce;
    border: none;
}
.ui-dialog > .ui-widget-header {background: #e8a214; color:white;}

.ui-dialog .ui-dialog-buttonpane {
    background-color: #ffe8ce;    
    border: none;
}

.ui-dialog .ui-dialog-buttonpane button.ui-button {
    background-color: #e8a214;
}


.ui-dialog.ui-widget-content {
    background-color: #ffe8ce;
}

.warn {
    font-family: monospace;
    font-size: 20px;    
    color: cyan;
    background-color: blue;
    font-weight:bold;
    margin-top: 0px;
}