@charset "UTF-8";
 
 
/* Custom CSS to padding top and bottom */
		nav {
		  padding-top: 0.05rem; 
		  padding-bottom: 0.05rem; 
		}
    
        /* Mobile View: Two columns */
      
      @media (max-width: 991px) {
      .nav-tabs {
         display: grid;
         grid-template-columns: repeat(2, 1fr); 
         gap: 5px; 
       }

      .nav-tabs .nav-item {
        margin-right: 0; 
      }
    } 
     
/*----- harbour service advisory ------*/


.advisory-heading {
	font-size: 1.2rem;
}

@media only screen and (max-width: 950px) {
	.advisory-heading {
	font-size: 1.1rem;
}
}

.advisory-content-text {
	color: #0F2167;
}

@media only screen and (max-width: 950px) {
	.advisory-content-text {
	font-size: 0.9rem;
    transition: all 400ms ease;
}
}

/***font-awesome warning icon***/

.hsfAdvisory-warning{      
	color: #bc6c25;
}

/**--------Advisory DataTable----------***/

.hsfTableHeader{
	background-color: #0077b6;
}
#hsfAdvisory_paginate .paginate_button {
     font-size: 12px; /* Adjust the font size for pagination buttons */
     padding: 0px 0px 0px 0px; /* Adjust padding to reduce button size */
}

.hsfAccordion-button {
     font-size: 1.2rem;
     font-weight: bold;
     background-color: #bde0fe; /* Background color */
     color: #111; /* Text color */
     padding: 10px -45px 10px  10px ;/* Padding */
     border: none; /* Remove default border */
}

/* Hover effect */

/* .hsfAccordion-button:hover {
    background-color: #005792;
     color: #fff;
 } */ 
 


/***************************/

.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;
}

/* .hfroute-header{
	font-size:0.9rem;
} */
/* 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;
}
