
/* main css for all pages */

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font: 16px TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  background: #FFFFFF;
}

.container {
  position: relative;
  background: #FFFFFF;
  margin: auto;
  width: auto;
  min-width: 320px;
  max-width: 420px;
  border-radius: 2px;
}

/* main header box  */

.headbox {
  font-family: "Cambria", "Times New Roman", Times, serif;  /* ver2 */
  border: #0099CB 2px solid;
  color: #0000FF;
  background: #C7F1FF;
  margin-bottom: 5px;
  padding: 2px;
  width: 100%;
  height: 135px;
  font-weight: bold;
}

.headbox img {
  width: 110px;
  height: 90px;
  margin-top: 2px;
}

.headtitle {
  background: #0099CB;
  color: white;
  width: 100%;
  height: 30px;
  font-size: 1.1em;
  line-height: 32px;
  padding: 0 5px;
}

.headtitle i {
  font-size: 0.9em;
}

.headtitle a {
  float: right;
  margin: 3px 0;
}

 .headlogo {
  float: left;
}

.headcontact {
  height: 90px;
  float: right;
}

.headcontact img {
  height: 70px;
  width: auto;
}

.headcontact a {
  text-decoration: none;
  color: #FF1493;
  display: block;
  font-size: 1.1em;
}

.headtext {
  font-size: 0.95em;
  float: left;
  padding-top: 5px ;
  line-height: 140%;
  color: #1414FF;
}

.headtext span {
  font-size: 1.1em;
  color: red;
}

.headtext ul {
  margin: 0 0 2px 0;
  list-style-type: square;
}

.formpic img {
  float: left;
  width: 130px;
  height: 95px;
}

/* grey section area  */

.groupbox {popbtn
  border: #C0C0C0 1px solid;
  background: #E0E0E0;
  width: 100%;
  margin-top: 5px;
  font-weight: bold;
  padding: 5px;
  font-size: 1em;
}

.grouphead {
  color: #FFFFFF;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  padding: 3px 5px;
  margin: 5px 0;
  height: 30px;
  text-decoration: none;
  border-right: 1px solid #C29100;
  border-bottom: 1px solid #C29100;
}

