* {
    box-sizing: border-box;
}
body, html{
    height: 100%;
}
body{
    font-family: 'Open Sans';
    color: #666666;
    font-size: 13px;
    padding: 10px;
}
a{
	color: #666666;
}
a:visited{
    color:#666666;
}
label{
    font-weight: normal; 
}
.modal{
    z-index: 10500;
}
.modal-title{
    font-size: 13px;
    font-weight: bold;
}
.modal-header{
    padding: 10px;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.form-control[disabled]{
    cursor: default;
    color: #999;
}
.input-group .form-control {
    z-index: 0;
}
.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}
.form-group .pull-right .btn.min100{
    float:left;
    margin-left: 10px;
}
.btn, .form-control, .modal-content {
    border-radius: 0;
}
.form-control:focus{
    border-color: #CCCCCC;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    box-shadow: none !important;
}
.btn-warning{
    background-image: none !important;
}
.loading-small{
    min-height: 20px;
    min-width: 20px;
    background: url("../images/throbber.gif") center center no-repeat;
    display: block;
}
.btn .loading-small{
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
.btn-large{
    height: 56px;
    font-size: 32px;
    padding-top: 9px;
}
.btn-empty{
    background: none;
}
.btn-empty:hover{
    background: #cecece;
}
.btn-empty + .btn-empty{
    border-left: none;
}
.btn-empty.selected{
    background: #cecece;
    color: black;
}
.form-right{
    float:right;
    width:100%;
}
.form-right .btn{
    float:right;
    min-width: 100px;
    width: auto;
}
.mt5{
    margin-top: 5px;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mb5{
    margin-bottom: 5px;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.ml5{
    margin-left: 5px;
}
.ml10{
    margin-left: 10px;
}
.ml20{
    margin-left: 20px;
}
.mr5{
    margin-right: 5px !important;
}
.mr10{
    margin-right: 10px;
}
.mr20{
    margin-right: 20px;
}
.max500{
    max-width: 500px;
}
.p10{
    padding: 10px;
}
.min100{
    min-width: 100px;
}
.w100p{
    width: 100%;
}

.relative{
    position: relative;
}

.hand{
    cursor: pointer;
}

.underline{
    text-decoration: underline;
}

.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 195px;
}

.txtleft{
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #ccc;
}

@font-face {
    font-family: "icons";
    src:url("../fonts/icons.woff?v=9") format("woff");
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: text-bottom;
    font-size: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-left-open-big:before {
    content: "a";
}
.icon-right-open-big:before {
    content: "c";
}
.icon-down-open-big:before {
    content: "d";
}
.icon-dot:before {
    content: "e";
}
.icon-place-card:before {
    content: "z";
}
.icon-logout:before {
    content: "v";
}
.icon-login:before {
    content: "\e011";
}
.icon-calendar:before {
    content: "f";
}
.icon-messages:before {
    content: "F";
}
.icon-paper-airplane:before {
    content: "\e009";
}
.icon-info:before {
    content: "t";
}
.icon-plus:before {
    content: "L";
}
.icon-minus:before {
    content: "Q";
}
.icon-minus-1:before {
    content: "/";
}
.icon-plus-1:before {
    content: ":";
}
.icon-date:before {
	content: "g";
}
.icon-vcard:before {
	content: "\e006";
}
.icon-menu:before {
    content: "q";
}
.icon-remove:before {
  content: ";";
}

.input-group .input-group-addon{
    border-left: none;
}
.input-group + .input-group input
, .input-group + .input-group .input-group-addon{
    border-top: none;
}
.input-group-hidden{
    display: block;
}
.input-group-hidden .input-group-addon{
    display: none;
}

#bk_reg_user_cards input + input{
    border-top: none;
}
#bk_reg_user_cards input
, #bk_user_cards input{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.orange{
    color: orange;
}
.red
, .form-control.red{
    color: red;
}

#container{
    width: 100%;
    height: 100%;
    position: relative;
}
#container:not(.fulldaybooking){
	padding-bottom: 15px;
}
#container .topheader{
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
#container .logincontrols{
    /*
    float: right;
    text-align: right;
    */
}

.bookingpicker{
    /*float: right;*/
    height: 63px;
}
.bookingpicker .bookingpicker_holder{
    /*width: 500px;*/
    max-width: 100%;
}
/*
@media (min-width: 770px){
    .bookingpicker{
        width: calc(100vw - 580px);
        max-width: 350px;
    }
}
*/
.bookingpicker select
, #menu_month, #menu_year
, #mobile_picker{
    height: 44px;
    font-size: 22px;
    padding-left: 10px;
}
#menu_month, #menu_year{
    margin-top:12px;
}

