170 lines
2.8 KiB
CSS
170 lines
2.8 KiB
CSS
|
|
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
|
|
|
|
|
|
|
|
|
|
/*div.seatCharts-row:nth-last-child(6){
|
|
margin-top: 30px;
|
|
}
|
|
|
|
div.seatCharts-row:nth-child(8){
|
|
margin-top: 30px;
|
|
}*/
|
|
|
|
.myCanvas{
|
|
position: absolute;
|
|
bottom: 0px;
|
|
left: 100px;
|
|
width: 65%;
|
|
}
|
|
|
|
.nav-link {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.event-date {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
padding-top: 20px;
|
|
height: 70px;
|
|
width: 100px;
|
|
background-color: #6A0000;
|
|
color: white;
|
|
text-align: center;
|
|
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
|
|
font-weight: bold;
|
|
vertical-align: middle;
|
|
line-height: 17px;
|
|
}
|
|
|
|
.weekday{
|
|
|
|
}
|
|
|
|
.day{
|
|
font-size: 25px;
|
|
}
|
|
|
|
.month{
|
|
|
|
}
|
|
|
|
.loading {
|
|
background-color: #ffffff;
|
|
background-image: url("http://loadinggif.com/images/image-selection/3.gif");
|
|
background-size: 25px 25px;
|
|
background-position:right center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
table.tr.td{
|
|
background-color: black !important;
|
|
}
|
|
|
|
.invalid {
|
|
background-color: indianred;
|
|
}
|
|
|
|
.invalid:focus{
|
|
background-color: indianred;
|
|
}
|
|
|
|
.seatCharts-space{
|
|
/*visibility: hidden !important;*/
|
|
background-color: white !important;
|
|
}
|
|
|
|
.seatCharts-cell{
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.seatCharts-row{
|
|
height: 16px !important;
|
|
vertical-align: top !important;
|
|
}
|
|
|
|
.seatCharts-seat {
|
|
border: 1px solid #000000;
|
|
border-radius: 0px !important;
|
|
border-top-left-radius:35% !important;
|
|
border-top-right-radius:35% !important;
|
|
}
|
|
|
|
.cat-a.available, .cat-a.unavailable, .a-cat{
|
|
background-color:yellow !important;
|
|
color: black;
|
|
}
|
|
|
|
.cat-b.available, .cat-b.unavailable, .b-cat{
|
|
background-color:cornflowerblue !important;
|
|
}
|
|
|
|
.cat-c.available, .cat-b.unavailable, .c-cat{
|
|
background-color:red !important;
|
|
}
|
|
|
|
.choose.available,.cat-nv, .bought-cat{
|
|
background-color: grey !important;
|
|
}
|
|
|
|
.c-cat.selected, .b-cat.selected, .a-cat.selected{
|
|
background-color: green !important;
|
|
}
|
|
|
|
td{
|
|
color: black;
|
|
}
|
|
|
|
|
|
.isa_info, .isa_success, .isa_warning, .isa_error {
|
|
margin: 10px 0px;
|
|
padding:12px;
|
|
|
|
}
|
|
.isa_info {
|
|
color: #00529B;
|
|
background-color: #BDE5F8;
|
|
}
|
|
.isa_success {
|
|
color: #4F8A10;
|
|
background-color: #DFF2BF;
|
|
}
|
|
.isa_warning {
|
|
color: #9F6000;
|
|
background-color: #FEEFB3;
|
|
}
|
|
.isa_error {
|
|
color: #D8000C;
|
|
background-color: #FFBABA;
|
|
}
|
|
.isa_info i, .isa_success i, .isa_warning i, .isa_error i {
|
|
margin:10px 22px;
|
|
font-size:2em;
|
|
vertical-align:middle;
|
|
}
|
|
|
|
|
|
.dropdown {
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
.dropdown-content {
|
|
display: none;
|
|
position: absolute;
|
|
background-color: white;
|
|
min-width: 160px;
|
|
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
|
padding: 12px 16px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.dropdown:hover .dropdown-content {
|
|
display: block;
|
|
}
|
|
|
|
.navigation{
|
|
|
|
}
|