.grphd-1 { background: #0000FF; }
.grphd-2 { background: #FF0080; }
.grphd-3 { background: #008000; }
.grphd-4 { background: #F16803; }
.grphd { background: #FFD557; }

.hide {  display: none; }

/* main accommodation section  */

.accomtyp {
  border: #0099CB 2px solid;
  color: #0000FF;
  background: #C7F1FF;
  margin-bottom: 5px;
  padding: 2px;
  width: 100%;
  height: 170px;
  font-weight: bold;
}

.accomtyp img {
  float: left;
  width: 150px;
  height: 130px;
  margin: 2px 10px 0 0;
}

.accomtext {
  color: #0033CC;
  height: 130px;
  position: relative;
}

.accomtext ul {
  margin: 0 0 2px 0;
  list-style-position: inside;
  list-style-type: square;
}

.accomtext a {
  position: absolute;
  bottom: 0;
  right: 5px;
}

.price {
  font-size: 0.9em;
  background: #C7F1FF;
  width: auto ;
  height: 20px;
  color: #FF1493;
  float: right;
  font: Arial, Helvetica, sans-serif;
  margin: 6px 5px 0 0;
  line-height: 20px;
  text-align: center;
  border-radius: 5px;
  padding: 0 5px;
}

.avlstatus {
  font-size: 1em;
  text-align: right;
  color: #FF1493;
  font-style: italic;
  margin: 2px 5px 0 0;
  height: 20px;
}

.strike {
  color: #0000FF;
  text-decoration: line-through;
}

/* progress bar  */

.progbar {
  display: block;
  margin: 0 auto;
  width: 60%;
  border: #E0E0E0 2px solid;
  background: #E0E0E0;
  }

.progbox {
  padding: 0;
}


.slideshow {
width: 100%;
height: auto ;
border: 2px solid #FF0088;
margin: 0 auto;
padding: 5px;
position: relative;
}

.slideshow img {
width: 100%;
height: 100% ;
}

/* common table styles  */

table {
  table-layout: fixed;
  border-collapse: collapse;
  background-color: #E0E0E0 ;
  border-spacing: 0;
  margin: 0 ;
  width: 100%;
  font-weight: bold;
  font-size: 0.9em ;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.whttbl {
  background-color: #FFFFFF;
  border-right: hidden;
}

.sechead {
font-family: "Cambria", "Times New Roman", Times, serif;       /* ver2 */
font-size: 1.3em;    /* ver2    1.2em   */
text-align: left;
color: #FF0088;
border-bottom: 2px solid #FF0088; /*  #1414FF    */
padding: 4px 0;
margin: 3px 0 8px 0;
}

.col-5  { width: 5 % ;}
.col-10 { width: 10% ;}
.col-25 { width: 25% ;}
.col-30 { width: 30% ;}
.col-35 { width: 35% ;}
.col-40 { width: 40% ;}
.col-50 { width: 50% ;}
.col-60 { width: 60% ;}

/* table-1 styles for input fields in pages */

table#tbl-1 td {
 padding: 5px 0;
}

table#tbl-1 th {
  color: #FF0088;
  font-weight: bold;
  text-align: left ;
  padding: 0;
}

table#tbl-1 td.rblu {
  text-align: right;
  padding-right: 0;
  color: blue;
  font-family: Arial, Helvetica, sans-serif;
}

.rjust {
  text-align: right;
  padding-right: 30px;
}

/* table-2 styles for display pages */

table.tbl-2 tr {
border-right: 1px solid #C0C0C0;
height: 25px;
}

table.tbl-2 th {
color: #505050;
text-align: right;
padding-bottom: 10px;
}

th ul {
  padding-left: 15px;
  color: blue;
}

table.tbl-2 td {
color: #1414FF;
font-family: Arial, Helvetica, sans-serif;
padding: 0 10px 10px 10px;
word-break: break-all;
}

table.tbl-2 td.btext {
color: #1414FF;
font-family: Arial, Helvetica, sans-serif;
padding: 10px 15% ;
font-size: 0.9em;
line-height: 150%;
word-break: normal;
}

table.tbl-2 th.pink {
  color: #FF1493;
  font-style: italic;
  font-weight: bold;
}

table.tbl-2 th.vtop {
  vertical-align: top;
}


table.tbl-2 tr.gap {
background-color: #ffffff;
border-top: 1px solid #C0C0C0;
border-right: 1px solid #ffffff;
width: 100%;
height: 15px;
}

/* nav button divs */

.cencell {
  text-align: center;
}

.cencell a {
  width: 40%;
}

.mainnav {
  margin: 0;
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 5px;
}

.mainnav a {
  height: auto;
  width: 48%;
  padding: 5px;
  font-size: 0.9em;
}

.btncell {
  margin: 0;
  width: 100%;
  padding: 5px;
  text-align: center;
}

.btncell a {
   width: 50%;
}

/* input fields  */

.fldtag {
  margin-top: 10px;
  color: #FF0088;
  font-size: 0.9em;
  font-weight: bold;
}

.fldtag ul {
  color: blue;
}

.fltrt {
  float: right;
  margin-top: 10px;
  }

.clear {
  clear: both;
}

.reqd::after {
  content: ' *';
}

.reqdnote, .reqd::after {
  color: blue;
  font-size: 1.3em;
}

.fldsel, .fldtext, .fldarea, .fldselsht {

  font-family: Calibri, Arial, Helvetica, sans-serif;      /* ver2 */
  font-weight: bold;
  font-size: 1.1em;

  /* font: 1.05em Verdana, Geneva, sans-serif;    */

  background: #C7F1FF;
  color: #1414FF;
  margin: 0 0 5px 0;
  padding-left: 5px;
  height: 30px;
  width: 100%;
  border-top: 1px solid #A0A0A0;
  border-left: 1px solid #A0A0A0;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

.fldselsht {
  width: 50%;
}

.fldarea {
  height: auto;
}

.smaller {
  font-size: 0.9em;
}

.fldchk {
  margin: 8px  25% ;
  width: 18px;
  height: 18px;
}

.fldnote {
color: #1414FF ;
font-size: 0.9EM;
font-style: italic;
padding-left: 5px;
}

/* buttons  */

.btn, .btn:visited, .blubtn, .redbtn, .popbtn {
  display: inline-block;
  color: #FFFFFF;
  font-weight: bold; /* normal;  ver2 */
  border: 1px solid #FFFFFF;
  text-decoration: none;
  text-align: center;
  height: 23px;
  font-size: 0.8em;
  line-height:  15px;
  padding: 3px 10px;
  margin: 0 5px;
  font-family: Arial, Helvetica, sans-serif;
}

.ibtn:hover, .redbtn:hover, .popbtn:hover { color: #0000FF; }
.blubtn:hover { color: #808080; }

.orabtn { background: #F26700; }
.blubtn { background: #1414FF; }
.redbtn { background: #FF1493; }
.grybtn { background: #808080; }
/* .navbtns { padding: 10px 0; } */

.ibtn, .helpbtn {
  font-weight: bold;
  display: inline-block;
  color: #FFFFFF;
  font: bold 1.2em  TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  border-radius: 50%;
  background: #FF1493;
  float: right;
  width: 21px;
  height: 21px;
  text-align: center;
  padding-top: 1px;
  text-decoration: none;
}

.helpbtn {
  width: auto;
  font-size: 0.8em;
  padding: 0 4px;
}

.midbtn {
  display: flex;
  justify-content: center;
  height: 30px ;
  font-size: 0.9em;
  line-height: 20px;
}

.booked {
  position: absolute;
  bottom: 0;
  background-color: #808080;
  display: inline-block;
  color: #FFFFFF;
  font-weight: bold;
  border: 1px solid #FFFFFF;
  text-align: center;
  height: 30px;
  font-size: 0.9em;
  line-height: 20px;
  padding: 3px 10px;
  font-family: Arial, Helvetica, sans-serif;
}

/* Arrows */

.uparw, .dnarw, .whtarw {
  float: right;
  width: 0;
  height: 0;
  border: solid;
  margin-top: 5px;
}

.uparw {
border-width: 0 15px 15px 15px ;
border-color: transparent transparent #FF0088 transparent ;
}

.dnarw {
border-width: 15px 15px 0 15px ;
border-color: #FF0088 transparent transparent transparent ;
}


.whtarw {
border-width: 0 15px 15px 15px ;
border-color: transparent transparent #FFFFFF transparent ;
}

.distext {
  padding-left:20px;
  font-size: 0.7em;
  font-style: italic;
}

/* slideshow arrows */

.lstep, .rstep {
  width: 30px;
  height: 30px;
  text-decoration: none;
  z-index:1001;
  position: absolute;
  bottom: 5%;
}

.rstep {
  right: 4%;
  background-image: url(../images/Rgtarw.png);
  background-size: 100%;
}

.lstep {
  left: 4%;
  background-image: url(../images/Lftarw.png);
  background-size: 100%;
}

/* lightbox  */

#popbox, .inbox {
  display: none;
  /* position: fixed; */
  position: absolute; 
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  min-width: 280px;
  max-width: 360px;
  font-size: 1em;
  padding: 10px 15px;
  border: 2px solid #FF8FCB;
  background: #FFFFFF;
  z-index: 1002;
  overflow: auto;
}

#pophd, .inboxhd {
  color: #FF1493;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  border-bottom: 2px solid #FF1493;
  margin: 0 0 10px 0;
  padding: 0 0 3px 0;
}

#popback, .inboxback {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #7EC9F3;
  z-index: 1001;
  opacity: .30;
}


#poptext, .inboxtext {
  color: #0000FF;
  font-family:  TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}

.inboxtext .mainnav {
  font-size: 0.85em;
}

.popbtn {
  background: #FF1493;
  font-size: 0.9em;
  float: right;
  margin: 20px 0 0 0;
  height: 25px;
  width: 40%;
  padding-top: 5px;
}

.poppink {
 color: #FF1493;
 font-style: italic;
}

#email2 {

  text-align: center;
}

/* footer */

.footwrapper {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-BOTTOM: 1px solid #FF1493;
  margin: 5px 0;
  padding: 5px 0 10px 0;
}

.footwrapper a {
  width: 90px;
  height: 70px;
  margin: 0 5px ;
  display: inline-block;
  background-size: 90px auto;
}

.cclink { background: url(../images/charityclear-logo.png) no-repeat left center; }
.privacylink { background: url(../images/privacy-link.jpg) no-repeat left center; }
.tclink { background: url(../images/tc-link.jpg) no-repeat left center; }
.helplink { background: url(../images/help.png) no-repeat left center; }
.roselink { background: url(../images/roseaward.png) no-repeat left center; }

