/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 25, 2014, 2:56:13 PM
    Author     : Muhammad Ali
*/
.ui-state-disabled.no_vacancy {
  opacity: 1 !important;
}
.no_vacancy span {
  background-color: #b40404 !important;
  background-image: none !important;
  color: white !important;
}

.limited_seats a {
  background-color: #ff4000 !important;
  background-image: none !important;
  color: White !important;
}
/*background-color:#98dbec;*/
.sibling_sep {
  padding: 5px 10px;
  margin-left: -10px;
  margin-right: -10px;
  clear: both;
}
.sibling_sep h4 {
  font-size: 20px;
  margin: 0;
  color: transparent;
}
.sibling_sep span {
  margin-right: -4px;
  float: right;
  margin-top: -27px;
  font-weight: bold;
  font-size: 19px;
  cursor: pointer;
  background-color: #98dbec;
  padding-left: 5px;
  padding-right: 5px;
}
.sibling_sep span:hover {
  background-color: #86def4;
}
.dhc_show_login,
.dhc_show_register {
  text-align: center;
  padding: 10px 0;
}

.dhc_show_login:hover,
.dhc_show_register:hover,
.selected {
  background-color: #98dbec;
  cursor: pointer;
}

.form-container {
  width: 100%;
  padding: 0 10%;
}
.form-container label {
  float: left;
  min-width: 40%;
  font-family: GothamLite, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 3;
  clear: left;
  max-width: 100%;
}
.form-container input[type="text"],
.form-container input[type="password"] {
  float: right;
  height: 40px;
  border: 0;
  background-color: #c8eff9;
  border-radius: 8px;
  padding: 0 20px;
  font-style: italic;
  color: #44a3ba;
  font-family: GothamLite, Arial, Helvetica, sans-serif;
  font-size: 19px;
  max-width: 60%;
  margin-top: 10px;
}
.form-container textarea {
  float: right;
  border: 0;
  height: 86px;
  background-color: #c8eff9;
  border-radius: 8px;
  padding: 10px 20px;
  font-style: italic;
  color: #44a3ba;
  font-family: GothamLite, Arial, Helvetica, sans-serif;
  font-size: 16px;
  max-width: 60%;
  margin-top: 10px;
}

.form-container select {
  float: right;
  border: 0;
  background-color: #c8eff9;
  border-radius: 8px;
  padding: 0 20px;
  font-style: italic;
  color: #44a3ba;
  font-family: GothamLite, Arial, Helvetica, sans-serif;
  font-size: 16px;
  max-width: 60%;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 40px;
}
.form-container a.skip_button {
  line-height: 40px !important;
}

.form-group .radioSet {
  float: left;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  gap: 20px;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
}

.form-group .radioSet span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.form-group .radioSet span input {
  margin-top: -1px;
}

.captchaSet {
  padding: 50px 0 0;
  display: flex;
}

.form-container button {
  float: right;
  /*clear:both;*/
  margin-left: 6px;
  height: 40px;
  border-radius: 8px;
  border: 0;
  background-color: #ec3339 !important;
  text-transform: uppercase !important;
  font-family: GothamLite, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: white;
  padding: 0 25px;
  width: auto !important;
  margin-top: 10px;
}
.checkbox-container {
  float: left;
  width: 100%;
  margin-left: 20px;
  margin-top: 10px;
}
.radio-container {
  float: right;
  width: 55%;
}
.form-group {
  clear: both;
}
.checkbox-container label {
  line-height: 24px;
}
.checkbox-container .accept_terms {
  position: absolute;
  left: 112px;
}
/*
.checkbox-container input[type=checkbox]:not(old),*/
.radio-container input[type="radio"]:not(old) {
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
}

/*.checkbox-container input[type=checkbox]:not(old) + label,*/
.radio-container input[type="radio"]:not(old) + label {
  display: inline-block;
  margin-left: -28px;
  padding-left: 28px;
  background: url("images/checks-1.png") no-repeat 0 0;
  line-height: 24px;
}

