@charset "UTF-8";
 
/* harbour service advisory */

.advisory-card {
  position: relative;
  padding-bottom: 0.5rem; /* Adjust as needed */
  padding-left: 0.5rem; /* Adjust as needed */
  line-height: 1.2;
  transition: all 400ms ease;
}


.advisory-body {
  padding-left: 0.3rem;
  transition: all 400ms ease;
}

@media only screen and (max-width: 950px) {
.advisory-body {
  padding-left: 0.3rem;
  font-size: 0.9rem;
  transition: all 400ms ease;
  margin-right: -1rem;
  text-align: justify;
}
}

.alert-adhome-warning{
	border-right: 5px solid #b87014;
    border-radius: 0; 
	margin-bottom: 0; 
}

.alert-adhome-success{
	border-right: 5px solid  #009f4b;
    border-radius: 0; 
	margin-bottom: 0; 
}

.alert-adhome-alert{
	border-right: 5px solid #900C3F;
    border-radius: 0; 
	margin-bottom: 0; 
}


.advisory-heading {
	font-size: 1.2rem;
}

@media only screen and (max-width: 950px) {
	.advisory-heading {
	font-size: 1.1rem;
}
}

.advisory-content-text {
	color: #0F2167;
}

/***/




.bg-route{
  background-color:#1E71FA;
  font-size:18px;

}
.header-text{
  font-size:18px;
  font-weight: bold;
  color:#063182;
}

hr.divider { 
   margin: 5px 10px 5px 0px;
} 

  .hblabel{
    color: #0a2bc0;
    font-weight:bold; 
    font-size:1.2rem;
  } 

  .portlabel{
    color: #910841;
    font-weight:bold; 
    font-size:1.2rem;
  }

  .form-select-lg{
    font-weight:bold; 
    font-size:1rem;
  } 

  .source-port{
    display:none;
  }

  .chm-ddp-route{
    display:none;
  }

  .cthm-bbf-route{
    display:none;
  }

  .pb-bblf-route{
    display:none;
  }

  .pby-pg-route{
    display:none;
  }

 hr.line{ 
    color: #063182;
    font-weight: bold;     
  }

.text-line {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.text-line:before, .text-line:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: '\a0';
  background-color: rgb(7, 95, 177);
}
.text-line:before {
  margin-left: -50%;
  text-align: right;
}

div.dataTables_wrapper {
  margin-bottom: 4em;
}

/***  owl carousel***/

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 10px;
}
.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: rgb(5, 56, 167);
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav button:focus {
  outline: none;
}

.harbour-ferry-label{
	color:#063182;
}

.water-icon{
	color:#1483ce;
}
