/** Additional CSS from Bootstrap that was not present **/
.DnnModule-SANParkingParkingWidget h1 .TitleH1 {
  color: #000;
  font: 26px 'Bebas', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  margin: 0;
  text-transform: uppercase;}

.calendar-button { cursor: pointer;}

#SANBooking input[type="text"], #chooseReservation input#promo-code {
    height: 30px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;    
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    display: inline-block;
}

#chooseReservation select,
#chooseReservation input#promo-code {
    height: 30px;
    padding: 0px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;    
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    display: inline-block;
}

/** Home Page Calendar Container **/

.calendarSAN {
  background-color: #fff;
  padding: 5px 15px 15px 15px;
}

.calendarSAN h2 {

  text-transform: uppercase;
  font: 26px 'HelveticaNeue-Light', Arial;
}

h4 .parkingHeadline {
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  clear:both;
}

.resCals .date-picker-wrapper > .drp_top-bar {
  display: none;
}

.res1,
.res2 {
  display: inline;
}

.res1 > .control-group,
.res2 > .control-group {
  width: 46%;
  display: inline-block;
}

.res1 > .control-group {
  padding: 0 5px 0 0;
  float: left;
}

.res2 > .control-group {
  padding: 0 0 0 5px;
  float: right;
}

.res1 > .control-group > label,
.res2 > .control-group > label {
  font: 13px;
  font-weight: 700;
}

.res1 select,
.res2 select {
  width: 100%;
  background-color: #fff !important;
  border: 1px solid #cfda28 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0px 5px;
}

.res1 select:focus,
.res2 select:focus {
  border-color: #00B0B9;
  outline-color: #00B0B9 !important;
  outline-style: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.res1 select::-ms-expand,
.res2 select::-ms-expand {
     display: none;
}

svg.input-icon-right {
    float: right;
    position: relative;
    top: 28px;
    right: 10px;
    color: #00B0B9;
}

.promo-container {
  clear: both;
}

label.promo {
  color:#007298;
  margin-bottom: 15px;
  clear: both;
}

label.promo:hover {
  color:#2dccd3;
}

input#promo-code {
  background-color: #fff !important;
  border: 1px solid #cfda28 !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 45%;
  max-width: 302px;
}

input#promo-code:focus {
  border-color: #cfda28;
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;    
}

.btn-block.btn-chaunt {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-chaunt {
    background: #cfda28;
    border-color: rgba(204,204,204,1);
    color: #424143;
    font-size: 14px;
    border-radius: 0;
    border-width: 0;        
    padding: 10px 12px;
}

.btn-chaunt:hover,
.btn-chaunt:active,
.btn-chaunt:focus {
    background: #cfda28;
    border-color: #cfda28;
    color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;

}

.calendar-button-mobile {
    display:none;
  }


.resCals .date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}

.resCals .date-picker-wrapper {
  width: 100%;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial, sans-serif;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}

.resCals .date-picker-wrapper.inline-wrapper {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
}

.resCals .date-picker-wrapper.single-date {
  width: auto;
}

.resCals .date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}

.resCals .date-picker-wrapper.no-topbar {
  padding-top: 12px;
}

.resCals .date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}

.resCals .date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}

.resCals .date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}

.resCals .date-picker-wrapper .month-name {
  text-transform: uppercase;
}

.resCals .date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.resCals .date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}

.resCals .date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}

.resCals .date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}

.resCals .date-picker-wrapper .month-wrapper {
  background-color: #fff;
  padding: 15px;
  cursor: default;
  position: relative;
  _overflow: hidden;
  width: 100% !important;
}

.resCals .date-picker-wrapper .month-wrapper table.month1 {
  width: 46%;
  float: left;
  margin: 0 5px 0 0;
}

.resCals .date-picker-wrapper .month-wrapper table.month1 > tbody > tr > td {
  width: 14.25% !important;
}

.resCals .date-picker-wrapper .month-wrapper table.month2 {
  width: 46%;
  float: right;
  margin: 0 0 0 5px;

}

.resCals .date-picker-wrapper .month-wrapper table.month2 > tbody > tr > td {
  width: 14.25% !important;
}

.resCals .date-picker-wrapper .month-wrapper table th, .resCals .date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}

.resCals .date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}

.resCals .date-picker-wrapper .month-wrapper table div.day.lastMonth, .resCals .date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}

.resCals .date-picker-wrapper .month-wrapper table .day.checked {
  background-color:rgba(45,204,211,.5)
}

.resCals .date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}

.resCals .date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}

.resCals .date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap;
}

.resCals .date-picker-wrapper .time label {
  white-space: nowrap;
}

.resCals .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color:rgba(45,204,211,.5)
}

.resCals .date-picker-wrapper .month-wrapper table .day.nextMonth, .resCals .date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}

.resCals .date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: transparent;
}

.resCals .date-picker-wrapper .month-wrapper table .day.real-today.checked, .resCals .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5;
}

.resCals .date-picker-wrapper table .caption {
  height: 30px;
  background-color: #424143;
  color: #fff;
}

.resCals .date-picker-wrapper table .caption > th:first-of-type, .resCals .date-picker-wrapper table .caption > th:last-of-type {
  width: 27px;
}

.resCals .date-picker-wrapper table .caption .next, .resCals .date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}

.resCals .date-picker-wrapper table .caption .next:hover, .resCals .date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white;
}

.resCals .date-picker-wrapper .gap {
display: none;
}

.resCals .date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}

.resCals .date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}

.resCals .date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}

.resCals .date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}

.resCals .date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}

.resCals .date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}

.resCals .date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}

.resCals .date-picker-wrapper .selected-days {
  display: none;
}

