/* Links */
/* Links */
a,
a:focus,
a:hover {
  color: #525252;
}
/* Custom default button */
.custom-btn .btn-default,
.custom-btn .btn-default:hover,
.custom-btn .btn-default:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #525252;
}
.custom-btn .btn {
  background: transparent;
  color: #aeaeae;
  /* CSS Transition */

  -webkit-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}
.margin-3px { margin: 3px; }
/*
 * Base structure
 */
html,
body {
  height: 100%;
}
html p,
body p {
  font-size: 15px;
}



  .btn-success {
    color: #fff;
    background-color: #96ca2d;
    border-color: #96ca2d;
  }

.btn-success:hover {
  color: #fff;
  background-color: #83b224;
  border-color: #83b224;
}

.btn-primary {
  color: #fff;
  background-color: #595959;
  border-color: #595959;
}

.btn-primary:hover {
  color: #fff;
  background-color: #303030;
  border-color: #303030;
}

.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #96ca2d;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}



.counties {
  background-color: #96ca2d;
  min-height: 50px;
  width: 20%;
  border-radius: 12px;
}
.counties h2 {
  text-align: center;
  padding-top: 5px;
}
.home3 .col-md-4 {
  margin-bottom: 20px;
  min-height: 250px;
}
.home3 .col-md-4:hover {
  border-top: solid 4px;
  border-color: #d2d0d0;
  margin-bottom: 20px;
}
.logotop {
  padding-top: 50px;
  font-family: 'Roboto', sans-serif, "Helvetica Neue";
}
.logotop h2 {
  font-family: 'Shadows Into Light', cursive;
  font-size: 23px;
  color: #96ca2d;
}
.navbar-nav li {
  font-family: 'Roboto', sans-serif, "Helvetica Neue";
  font-size: 17px;
}
.navbar-nav li:hover {
  font-family: 'Roboto', sans-serif, "Helvetica Neue";
  font-size: 17px;
  background-color: #96ca2d;
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #595959;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}
.reg input[type="text"],
.reg textarea {
  background-color: #ffcb00;
  color: #000;
  border-color: #ffcb00;
}
.reg .input-group-addon:first-child {
  background-color: #039;
  color: #fff;
  border-color: #039;
}
.quote {
  height: 100%;
  width: 100%;
  background-color: #96ca2d;
  border-radius: 12px;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 10px;
}
.quote .input-group-addon:first-child {
  font-size: 20px;
}
.quote h2 {
  color: #fff;
  font-family: 'Roboto', sans-serif, "Helvetica Neue";
  text-align: center;
  padding-top: 17px;
}
.quote .input-group {
  padding: 10px;
}
.quote p {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  color: #fff;
}
.quote .btn {
  background-color: #fff;
  color: #595959;
  margin-top: 15px;
  font-size: 20px;
  font-family: 'Roboto', sans-serif, "Helvetica Neue";
}
.quote .btn.hover {
  background-color: #96ca2d;
  color: #595959;
  margin-top: 15px;
  font-size: 20px;
}
.quote .btn-default:hover {
  background-color: #595959;
  color: #96ca2d;
  margin-top: 15px;
  font-size: 20px;
}
.quote input#reg_no,
.quote input#postcode {
    text-transform: uppercase;
}
.footer {
  width: 100%;
  height: 30%;
  background-color: #f7f7f7;
  margin-top: 80px;
  border: solid 1px;
  border-color: #f8f8f8;
}
.footer p {
  text-align: left;
}
.footer h2 {
  color: #96ca2d;
}

.dl-quote dt {
    width: 200px;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
}
.dl-quote dd {
    margin-left: 220px;
    font-weight: bold;
    font-size: 16px;
}

form div.form-group > p {
    margin-left: 17px;
}

form div.form-group label.control-label {
    text-align: left;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
  background-color: #96ca2d;
  color:#fff;
}

/* all input where id is postcode are converted to uppercase */
input[type=text]#postcode {
    text-transform: uppercase;
}

td.col-tools a.edit:hover {
    color: orange;
    font-weight: bold;
}
td.col-tools a.delete:hover {
    color: red;
    font-weight: bold;
}
td.col-link a:hover {
    color: blue;
    text-decoration: none;
    font-weight: bold;
}

.txt_c{text-align:center}
.ao_form_div input[type="text"],
.ao_form_div select{width:100%; padding:5px; border:1px solid #000; margin-bottom:15px}


.slot_div{
  width:100%; border:2px solid grey; border-radius:8px; display:flex; flex-wrap:wrap; background:#ccc;
  overflow:hidden; overflow-x:auto; line-height:13px; margin:auto; margin-bottom:20px; padding:0;
}
.slot_box{
  border-right:1px solid grey; text-align:center; font-size:13px; color:#333; flex:1 0;
}
.slot_box > div{border-top:1px solid grey; height:55px; background:#efefef; font-size:22px;}
.slot_box .slot_ampm{position:relative;cursor:pointer}
.slot_ampm:hover{background:#ccc;}
.slot_ampm label{cursor:pointer;padding:21px 10px; height:55px; font-weight:400; width:100%;}
.slot_ampm input[type="radio"]{opacity:0;position:absolute;}
.slot_ampm input[type="radio"]:checked + label{
  background: linear-gradient(#c2d81f,#aabd18);
  box-shadow: inset 0px 0px 10px -6px rgb(0 0 0 / 60%);
  text-shadow: 0px 1px 4px rgb(0 0 0 / 40%);
  color: white; font-weight: bold;
}
.slot_div > .slot_box:last-of-type{border-right:0px;}
.slot_box > span{
  padding:15px 5px 10px; display:block; font-weight:bold; color:#333; font-size:16px; border-bottom:1px solid #555;
  box-shadow:0 8px 7px -4px rgb(0 0 0 / 20%); z-index:6; position:relative; background:white; cursor:default;
}
.slot_box span span{
  color:grey; font-weight:300; font-size:12px; padding:3px; border-bottom:0; box-shadow:none;
  display:block; white-space:pre; text-overflow:ellipsis;
}
.slot_box div.all-day{ padding-top:33px; padding-bottom:33px; height:110px; line-height:1; }
.slot_box div.disabled { pointer-events:none; opacity:0.4; }
.f-wt-700{font-weight:700;}
.ao_form_div .btn-lg{width:100%;margin:20px 0; font-size:26px; font-weight:700; text-transform:uppercase;}