/*
CONTENTS: CTRL + F Terms

*) style_all
*) style_header
*) style_navigation
*) style_footer
/* style_admin

Copyright Sleepless Creative 2016
*/


/* ---------------- style_all ---------------- */
@font-face {
    font-family: "Raleway-Regular";
    src: url(Raleway-Regular.ttf);
}


* {
    font-family: "Source Sans Pro", sans-serif;
}

a, a:hover {
  color: #01729c;

}

.text-italics {
  font-style: italic;
}

.overflow-hidden {
  overflow: hidden;
}

.line-height-1 {
  line-height: normal;
}
.display-inline-block {
  display: inline-block !important;
}

.display-block {
  display: block;
}

p.italics {
  font-style: italic;
}

.border-1-D4D4D4 {
  border: 1px solid #d4d4d4;
}

.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-right: 0;
}

.padding-right-2 {
  padding-right: 2em;
}

.padding-left-right-1-5 {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.margin-top {
    margin-top: 3em !important;
}

.margin-top-1 {
    margin-top: 1em !important;
}

.margin-top-2 {
  margin-top: 2em !important;
}

.margin-top-025 {
    margin-top: .25em !important;
}

.margin-bottom {
    margin-bottom: 3em !important;
}

.padding-bottom {
  padding-bottom: 3em;
}

.margin-bottom-1 {
  margin-bottom: 1em;
}

.margin-bottom-2 {
  margin-bottom: 2em !important;
}

.margin-bottom-5 {
  margin-bottom: 5em !important;
}

.margin-bottom-025 {
  margin-bottom: 0.25em !important;
}

.margin-bottom-0 {
  margin-bottom: 0em !important;
}

.margin-left-1 {
  margin-left: 1em !important;
}

.margin-right-1 {
  margin-right: 1em !important;
}

.margin-left-3 {
  margin-left: 3em !important;
}

.margin-right-05 {
  margin-right: 0.5em;
}

.color-black {
  color: black;
}

.float-none {
  float: none;
}

.align-middle {
  margin: 0 auto;
}

.desktop-spacer-3em {
  width: 3em;
  height: 3em;
}

.width-100-percent {
  width: 100%;
}

.width-100 {
  width: 100px;
}

.width-50 {
  width: 50px;
}

.content-image {
  max-width: 13em;
  margin-left: .5em;
}

.home-content-background {
  background-color: #f0f0f1;
  padding-top: 5em;
}

span.content-image-circle-bg {
  height: 18em;
  width: 18em;
  background-color: #dfdfdf;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 18.5em;
}

.index-page-sub-column {
  display: flex;
  justify-content: center;
  align-items: center;

}

p.tick-list-header {
  font-size: 1.2em !important;
  margin-bottom: .5em !important;
margin-top: 1.5em;
}

ul.tick-list {
  list-style: none;
  font-size: .9em;
}

ul.tick-list li {
  padding-bottom: 0.25em;
}

ul.tick-list li:before {
  content: '✓';
  margin-right: 1em;
}


ul.list-no-style {
  list-style-type: none;
  margin-left: 0;
}

.fa-chevron-right, .fa-plus {
  color: #d4d4d4;
}

div.max-width-restrictor {
  max-width: 1400px;
  margin: 0 auto;
}

div.max-width-restrictor-content {
  max-width: 1399px;
  overflow: hidden;
  margin: 0 auto;
}

div.max-width-restrictor-content-less {
  max-width: 1000px;
  margin: 0 auto;
}


.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-grey {
  color: #a9a9a9;
}

.text-red {
  color: red;
}

.text-f1f1f1 {
  color: #f1f1f1;
}

.max-width-1000 {
  max-width: 1000px !important;
}

.max-width-300 {
  max-width: 300px !important;
}

.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.vertical-middle {
  vertical-align: middle;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.flex-container {
    display: flex;
    align-items: center; /* Vertical center alignment */
    justify-content: center; /* Horizontal center alignment */
}

@media screen and (max-width: 1025px) {
  .flex-container {
      display: block;
  }
}

.italics-text {
  font-style: italic;
}

.content-container {
  overflow: hidden;
}

.width-full {
  width: 100%;
}

p {
  margin: 0;
}

.max-width-25 {
  max-width: 25em;
}

.max-width-22 {
  max-width: 22em;
}

.font-weight-light {
  font-weight: lighter;
}

p.bold {
  font-weight: bold;
}


ul, ol, dl {

    margin-bottom: 0rem
  }
.minor-padding-bottom {
  padding-bottom: .5em;
}

.content-padding-top {
  padding-top: 2em;
}

.content-container a:visited, .content-container a:active, .content-container a:hover, .content-container a {
  /* color: blue !important;
  text-decoration: underline; */

}
.content-banner-3 a:visited, .content-banner-3 a:active, .content-banner-3 a:hover, .content-banner-3 a {
  color: #414043 !important;

}

.max-width-admin {
  max-width: 1000px;
}


.content-padding-bottom {
  padding-bottom: 2em;
}

.background-gray {

  margin: 0 2em 0 2em;
}

.content-banner {
  /*
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  */
}

h1.page-title{
  font-size: 2.25em;
  margin-bottom: .5em;
}

h2.home-page-title {
  margin-bottom: .5em;
  line-height: 1.3em;
  font-size: 3em;
  max-width: 16em;
  margin: 0 auto;
}

p.home-page-title-sub {
  font-size: 1.1em;
  line-height: 1.4em;
   max-width: 40em;
  margin: 0 auto;
}


/* Pagnation */
div.pagnation-nav {
  margin: 2em 0 1em 0;
}

div.pagnation-nav li {
  display: inline-block;
  margin: 0 0.5em 0 0.5em;
}

div.pagnation-nav li.active a {
  text-decoration: underline;

}

@media screen and (max-width: 700px) {
  #trackingForm div.input.text {
      width: 100% !important;
  }

  .logo_footer {
    width: 80%;
  }

  h3.header-index {
    font-size: 1.5em !important;
  }

}

.text-color-blue-sub {
  color: #0097CE;
  font-size: 2em;
  margin-bottom: .5em;
}

.text-color-blue-sub-small {
  color: #0097CE;
  font-size: 1.25em;
  margin-top: 1em;
}

.text-color-blue {
  color: #0097CE;
  font-size: 2.25em;
}

@media screen and (max-width: 1200px) {
  .text-color-blue {
    font-size: 2em;
  }
}

a.play-badge > img {
  width: 150px;
  margin-top: 1em;
}

/* PHONE */
@media screen and (max-width: 550px) {

  div.max-width-restrictor, div.max-width-restrictor-content {
    padding-left: .5em !important;
    padding-right: .5em !important;
  }

  .social-media-badge {
    width: 100%;
    text-align: center !important;
    padding-bottom: 1em;
  }

  .social-media-badge img {
      margin: inherit !important;
      margin: 0 auto !important;
      margin-bottom: .5em !important;
  }

  .social-media-badge img {
    display: block;
    text-align: center;
  }
}

/* TABLET */
@media screen and (max-width: 1025px) {
  .vertical-align {
      display: inline-block;
  }

  .textwidget p {
    font-size: .8em;
  }

  #contact-form {
    max-width: 100% !important;
  }

  .margin-top-3-tablet {
    margin-top: 3em !important;
  }

  .margin-bottom-3-tablet {
    margin-bottom: 3em !important;
  }

  .social-media-badge {
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
    padding-bottom: 1em;
  }

  .social-media-badges > img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }

  .social-media-badges {
    margin-top: 3em;
  }

  form {
    padding: 0 0 5em 0;
  }



  .text-right {
    text-align: center !important;
  }
}