/*.checkbox-container input[type=checkbox]:not(old):checked + label{
  background-position : 0 -24px;
}*/

.radio-container input[type="radio"]:not(old):checked + label {
  background-position: 0px -52px;
}
.selected_days,
.selected_weeks {
  float: right;
  width: 60%;
  font-size: 18px;
  padding: 6px 10px;
  background-color: #98dbec;
  margin-top: 6px;
}
.selected_days span,
.selected_weeks span {
  margin-left: 20px;
  font-weight: bold;
  font-size: 19px;
  cursor: pointer;
  float: right;
  background-color: #98dbec;
  padding-left: 5px;
  padding-right: 5px;
}
.selected_days span:hover,
.selected_weeks span:hover {
  background-color: #86def4;
}
.box-venue {
  border: solid 1px #98dbec;
  margin-top: 10px;
  float: left;
  margin: 0px;
  padding: 10px 15px;
  width: 100%;
}

.form-group p.info {
  clear: both;
  margin: 5px 0;
}
.add_sibling {
  float: left;
}

.number-prefix {
  width: 25% !important;
  float: left !important;
}

.number-suffix {
  width: 35%;
  max-width: 35% !important;
  float: left !important;
}

.int_phone {
  margin-top: -10px;
  color: #3051a2;
}
.tower_ex {
  margin-top: -10px;
  color: #3051a2;
}

.table-bordered {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
}
.table-bordered > thead > tr > th {
  border: 1px solid #3d9db6;
  background-color: #44b6d3;
  text-align: left;
  padding: 5px 5px;
  font-size: 13px;
}
.table-bordered > tbody > tr > td {
  border: 1px solid #3d9db6;
  text-align: left;
  padding: 8px 5px;
}
.table-bordered > tfoot > tr > td {
  border: 1px solid #3d9db6;
  background-color: #79c9de;
  text-align: right;
  padding: 8px 5px;
  font-size: 13px;
}
.tprice {
  text-align: right !important;
}
.tremove {
  text-align: center !important;
}
.dhc_remove {
  background: url("images/remove_cart.png") no-repeat 0 0;
  padding: 2px 9px;
}
/*
.table>thead:first-child>tr:first-child>th{
border-top: 0;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td{
        border-bottom-width: 2px;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{
        border: 1px solid #ddd;
}
.table>thead>tr>th{
        vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
        padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
th{
        text-align: left;
}
td, th{
        padding: 0;
}
*/
.panel-default {
  border-color: #ddd;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #44b6d3;
  border-color: #ddd;
}
.panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading h4 {
  font-size: 18px;
  margin: 0;
  padding: 12px 15px;
}
.panel-body {
  padding: 15px;
  background-color: #79c9de;
}

.link_button {
  float: right;
  margin-left: 5px;
  height: 40px;
  border-radius: 8px;
  border: 0;
  background-color: #ec3339 !important;
  text-transform: uppercase !important;
  font-family: GothamLite, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: white;
  padding: 10px 15px 10px 15px;
  width: auto !important;
  margin-top: 10px;
}
.link_button:hover {
  color: white;
  text-decoration: none;
}
a.forgot-password {
  position: absolute;
  margin-top: 19px;
  right: 185px;
  font-size: 14px;
}
a.back-to-login {
  position: absolute;
  margin-top: 56px;
  font-size: 14px;
}
.booking-messages {
  margin: 10px 10% 20px;
  font-size: 14px;
  padding: 5px 10px;
}
.booking-messages.success {
  border-left: #31b404 solid 5px;
  border-bottom: #31b404 solid 2px;
  background-color: #38c708;
  color: #fff;
}
.booking-messages.error {
  border-left: #df0101 solid 5px;
  border-bottom: #df0101 solid 2px;
  background-color: #ef0808;
  color: #fff;
}
.summary_table {
  font-size: 14px;
  margin: 10px 10%;
  width: 80%;
}
.summary_table td.head {
  font-weight: bold;
  width: 30%;
  padding: 5px 10px;
  vertical-align: top;
}

