/*Place for your creative coding*/

.s50 {
    width: 50px
}
.s70 {
    width: 70px
}

.left-border {
    border-left: 3px solid #252525;
    padding-right: 10px;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.eitem {
    float: left;
}

.popup_form {
    width: 600px;
    margin-left: -300px;
    padding: 10px;
    position: fixed;
    top: 20%;
    left: 50%;
    border-radius: 30px;
    background-color: rgba(26, 26, 26, 0.9);
    background: -moz-linear-gradient(top, rgba(66, 67, 67, 0.95) 0%, rgba(26, 26, 27, 0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(66, 67, 67, 0.95)), color-stop(100%, rgba(26, 26, 27, 0.95)));
    background: -webkit-linear-gradient(top, rgba(66, 67, 67, 0.95) 0%, rgba(26, 26, 27, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(66, 67, 67, 0.95) 0%, rgba(26, 26, 27, 0.95) 100%);
    background: -ms-linear-gradient(top, rgba(66, 67, 67, 0.95) 0%, rgba(26, 26, 27, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(66, 67, 67, 0.95) 0%, rgba(26, 26, 27, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2424343', endColorstr='#f21a1a1b', GradientType=0);
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px #000, inset 0 12px 24px rgba(255, 255, 255, 0.1), 0 0 2px rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.6);
    box-shadow: 0 30px 50px #000, inset 0 12px 24px rgba(255, 255, 255, 0.1), 0 0 2px rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.6);
    display: none;
}

.ticket-busy {
    float: left;
    min-width: 15px;
    margin: 0px 5px 2px 5px;
    padding: 3px 4px 3px 4px;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;

    background-color: #b6b6b6;
    border: #646464 2px solid;
    color: #000000;
}

.allTicket {
    float: left;
    min-width: 15px;
    margin: 0px 5px 2px 5px;
    padding: 3px 4px 3px 4px;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
}

.free {
    background-color: #f0ffff;
    border: #008cc7 2px solid;
    color: darkblue;
}

.selected {
    background-color: #64b672;
    border: #41924e 2px solid;
    color: #000000;
}

.row-name {
    float: left;
    margin: 0px 5px 0 5px;
    padding: 5px;
    text-align: center;
    font-weight: 600;
}

.popup_form h2 {
    font-size: 14px;
    margin: 5px;
}

.popup_form h3 {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.popup_form .row-fluid {
    margin: 5px;
    padding: 5px;
}

#tooltip {
    z-index: 1000;
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    border: #b9ecff 2px solid;
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    color: #000000;
    border-radius: 5px;
}

.popup_form .row-fluid {
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

span.sector-label {
    display: inline-block;
    width: 180px;
}

.gray_btn {
    width: 182px;
    height: 35px;
    border: 1px solid #2c2c2c;
    border-radius: 5px;
    background: #3b3b3b url(img/sb_menu_btn.png) 0 0 repeat-x;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 1px #000, inset 0px 2px 0px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 1px #000, inset 0px 2px 0px rgba(255, 255, 255, 0.3);
    color: #e6eaec;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
    font: 16px "PT Sans", sans-serif;
    margin-left: 10px;
    box-sizing: border-box;
}

.green_btn {
    width: 232px;
    height: 35px;
    border: 1px solid #388e00;
    border-radius: 5px;
    background: #289b19 url(img/green_btn.png) 0 0 repeat-x;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 1px #000, inset 0px 2px 0px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 1px #000, inset 0px 2px 0px rgba(255, 255, 255, 0.3);
    color: #e6eaec;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
    font: 16px "PT Sans", sans-serif;
    margin-left: 10px;
    box-sizing: border-box;
}

.row-fluid .red {
    background-color: red;
}

.tickets {
    margin: 10px 0px 0px 0px;
}

table.tickets {
    border-collapse: collapse;
    border-style: hidden;
    border: 2px solid #c1c1c1;
}

table.tickets td, table th {
    border: 1px solid #646464;
    padding: 3px 3px 3px 10px;
}

.cleaner {
    clear: both;
}

.padding15 {
    padding-top: 15px;
}

.color-red {
    color: red;
}
.ticket-line {
    margin-bottom: 10px;
    padding-top: 15px;
    text-decoration: underline;
    border-top: 1px #646464 solid;
    width: auto;
}