﻿/* tab button for booking nova box */
/*
.tabButtons button.btn {
  display: inline-block !important;
  padding: 10px;
  margin: 0 !important;
  border-radius: 0 !important;
  position: relative;
  bottom: -1px; }
  .tabButtons button.btn.active {
    background: #fff;
    box-shadow: none;
    color: #000; }

*/

.tabButtons button.btn {
 display: inline-block !important;
 padding: 7px;
 margin: 0 -1px !important;
 border-radius: 0 !important;
 position: relative;
 top: 3px !important;
 background: #6a024d ;
 font-size: 12px;
 -webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.5) inset;
 -moz-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.5) inset;
 box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.5) inset; }
 .tabButtons button.btn.active {
   background: #fff;
   box-shadow: none;
   color: #000;
   margin-left: 0 !important;
   padding: 10px;
   font-size: 14px;
   font-weight: bold; }