/* DESKTOP lower res */
@media screen and (max-width: 1920px) {
  div.max-width-restrictor-content, div.max-width-restrictor {
    padding-left: 2em;
    padding-right: 2em;
  }


}

@media screen and (max-width: 550px) {

  div.max-width-restrictor-content, div.max-width-restrictor {
    padding-left: 1em;
    padding-right: 1em;
  }

 }



/* ---------------- style_header ---------------- */
div.header-container {
  padding-top: .5em;
  padding-bottom: .5em;
}

div.header-nav-container {
  display: inline-block;
  float: right;
  margin-top: 1em;
}


div.header-logo-container {
  display: inline-block;
}



header {
  background-color: #FFFFFF;
  height: auto !important;
  box-shadow: none;
  padding: 0;
}

table tr th {
  border-bottom: 0px !important;
  color: #586893 !important;
}

table .table-emphasis {
  color: black !important;
}

div.round-circular-phone {
  background-color: #fa5c2e;
  color: white;
  border-radius: 50%;
  padding: 1em;
  text-align: center;
}

div.round-circular-phone i, div.round-circular-email i {
  width: 1.5em;
  height: 1.5em;
  font-size: 1.5em;
}

div.round-circular-email {
  background-color: #47C1B7;
  color: white;
  border-radius: 50%;
  padding: 1em;
  text-align: center;
}

p.contact-type {
    font-size: 1.5em;
    margin-top: .5em;
}

p.contact-detail {
  color: grey;
}

p.contact-description {
  color: grey;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 2em;
}


.color-accent {
  color: #4EC0B6;
}

div.contact-phone .fa-map-marker {
  color: white;
}

.textwidget {

}

.icon-background1 {
  color: #fa5c2e;
}

.icon-background2 {
  color: #47C1B7;
}

.header-logo-text, .footer-logo-text {
  display: inline-block;
  vertical-align: middle;
}

.header-logo {
  overflow: hidden;

}

 .header-logo-text h1,h3 {
  font-weight: normal;
  line-height: normal;
  padding: 0;
  margin: 0;

}


#map {
  height: 25em;
}

/* Always set the map height explicitly to define the size of the div
    * element that contains the map. 
   #map {
     height: 20em;
     margin-top: 7em;
     width: 90;
     text-align: center;
   }*/

.my-custom-class {
  color: #0097CE;
}

.header-logo-text h1 {
  font-size: 1em;
  margin-bottom: -.2em;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  color: #2070c5 !important;
  letter-spacing: -1px;

}

.footer-logo-text h1 {
  font-size: 1em;
  margin-bottom: -.2em;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  color: #A3A3A3 !important;
}

.header-logo .header-logo-text h3 {
  font-size: 1em;
  color: #414043;
  margin-left: .1em;
  text-align: right;
}

header img.logo {
  max-width: 16em;
}

div.banner {
  text-align: right;
  margin-top: .5em;
}


div.banner img {
  vertical-align: middle;
  width: 2em;
  margin: 0;
  border: 2px solid #cbcbcb;
  padding: 0;
}

/* TABLET */
@media screen and (max-width: 1025px) {

  .header-logo {
    padding: .5em 0 .5em 0;
  }
  .header-logo .columns {
    text-align: center;
  }

  div.banner img {
    width: 2em;
  }


}





/* PHONE */
@media screen and (max-width: 550px) {


.footer-contact-link {
  font-size: 1.3em !important;
}

span.content-image-circle-bg {
  width: 12em;
  height: 12em;
  line-height: 12em;
}

.content-image {
    max-width: 8em;
    margin-left: 0;
}


  .header-logo-text {
    text-align: center !important;
    width: 100%;
    margin-top: -1.25em;
  }

  div.banner img {
    margin: 0 0 .5em 0;
  }

  div.banner {
    margin-top: 0em;
}

  div.circle-nav {
    margin-right: .75em !important;
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
  }



}

@media screen and (max-width: 1160px) {

  .navbar-action-expand {
    display: block !important;
  }

  ul.navbar-nav {
    display: none;
    text-align: left !important;
  }

  /* toggle phone / desktop navigation */
  ul.phone {
    display: block !important;
    max-height: 0;

  }

  nav ul.desktop {
    display: none !important;
  }

  ul.nav li {
    width: 100%;
    /*border-bottom: 2px solid #414043; */
    text-align: left;
    padding-left: 0em !important;
    padding-right: 0em !important;
    padding-top: 1.25em !important;
    padding-bottom: 1.25em !important;

  }


}


/* ---------------- style_navigation ---------------- */
ul.nav {
  text-align: center;
  background-color: #FFFFFF;
  margin: 0 !important;
  border-top: 1px solid #FFFFFF;
  color: #414043;
}

ul.navbar-nav {
  overflow: hidden;
  transition: max-height 0.75s;
}

ul.nav li {
  display: inline-block;
  font-size: .9em;
  text-transform: uppercase;
  padding: .5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

ul.nav li {
    font-weight: bold;
}

ul.nav li:hover {
  color: #0097ce;
}

ul.nav li:active {
  color: #d44e79;
}

nav a, nav a:hover, nav a:visited, nav a:active {
  color: #414043;
}

ul.phone a, ul.phone a:hover {
  color: #414043;
}

div.circle-nav {
  width: 20px;
  height: 20px;
  line-height: 20px;

  border-radius: 50%;
  behavior: url(PIE.htc);
  display: inline-block;
  margin-right: .25em;
  color: #414043;
  background-color: #a5a5a5;
  font-weight: bold;
  text-align: center;
}

.navbar-action-expand {
  text-align: right !important;
  margin: 0 !important;
  padding: 0 !important;
  display: none;
  line-height: normal;
}

.navbar-action-expand:hover {

}

.navbar-action-expand img {
  width: 1.5em;
}

#toggle-nav-close {
    display: none;
}

/* toggle phone / desktop navigation */
ul.phone {
  display: none;
  margin-top: 1em !important;
}

nav ul.desktop {
  display: block;
}


/* ---------------- style_footer ---------------- */
footer {
    background-color: #252525;

    font-size: .9em;
}

footer i {
  color: #505050 !important;
}

widget-contact-details i {

}

div.country-flags img {
  margin: .25em;
}