.resCals .date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}

.resCals .date-picker-wrapper .drp_top-bar .error-top, .resCals .date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}

.resCals .date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}

.resCals .date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}

.resCals .date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}

.resCals .date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}

.resCals .date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}

.resCals .date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333;
}

.resCals .date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  color: white;
  line-height: initial;
}

.resCals .date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.resCals .date-picker-wrapper .time {
  position: relative;
}

.resCals .date-picker-wrapper.single-month .time {
  display: block;
}

.resCals .date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}

.resCals .date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

/*time styling*/

.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.resCals .date-picker-wrapper .time1 {
  float: left;
}

.resCals .date-picker-wrapper .time2 {
  float: right;
}

.resCals .date-picker-wrapper .hour {
  text-align: right;
}

.minute {
  text-align: right;
}

.resCals .date-picker-wrapper .hide {
  display: none;
}

.resCals .date-picker-wrapper .first-date-selected, .resCals .date-picker-wrapper .last-date-selected {
    background-color:#2dccd3!important;
    opacity:1!important;
    color:#424143!important
}

.resCals .date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: yellow;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

.resCals .date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid yellow;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}

.resCals .date-picker-wrapper.two-months.no-gap .month1 .next, .resCals .date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}

.resCals .date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}

.resCals .date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: bold;
}

.resCals .date-picker-wrapper .month-wrapper table .day.invalid{
    color:rgba(138,138,138,1);
    background-color:  #F5F5F5;
}

.resCals .date-picker-wrapper .month-wrapper table .day.toMonth.valid{
    color:#424143;
}

.resCals .date-picker-wrapper .last-date-selected:hover,.resCals .date-picker-wrapper .first-date-selected:hover,.resCals .date-picker-wrapper .month-wrapper table .day.toMonth.valid:hover{
    background-color:#cfda28!important;
}

.resCals .date-picker-wrapper table thead {
  display: table-header-group !important;
}

.resCals .date-picker-wrapper table > tbody > tr > td {
  display: table-cell !important;
  float:none !important;
  width: 50px !important;
  padding-top: 0px !important;
  font-weight: normal !important;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .calendar-wrapper {
    max-width: 674px;
  }
  .calendar-values {
    max-width: 170px;
  }
  .calendar-button-mobile {
    display:none;
  }
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar-wrapper {
    max-width: 651px;
  }
  .calendar-values {
    max-width: 188px;
    margin: 0 0 0 10px;
  }
  .calendar-date {
    display: none;
  }
  .calendar-button-mobile {
    display:none;
  }
}

@media only screen and (min-width: 426px) and (max-width: 767px) {
  .calendar-wrapper {
    max-width: 320px;
  }
  .calendar-button-mobile {
    display:none;
  }
}



@media only screen and (min-width: 375px) and (max-width: 425px) {
  .calendar-wrapper {
    max-width: 280px;
    display: block;
    margin: 0 auto;
  }
  .calendar-border {
    height: 100%;
    border-radius: 5px;
    width: 100%;
    padding: 10px 5px;
  }
  .calendar-button {
    display: none;
  }
  .calendar-button-mobile {
    display: block;
    border: 1px solid #00B0B9;
    background-color:  #00B0B9;
    color: white;
    padding: 10px 12px;
    margin: 5px auto;
    position: relative;
  }
  .calendar-car-icon > svg,
  .calendar-date > svg {
    font-size: 1.5em;
  }
  .calendar-divider {
    display: none;
  }
  .calendar-text {
        margin: 2px;
  }
  .calendar-date {
    margin: 0 2px;
    top: -4px;
  }
  .calendar-values {
    max-width: 225px;
    margin-top: 5px;
    margin-left: 3px;
  }
  .res1 > .control-group, .res2 > .control-group {
    width: 100%;
    display: inline-block;
  }
  input#promo-code {
    width: 100%;
    max-width: none;
  }
}

@media only screen and (max-width: 374px) {
  .calendar-wrapper {
    max-width: 236px;
    display: block;
    margin: 0 auto;
  }
  .calendar-border {
    height: 100%;
    border-radius: 5px;
    width: 100%;
    padding: 5px;
  }
  .calendar-button {
    display: none;
  }
  .calendar-button-mobile {
    display: block;
    border: 1px solid #00B0B9;
    background-color:  #00B0B9;
    color: white;
    padding: 10px 12px;
    margin: 5px auto;
    position: relative;
  }
  .calendar-car-icon > svg,
  .calendar-date > svg {
    font-size: 1.5em;
  }
  .calendar-divider {
    display: none;
  }
  .calendar-text {
    font-size: 12px;
  }
  .calendar-date {
    margin: 0 2px;
    top: -5px;
  }
  .calendar-values {
    max-width: 187px;
    margin-top: 5px;
  }
  .res1 > .control-group, .res2 > .control-group {
    width: 100%;
    display: inline-block;
  }
  input#promo-code {
    width: 100%;
    max-width: none;
  }
}

 /***  Modal or calendar presentation  ***/
@media only screen and (max-width: 590px) {

  .resCals .date-picker-wrapper {
    padding-bottom: 0px;
  }

.resCals .date-picker-wrapper .month-wrapper table.month1 {
  float: none;
  margin: 0px auto 15px;
  width: 100%;
}  

.resCals .date-picker-wrapper .month-wrapper table.month2 {
  float: none;
  margin: 0px auto 15px;
  width: 100%;
  margin-bottom: 0px;
}  

.res1 > .control-group,
.res2 > .control-group {
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0;
}

input #promo-code {
  width: 100%;
}


}

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /*.resCals .date-picker-wrapper .month-wrapper table.month2 {
    float:none;
  }*/
}