/*table design*/
/*

RESPONSTABLE 2.0 by jordyvanraaij
  Designed mobile first!

If you like this solution, you might also want to check out the 1.0 version:
  https://gist.github.com/jordyvanraaij/9069194

*/
.responstable {
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
  background: #fff;
  color: #024457;
  /*border-radius: 10px;*/
  border: 1px solid #167f92;
}
.responstable tr {
  border: 1px solid #d9e4e6;
}
.responstable tr:nth-child(odd) {
  background-color: #eaf3f3;
}
.responstable th {
  display: none;
  border: 1px solid #fff;
  background-color: #167f92;
  color: #fff;
  padding: 1em;
}
.responstable th:first-child {
  display: table-cell;
  text-align: center;
}
.responstable th:nth-child(2) {
  display: table-cell;
}
.responstable th:nth-child(2) span {
  display: none;
}
.responstable th:nth-child(2):after {
  content: attr(data-th);
}
@media (min-width: 480px) {
  .responstable th:nth-child(2) span {
    display: block;
  }
  .responstable th:nth-child(2):after {
    display: none;
  }
}
.responstable td {
  display: block;
  word-wrap: break-word;
  max-width: 7em;
}
.responstable td:first-child {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #d9e4e6;
}
@media (min-width: 480px) {
  .responstable td {
    border: 1px solid #d9e4e6;
  }
}
.responstable th,
.responstable td {
  text-align: left;
  margin: 0.5em 1em;
}
@media (min-width: 480px) {
  .responstable th,
  .responstable td {
    display: table-cell;
    padding: 1em;
  }
}

.quick-link {
  float: right;
  margin-right: 15px;
  background-color: red;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff !important;
}
.delete_btn {
  margin-right: 10px;
  padding: 2px 6px;
  background-color: red;
  color: #fff !important;
}

.update_btn {
  margin-right: 10px;
  padding: 2px 6px;
  background-color: #e98316;
  color: #fff !important;
}
.my_account_links {
  list-style: none;
  font-size: 20px;
  text-transform: uppercase;
}
.my_account_links li {
  margin-bottom: 10px;
}
.bk_book_camp {
  background: url("images/book-icon.png") no-repeat 0 0;
  padding: 10px 10px 10px 42px;
}
.bk_profile {
  background: url("images/profile.png") no-repeat 0 0;
  padding: 10px 10px 10px 42px;
}
.bk_bookings {
  background: url("images/calendar.png") no-repeat 0 0;
  padding: 10px 10px 10px 42px;
}
.bk_child {
  background: url("images/child.png") no-repeat 0 0;
  padding: 10px 10px 10px 42px;
}
.bk_referral {
  background: url("images/referral-icon.png") no-repeat 0 0;
  padding: 10px 10px 10px 42px;
}

/*tabs*/
.tabs-menu {
  height: 30px;
  float: left;
  clear: both;
  list-style: none;
  margin-bottom: 0;
  padding-left: 20px;
}

.tabs-menu li {
  height: 45px;
  line-height: 45px;
  float: left;
  margin-right: 10px;
  background-color: #7ed4e9;
  border-top: 3px solid #98dbec;
  border-right: 3px solid #98dbec;
  border-left: 3px solid #98dbec;
  border-radius: 10px 10px 0 0;
}

.tabs-menu li.current {
  position: relative;
  background-color: #98dbec;
  border-bottom: 1px solid #98dbec;
  z-index: 5;
}

.tabs-menu li a {
  padding: 15px 30px;
  text-transform: uppercase;
  color: #2e7da3;
  text-decoration: none;
  font-size: 24px;
}

.tabs-menu .current a {
  color: #fff;
}

.tab {
  border: 1px solid #98dbec;
  background-color: #98dbec;
  float: left;
  margin: 20px;
  margin-top: 15px;
  width: auto;
  min-width: 680px;
  padding: 10px;
  border-radius: 0 10px 10px 10px;
}