p.footer-action, p.footer-action-2 {
  color: #A8A8A8;
  text-transform: uppercase;
  text-align: center;
}

p.footer-action {
  margin-top: 2em;
  font-weight: 600;
  font-size: 1.25em;
}

p.footer-header {
  font-size: 2em;
  color: #01729c;
  margin-bottom: .25em;
}

footer a:visited, footer a:active, footer a:hover, footer a {
  color: #696969;

}

.footer-content {
  margin-bottom: 1em;
}

h3.widget-title {
  text-align: left !important;
  color: white;
  font-size: 1.05em;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.footer-contact-link {
  display: inline-block;
  font-size: 1.6em;
  text-decoration: underline;
  margin-bottom: .5em;
}

.footer-contact {
  padding-top: 3em;
  width: 100%;
  padding-bottom: 2em;
}


p.copyright {
  color: grey;

  font-size: 0.8em;
}
.foot-contact-link-container {
  width: 100%;
}

.widget-contact-details > div {
  margin-bottom: .25em;
}

.header-btn-link {
  color: #0097ce;
  max-width: 175px;
  padding: 7px 3px 7px 3px;
  font-size: 20px;
  text-align: center;
  border-radius: 2px;
  border: 2px solid #0097ce;
  margin: 0 auto;
  margin-top: 1em;
}

.header-btn-link:hover {
  background-color: #0097ce;
  color: white;
}

/*
.header-btn-link {
  color: #FAFAFA;
  max-width: 175px;
  padding: 7px 3px 7px 3px;
  font-size: 20px;
  background-color: #0097ce;
  text-align: center;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 1em;
}
*/

.footer-btn-link {
  color: #0097ce;
  max-width: 175px;
  padding: 7px 3px 7px 3px;
  font-size: 20px;
  text-align: center;
  border-radius: 2px;
  border: 2px solid #0097ce;
  margin-top: 1em;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-btn-link:hover {
  background-color: #0097ce;
  color: white;
}


.footer-btn-link:hover, .header-btn-link:hover {
  opacity: 1;
}


footer hr {
  margin-top: 4em;
  height: 1px;
}

footer h1 {
  font-size: 1.5em !important;
  padding-left: .5em !important;
}

div.row.footer-content {
  color: grey;


}

div.row.footer-content p {
  margin: 0;
  padding: 0;
}


div.contact-table table {
  background-color: inherit;
}

div.contact-table table tr {
  border: none;
}

div.contact-table table tr td {
  color: #a9a9a9;
  padding: .15em;
}

div.contact-table table tr td:not(.key) {
  text-decoration: underline;
}

footer td.key {
  color: #a9a9a9 !important;
  width: 5em;
}

div.information p{
  font-size: 0.875rem !important;
}

footer div.logo img {
  width: 7em;
  vertical-align: middle;

}

footer div.final-info {
  background-color: #3a393c;
  text-align: center;
}

footer div.final-info p {
  display: inline-block;
  padding: .5em 0 .5em 0;
  margin: 0 1em 0 1em;
  color: #7f7f7f;
  font-size: 0.875rem;
}

div.footer-content-header div, h1 {
  display: inline-block;
}

div.circle-footer {
  margin-right: .75em !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  background: #3a393c;
  color: #D4D4D4;
  border-radius: 50%;
  behavior: url(PIE.htc);
  margin-right: .25em;
  font-weight: bold;
  text-align: center;
}

.container {
    min-height: 63.15%;
}


.footer-content .fb img {
  padding-left: .5em;
}

.logo_footer {
  max-width: 70%;
}


/* TABLET */
@media screen and (max-width: 1025px) {
  #googleMap1 {
    display: none;
  }

  footer div.footer-content .columns {
    margin: 0 auto;
    float: none !important;
  }

  footer div.final-info p {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  footer div.final-info {
    padding: 1em 0 1em 0;
  }

  div.social-links {
    margin-top: 4em;
    text-align: left;
  }


  .sitelist {
      text-align: center !important;
  }

  .sitelist h1 {
    width: 100%;
    padding-left: 0 !important;
    padding-top: 1em;
    margin-bottom: .5em;
  }



  #map {
    margin-top: 1em;
  }

}

/* PHONE */
@media screen and (max-width: 550px) {
  header img.logo {
    margin: .5em 0 .25em 0;
    max-width: 15em;
  }

  .text-color-blue {
    font-size: 1.5em;
}

  h2.content-header-2 {
    font-size: 2em !important;
  }


}

@media screen and (max-width: 750px) {

  div.tracking-indicator {
    display: none;
  }

  h2.home-page-title {
    font-size: 1.7em !important;
  }

  p.home-page-title-sub {
    font-size: .9em !important;
  }


}

@media screen and (max-width: 1025px) {

  footer img.logo {
    margin-right: 0.5em;
  }

  #tracking-form div.input {
    width: 70% !important;
  }


}

@media screen and (max-width: 1025px) {

  h2.home-page-title {
    font-size: 2.25em;
  }

  p.home-page-title-sub {
    font-size: 1em;
  }

  .mobile-margin-top-3 {
    margin-top: 3em;
  }

  .mobile-margin-top-2 {
    margin-top: 2em;
  }

  .mobile-margin-bottom-2 {
    margin-bottom: 2em;
  }

  .mobile-margin-bottom-3 {
    margin-bottom: 3em;
  }

  .mobile-margin-bottom-1 {
    margin-bottom: 1em;
  }


  h3.widget-title {
margin-top: 2em;
  }



}


/* DESKTOP */
@media screen and (min-width: 1025px) {

  footer div.logo img {
    margin-top: 1.5em;
  }

  .desktop-margin-top-4 {
    margin-top: 4em;
  }

}

div.rectangle-shape {
  background-color: #dfdfdf;
  display: inline-block;
  margin: 0 auto;
  padding: 1em;
  padding-left: 1.75em;
  padding-right: 1.75em;
  text-align: center;
  border-radius: 3px;
}

.download-app {
  background-color: #F5F5F5;
  padding: 2em;
}

/* ---------------- style_content ---------------- */


div.background-white {
  background-color: white;
}

div.content-inner-padding {
  padding: 1.5em 2em 2em 2em;
}

div.content-padding-inside {

}