.booking_title{
    text-align: center;
    font-size: 24px;
    line-height: 63px;
    width: 100%;
}
.logouted
, .logined{
    font-size: 24px;
    line-height: 63px;
}
.logined div
, .logouted div{
    display: inline-block;
    vertical-align: top;
}
#loginusername{
    font-size: 24px;
    line-height: 63px;
    vertical-align: middle;
}

.idle_login_message_outer{
    position: relative;
    padding-left: 75px;
}
.idle_login_message_icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    text-align: center;
    font-size: 40px;
}
.idle_login_message{
    font-size: 15px; 
    text-align: justify;
}

.booking-time-controls{
    float: left;
    user-select: none;
}
.booking-time-controls > a.changedate
, .booking-time-controls > .dropdown
, .logined .icon
, .logouted .icon
, #right-menu .icon{
    /*vertical-align: top;*/
    font-size: 32px;
    line-height: 63px;
    cursor: pointer;
    vertical-align: middle;
}
.booking-time-controls > a.changedate .loading-small{
    display: inline-block;
    width: 38.5px;
}
.booking-time-controls > .fulldaytimecontrols
/*, .bookingpicker*/{
    display: inline-block;
    text-align: center;
    vertical-align: top;
    line-height: 63px;
}
.fulldaytimecontrols .select2-container .select2-choice
, .bookingpicker .select2-container .select2-choice{
    height: 44px;
    font-size: 23px;
    padding-top: 3px;
}
.fulldaytimecontrols .select2-container .select2-arrow
, .bookingpicker .select2-container .select2-arrow{
    right: 5px;
    top: 5px;
}
.cyear{
    width: 120px;
}
.cmonth{
    width: 200px;
}

.timecontrols > .changedate
, #cal_menu_open{
    padding-right: 10px;
}
/*
#header_days:empty{
    display: none;
}
#header_days{
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-left: 10px;
}
#header_days .changedate{
    margin-right: 10px;
    font-size: 20px;
}
#header_days .changedate .loading-small{
    display: inline-block;
}
#header_days .changedate:hover{
    cursor: pointer;
}
#header_days .changedate > span{
    margin-left: 5px;
    display: none;
}
#header_days .changedate.selected{
    font-weight: bold;
}
#header_days .changedate.selected > span{
    display: inline-block;
}
*/
#header_calendar:empty{
    display: none;
}
#header_calendar{
    font-weight: 500;
    line-height: 22px;
    vertical-align: top;
}
#header_calendar .changedate{
    display: inline-block;
    padding: 0px 6px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    width: 56px;
}
#header_calendar .changedate.today{
    background-color: #f0f0f0;
}
#header_calendar .changedate .calday{
    display: block;
    font-size: 11px;
}
#header_calendar .changedate .calnum{
    display: block;
    line-height: 37px;
    padding: 2px 6px;
}
#header_calendar .changedate.selected{
    font-weight: bold;
}
#header_calendar .changedate.selected .calnum{
    background-color: #a0a0a0;
    color: white;
    border-radius: 30px;
}

#cal_menu{
    left: -40px;
    cursor: default;
}
#cal_menu_calendar_controls{
    table-layout: fixed;
    width: 100%;
}
#cal_menu_calendar_controls tr td{
    text-align: center;
    padding: 5px;
    line-height: 38px;
}
#cal_menu_calendar_controls tr td.cal_menu_goto{
    width: 50px;
}
#cal_menu_calendar_controls tr td:nth-child(2){
    padding-left: 0;
    width: 150px;
}
#cal_menu_calendar_controls tr td:nth-child(3){
    padding-right: 0;
    width: 100px;
}
#cal_menu_calendar_controls tr td.cal_menu_goto:hover{
    background-color: #eee;
    cursor: pointer;
}

#cal_menu_calendar{
    width: 100%;
    table-layout: fixed;
}
#cal_menu_calendar tr td
, #cal_menu_calendar tr th{
    width: 50px;
    text-align: center;
    padding: 5px;
    line-height: 38px;
}
#cal_menu_calendar tr td:hover{
    background-color: #eee;
    cursor: pointer;
}
#cal_menu_calendar tr td.out{
    color: #a0a0a0;
}
#cal_menu_calendar tr td.today{
    background-color: #f0f0f0;
    color: black;
}

#cal_menu_calendar tr td.selected:not(.today){
    background-color: #a0a0a0;
    border-radius: 30px;
    color: white;
}

#cal_menu_calendar tr td.selected + .selected{
    border-radius: 0;
}
#container:not(.groupbooking) #cal_menu_calendar tr td.selected:first-child{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#cal_menu_calendar tr td.selected + .selected:last-child{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