.tab-content {
  /*width: 660px;*/
  padding: 20px;
  display: none;
}

#tab-1 {
  display: block;
}
.log_info_txt {
  color: #c03131;
  font-weight: bold;
  margin: 0;
  float: left;
  padding-left: 50px;
}

span.asterisk {
  font-size: 22px !important;
  position: absolute !important;
  margin-top: -8px !important;
  color: #ec3339 !important;
  margin-left: 4px !important;
}
span.asterisk_info {
  font-size: 24px;
  line-height: 5px;
  color: #ec3339 !important;
}
.fallback {
  display: none;
}
#ui-datepicker-div {
  z-index: 99 !important;
}

/*payment logos*/
.payment_option {
  height: 60px;
  line-height: 25px;
  padding-left: 20px;
  background-color: #79c9de;
  border: #6db7ca solid 3px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  color: #2f2e2e;
  font-weight: bold;
}
.payment_option a {
  color: #2f2e2e;
  font-weight: bold;
}
.payment_option:hover,
.pay_selected {
  background-color: #44b6d3 !important;
  border: #3ea6c0 solid 3px;
  color: #fff;
}

.pay_link {
  display: none;
}

.credit_card {
  background: url("images/card.jpg") no-repeat;
  background-position: right 20px bottom 4px;
}
.cash {
  background: url("images/cash-60x60.png") no-repeat;
  background-position: right 50px bottom -3px;
}
.cheque {
  background: url("images/cheque-60x60.png") no-repeat;
  background-position: right 50px bottom -3px;
}
button.add_sibling {
  clear: both !important;
}

.dhc_request_reason {
  border: 0;
  height: 86px;
  background-color: #c8eff9;
  border-radius: 8px;
  padding: 10px 20px;
  font-style: italic;
  color: #44a3ba;
  font-family: GothamLite, Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.red-btn-dhc_request_reason {
  float: right;
  /* clear: both; */
  margin-left: 6px;
  height: 40px;
  border-radius: 8px;
  border: 0;
  background-color: #ec3339 !important;
  text-transform: uppercase !important;
  font-family: GothamLite, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: white;
  padding: 0 25px;
  width: auto !important;
}
div.notification {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  text-align: justify;
  padding: 10px;
  border: 1px solid #3d9db6;
}

.camp_recaptcha #recaptcha_table {
  float: right;
  /*width: 372px!important;*/
  margin-top: 10px !important;
}
/*
.camp_recaptcha #recaptcha_area .recaptchatable{
        width:100%!important;
}
.camp_recaptcha .recaptchatable .recaptcha_r1_c1, 
.camp_recaptcha .recaptchatable .recaptcha_r3_c1, 
.camp_recaptcha .recaptchatable .recaptcha_r3_c2,
.camp_recaptcha .recaptchatable .recaptcha_r3_c3
.camp_recaptcha .recaptchatable .recaptcha_r4_c1
.camp_recaptcha .recaptchatable .recaptcha_r4_c2
.camp_recaptcha .recaptchatable .recaptcha_r4_c4{
        background:none!important;
        width:auto!important;
}
.camp_recaptcha .recaptchatable .recaptcha_r2_c1{
        background:none!important;
}
.camp_recaptcha .recaptchatable .recaptcha_r2_c2{
        background:none!important;
}
.recaptchatable .recaptcha_image_cell{
        background:none!important;
}*/
.note_cc {
  font-weight: bold;
  display: none;
}
.add_child_inner_add {
  color: #fff !important;
  background-color: #428bca !important;
  padding: 4px 3px 3px !important;
  border-radius: 3px !important;
}
.or_sep {
  color: #3051a2 !important;
  font-weight: bold !important;
  margin: 0 10px !important;
}

.inline-picker {
  float: left;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #f8f7f6
    url("multipicker/css/images/ui-bg_fine-grain_10_f8f7f6_60x60.png") 50% 50%
    repeat;
}

