/*******************************************************************************
 container
*********************************************************************************/
.cal-container, #cal-container {
  background-color: #c7d8ed;
  border: 1px solid #274992;
  overflow:hidden;
  padding: 0px;
  position:absolute;
  width: 200px;
  z-index: 10;

  font-size: 13px;
}

.cal-container iframe {
  border:none;
  height:100%;
  left:0px;
  margin:0;
  padding:0;
  position:absolute;
  top:0px;
  width:100%;
  z-index:0;
}

/*******************************************************************************
 select
*********************************************************************************/
.cal-select-month{
  background-color: #274992;
  color: #fff;
  font-weight: bold;
}

.cal-select-year{
  background-color: #274992;
  color: #fff;
  font-weight: bold;
}

/*******************************************************************************
 calendar
*********************************************************************************/
table.cal-table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.cal-header {
  background-color: #274992;
  color: #fff;
  text-align: center;
  padding: 3px;

}

.cal-body {
  padding: 0px;
  text-align: center;
  background-color: #fff;
}


.cal-weekday {
  background-color: #fff;
  text-align: center;
}

.cal-otherday {
  color: #fff;
  background-color: #fff;
  text-align: center;
}

.cal-sunday {
  background-color: #fff;
  text-align: center;
}

.cal-saturday {
  background-color: #fff;
  text-align: center;
}

.cal-holiday {
  background-color: #fff;
  text-align: center;
}

.cal-label-cell {
  color: #274992;
  font-size: 75%;
  text-align: center;
}

.cal-label-row .cal-sunday {
  background-color: #c7d8ed;
  color: #274992;
  text-align: center;
}

.cal-label-row .cal-saturday {
  background-color: #c7d8ed;
  color: #274992;
  text-align: center;
}

.cal-day-cell {
  border: 1px solid #fff;
  height: 21px;
  line-height: 1.7;
  padding: 0;
  width: 14%;
}

.cal-input-hour-minute {
  padding-bottom: 2px;
  text-align: center;
}
.cal-error-list {
  padding: 3px 5px 3px 5px;
  font-size: 80%;
  list-style: none;
  background-color: #F7CEE1;
}
.cal-error-list li {
  background: #F7CEE1 url(https://6a1fb0.staticwbm.com/20211208000128im_/https://www.ntahawaii.com/shop/admin/images/error.gif) no-repeat center left;
  text-indent: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* for ie bug */
* html .cal-error-list li {
  text-indent: 5px;
}
.cal-ok-button {
  margin-left: 2px;
}

/*******************************************************************************
 link
*********************************************************************************/
.cal-selected{
  background-color: #c7d8ed;
  color: #000;
  font-weight: bolder;
  text-align: center;
}

.cal-disabled {
  color: #898989 !important;
  background-color: #585756 !important;
  cursor: default;
}

.cal-next-btn {
  padding-bottom:4px;
  padding-left:8px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}

.cal-prev-btn {
  padding-bottom:4px;
  padding-right:8px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}

.cal-day-cell a:link,
.cal-day-cell a:visited,
.cal-day-cell a:active {
  color: #000;
  display:block;
  text-decoration: none;
  
}

.cal-otherday a:link,
.cal-otherday a:visited{
  border: 1px solid #fff;
  color: #dfdfdf;
}

.cal-weekday a:link,
.cal-weekday a:visited{
  border: 1px solid #fff;
}

.cal-saturday a:link,
.cal-saturday a:visited{
  border: 1px solid #fff;
}

#cal-sunday a:link,
.cal-sunday a:visited{
  border: 1px solid #fff;
}

.cal-prev-btn:hover {
  background-position: top right;
}

.cal-next-btn:hover {
  background-position: top right;
}

.cal-day-cell a:hover{
  background-color: #ddecfe;
  text-decoration: none;
  color: #000;

}



.cal-day-cell a:link.cal-selected,
.cal-day-cell a:visited.cal-selected,
.cal-day-cell a:active.cal-selected {
  color: #000;
  display:block;
  text-decoration: none;
  border: 1px solid #80bfff;
}


/*
     FILE ARCHIVED ON 05:13:50 Oct 10, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:56:54 May 26, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.716
  exclusion.robots: 0.083
  exclusion.robots.policy: 0.069
  esindex: 0.012
  cdx.remote: 18.704
  LoadShardBlock: 48.653 (3)
  PetaboxLoader3.datanode: 241.222 (5)
  load_resource: 828.301 (2)
  PetaboxLoader3.resolve: 495.725 (2)
*/