@media (max-width: 763px){
    #cal_menu_calendar.mobileselect tr td.selected:not(.mobileselect):not(.today){
        background-color: white !important;
        color: #666666;
    }
    #cal_menu_calendar.mobileselect tr td.selected.mobileselect{
        border-radius: 30px;
    }
}

.hdate_day{
    font-size: 11px;
    text-transform: uppercase;
}
.hdate_num{
    font-size: 19px;
    display: inline-block;
    padding: 3px 6px;
}
.today .hdate_num{
    background-color: #2B26C1;
    border-radius: 30px;
    color: white;
}

.table-booking{
	width: 100%;
    height: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.table-booking tr th{
	text-align: center;
    font-size: 17px;
    font-weight: normal;
    height: 2px; /* FIREFOX BUG */
}
.booking-top-pad td
, .booking-bottom-pad td{
	height: 10px;
}
.booking-left-agenda{
	border-left: none;
	width: 50px;
	position: relative;
    background-color: #ffffff; /* FIREFOX BUG */
}
.booking-left-agenda > div{
	width: 100%;
	position: absolute;
	top: 0;
    left: 0;
    font-size: 17px;
}

.hourline{
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #cccccc;
    border-top: 1px solid #cccccc;
    z-index: 5;
}

.table-booking .booking-slots{
    background-color: #F0F0F0; /* FIREFOX BUG */
}

.booking-slots td[data-unix]{
	position:relative;
	border-left: 1px solid #ccc;
	padding: 20px 0px 20px 0px;
    /*background-color: #F0F0F0;*/  /* FIREFOX BUG */
}
.booking-slots .slot{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
    z-index: 1;
    
    /*border: 1px solid #ccc;*/
    
    border-bottom: 1px solid #ccc;
    /*
    border-left: none;
    border-right: none;
    border-top: none;
    */
    overflow: hidden;
}
.booking-slots .slot-btop{
    border-top: 1px solid #ccc;
}

.fulldaybooking .table-booking .slot-part-filled{
    position: relative;
}
.table-booking .slot-part-filled > div{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.table-booking .slot-free
, .table-booking .slot-my.slot-part-filled:not(.slot-my){
	background-color: #ffffff;
}
.table-booking .slot-free:not(.slot-my):not(.slot-freeflow):hover{
	background-color: #F0F0F0;
}
.table-booking .slot-old
, .table-booking .slot-old.slot-part-filled{
    background-color: #F0F0F0;
}

.table-booking .slot-forbidden{
    background-color: #F0F0F0;
}
.table-booking .slot-taken
, .table-booking .slot-part-filled > div{
    background-color: #7F7F7F;
    color: white;
}

.table-booking .slot-my
, .table-booking .slot-my.slot-part-filled > div{
    /***
    background-color: #2B26C1;
    color: white;
    ***/
    border: 2px solid black;
}

/*
.table-booking .slot-my.slot-part-filled{
    background-color: #ffffff;
}
*/
.table-booking .slot-oor{
    z-index: 10;
}
.table-booking .slot-editable
, .table-booking .slot-free:not(.slot-freeflow):hover{
    cursor: pointer;
}

.table-booking .slot-highlight-first{
	border-left: 5px solid black;
}
.table-booking .slot-highlight{
    /*border: 5px solid black;*/
	border-top: 5px solid black;
	border-bottom: 5px solid black;
}
.table-booking .slot-highlight-last{
	border-right: 5px solid black;
}

.table-booking .slot-unconfirmed
, .table-booking .slot-my.slot-part-filled.slot-unconfirmed > div{
    background-color: yellow !important;
    color: #333;
}

.table-booking .slot-pendingpayment{
    color: #666;
    background: repeating-linear-gradient(
        135deg,        
        yellow,      
        yellow 20px, 
        red 20px, 
        red 40px  
      );
}

.table-booking .slot > span:not(.part_text){
    padding: 5px 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
    /*max-width: 195px;*/
}
.table-booking .slot > span.part_text
, .table-booking .slot-part-filled > span.part_text{
    padding: 3px 6px;
    position: absolute;
    bottom: 0;
    right: 0;
    /*color: #a1a1a1;*/
}

.table-booking .slot-freeflow.slot-taken{
    border-radius: 5px;
}
.table-booking .slot-freeflow > span:not(.part_text){
    /*display:none;*/
}
.table-booking .slot-freeflow.slot-taken:hover
, .table-booking .slot-freeflow.slot-part-filled:hover{
    min-height: 60px;
    /*min-width: 80%;*/
    min-width: 100%;
    width: auto;
    z-index: 99;
}
.table-booking .slot-freeflow:hover > span{
    display:block;
}

.fulldaybooking{
    table-layout: fixed;
	
}
.fulldaybookinggroup{
	table-layout: auto;
}
.fulldaybooking tr td
, .fulldaybooking tr th{
    border-left: 1px solid #ccc;
    text-align: center;
}
.fulldaybooking tr td{
    font-size: 20px;
    border-top: 1px solid #ccc;
    /*position: relative; BUG WITH FIREFOX */
}
.fulldaybooking tr th{
    font-size: 16px;
    height: 44px;
}
.fulldaybooking tr td:first-child
, .fulldaybooking tr th:first-child{
    border-left: none;
}
.fulldaybooking tr td.out{
    color: #a0a0a0;
}

.freeflowbooking tr td{
	vertical-align: top;
}

.fulldaybookinggroup{
    min-width: 100%;
    width: auto;
    height: auto;
}
.fulldaybookinggroup thead tr:first-child th{
    border: none;
    text-align: left;
    padding-left: 10px;
}
.fulldaybookinggroup tr td:first-child{
    white-space: nowrap;
    padding-right: 10px;
    text-align: right;
}
.fulldaybookinggroup tr td:not(:first-child){
    min-width: 30px;
}
.fulldaybookinggroup .wstart{
    border-left: 2px solid black;
}
.fulldaybookinggroup tr td.today
, .fulldaybookinggroup tr th.today{
    border-left: 2px solid blue;
    border-right: 2px solid blue;
}
.fulldaybookinggroup tr th.today{
    border-top: 2px solid blue;
}
.fulldaybookinggroup tr:last-child td.today{
    border-bottom: 2px solid blue;
}

.table-booking .slot-nobleft{
    border-left: none;
}

.fulldaybooking:not(.fulldaybookinggroup) .table-booking .today{
    border: 2px solid blue;
}

.fulldaybookinggroup .slot-checkined
, .fulldaybooking tr td{
	position: relative;
}
.slot-checkined .checkined{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	line-height: 26px;
	font-size: 12px;
}

.booking-pick-reservation{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.booking-pick-reservation:hover{
    cursor: pointer;
    background-color: #f0f0f0;
}
.booking-pick-reservation.unconfirmed > b:first-child{
    background-color: yellow;
}

#bk_reg_times > div{
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
#bk_reg_times > div.selectedable:hover{
    cursor: pointer;
}
#bk_reg_times > div.selectedable:not(.selected):hover{
    background-color: #eee;
}
#bk_reg_times > div.selected{
    color: white;
    background-color: #f96;
}
#bk_reg_times > div[disabled]{
    color: #999;
    background-color: #eee;
}