div.content-card {

  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

div.content-inner-container {
  max-width: 700px;
  margin: 0 auto;
}

div.content-inner-table {
  max-width: 800px;
  vertical-align: middle;
}

table {
  margin-bottom: 0;
}

table .key {

}

p.description-text {
  font-size: .8em;
  color: grey;
  padding-top: .5em;
}

table th {
  color: #6883C1 !important;
  border-bottom: 2px solid #6883C1 !important;
}

h1.main-header {
  margin-left: .3em;
}

h1.page-header {
  font-size: 2em;
  color: white;
  line-height: normal;
  margin: 0;
}

h2.page-header {
  font-size: 1.75em;
  color: #d4d4d4;
  line-height: normal;
  margin: 0;
}

.content-banner-2 {
  overflow: hidden;
  padding: 2em 0 3em 0 !important;
/*  border-bottom: 1px solid rgb(224, 224, 224);
  border-top: 1px solid rgb(224, 224, 224); */
  background-color: #F5F5F5;
}



.content-banner-5 {
  overflow: hidden;
  padding: 12em 0 12em 0 !important;
  background-color: #EFEFEF;
  background-image: linear-gradient( rgba(65,64,67, 0.5), rgba(65,64,67, 0.5) ),url('../img/photo-1521993225894-b506a694ae66.jpg');
  background-position: center;

  background-repeat: no-repeat;
  background-size: cover;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-banner-5 p {
  color: white;
  font-size: 1.1em;
}

.content-banner-2 hr {
  border-color: #989898;
}

.content-banner-header {
  color: #414043;
  font-size: 2em;
  padding: 2em 0 .75em 0;
}

section.container.page-wrapper {
  background-color: #FFFFFF;
}



/* banner */
div.content-banner {
  /*border-bottom: 8px solid #414043;*/
  padding: 12em 0 12em 0;

}

@media screen and (max-width: 825px) {
  div.content-banner {
    padding: 6em 0 6em 0;

  }

  .content-banner-5 {
    background-image: linear-gradient( rgba(65,64,67, 0.35), rgba(65,64,67, 0.35) ),url('../img/photo-1521993225894-b506a694ae66 - Copy.jpg') !important;
    background-attachment: scroll !important;
  }

}

.banner-index-page {

  padding-top: 4em;
  padding-bottom: 4em;
  margin: 0 auto;
  max-width: 50em;
/*background-color: #F5F5F5;
  background-image: linear-gradient( rgba(65,64,67, 0.35), rgba(65,64,67, 0.35) ),url('../img/bash-carlos-709982-unsplash.jpg');
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;*/
}

.banner-faq-page {
  background-image: /* top, transparent black, faked with gradient */ linear-gradient( rgba(65,64,67, 0.5), rgba(65,64,67, 0.5) ),
  /* bottom, image */ url('../img/manila-streets-night.');
    background-position: center;
}

.bannder-header {
  .banner-faq-page {
    background-image: /* top, transparent black, faked with gradient */ linear-gradient( rgba(65,64,67, 0.5), rgba(65,64,67, 0.5) ),
    /* bottom, image */ url('../img/manila-2791486_1920.');
      background-position: center;
  }
}


.content-text-lighter {
  color: #414143;
}

.content-banner .banner-img img {
  float: right;
  position: absolute;
  right: 20%;
  top: 18.30em;
}

h1.content-banner {
  line-height: normal;
  font-size: 1.5em;
  color: #414043;
  color: #FFFFFF;
  margin-top: 40px;
  margin: 0 auto;
  font-weight: 300;
  margin-right: 0.5em
}

h1.content-banner.emphasis {
  font-weight: 500;
  color: #FFFFFF;
}

.margin-right-3 {
  margin-right: 0.3em !important;
}

.margin-left-2 {
  margin-left: 0.2em !important;
}

.margin-0 {
  margin: 0 !important;
}

p.content-banner, p.content-banner-grey {
  color: #F1F1F1;
  margin: 0;
  font-size: 2em;
}

p.content-banner-grey {
  color: #a9a9a9;
}

img.banner-image {
  max-width: 25em;

}

img.banner-image-app {
  max-width: 100%;


}



div.index-page-content {
  padding: 0;
  margin-top: 3em;
  margin-bottom: 3em;
}


img.tracking-image-app {
  max-width: 17em;
  margin: 0 auto;
  margin-top: 3em;
  display: block;
}

td.section-position p {
  font-weight: bold;
  color: #01729c;
    margin-top: .5em;

}

td.section-position {
 border-bottom: 0px !important;
 padding-bottom: 0em;
 padding-top: 1em;
}

@media screen and (min-width: 1025px) {



}

@media screen and (max-width: 1025px) {



  img.banner-image-app {
    max-width: 50%;
  }

  .desktop-only {
      display: none;
  }

  .mobile-only {
    display: inline;
  }

}



@media screen and (max-width: 700px) {

  span.dot-right-map {
    bottom: 3em !important;
    right: 2em !important;
    height: 7em !important;
    width: 7em !important;
  }

  .dot-right p.dot-text {
    font-size: .75em !important;
  }



  img.banner-image-app {
    max-width: 80%;
  }
}

.content-banner-1 {

  margin-bottom: 3em !important;

}

.services-container {
  height: 100%;
}

.services-column i {
  color: #0097ce;
  margin-left: 1em;
}

.services-column p {
  margin: 0 auto;

}

.services-column {
    padding: 0;
    margin-bottom: 2em;

}

.social-media-badge img {
  max-width: 50px;
  border: 2px solid #cbcbcb;
  margin-right: .5em;
}

.social-media-badge {
  font-size: 1em;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 1em;
  margin-left: 1em;
}

.shipment-table {
  text-align: center;
  background-color: transparent;
  margin:auto;
  margin-top: .5em;
}

.shipment-table td  {
border-bottom: 1px solid #c6c6c6;

}

.tracking-history-table td {

  border-bottom: 1px solid #e5e5e5;

}

.shipment-table p.shipment-detail {
  font-size:0.875rem;
}

.shipment-table p.shipment-name {
  font-size: 1.1em;
}

img.container-icon {
  max-width: 3.5em;
}


.shipment-icon {
  width: 3.5em;
}

.shipment-table tr:nth-of-type(even) td {

}

.shipment-table tr:nth-of-type(odd) td {

}

.delivery-table {
  text-align: center;
  background-color: transparent;
  margin:auto;
  margin-top: .5em;
}

.region {
  padding-left: 1.1em;
}

.delivery-table td {
border-bottom: 1px solid #f1f1f2;
}

.delivery-table td.time-frame {
  text-align: right;
}



.delivery-table tr {
  border-bottom-color: transparent;
}

.content-banner-1 table {
  background-color: #FFFFFF;
}

.shipment-table {
 background-color: #f0f0f1 !important;
  background: #f0f0f1 !important;
}

.shipment-table tr {
 background-color: #f0f0f1 !important;
  background: #f0f0f1 !important;
}




.banner-emphasis {
  color: #414143;
  font-size: 6em;
  display: inline-block;
  margin-left: 0.5em;
  position: relative;
  top: 50%;
  transform: translateY(-15%);
}

input, textarea {
  box-shadow: none !important;
}
.content-container-restrictor {
  max-width: 500px;
  margin: 0 auto;
}

h2.content-header {
  color: #414043;
  font-size: 1.5em;
  margin-bottom:0.5em;
}

h2.content-header-2 {
  color: #414043;
  font-size: 2em;
  font-weight: 300;
}

.content-banner-2 h2 {
  color: black;
  font-size: 2em;
  font-weight: 300;
}

hr.accent-line {
  border-color: #d44e79;
  max-width: 60px;
  margin: 0 auto;
  margin-top: 0.5em;
  margin-bottom: 2em;
  border: none;
  height: 3px;
  background-color: #d44e79;
}

hr.accent-line-left-align {
  border-color: #d44e79;
  width: 60px;
  margin-top: 0.5em;
  margin-bottom: 2em;
  border: none;
  height: 3px;
  background-color: #d44e79;
}

.content-banner-2 .sub-banner-text {
  color: black;
}

.content-banner-2 .banner-text {
  color: #545454;
}

.content-banner-1 p {
  margin-bottom: 0;
  font-size: 0.875em;
}

.content-banner-1 i {
      text-align: center;
   display: inline-block;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  line-height: 30px;
  border: 2px solid #0097ce;
  padding: 0.5em 0.5em;
  margin-bottom: 0.5em;
}

.content-banner-1 h4 {
  color: #414043;

}

p.banner-text {
  color: grey;
  font-size: 1.25em;
}

.sub-banner-text {
  color: black;
  font-size: 1.25em;
}

p.next-shipment-name {
  margin-top: .25em;
  font-size: 3em;
  color: #fa5c2e;
}

p.next-shipment-description {
  color: #545454;
}

@media screen and (max-width: 1025px) {
  p.next-shipment-description {
    margin-bottom: 3em;
  }

  h1.content-banner {
    font-size: 1em;
  }

  div.img-description {
    width: 100%;
  }

  p.box-image-text, p.box-image-text-main {
    text-align: center !important;
  }
}

p.box-image-text {
  color: #414143;
}

p.box-image-text-main {
  font-size: 1.25em;
  color: #414143;
}

p.box-image-text-disclaimer {
  color: #bdbdbd;
  font-style: italic;
  margin-top: 1em;
  font-weight: 300;
}


ul.shipment-date-list {
  list-style-type: none;
  text-align: right;
  margin-right: 0.5em;
  font-size: 1.25em;
  margin-bottom: 1em;
  color: #414143;
  display: inline-block;
}

li.next-shipment {
  color: #fd5b20 !important;
  font-weight: bold;
}

ul.shipment-date-list li {
  color: #a9a9a9;
}

.content-inner-container a, .content-inner-container a:hover,
 .content-inner-container a:visited, .content-inner-container a:active {
    color: #414043;

  margin: 0;
  display: inline-block;

}

.fa-arrow-left {
  color: #545454;

  -webkit-text-stroke: 4px white;
}

.social-media-badge a, .social-media-badge a:hover,
.social-media-badge a:visited, .social-media-badge a:active {
  color: #414043;

  margin: 0;
  display: inline-block;

}




p.image-caption {
  color: grey;
  max-width: 500px;
  margin: 0 auto;
}

.banner-less{
  padding: 4em 0 1em 0 !important;
  background-image: /* top, transparent black, faked with gradient */ linear-gradient( rgba(65,64,67, 0.5), rgba(65,64,67, 0.5) ),
   /* bottom, image */ url('../img/Manila_skyline_day.') !important;
   background-position: center !important;
}

/* card view */
.card {

  /* background-color:  white;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); */

  left: 0;
  top: 0;
}

.card-content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 2;
  color: #414043;
  height: 18em;
  padding: 0 2.5em 0 2.5em;
}

.card-content img {
  max-width: 100px;
}

.card-content h5 {
  margin-top: 1em;
  color: #6883C1;
  color: #414043;

}



/* final row */

.content-banner-3 img {

    height: auto;
    margin-top: 0;
}

.content-banner-3 {
  margin: 2em 0 2em 0;
}

.emphasis-text {
  color: #414043;

}

.sub-text {
  font-size: 1.5em;
}
/* ---------------- style_tracking ---------------- */


/* Updated styling July 2025 */

table.shipment-tracking-table td {
 padding: 0;
 font-size: .9em;
}


.tracking-companion-image {
  width: 100%;
  display: inline-block;
  position: relative;
}

.italic {
  font-style: italic;
  color: #bbb;
  font-size: .85em;
}
span.dot {
  height: 6em;
  width: 6em;
  background-color: #d44e79;
  color: white;
  border-radius: 50%;
  position: absolute;
  left: 3em;
  bottom: 3em;
   display: flex; /* or inline-flex */
  align-items: center; 
  justify-content: center;
}

span.dot-right {
  height: 7em;
  width: 7em;
  background-color: #d44e79;
  color: white;
  border-radius: 50%;
  position: absolute;
  right: 3em;
  bottom: 1.5em;
   display: flex; /* or inline-flex */
  align-items: center; 
  justify-content: center;
}

span.dot-right-map {
  bottom: 5em;
  right: 5em;
  height: 9em;
  width: 9em;
}

span.dot-right-map p {
  font-size: 0.85em !important;
}

.padding-bottom-5 {
  padding-bottom: 5em;
}

.dot-text {
  font-size: .8em;
  line-height: 120%;
  font-weight: normal;
}

span.dot-right-map p {
  font-size: .75em;

}

h3.header-index {
  font-size: 2.7em;
  color: #0097CE;
}
td.border-bottom {
  border-bottom: 1px solid #bbb;
  padding-bottom: 2em !important;
}

span.current-status, span.completed-status, span.uncompleted-status {
  margin: 0 auto;
  display: block;
  margin-bottom: -1px;
}

.icon-background-inactive {
  color: #E0E0E0;
}

.vl-parent {
   overflow: hidden;
  position: relative;
}

.vl {
  background-color: #E0E0E0;
  width: 5px;
  display: block;
  margin: 0 auto;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.vl.active {
  background-color: #7ECF2C;
}

td.spacer {
 height: 2em;
}

.icon-background {
  color: #d7d7d7;
}




.icon-background {
  color: #d7d7d7;
}

.icon-background-active {
  color: #7ECF2C;
}



.icon-background-grey {
  color: #efefef;
}

.icon-background-red {
  color: #ff7f7f;
}


.status-date {
  color: grey;
}

p.shipment-title{
  margin-left: 0.8em;
  margin-top: .8em;
  margin-bottom: .25em;
  font-weight: bold;
}

div.tooltip-box {
  padding: 2em 2em 4em 2em;
  background-color: #f1f1f1;
  border: 1px solid #d8d8d8;
  margin: 4em 0 2em 0;
}

#trackingForm input[type="submit"] {
  background: #0097ce;
  display: inline-block;
  margin: 0;
  border-radius: 0px;
  padding: .9em 1em .9em 1em;
  text-transform: uppercase;
}

#trackingForm input[type="text"] {
  text-transform: uppercase;
  height: 3em;
  font-size: 1em;
  display: inline-block;
  background: #f3f4f8;
  border-width: 0px;
}

