html,
body {
    height: 100%;
}

.glyphicon-pencil{
    //display: none !important;
}
.btn-primary{
    //display: none !important;    
}


.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}
.navbar-nav > li > .dropdown-menu li.dropdown-submenu ul {
  position: absolute;
  left: 100%;
  bottom: -1px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-left: none;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 5px 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 5px 6px 12px rgba(0, 0, 0, .175);
}
.navbar-nav > li > .dropdown-menu li.dropdown-submenu:hover ul {
  display: block;
}
.navbar-nav > li > .dropdown-menu li.dropdown-submenu ul li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.navbar-nav > li > .dropdown-menu li.dropdown-submenu ul li a:hover {
  text-decoration: none;
}

.excel-btn {
    text-decoration: none !important;
}

.testred{
    color: red;
}


@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.registration-block {
  margin-top: 15px;
}

.grid-view .summary {
  width: 25%;
  float: left;
  line-height: 33px;
  margin: 5px 0;
}
.grid-view .pagination {
  margin: 5px 1%;
  border-radius: 4px;
  width: 56%;
}
.grid-view .per-page-container {
  width: 17%;
  float: right;
  margin: 5px 0;
}
.grid-view .per-page-container .text {
  margin: 0 5px;
  padding: 0;
  float: left;
  line-height: 30px;
}
.grid-view .per-page-container select {
  width: 35%;
  float: left;
}
.grid-view .mass-action-container {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.grid-view .mass-action-container .text {
  margin: 0 5px;
  padding: 0;
  float: left;
  line-height: 30px;
}
.grid-view .mass-action-container select {
  width: 12%;
  float: left;
}

.seating-container,
.session-container {
    width: 100%;line-height: 40px;padding: 0 2%;border-bottom: 1px solid black;
}

.session-container {
    background-color: #efefef;
}

.session-container .block-all,
.session-container .unblock-all {
    font-weight:700;display:inline-block;width:48%;margin-right: 1%;text-align: right;
}

.seating-label {
    font-weight:700;display:inline-block;width:30%;margin-right: 1%;background-color:transparent
}

.seating-num-of-seats,
.seating-num-of-seats-blocked {
    display:inline-block;width:47%;
}

.switch-btn-container {
    display:inline-block;
    width: 12%;
    margin-left: 1%;
}

.seating-edit {
    display:inline-block;width:5%;
}

/* The switch - the box around the slider */
.switch-btn {
  position: relative;
  width: 100%;
  height: 22px;
  top: 10px;
  max-width: 36px;
}

/* Hide default HTML checkbox */
.switch-btn input.availability-switch,
.switch-btn input.seating-availability-switch {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .3s;
  transition: .3s;
}
.session-container .slider {
    background-color: #c71c22;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

.session-container .switch-btn input.availability-switch:checked + .slider {
    background-color: #73a839;
}

.switch-btn input.availability-switch:focus + .slider,
.switch-btn input.seating-availability-switch:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch-btn input.seating-availability-switch:checked + .slider:before,
.session-container .switch-btn input.availability-switch:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 35px;
}

.slider.round:before {
  border-radius: 50%;
}

.restaurant-reservation-view div#pjax-table-container {
  position: relative;
  left: -5%;
}

.restaurant-reservation-view input#name-filter {
  width: 105px;
}
.restaurant-reservation-view input#phone-filter {
  width: 75px;
}
.restaurant-reservation-view input#time-filter {
  width: 65px;
}
.restaurant-reservation-view input#adult-filter,
.restaurant-reservation-view input#child-filter,
.restaurant-reservation-view input#infant-filter {
  width: 30px;
}
.restaurant-reservation-view input#promo-filter {
  width: 70px;
}
.restaurant-reservation-view input.hasDatepicker {
  width: 90px;
}

form fieldset {
  border: 1px solid #000;
  padding: 10px;
  margin: 10px;
}

form fieldset legend {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 5px;
  text-align: center;
}

form fieldset p.description {
  height: 50px;
}

form div.form-buttons {
  text-align: center;
  margin-top: 20px;
}

.ui-datepicker {
  z-index: 4 !important;
}
/*.ui-datepicker.ui-widget*/





/**************************
*
*     Loader
*
***************************/

.loader-wrapper {
    display:none;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-radial-gradient(center,ellipse cover,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
    background:-webkit-radial-gradient(center,ellipse cover,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background:-o-radial-gradient(center,ellipse cover,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background:-ms-radial-gradient(center,ellipse cover,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background:radial-gradient(ellipse at center,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=1 );
    background:rgba(255,255,255,0.8)
}
.loader-wrapper,
.loader {
    z-index:555
}
.loader-text {
    position:relative;
    font-size:40px;
    color:#555;
    margin:0 auto;
    top:50%;
    padding:10px;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    width:70px;
    height:70px
}
.loader-text p {
    display:block;
    position:absolute;
    text-align:center;
    font-size:18px;
    top:100%;
    width:70px;
    left:15%
}
.loader {
    -webkit-animation:rotation 2s infinite linear;
    -moz-animation:rotation 2s infinite linear;
    -o-animation:rotation 2s infinite linear;
    animation:rotation 2s infinite linear;
    border-radius:100%;
    z-index:999;
    position:relative;
    color:#333;
    font-size:40px;
    width:50px;
    height:50px;
    margin:0 auto;
    padding:10px;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    border-left:4px solid #00CCFF;
    border-right:4px solid #00CCFF;
    border-bottom:4px solid #00CCFF;
    border-top:4px solid #EA56F9
}
@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}
@-moz-keyframes rotation{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(359deg)}}
@-o-keyframes rotation{from{-o-transform:rotate(0deg)}to{-o-transform:rotate(359deg)}}
@keyframes rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}
@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}
@-moz-keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}

