@charset "utf-8";
/* CSS Document */


/*-----------------------------------------------------------------
 column-row-set-box
 -----------------------------------------------------------------*/



#column-row-set-box
{
    margin: 0 auto;
    width : 400px;
}

#column-row-set-box label
{
    padding : 0;
}

/*-----------------------------------------------------------------
 loading box
 -----------------------------------------------------------------*/

#loadingbox
{
    position: relative;
    display: block;
    z-index: 80;
}
#loadingbox div
{
    display: none;
    position: absolute;
    left: 40px;
    top: -45px;
    z-index: 80;
}
#loadingbox.loading div
{
    display: block !important;
    width: 100px !important;
    height: 40px !important;
    background: url(../img/loading.gif) top right no-repeat;
    z-index: 80;
}
#loadingbox.loading div span
{
    text-align: left;
    display: block;
    padding: 10px 0 0 0;
}

/* ----------------------------------------------------------------- */

#output
{
    display: none;
}
#output input
{
    padding: 10px;
    border: #CCC 1px solid;
    margin: 10px;
    font-size: 11px;
    width: 900px;
}

#seating-plan-drawer
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    overflow: visible;
}

#seating-plan-drawer  input[type=text]
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: #999 1px solid;
    border-radius: 5px;
}

#rows-cols-select
{
    width: 150px;
    background: #edecee;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 10px auto;
    border: #999 1px solid;
}
#rows-cols-select p
{
    margin: 0;
    padding: 3px;
}
#rows-cols-select input[type=text]
{
    width: 50px;
    padding: 3px;
}
#rows-cols-select label
{
    width: 70px;
    display: inline-block;
    text-align: left;
}
#plan-draw-canvas
{
    padding: 3px 5px;
}

/*-----------------------------------------------------------------
 seating plan
 -----------------------------------------------------------------*/

#plan-table
{
}
#plan-table table
{
    border-spacing: 1px;
    margin: 10px auto;
    width: auto;
}
#plan-table table tr td
{
    background: #707070;
    font-size: 8px;
    height: 26px !important;
    width: 26px !important;
}

#plan-table table tr td.over
{
    -moz-box-shadow: 0px 0px 1px 1px #333333;/*FF 3.5+*/
    -webkit-box-shadow: 0px 0px 1px 1px #333333;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0px 0px 1px 1px #333333;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}

#plan-table table tr td .row-col, #plan-table table tr td .price
{
    background: none;
    text-align: center;
    width: 26px;
}

#plan-table table tr td .row-col
{
    height: 20px;
}

#plan-table table tr td .price
{
    height: 10px;
}

#plan-table table tr td .row-col  p
{
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

/*-----------------------------------------------------------------
 utility
 -----------------------------------------------------------------*/

.alert-input-error
{
    -moz-box-shadow: 0px 0px 1px 1px red;
    -webkit-box-shadow: 0px 0px 1px 1px red;
    box-shadow: 0px 0px 1px 1px red;
    color: red !important;
}

/* ----------------------------------------------------------------- */

#status
{
    left: 0;
    top: 0;
    position: fixed;
    width: 150px;
    background: #000;
    color: #fff;
}

.yes-no
{
    display: block;
    width: 100px;
    text-align: center;
    margin: 2px auto;
    font-size: 10px;
    text-shadow: #000 1px 1px 0px;
}
.yes-no div
{
    padding: 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.yes-no .no
{
    background: #C00 url(../img/redgreen.png) top left;
    color: #fff;
}
.yes-no .yes
{
    background: #060 url(../img/redgreen.png) top right;
    color: #fff;
}

.yes-no.no .no
{
    display: block;
}
.yes-no.no .yes
{
    display: none;
}

.yes-no.yes .no
{
    display: none;
}
.yes-no.yes .yes
{
    display: block;
}

#sectid
{
    display: none;
}

#draw-options
{
    width: 100%;
    display: none;
    padding: 0;
}
#draw-options p
{
    display: block;
    text-align: center;
}

p.current-row
{
    display: block;
    width: 50px;
    float: left;
    text-align: center;
    margin: 0 0 5px 0;
    padding: 0;
}
p.current-row input
{
    width: 40px;
    padding: 4px;
    margin: 0 auto;
    font-size: 11px;
}

p.current-col
{
    display: block;
    width: 70px;
    float: left;
    text-align: center;
    padding: 0;
}
p.current-col input
{
    width: 40px;
    padding: 4px;
    display: block;
    margin: 0 auto;
    font-size: 11px;
}

p.current-row label, p.current-col  label
{
    display: block;
    font-size: 10px;
    padding: 0 0 5px;
}

.draw-input-text
{
    position: relative;
    height: 0px;
    width: 0px;
}
.draw-input-text .txt-inner
{
    position: absolute;
}
.draw-input-text input
{
    border: #F00 1px solid !important;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    padding: 2px !important;
    width: 136px !important;
    margin: 0 !important;
}

.draw-input-text.onewide input
{
    width: 16px !important;
}

.buttons
{
    padding: 10px 0;
}
.buttons input
{
    padding: 3px 5px;
    font-size: 11px;
    min-width: 110px;
}

/*-----------------------------------------------------------------
 draw options
 -----------------------------------------------------------------*/

.rowcolumn-cont
{
    width: 120px;
}

.seating-cont
{
}

.textbox-cont
{
    width: 120px;
}

.toolcont
{
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    background: #dfdfdf;
    border-radius: 5px !important;
    border: #999 0px solid;
    float: left;
    padding: 7px 4px;
    margin: 0px 0 7px 10px;
}

.key .item
{
    margin: 1px 0 2px 0;
}

.key .item input
{
    display: inline-block;
}

.key .item .radio
{
    width: 20px;
    text-align: center;
    padding: 4px 0 0;
}

.key .item .color
{
    width: 40px;
    border: #666 1px solid;
    background: #000;
    text-align: center;
}

/*#seating-plan-key {
 list-style-type: square;
 }

 .key {
 border: 1px solid black;
 height: 24px;
 width: 24px;
 }
 */
.available
{
    background-color: #FFF;
}

.key .item input
{
    color: #000;
    font-size: 10px;
    height: 15px;
    padding: 2px;
}

.key .item .keylabel
{
    width: 80px;
}

.key .item .pricelabel
{
    width: 40px;
}

.key .item input.color
{
    font-size: 10px;
}

.key .item p
{
    margin-left: 30px;
}

.available
{
    background-color: #FFF !important;
    color: #000 !important;
}
.taken
{
    background-color: #b0afaf !important;
    color: #000 !important;
}
.selected
{
    color: #fff !important;
}
.disabled
{
    background-color: #6a1e68 !important;
    color: #fff;
}
.unavailable
{
    background-color: #ee1c24 !important;
    color: #000 !important;
}
.seatHover
{
    background-color: #f1cc08 !important;
    color: #000 !important;
}