#trackingForm input[type="text"]::placeholder {
  /*color: #58595B; */
}

#trackingForm div {
  display: inline-block;
}

p.tracking-label-no-result {
  color: #58595B;
  font-size: 1.5em;
}

p.tracking-label {
  color: #58595B;
  margin-bottom: .5em;
}

p.divider {
  display: inline-block;
  margin: 0 .5em 0 .5em;
}

#trackingForm div.input.text {
    width: 80%;
  }

div.branding-logo img {
  max-width: 5em;
  margin: 0 .25em 0 0;
}

div.branding-logo-in-text img {
  max-width: 2em;
}

div.tracking-result-container {
  background-color: #FFFFFF;
  max-width: 60em;
}

div.tracking-container {
  background-color: #FFFFFF;
  max-width: 40em;
}

div.breadcrumbs {
  background-color: #fafafa;
}

div.tracking-content {
  margin: 0 1em 0 1em;
}

div.admin-paginator li {
  list-style-type: none;
  display: inline;
}

div.admin-paginator li:first-of-type {
  margin-right: 1.5em;
}

div.admin-paginator li.disabled a {
 color: grey;
 opacity: 0.5;
}

div.pagination-prev-next {
  display: inline-block;
}

div.pagination-first-last {
  display: inline-block;
  margin-left: 1.5em;
  padding-left: 1.5em;
  border-left: 2px solid #e5e5e5;
}