.errors{
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999999;
}
.errormessage
, .successmessage
, .warningmessage
, .infomessage{
    color: white;
    padding: 25px;
    font-size: 20px;
    margin-bottom: 20px;
}
.errormessage{
    background-color: #bd362f;
}
.infomessage{
    background-color: #2F96B4;
}
.successmessage{
    background-color: #51A351;
}
.warningmessage{
    background-color: #F89406;
}

#modal_booking_logout_timer{
    z-index: 12000;
}

.smsize{
    display: none;
}

.input2fa{
    height: 64px;
    font-size: 30px;
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    text-align: center;
    margin-bottom: 5px;
}


@media (max-width: 820px){
    #loginusername
    , #open_login span{
        display:none !important;
    }
}
@media (max-width: 900px){
    .fulldaybooking #loginusername
    , .fulldaybooking #open_login span{
        display:none;
    }
}

@media (max-width: 700px){
    .fulldaybooking .nsize{
        display: none;
    }
    .fulldaybooking .smsize{
        display: block;
    }
}

@media (max-width: 750px){
    #container:not(.fulldaybooking) .nsize{
        display: none;
    }
    #container:not(.fulldaybooking) .smsize{
        display: block;
    }
}
@media (max-width: 763px){
    .table-booking:not(.fulldaybooking){
        min-width: 100%;
        width: auto;
        min-height: 800px;
        height: auto;
    }
    
    .table-booking .booking-left-agenda{
        min-width: 50px;
    }
    .groupbooking .booking-slots td[data-locid]{
        min-width: 130px;
    }
    
    /*#header_calendar .changedate:not(.selected){*/
    #container:not(.groupbooking) #header_calendar .changedate
    , #container.groupbooking #header_calendar .changedate:not(.selected){
        display: none;
    }
    /*
    #header_calendar .changedate.selected + .changedate
    , #header_calendar .changedate.selected + .changedate + .changedate{
        display: inline-block;
    }*/
}
/* worst case scenario */
#s2id_bookingpicker
, #s2id_bookinggrouppicker{
    display: block;
    margin-top: -1px;
}
body.picker #container
, body.grouppicker #container{
    padding-top: 134px !important;
}
body.picker.grouppicker #container{
    padding-top: 184px !important;
}
#bookinggrouppicker{
    margin-bottom: -1px;
}
@media (max-width: 510px){
    body.picker #container{
        /*padding-top: 110px !important;*/
    }
}