/* begin: jQuery UI Datepicker moving pixels fix */
table.ui-datepicker-calendar {
  border-collapse: separate;
}
.ui-datepicker-calendar td {
  border: 1px solid transparent;
}
/* end: jQuery UI Datepicker moving pixels fix */

/* begin: jQuery UI Datepicker emphasis on selected dates */
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
  background: #743620 none;
  color: white;
}
/* end: jQuery UI Datepicker emphasis on selected dates */

/* begin: jQuery UI Datepicker hide datepicker helper */
#ui-datepicker-div {
  display: none;
}
/* end: jQuery UI Datepicker hide datepicker helper */

.tc_link {
  line-height: 26px;
  font-weight: bold;
  font-size: 13px;
  color: blue;
  text-decoration: underline;
  margin-left: -25px;
}

.DropDates {
  clear: both;
  /*    background: url("images/dhc-home-cal.png") no-repeat 0px 0px;*/
  width: 100%;
  padding-left: 0px;
}
.DropDates p {
  color: #3253a0;
  margin: 0 0 10px 0;
  font-size: 13px;
}
.DropDates p strong {
  color: #bc1d2f;
}
.DropDates a {
  /*text-transform:uppercase;*/
  /*font-size:12px;*/
  /*font-weight:bold;*/
  /*float:right;*/
}
.DropDates a .blue {
  color: #3253a0;
}
.DropDates a .red {
  color: #e9363f;
}

.non_edit_item {
  float: left;
  font-size: 16px;
  color: #3051a2;
  font-weight: bold;
}

.disallowed_pickup {
  font-size: 13px;
  color: red;
  padding-top: 14px;
}
.pickup_choice {
  display: none;
}
.blockout_day {
  color: red !important;
  font-weight: bold !important;
}
/*
.passed_days{
        color:red!important;
}*/
.pc-view td {
  vertical-align: top;
}
.tbl-child-info {
  padding-left: 10%;
  margin-bottom: 15px;
}
.tbl-child-info span {
  margin-left: -10%;
  font-weight: bold;
}
.tbl-child-info strong {
  color: #3051a2;
}
.table-bordered > tbody > tr > td.text-center {
  text-align: center;
}
.table-bordered > tbody > tr > td.text-right {
  text-align: right;
}
td.text-center span {
  padding-top: 12px;
  display: inline-block;
  font-weight: bold;
}
td.text-center span:first-child {
  padding-top: 0px;
}
.table-bordered.mob-view > tbody > tr > td.row-sep {
  border: none;
}
.table-bordered.mob-view > tbody > tr > th {
  vertical-align: top;
  width: 40%;
}
.table-bordered.mob-view > tbody > tr > td {
  width: 60%;
  vertical-align: top;
}

.old-booking {
  padding: 10px 15px;
  border: solid #ec3339 1px;
  margin-bottom: 15px;
}
.old-booking ul {
  list-style: none;
}

label.d-line {
  line-height: 20px;
  padding-top: 15px;
}
label.d-line span.asterisk {
  padding-top: 5px;
}
label.d-help {
  line-height: 20px;
  padding-top: 10px;
}
label.d-help span {
  font-weight: normal;
}
@media (max-width: 767px) {
  .credit_card {
    background: url(images/card-mob.jpg) no-repeat;
    background-position: right 20px bottom 4px;
  }
  .cash {
    background: url(images/cash-46x46.png) no-repeat;
    background-position: right !important;
    background-position: right 50px bottom -3px;
  }
  .cheque {
    background: url(images/cheque-46x46.png) no-repeat;
    background-position: right !important;
    background-position: right 50px bottom -3px;
  }
}

/* Responsive Css Mobile */
@media (max-width: 480px) {
  .captchaSet {
    display: block;
  }

  #loginButtonSet {
    margin-top: 70px;
  }

  .form-container button {
    margin-top: 40px;
    float: left;
    margin-bottom: 10px;
  }

  #loginButtonSet button {
    margin-top: 50px;
  }

  #loginButtonSet a.forgot-password {
    white-space: nowrap;
  }
}