div.pagination-page-of {
  display: inline-block;
  margin-left: 1.5em;
  padding-left: 1.5em;
  border-left: 2px solid #e5e5e5;
}

div.pagination-count {
  display: inline-block;
  margin-left: 1.5em;
  padding-left: 1.5em;
    border-left: 2px solid #e5e5e5;
}

#admin-search-form {
  margin-left: 3em;
}

#admin-search-form div.input {
  display: inline-block;
}

#admin-search-form div.submit {
    display: inline-block;
}

#cargo, #customer {
  width: 30em;
  margin-right: 1em;
}

#admin-search-form label {
  display: none;
}

#tracking-form input {
  margin-top: 1em;
}

#tracking-form div.input {
  display: inline-block;
  width: 50%;
}

#tracking-form label {
  visibility: hidden;
  height: 0;
}

#tracking-form {
  text-align: center;
}

#tracking input {
  width: 30em;
}

#tracking-form .submit input {
  background-color: #414043;
  margin-left: 1em;
}

#tracking-form div.submit {
    display: inline-block;
}

.color-grey {
  color: grey;
}

.color-white {
  color: white;
}

.color-red {
  color: red;
}

div.tracking-back .submit input {
  background-color: #414043;
}

#tracking-form label:after {
  content: '';
}

div.tracking-back input {

}

div.tracking-stage {
  color: #bebebe;
  min-width: 140px;
  border-bottom: 2px solid #bebebe;
}

div.tracking-stage.tracking-active {
  color: #fa5c2e;
  border-bottom: 2px solid #fb8c6c;
}

div.tracking-stage p {
  margin-top: .5em;
  margin-bottom: .5em;
}



div.tracking-summary {
  max-width: 700px;
  margin: 0 auto;
  padding: 1.5em 0 1em 0;
}

.font-size-2 {
  font-size: 2em;
}

.font-size-2-5 {
  font-size: 2.5em;
}

div.tracking-summary td.text-right {
  font-weight: bold;
}


table.tracking-history-table td {
  font-weight: 400;
  text-align: left;
}

td.indicator {
  width: 30px;
}
.fixed-width-150 {
  min-width: 150px;
}

.fixed-width-115 {
  min-width: 115px;
}

/* ---------------- style_faq ---------------- */
div.faq-content {
  max-width: 800px;
  margin: 0 auto;
}

div.question, div.answer {
  width: 100%;
}

div.answer {
  margin-bottom: 3em;
}

p.question {
  margin-bottom: 0.5em;
  font-size: 1.025em;
}

p.answer{
  color: grey;
  vertical-align: middle;
}

ul.answer li {
  color: grey;
}


/* ---------------- style_contact ---------------- */

img.about-image {
 
  margin: 0 auto;
}

div.input label {
  font-size: 1em;
  color: #414043;
  font-weight: inherit;
  margin-left:
}

#phone {
  margin-bottom: 1em;
}

.submit input {
  background: #0097CE;
  color: white;
  padding: .5em 1em .5em 1em;
  border: none;
  font-size: 1em;
  font-weight: inherit;
  margin-top: 2em;
  border-radius: 2px;
}



input[type="phone"],
input[type="address"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875rem;
    height: 2.3125rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear,background 0.15s linear;
    -moz-transition: border-color 0.15s linear,background 0.15s linear;
    -ms-transition: border-color 0.15s linear,background 0.15s linear;
    -o-transition: border-color 0.15s linear,background 0.15s linear;
    transition: border-color 0.15s linear,background 0.15s linear;
}

input[type="address"] {
  width: 100%;
}


p.form-terms{
  margin: 0 0 1em 0;
}

.form-navigation-btn {
  margin: 0 auto;
  display: inline-block;
  margin-top: 3em;
  background: #414043;
  color: white;
  padding: .5em 1em .5em 1em;
  border: none;
  font-size: 1em;
}

.center-banner-text {
  max-width: 70em;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em;
}

#contact-form {
  max-width: 100%;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #e5e5e5;
}

#contact-form label {
  font-weight: bold;
  color: black;
  font-size: .8em;
  padding-bottom: .25em;
  padding-left: .25em;
}

#contact-form .submit input {
  border: 3px solid #0097ce;
  background: none;
  color: #0097ce;
  border-radius: 2px;
  padding-left: 2em;
  padding-right: 2em;
}

#contact-form .submit input:hover {
    background: #0097ce;
    color: white;
}

/* ---------------- style_admin ---------------- */
div.admin-container {
  background-color: #D4D4D4;
  overflow: hidden;
  display: flex;
 display: -webkit-flex;
 flex-wrap: wrap;
}

div.admin-content {
  background-color: white;

}

div.admin-icon {
    border: 3px solid #CBCBCB;
    width: 170px;
    padding: 2em 0 2em 0;
    margin: 1em;
}

div.admin-icon p {
  margin-top: .5em;
}

div.admin-tile  {
  display: inline-block;
  margin: 1em;
  padding: 2em;
  border: 5px #CBCBCB solid;
  max-width: 15em;
}

div.admin-tile:hover {
  border: 5px #6984BF solid;
}

.admin-content img {
    max-width: 7em;
  margin-top: 1em;
  margin-bottom: -1em;
}


.add-new-tile {
  border: 3px #CBCBCB solid;
  max-width: 20em;
}