body.picker.grouppicker .bookingpicker{
    height: 112px;
}

@media (max-width: 770px){
    
}
@media (max-width: 706px){ /* 544px */
    
}
@media (max-width: 476px){
    
}
@media (max-width: 706px){
    
}
@media (max-width: 494px){
    
}
@media (max-width: 550px){
    .fulldaytimecontrols.changedate[data-goto="now"]{
        display: none !important;
    }
}
/*@media (max-width: 510px){*/
@media (max-width: 420px){
    /*
    #header_calendar .changedate.selected + .changedate
    , #header_calendar .changedate.selected + .changedate + .changedate{
        display: none;
    }
    */
    #header_calendar{
        /*vertical-align: middle;*/
        line-height: 20px;
    }
    #header_calendar .changedate{
        font-size: 14px;
        width: 50px;
    }
    
    .cyear{
        width: 78px;
    }
    .cmonth{
        width: 118px;
    }
    
    .booking-time-controls > a.changedate
    , .booking-time-controls > .dropdown
    , .logined .icon
    , .logouted .icon
    , #right-menu .icon{
        font-size: 18px;
        line-height: 63px;
    }
    .booking-time-controls > a.changedate .loading-small{
        width: 21.5px;
    }
    
    .fulldaytimecontrols .select2-container .select2-choice
    , .bookingpicker .select2-container .select2-choice{
        height: 34px;
        font-size: 14px;
        padding-top: 0;
        /*padding-left: 0;*/
    }
    .fulldaytimecontrols .select2-container .select2-arrow
    , .bookingpicker .select2-container .select2-arrow{
        right: 0;
        top: 0;
    }
    
    #container:not(.groupbooking) .booking-slots td[data-locid]{
        min-width: 52px;
    }
}
@media (max-width: 340px){
    .timecontrols > .changedate[data-goto="now"]{
        display: none;
    }
    .timecontrols > .changedate{
        padding-right: 5px;
    }
}

table.topheader tr td{
    padding:0;
    margin:0;
    white-space: nowrap;
    border: none;
}
table.topheader tr td:first-child
, table.topheader tr td:nth-child(2){
    width: 1px;
}

.freeflow_marker{
	position: absolute; 
	width:100%; 
	height: 1px; 
	background-color: blue;
}

.reservation_colorpick{
    min-width: 30px;
    height: 30px;
    background-color: #7F7F7F;
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
    vertical-align: top;
}
.reservation_colorpick.selected{
    border: 2px solid black;
    cursor: inherit;
}
.reservation_colorpick[data-color="custom"].selected{
    border: none;
    cursor: inherit;
}
.reservation_colorpick input{
    width: 62px;
    border-radius: 5px;
    border: 2px solid #7F7F7F;
    height: 30px;
    outline: none;
}
.reservation_colorpick[data-color="custom"].selected input{
    border: 2px solid black;
}

.fullscreen_center{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
    z-index: 999;
    padding: 50px;
}

.passed{
    top: 1px !important;
    z-index: 2 !important;
}

#mobile_picker_cur_day{
    font-size: 22px;
}

@media (max-width: 763px){
    .not-mobile-view
    /*, .location_single_mobilemode .timecontrols > .changedate*/{
        display:none;
    }
}
@media (min-width: 764px){
    .mobile-view{
        display:none;
    }
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

#right-menu li > a{
    font-size: 20px;
    padding: 10px 15px;
}

.myreservations_tabs{
    table-layout: fixed;
    width: 100%;
    text-align: center;
    font-size: 20px;
}
.myreservations_tabs a{
    cursor: pointer;
}
.myreservations_tabs a.selected{
    color: black;
    border-bottom: 2px solid black;
}

.myreservations_table{
    width: 100%;
    margin-top: 20px;
}
.myreservations_table tr{
    cursor: pointer;
}
.myreservations_table tr:hover{
    background-color: #cecece;
}
.myreservations_table tr td{
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

.slot[data-price]{
	padding-bottom: 25px;
}
.price-tag{
	position:absolute;
	bottom: 0;
	right: 0;
	left: 0;
	color: #dadada;
	text-align: right;
	padding-right: 5px;
}
