.dl-horizontal dt {
  white-space: normal;
}

.setPointer {
  cursor: pointer;
}

.setCursor {
  cursor: default;
}

.center-vertical-align {
  padding-top: 50%;
}

.no-radius {
  border-radius: 0px !important;
}

.no-margin {
  margin: 0px;
}

.btn {
  border-radius: 1rem !important;
  padding: 8px 12px !important;
}

.blinker {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

body {
  padding-top: 0px;
  padding-bottom: 0;
}

.body-content {
  padding-left: 0;
  padding-right: 0;
}



/* Custom */

.support-tab {
  background-color: #e5f7ff;
  position: absolute;
  right: 2em;
  top: 0;
  padding: 5px;
  border: 1px solid black;
  border-top: none;
  -ms-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -ms-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 600ms all;
}

.support-tab:hover {
  background-color: #fff;
  color: #000;
}

.support-modal {
  background-color: #222;
  background-image: url('/themes/Images/stripes_grey.png');
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  -ms-opacity: 0.99;
  opacity: 0.99;

  display: flex;
  align-items: flex-start;
  /* was center */
  justify-content: flex-start;
  /* was center */
}

.support-panel {
  border-top: 2px solid black;
  z-index: 999;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.75);
  padding-bottom: 2em;
}





.healthCheckItemHeader {
  color: #F26532;
  font-weight: 600;
  font-size: 0.9em;
}

.healthCheckItemData {
  color: #111;
  font-size: 1.2em;
}







.listview-outlook {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-top: 1px solid #eee;
}

.listview-outlook-item {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #eee;
  padding: 2px;
  color: #555555;
  margin-bottom: 0;
  background-color: transparent;
  box-sizing: border-box;
}

.outlook-item-content {
  margin: 2px 0;
  padding: 5px 20px;
  color: inherit;
  border-left: 4px transparent solid;
  border-collapse: collapse;
  box-sizing: border-box;
  display: block;
  position: relative;
  text-align: left;
  border-left: 4px #F26532 solid;
  transition: 200ms all;
}

.outlook-item-content:hover>.clickthrough-icon {
  color: #555;
  transform: scale(1.2);
}

.hover-highlight {
  cursor: pointer;
}

.hover-highlight:hover {
  background-color: #efefef;
}

.outlook-title {
  width: 100%;
  display: block;
  color: inherit;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-collapse: collapse;
  box-sizing: border-box;
  font-size: 1em;
}

.outlook-content {
  font-size: 0.8em;
  /*color: #F26532;*/
  color: #999999;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-collapse: collapse;
  box-sizing: border-box;
}

.outlook-footer {
  color: inherit;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-collapse: collapse;
  box-sizing: border-box;
}

.clickthrough-icon {
  position: absolute;
  top: 25%;
  right: 1em;
  font-size: 1.4em;
  color: #999;
  transition: 600ms all;
}

.red {
  color: #ff9999 !important;
  font-weight: 600;
}

.subheading {
  margin-top: 0;
  color: #999999;
  font-size: 1.3em;
  font-style: italic;
  letter-spacing: 2px;
}

.action-icon {
  cursor: pointer;
  color: #F26532 !important;
}

.action-icon:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.healthStatusHudContainer {
  display: inline-block;
  vertical-align: top;
}

/* start page header elements */
.navbar-brand {
  transition: 200ms all;
}

.logo-img-container {
  padding: 10px;
  text-align: center;
  max-width: 95%;
}

.primary-logo-img {
  width: 400px;
  max-width: 100%;
}

.secondary-logo-container {
  padding: 10px 0 0 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.secondary-logo-img {
  width: 200px;
}

.secondary-logo-img:not(:last-child) {
  margin-right: 25px;
}

.secondary-logo-img.marine-logo {
    width: 220px;
}

/* end page header elements */