.add-new-tile p {
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

div.log-in fieldset {
  padding: 0;
}

div.log-in {
  padding-bottom: 2em;
}

legend {
  color: black;
}

fieldset legend {
    border-bottom: 0px solid #d4d4d4;
    width: 100%;
    line-height: 2rem;
    margin-bottom: .5em;
    font-weight: normal;
}

div.log-in button {
  background: #414043;
  font-weight: normal;
  padding: .5em 1em .5em 1em;
}

div.admin-logout {


  margin-top: 4em !important;
}

button.btn-search {
  background-color: #414043;
  padding: .5em 1em .5em 1em;
  border-radius: 2px;
}

div.input:not(.radio) label {
/* display: none; */
  color: grey;
  font-size: .85em;
}

.input.radio label {
  display: inline-block;
  margin: 0 1em 0 .0em;
}

.date-label {
  font-size: 0.85em;
  color: grey;
}

td.view-action {
  width: 20px;
}

table.admin_table {
  table-layout: inherit;
}

div.customer-form div.submit {
 text-align: left;
}




/* ADMIN _ STYLING */

/* SiDE BAR STYLING */

div.admin-navigation {
  background-color: #D4D4D4;
  min-height: 100vh;
  padding-top: 1em;

}

div.admin-navigation-item {
  padding: 1.5em 0 1.5em 0;
  text-align: center;
  background: #F5F5F5;
  width: 7em;
  height: 7em;
  margin: 0 auto;
  display: inline-block;
  font-size: .75em;
  margin-right: 1em;
}

div.admin-navigation-item p {
  margin-top: 0.5em;
    font-size: 1em;
    font-weight: bold;
}

.admin-navigation-footer .fa {
  color: #cecece;
}

.admin-navigation-footer p {
  color: #cecece;
}

.admin-navigation-footer .active .fa {
  color: #fd5b20;
}

.admin-navigation-footer .active p {
  color: #fd5b20;
}

.admin-navigation p {
  color: #949494;
  font-weight: bold;
  margin-top: .5em;
}



div.logout {
  margin-top: 1.4em;

}

a.logoutLink {
    background: grey;
  padding: 0.7em 1.1em 0.7em 1.1em;
  font-size: .9em;
  color: white;
}

/* ADMIN Content styling */
div.admin-content {
  padding: 0;
}

div.admin-header {
  margin-top: 2em;
  margin-left: 1em;
}

div.admin-header h1 {
  text-transform: uppercase;
  color: #414043;
  font-weight: 300;
  font-size: 1.5em;
  margin-left: 1.3em;
}

.message {
  background-color: #D33C44;
  color: white;
}

table.admin-data {
  width: 100%;
}

table.admin-data td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



table.admin-data td.link, th.link {
  word-wrap: break-word;
  width: 60px;
}

/* floating action buton (material android style) */

body{
	font-size:18px;
	background-color:#252525;
}

.float{
  position: fixed;
  right: 5em;
  top: 5.8em;
  background-color:#D81A60;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
  width: 60px;
  height: 60px;
}

.my-float{
	margin-top:22px;
}

/* admin action buttons */
div.admin-actions {
  margin-top: 1em;
}

div.admin-actions p.admin-info {
  margin-top: 1em;
  font-style: italic;
  color: #7a7a7a;
}

div.admin-action-item {
  display: inline-block;
  padding: 1.5em 0 1.5em 0;
  text-align: center;
  background: #F5F5F5;
  width: 7em;
  height: 7em;
  margin: 0 auto;
  display: inline-block;
  font-size: .75em;
  margin-right: 1em;
}

div.admin-action-item p {
  font-size: 1em;
  font-weight: bold;
  color: #01729C !important;
}

div.admin-action-item:hover {

}

div.admin-action-item i {
  color: #01729c;
}

div.admin-action-item p {
  margin-top: .5em;
  color: #7a7a7a;
}

p.customer-cargo-counter {
  font-size: 3em;
  color: #0097ce;
  margin-top: .5em;
}

p.customer-cargo-count-description {
}

p.shipment-cargo-counter {
  color: #0097ce;
  margin-top: .5em;
  display: inline-block;
  font-weight: bold;
    margin-right: 1em;
}

p.shipment-cargo-count-description {
  display: inline-block;

}

div.admin-content-restrictor {
  max-width: 1000px;
  margin-left: 3em;
  margin-top: 3em;
}

div.admin-blue-btn {
  margin-top: 1em;
  padding: .35em .7em .35em .7em;
  background-color: #0097ce;
  display: inline-block;
}

div.admin-blue-btn p {
  color: white;
  font-size: 1em;
}



div.admin-delete-btn {
  margin-top: 1em;
  padding: .35em .7em .35em .7em;
  background-color: #ff3232;
  display: inline-block;

}

div.admin-buttons div.submit {
  display: inline-block;
  margin-right: .5em;
}
div.admin-delete-btn p {
  color: white;
  font-size: 1em;
}

/* add new form */

form.new-view-form {
  max-width: 1000px;
}

div.table-header {

}
/* splash action screen */
div.splash-actions {
  margin-top: 2em;
  display: inline-block;
  margin: 0 auto;
  margin-left: 3em;
  margin-top: 3em;
}

.splash-action-item {
  border: 3px solid #ccc;
  display: inline-block;
  text-align: center;
  background-color: #f1f1f1;
}

div.splash-action-item:hover {
  border: 3px solid #fb8c6c;
}

td.link i:hover {
  color: #fb8c6c;
}

.splash-action-item i {
  color: #6cd5c9;
}

.splash-action-item p {
  color: #7a7a7a;
  font-size: 1em;
}

.align-vertical-container {
  display: table;
  margin: 0 auto;
  width: 120px;
  height: 120px;
}

.align-vertical-item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* STATUS UPDATES */

tr.upcoming-status td {
  font-style: italic;
  color: #D9D9D9;
}

td.shared-status::after {
  content: " *";
}

table.all-status tr:not(.table-header) {
  border-left: 6px solid #D4D4D4;
}

tr.shipment-status {
  border-left: 6px solid #ff4b4b !important;
}

p.shipment-status-legend {
  text-align: left;
  font-size: .8em;
  padding-left: 0.75em;
  border-left: 6px solid #ff4b4b !important;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

p.status-instructions {
  font-weight: bold;
  font-size: 1.2em;
  color: red;
}

.admin-actions .tool-tip {

  color: black;
  font-size: 1.5em;
  margin-top: 2em;
}

/* Login page */
div.log-in-container {
  display: inline-block;
  padding: 2em 2em 0em 2em;
  background-color: #f1f1f1;
  margin: 4em 0 2em 0;
  text-align: left;
  }

  div.log-in-container input {
    min-width: 25em;
  }

  div.log-in-container p {
    font-size: 1.25em;
    margin-top: 1em;
  }

.shown-global {
  border-color: #fb8c6c !important;
}

input[type="date"] {
  margin-bottom: 0;
}



ol.content-list {
  text-align: left;
}

ol.content-list li {
  font-weight: lighter;
  font-size: 1.05em;
    list-style-type: none;
}



.content-banner-sub {
  font-size: 1.25em;
  color: white;
}



p.our-service-number {
  color: #0097ce;
  font-size: 2.4em !important;
  margin-right: .6em !important;

}

p.our-service-heading {
  font-size: 1.35em !important;
  margin-bottom: 0em !important;
  margin-top: .5em;
}

p.our-service-detail {
    font-size: 0.875rem !important;
    margin-bottom: .5em;
}

table.our-service-table {
  border-width: 0px;
  background-color: #F5F5F5;
  background: #F5F5F5;
}

table.our-service-table tr {
  margin-top: 1em;
  margin-bottom: 1em;
}

table.our-service-table tr:nth-of-type(even) {
  border-width: 0px;
  background-color: #F5F5F5;
  background: #F5F5F5;;
}

/* Remove default table design */
table {
  border-width: 0px;
}


table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #FFFFFF;
}


.table-header-blue {
  color: white;
  font-weight: bold;
  background: #0097ce;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 1em;
    border-radius: 1px;
}

.table-header-grey {
  color: white;
  font-weight: bold;
  background: #A5A5A5;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 1em;
  border-radius: 1px;
}

/* Customer search (admin area) */
.submit input {
  margin-top: 0em;
}

p.view-status {
  color: #0097ce;
}

.customer-search-container .columns {
  /*
  margin-left: 2.1em;
  margin-right: 2.1em;
  */
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 2em;
  background: #F5F5F5;
}

.customer-search-container {
    background: #F5F5F5;
}

.cargo-search {
  max-width: 33%;
  background: #F5F5F5;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: .85em;
  padding-right: .85em;
  margin-bottom: 2em;
}


tr.admin-data-header {
  background: #0097ce;
}

table.admin-data tr:not(tr.admin-data-header) {
  border-bottom: 1px solid #e5e5e5;
}

tr.admin-data-header a, tr.admin-data-header th {
  color: white !important;
  padding-left: 0.4em;

}



.spacer-admin {
  width: 100%;
  height: 7em;
}

.admin-container-margin {
  margin-left: 1em;
  margin-right: 1em;
}

.admin-navigation-footer {
  background: white;
  margin-bottom: 2em;
}

.admin-navigation-footer .active .fa {
  color: #01729c;
}

.admin-navigation-footer .active p {
  color: #01729c;
}

p.delivery-blurb {
  margin-top: 1em;
  font-size: .75em;
  font-style: italic;

}


a.declaration-form-button {
  background: #0097ce;
  color: white !important;
  padding: .75em -0 .75em 0;
  border-radius: 1px;
}


a.declaration-form-button:hover, a.declaration-form-button-mobile:hover  {
  opacity: 0.65;
  color: white !important;
}

a.declaration-form-button li:hover, a.declaration-form-button-mobile li:hover {
  color: white;
}

a.declaration-form-button-mobile li {
  width: auto;
}


a.declaration-form-button-mobile {
  background: #0097ce;
  color: white !important;
  padding: .75em .75em .75em .75em;
  border-radius: 1px;
}

div.2-em-spacer {
  height: 2em;
}


/*   RATES PAGE */
tr.table-row-header {
 border-bottom: 0px !important;
}

td.table-row-header {
  font-weight: bold;
  color: #01729c;
  padding-top: 1.2em;
  padding-bottom: 0em;
}

table.rates-table {
  width: 100%;
}

tr.row-border-bottom {
  border-bottom: 1px solid grey;
}

tr.table-row-content td {
  padding: 0em;
  text-align: center;
  padding-top: .3em;
  padding-bottom: .3em;
}

tr.table-row-content td:first-child {
  text-align: left;
  padding-left: 1.1em;
}

tr.table-row-content td:nth-child(2),
tr.table-row-content td:nth-child(4),
tr.table-row-header td:nth-child(2),
tr.table-row-header td:nth-child(4)

 {
  background: #F5F5F5;
}

div.why-choose-us-list {
  text-align: left;

}

div.why-choose-us-list p {
  color: #0097ce;
  font-size: 1.75em;
  text-align: left;
  margin-bottom: .6em;
}

img.balikbayan-box-dimesnions {
  max-width: 6em;
}

div.why-choose-us-list > ul > li {
  margin-top: .5em;
}

li.why-secondary {
  font-size: .85em;
}

div.rates-table-terms p {
  font-size: .7em;
  color: grey;
  padding-top: .5em;
  padding-left: .5em;
  padding-right: .5em;
}

p.right-column-header {
  color: #0097ce;
  font-size: 1.75em;
  text-align: center;
  margin-bottom: .6em;
}

div.column-right-content {
  padding-left: 1em;
  padding-right: 1em;
}

p.column-right-text {
  font-size: .8em;
}

p.contact-form-header {
  border-radius: 1px;
  margin-top: 2em;
  background: #0097ce;
  color: white;
  font-weight: bold;
  padding-left: .75em;
  padding-top: .25em;
  padding-bottom: .25em;
}

.display-none {
  display: none;
}

p.service-header {
  margin-bottom: .5em;
  padding: 0 1em 0 1em;
}

@media screen and (max-width: 700px) {
  div.rates-table-container {
   overflow-x:scroll;
  }
}

.about-us {
  font-size: .9em !important;
  padding-left: 1.75em;
  padding-right: 1.75em;
}


/*   CHART / STATS APPERANCE    */
.stats-graph {
  width: 33%;
  display: inline-block;
  margin-top: 1em;
}

p.chart-title {
  font-size: 1.2em;
  margin-bottom: 0.7em;
  font-weight: bold;
}

.stat-container {
  display: inline-block;
  min-width: 180px;
  margin-bottom: 1em;
}

p.stat-number {
  font-size: 2em;
}

.previous-recipient-suggestion button {
  background-color: #acacac;
}

.previous-recipient-suggestion p {
  font-size: 1.2em;
  font-style: italic;
  margin-bottom: .5em;
}

a.suggested-customer-link {
  margin-left: .75em;
  margin-right: .75em;
  text-decoration: underline;
}

.seahawk-link-container {
  margin: 1em 0 0 0;
  background-color: #F5F5F5;
  text-align: center;
  padding-bottom: 2.5em;
  padding: 1em .75em 2.5em .75em;
}

.continue-tracking-btn {
  color: #0097ce;
  padding: 0.75em 1em 0.75em 1em;
  border-radius: 3px;
  border-color: #0097CE;
  border: 3px solid #0097CE;
}

.continue-tracking-btn:hover {
  background-color: #0097ce;
  color: white;
}


@media screen and (max-width: 1400px) {
  .stats-graph {
    width: 49%;
  }


  @media screen and (max-width: 1000px) {
    .stats-graph {
      width: 90%;
      margin: 0 auto;
    }

    .stat-container {
      display: block;
    }

  }

    @media screen and (max-width: 700px) {

      .stat-container {
        display: block;
      }

    }


}


.form-action-select {
  width: auto;
  padding-left: 1em;
  padding-right: 2em;
}


.control-label {
  color: grey;
  font-size: .85em;
  margin-top: .5em;

}

tr.highlight-red {
  background-color: #f48d86 !important;
  border-bottom: 1px solid #f2766d !important;
}

tr.highlight-green {
  background-color: #f2fae9 !important;
}

/*hidden email  field so real users cant fill it in - only bots*/
form #emailForm{ display:none; }

label[for="emailForm"]
{
    display:none;
}
