﻿
@charset "utf-8";
table {
    background-color: #fff;
    border-spacing: 0;
    font-size: 13px;
    margin: 15px 0;
	border:1px solid #ddd;
}
table#report {
	width:100%;
}

.con-arbol {
    border-spacing: 0;
    float: left;
    margin: 10px 0;
    width: 400px;
}
table tfoot tr {
    background-color: #F5F5F5;
    color: #555555;
    font-weight: bold;
}
table tr th, table tr td {
    border-bottom: 1px solid #EEEEEE;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}
table tr th {
    background-color: #EEEEEE;
    color: #555555;
    font-weight: bold;
}
table caption {
    font-size: 14px;
    margin: 15px 0;
}
table.t-historial {
    border: 1px solid #F4DCB2;
    border-spacing: 0;
    margin: 15px 0 60px;
    width: 100%;
}
.t-historial th {
    background-color: #EEEEEE;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}
.t-historial td {
    border-bottom: 1px solid #EEEEEE;
    font-size: 12px;
    padding: 5px;
}
table.t-info {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD;
    border-image: none;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px;
    width: 630px;
	border-bottom:none;
	margin:0 0 30px 0;
}
.t-info th {
    background-color: #EEEEEE;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}
.t-info td {
    border-bottom: 1px solid #DDDDDD;
    font-size: 11px;
    padding: 5px;
}
.t-info td img {
	text-align:center;
	border:0;
	margin:0 2px;
}
.t-info td.precio {
    font-weight: normal;
    text-align: right;
}
.t-info th.precio {
    text-align: right;
}
.t-info td.precio-total, .t-info th.precio-total {
    font-weight: bold;
    text-align: right;
}
#report {
    border: 1px solid #DDDDDD;
    border-spacing: 0;
    width: 100%;
	background-color:#fafafa;
}

#report th{
    text-align: center;
}


#report th, #report td {
    border: medium none;
    border-spacing: 0;
}
#report thead th, #report tbody td {
    border-bottom: 1px solid #DDDDDD;
    border-spacing: 0;
    text-align: left;
}
#report tfoot td {
	background-color:#fff;
	color:#000;
	font-size:15px;
    text-align: right;
}
#report th#abono {
    width: 220px;
}
#report th#dispatch-code {
    width: 320px;
}
#report th#date {
    width: 150px;
}
#report th#sector {
    width: 240px;
}
#report th#row {
    width: 60px;
}
#report th#place {
    width: 60px;
}
#report th#promotion {
    width: 180px;
}
#report th#price {
    width: 150px;
}
#report td.precio, table.table-mxn td.precio {
    width: 120px;
}
#report tbody td {
}
#report tfoot.total-price {
    font-size: 16px;
}
#report tfoot.total-price td {
    background-color: #FFFFFF;
    color: #000000;
}

.calendar {
}
.calendar p {

}

.calendar table {

}
.calendar table thead tr {
    
}
.calendar table tbody td a span {
    color: #fff;
	font-family:'RobotoB', Arial;
	background-color: #1064A7;
	text-decoration:none;
}
.calendar table tbody td a {
    text-decoration:none;
}
.calendar table tbody td a:hover {
    text-decoration:underline;
}
.calendar table tbody td a span:hover {
	background-color: #0D2D6E;
}


.calendar table {
background-color: #f4f4f4;
border:none;
border-spacing:3px;
margin:0;
}
.calendar table thead {
}
.calendar table thead td {
    
}
.calendar table thead td[colspan] {
	text-align:left !important;
	font-size:16px;
	border: 1px solid #c0c0c0;
	background-color: #fcfcfc;
	border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
}
.calendar table thead td[style] {
   
}
.calendar table tbody {
}
.calendar table tbody td {
    border: medium none;
    padding: 2px;
    text-align: center !important;
}
.calendar table thead td.day {
    text-align: center !important;
	font-family:'RobotoB', Arial;
	font-size:14px;
	font-weight:bold;
	color:#444;
	border-bottom: none;
}

.calendar table tbody td span{
    border: 1px solid #c0c0c0;
	background-color: #fcfcfc;
	color:#a6a6a6;
	display:block;
	width:26px;
	line-height: 24px;
    text-align: center !important;
}
.calendar table tbody span.todayClass {
    background-color: #777;
    border: 1px solid #969696;
	color:#eee;
}
.calendar table tbody td a span {
}
table.seats {
    border: medium none;
    border-spacing: 0;
}
table.seats td {
    border: medium none;
    margin: 0;
    padding: 0;
}
table.seats td img {
    border: medium none;
    margin: 0 !important;
    padding: 2px 1px;
}
table td.disp {
    background-image: url("../images/disp.png");
    background-repeat: no-repeat;
}
table td.bloq {
    background-image: url("../images/bloq.png");
    background-repeat: no-repeat;
}
table td.proc {
    background-image: url("../images/proc.png");
    background-repeat: no-repeat;
}
table td.res {
    background-image: url("../images/res.png");
    background-repeat: no-repeat;
}
table td.vend {
    background-image: url("../images/vend.png");
    background-repeat: no-repeat;
}
table td.seleccion {
    background-image: url("../images/seleccion.png");
    background-repeat: no-repeat;
}
table.seats td.esc {
    background-color: #555555;
    color: #FFFFFF;
    font-size: 12px;
    padding: 4px;
    text-align: center !important;
}
table.file-seats td {
}
table.file-seats {
    background-color: #FFFFFF;
    border: medium none;
    border-spacing: 0;
    margin: 0 auto;
}
table.file-seats td {
    border: medium none;
    font-size: 10px;
    margin: 0 auto;
    padding: 1px 0;
    text-align: center;
    white-space:nowrap;
}
table.file-seats td.left {
    text-align: left;
}
table.file-seats td.right {
    text-align: right;
}
table.file-seats td.center {
    text-align: center;
}
table.file-seats td.esc {
    background-color: #AAAAAA;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 6px;
    padding: 4px;
    text-align: center !important;
}
table.file-seats td.empty {
    background-color: #FFFFFF;
    height: 10px;
}
table.file-seats td img, table.file-seats td a {
    border: medium none;
    margin: 0 !important;
    padding: 0 !important;
}
.td-abono {
    background-color: #F5F5F5;
    border-top: 1px solid #CCCCCC !important;
    font-weight: bold;
}

table.table-mxn {
	border:none;
	background-color:#f5f5f5;
}

table.table-mxn td {
	border:none !important;
}
table.table-mxn td table {
	margin:0 0 5px 0;
}
table.table-mxn td table td {
	background-color:#fff;
} 
table.table-mxn tfoot td {
	font-size: 16px;
	font-weight: normal;
	background-color:#f5f5f5;	
} 





