/*! UNO Solution v3.2.5 18.06.2025 */
/* IMPORT LESS FILES */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
/* COLOURS */
/* PIXELS VALUES */
#spotIndex h6 {
  line-height: 5px;
  margin-top: 8px;
  padding-left: 7px;
}
#spotIndex span {
  padding-left: 7px;
}
#utilizationWrapper h6 {
  padding-left: 7px;
  margin-bottom: 2px;
}
#spotIndexGraph {
  position: relative;
  height: 85px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 8px;
  background: url('../../img/SpotIndex_lightFX.png') no-repeat bottom right;
}
#spotIndexGraph .spotIndexNumbers {
  margin-top: 10px;
  line-height: 17px;
  font-size: 10px;
  float: left;
  text-align: right;
}
#spotIndexGraph .spotIndexGraphBars {
  position: absolute;
  right: 30px;
  height: 100%;
}
#spotIndexGraph .spotIndexGraphBars div {
  width: 10px;
  background: #3b3b3b;
  position: absolute;
  bottom: 0;
  cursor: pointer;
}
#spotIndexGraph .spotIndexGraphBars div:hover {
  background: #000;
}
#spotUtilization {
  width: 100%;
  border-spacing: 0 1px;
}
#spotUtilization tr {
  background: #fbfbfb;
  margin-bottom: 1px;
}
#spotUtilization tr td {
  font-size: 13px;
  font-weight: bold;
  padding: 2px 7px;
}
#spotUtilization tr td:first-child {
  font-size: 11px;
  font-weight: normal;
  width: 120px;
  color: #666;
}
#spotUtilization tr td.red {
  color: #ec2c2c;
}
#spotUtilization tr td.green {
  color: #9acd1e;
}
#spotUtilization tr.odd {
  background: #efefef;
}
.vesselDetailsButtons {
  position: absolute;
  z-index: 20;
  top: 11px;
}
.vesselDetailsButtons div {
  position: absolute;
}
.vesselDetailsButtons div:hover {
  cursor: pointer;
  background-position: 0 -29px;
}
.vesselDetailsButtons .back {
  background: url('../../img/vesseldetails_btn_back.png') no-repeat top;
  width: 59px;
  height: 29px;
  left: 11px;
}
.missmatch {
  position: absolute;
  background: url('../../img/disconnected.png') no-repeat;
  background-size: 100%;
  z-index: 10;
}
.location_unknown {
  /* REMOVE THIS AIS MISSING */
  display: none;
  /* REMOVE THIS AIS MISSING */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../img/location_unknown.png') no-repeat center top;
  background-size: cover;
  z-index: 11111;
}
.vesselDetailsTables {
  width: 100%;
}
.vesselDetailsTables h5 {
  font-size: 15px;
  line-height: 20px;
  color: #19aae1;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.vesselDetailsTables h6 {
  font-size: 13px;
  margin-bottom: 5px;
}
.vesselDetailsTables div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
}
.vesselDetailsTables div.one_third {
  width: 33.33%;
}
.vesselDetailsTables div.two_third {
  width: 66.66%;
}
.vesselDetailsTables div.largeSplit {
  width: 100%;
  clear: right;
}
.vesselDetailsTables table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.vesselDetailsTables table th {
  font-size: 13px;
  padding-left: 3px;
}
.vesselDetailsTables table tr:nth-child(odd) {
  background: #f6f6f6;
}
.vesselDetailsTables table tr:nth-child(even) {
  background: #fdfdfd;
}
.vesselDetailsTables table td {
  padding: 2px 4px;
  width: 50%;
  text-align: right;
  font-size: 11px;
  color: #000;
}
.vesselDetailsTables table td:first-child {
  text-align: left;
  color: #666;
  text-transform: uppercase;
}
.vesselDetailsTables table.fixtures th,
.vesselDetailsTables table.fixtures td {
  text-align: left;
}
.vesselDetailsTables table.fixtures th {
  background: #fff;
}
.vesselDetailsTables table.fixtures th:first-child {
  width: 50px;
}
.vesselDetailsTables table.fixtures th:last-child {
  width: 75px;
}
.vesselDetailsHeader {
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #f7f7f7;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 3px;
}
.vesselDetailsHeader .detailsBtn_prev {
  width: 59px;
  height: 57px;
  background: url('../../img/vesseldetailsBtn_left.png') no-repeat top;
  float: left;
  border-right: 1px solid #fff;
  cursor: pointer;
}
.vesselDetailsHeader .detailsBtn_prev:hover {
  background-position: bottom;
}
.vesselDetailsHeader .vesseldetailsPDF {
  float: right;
  padding: 5px 10px 5px;
  margin: 12px 15px 0 0;
  cursor: pointer;
  background-color: #15ace6;
  background-image: -moz-linear-gradient(top, #18bbf4, #1095d0);
  background-image: -ms-linear-gradient(top, #18bbf4, #1095d0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#18bbf4), to(#1095d0));
  background-image: -webkit-linear-gradient(top, #18bbf4, #1095d0);
  background-image: -o-linear-gradient(top, #18bbf4, #1095d0);
  background-image: linear-gradient(top, #18bbf4, #1095d0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18bbf4', endColorstr='#1095d0', GradientType=0);
  border-color: #1095d0 #1095d0 #0b6289;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-shadow: -1px -1px 1px #0a7fbf;
  border: 2px solid #bdbdbd;
  vertical-align: top;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.vesselDetailsHeader .vesseldetailsPDF:hover {
  background: #15a0d2;
}
.vesselDetailsHeader .vesseldetailsPDF i {
  display: inline-block;
  background: url('../../img/docs_icon.png') no-repeat left top;
  width: 13px;
  height: 14px;
  margin-right: 4px;
}
.vesselDetailsHeader .detailsBtn_next {
  width: 59px;
  height: 57px;
  background: url('../../img/vesseldetailsBtn_right.png') no-repeat top;
  float: right;
  border-left: 1px solid #e1e1e1;
  cursor: pointer;
}
.vesselDetailsHeader .detailsBtn_next:hover {
  background-position: bottom;
}
.vesselDetailsHeader div.inactive {
  opacity: 0.2;
  cursor: auto;
}
.vesselDetailsHeader div.inactive:hover {
  background-position: top;
}
.vesselDetailsHeader .smalltext {
  padding: 20px 30px 0 0;
  float: left;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  color: #aaa;
}
.vesselDetailsHeader .heading {
  float: left;
  font-size: 36px;
  font-weight: 300;
  color: #666;
  padding: 7px 22px 7px 15px;
}
.mapContainer {
  float: left;
  background: #fff;
  max-width: 1416px;
  width: 100%;
  margin-right: 10px;
  position: relative;
  top: 0;
}
.mapContainer.fixed {
  position: fixed;
}
.mapContainer h6 {
  margin-top: 1px;
  float: left;
  margin-right: 10px;
  font-size: 12px;
}
.mapContainer .headerForTable {
  font-size: 15px;
  line-height: 15px;
  color: #888;
  float: left;
  padding-left: 6px;
  padding-top: 1px;
  text-transform: uppercase;
  display: inline-block;
}
.mapContainer .containerExplainations {
  height: 19px;
  overflow-y: hidden;
}
.mapContainer .containerExplainations span {
  text-transform: uppercase;
}
.mapContainer .containerExplainations span.headers {
  padding-left: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
.mapContainer .containerExplainations span.icondots {
  padding: 0 3px 0 10px;
}
.mapContainer .containerExplainations span.icondots.green {
  background: url('../../img/dot_green.png') no-repeat left;
}
.mapContainer .containerExplainations span.icondots.yellow {
  background: url('../../img/dot_yellow.png') no-repeat left;
}
.mapContainer .containerExplainations span.icondots.red {
  background: url('../../img/dot_red.png') no-repeat left;
}
.mapContainer .mapSettings {
  position: absolute;
  z-index: 9999;
  top: 12px;
  right: 12px;
}
.mapContainer .mapSettings div {
  float: left;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.mapContainer .mapSettings div:hover {
  background-position: 0 -29px;
}
.mapContainer .mapSettings div.on {
  background-position: 0 -58px;
}
.mapContainer .mapSettings div.on:hover {
  background-position: 0 -87px;
}
.mapContainer .mapSettings .glueMapBtn {
  width: 29px;
  height: 29px;
  margin-right: 3px;
  background: url('../../img/mapIcon_stickmap.png') no-repeat top;
}
.mapContainer .mapSettings .fullscreenBtn.pc {
  width: 27px;
  height: 29px;
  background: url('../../img/mapIcon_fullscreen.png') no-repeat top;
}
.mapContainer .mapSettings .fullscreenBtn.pc:hover {
  background-position: 0 -29px;
}
.mapContainer .mapSettings .fullscreenBtn.pc.on {
  background-position: 0 -58px;
}
.mapContainer .mapSettings .fullscreenBtn.pc.on:hover {
  background-position: 0 -87px;
}
.mapContainer .mapSettings .fullscreenBtn.tablet {
  width: 123px;
  height: 29px;
  background: url('../../img/mapIcon_fullscreen_tablet.png') no-repeat top left;
}
.mapContainer .mapSettings .fullscreenBtn.tablet.on {
  background-position: 0 -29px;
  width: 153px;
}
.mapContainer .mapSettings .hidemapBtn {
  width: 26px;
  height: 29px;
  background: url('../../img/mapIcon_hidemap_new.png') no-repeat top left;
}
.mapContainer .mapSettings .hidemapBtn.on {
  width: 88px;
}
.mapContainer .mapZoomBtns {
  position: absolute;
  z-index: 9998;
  bottom: 25px;
  right: 12px;
}
.mapContainer .mapZoomBtns .rulers {
  background: #000;
  width: 86px;
  height: 11px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background: url('../../img/mapRuler.png');
  line-height: 10px;
  float: right;
}
.mapContainer .mapZoomBtns .zoomBtns {
  margin-top: 15px;
  width: 192px;
  height: 29px;
  background: url('../../img/zoomMapBarBg.png') no-repeat 26px 0;
}
.mapContainer .mapZoomBtns .zoomBtns .out {
  position: absolute;
  width: 26px;
  height: 29px;
  left: 0;
  top: 15px;
  cursor: pointer;
  background: url('../../img/zoomMapBtns_minus.png') no-repeat top;
}
.mapContainer .mapZoomBtns .zoomBtns .out:hover {
  background-position: bottom;
}
.mapContainer .mapZoomBtns .zoomBtns .in {
  position: absolute;
  width: 26px;
  height: 29px;
  left: 166px;
  top: 15px;
  cursor: pointer;
  background: url('../../img/zoomMapBtns_pluss.png') no-repeat top;
}
.mapContainer .mapZoomBtns .zoomBtns .in:hover {
  background-position: bottom;
}
.mapContainer .mapZoomBtns .zoomBtns .mapZoomBar {
  position: absolute;
  left: 26px;
  top: 27px;
  height: 5px;
  width: 1px;
  background: url('../../img/mapZoomBar.png') repeat-x;
}
.map {
  height: 350px;
  background: #3c3d3e;
}
.map:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
}
.map:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
}
.mapPinContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mapPinContainer .pins {
  /* NOTE:
		CSS transform Origin could maybe be used to keep position of pin while scaling correct.
		*/
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  /* IE 9 */
  -moz-transform-origin: 0% 0%;
  /* Firefox */
  -webkit-transform-origin: 0% 0%;
  /* Safari and Chrome */
  -o-transform-origin: 0% 0%;
  /* Opera */
  position: absolute;
  width: 44px;
  height: 44px;
  z-index: 10;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  cursor: pointer;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  border: 3px solid #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  margin-top: -67px;
  margin-left: -22px;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -ms-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}
.mapPinContainer .pins.faded {
  opacity: 0.2;
}
.mapPinContainer .pins.faded:hover {
  opacity: 1;
}
.mapPinContainer .pins div {
  position: absolute;
  top: 44px;
  left: 7px;
  width: 30px;
  height: 14px;
}
.mapPinContainer .pins div.black {
  background: url('../../img/bottomPin_black.png') no-repeat top left;
}
.mapPinContainer .pins div.green {
  background: url('../../img/bottomPin_green.png') no-repeat top left;
}
.mapPinContainer .pins div.yellow {
  background: url('../../img/bottomPin_yellow.png') no-repeat top left;
}
.mapPinContainer .pins div.red {
  background: url('../../img/bottomPin_red.png') no-repeat top left;
}
.mapPinContainer .pins:hover {
  -webkit-transition: width 100ms ease-out;
  -moz-transition: width 100ms ease-out;
  -ms-transition: width 100ms ease-out;
  -o-transition: width 100ms ease-out;
  transition: width 100ms ease-out;
  z-index: 9998;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 220px;
  background-position: top left;
  margin-left: -34px;
}
.mapPinContainer .pins:hover div {
  left: 19px;
}
.mapPinContainer .pins:hover .txt {
  line-height: 13px;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 75px;
  width: 143px;
}
.mapPinContainer .pins:hover .txt span {
  font-size: 10px;
  display: block;
  line-height: 10px;
}
.mapPinContainer .cluster {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e4e6e8;
  background-image: -moz-linear-gradient(top, #eeeff2, #d6d8da);
  background-image: -ms-linear-gradient(top, #eeeff2, #d6d8da);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeff2), to(#d6d8da));
  background-image: -webkit-linear-gradient(top, #eeeff2, #d6d8da);
  background-image: -o-linear-gradient(top, #eeeff2, #d6d8da);
  background-image: linear-gradient(top, #eeeff2, #d6d8da);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeff2', endColorstr='#d6d8da', GradientType=0);
  border-color: #d6d8da #d6d8da #aeb2b6;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  border: 3px solid #fff;
  text-align: center;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -ms-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}
.mapPinContainer .cluster span {
  color: #2b2b2b;
  vertical-align: bottom;
  font-weight: bold;
  text-shadow: 1px 1px 1px #fff;
}
.mapPinContainer .cluster:hover {
  background: url('../../img/clusterZoom.png') no-repeat;
  background-size: 100%;
}
.mapPinContainer .cluster:hover span {
  display: none;
}
.mapPinContainer .cluster.faded {
  opacity: 0.2;
}
span.generatePDF {
  float: right !important;
  width: 84px;
  height: 14px;
  margin-top: 4px;
  background: url('../../img/generatePDF.png') no-repeat left top;
  cursor: pointer;
}
span.generatePDF:hover {
  background-position-y: 0 -14px;
}
@media screen and (max-width: 700px) {
  .mapSettings,
  .map {
    display: none !important;
  }
}
.toolTip {
  position: absolute;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ccc;
  padding: 10px;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}
.toolTip b {
  color: #fff;
}
.toolTip:after,
.toolTip:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.toolTip:after {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0.8);
  border-width: 12px;
  left: 50%;
  margin-left: -12px;
}
.NewToolTip {
  position: absolute;
  z-index: 99999;
}
.NewToolTip .inside {
  height: 54px;
}
.NewToolTip .inside .text {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 15px;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
}
.NewToolTip .inside .block {
  position: absolute;
  top: 0;
  height: 54px;
  z-index: 1;
}
.NewToolTip .inside .left {
  width: 11px;
  background: url('../../img/tooltip_leftside.png') repeat-x;
  left: 0;
}
.NewToolTip .inside .right {
  width: 11px;
  background: url('../../img/tooltip_rightside.png') repeat-x;
  right: 0;
}
.NewToolTip .inside .between {
  background: url('../../img/tooltip_inbetween.png') repeat-x;
}
.NewToolTip .inside .arrow {
  width: 28px;
  background: url('../../img/tooltip_arrow.png') repeat-x;
}
.NewToolTip .inside.red .text {
  text-shadow: -1px -1px 2px #a61f00;
}
.NewToolTip .inside.red div {
  background-position: 0 0;
}
.NewToolTip .inside.green .text {
  text-shadow: -1px -1px 2px #7ea100;
}
.NewToolTip .inside.green div {
  background-position: 0 -54px;
}
.NewToolTip .inside.black .text {
  text-shadow: -1px -1px 2px #000000;
}
.NewToolTip .inside.black div {
  background-position: 0 -108px;
}
.NewToolTip .inside.tiny {
  height: auto;
  background: rgba(0, 0, 0, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.NewToolTip .inside.tiny .left {
  display: none;
}
.NewToolTip .inside.tiny .right {
  display: none;
}
.NewToolTip .inside.tiny .between {
  display: none;
}
.NewToolTip .inside.tiny .arrow {
  display: none;
}
.NewToolTip .inside.tiny .text {
  font-size: 11px;
  font-weight: normal;
}
.siteWrapper.fullscreenAPI {
  max-width: none !important;
}
.siteWrapper.fullscreen {
  max-width: 100%;
  padding: 0;
}
.siteWrapper.fullscreen.micro .vesselDetailsTables h5 {
  font-size: 16px;
}
.siteWrapper.fullscreen.micro .vesselDetailsHeader .heading {
  font-size: 16px;
  line-height: 16px;
  padding-top: 3px;
  padding-left: 4px;
  font-weight: bold;
}
.siteWrapper.fullscreen.micro .vesselDetailsHeader .heading span {
  font-size: 9px;
}
.siteWrapper.fullscreen.micro .vesselDetailsHeader .vesseldetailsPDF {
  font-size: 11px;
  padding: 3px 8px;
  margin: 11px 10px 0 0;
}
.siteWrapper.fullscreen.micro .vesselDetailsHeader .smalltext {
  font-size: 9px;
  font-weight: normal;
  line-height: 10px;
  padding-top: 13px;
}
.siteWrapper.fullscreen.micro .vesselDetailsHeader .detailsBtn_next {
  width: 44px;
  height: 42px;
  background-size: 100%;
}
.siteWrapper.fullscreen.micro .vesselDetailsHeader .detailsBtn_prev {
  width: 44px;
  height: 42px;
  background-size: 100%;
}
.siteWrapper.fullscreen.micro .footer .keyfigures {
  display: none;
}
.siteWrapper.fullscreen .mainBody .leftBar {
  position: absolute;
  left: -200px;
  -webkit-transition: left 200ms;
  -moz-transition: left 200ms;
  -ms-transition: left 200ms;
  -o-transition: left 200ms;
  transition: left 200ms;
  background: #fff;
  z-index: 9999;
}
.siteWrapper.fullscreen .mainBody .leftBar .wrapper {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.siteWrapper.fullscreen .mainBody .leftBar.show {
  left: 0;
}
.siteWrapper.fullscreen .mainBody .mainContent {
  margin-left: 0;
  -webkit-transition: margin-left 200ms;
  -moz-transition: margin-left 200ms;
  -ms-transition: margin-left 200ms;
  -o-transition: margin-left 200ms;
  transition: margin-left 200ms;
}
.siteWrapper.fullscreen .mainBody .mainContent.showfilter {
  margin-left: 200px;
}
.siteWrapper.fullscreen .mainBody .mainContent .mapContainer {
  max-width: 100%;
}
.siteWrapper.fullscreen .mainBody .mainContent .mapContainer .map .corner {
  display: none;
}
.siteWrapper.fullscreen .mainBody .one_third {
  width: 100%;
}
.siteWrapper.fullscreen .mainBody .one_third h6 {
  margin-top: 20px;
}
.siteWrapper.fullscreen .mainBody .two_third {
  width: 100%;
}
.siteWrapper.fullscreen .footer {
  border-top-left-radius: 0px !important;
  -moz-border-radius-topleft: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  -khtml-border-radius-topleft: 0px !important;
  border-radius: 0;
}
.siteWrapper.fullscreen .footer .keyfigures {
  line-height: 12px;
}
.siteWrapper.fullscreen .footer span {
  font-size: 9px;
}
.siteWrapper.pad .mainBody .leftBar {
  position: static;
  margin-top: 54px;
}
.siteWrapper.pad .mainBody .mainContent {
  margin-left: 200px;
}
.siteWrapper.pad .contactUno {
  margin-top: 48px !important;
}
.siteWrapper.pad .footer {
  position: fixed !important;
  bottom: 0;
  z-index: 99999;
}
.siteWrapper.pad .alertMessage {
  position: fixed !important;
  bottom: 36px;
  z-index: 88888;
}
.siteWrapper.pad .vesselDetailsHeader .heading {
  font-size: 30px !important;
}
.siteWrapper.pad .vesselDetailsTables {
  margin-bottom: 70px !important;
}
.siteWrapper.pad .vesselDetailsButtons {
  top: 60px;
}
.fullscreenAPI .two_third {
  width: 66.66% !important;
}
.fullscreenAPI .one_third {
  width: 33.33% !important;
}
.contactUno .quotes {
  font-style: italic;
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 100;
  line-height: 32px;
}
.contactUno img.mainImage {
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.contactUno .contactInfo {
  padding: 40px;
  font-size: 13px;
  color: #666;
}
.contactUno .contactInfo .hoverimage {
  position: absolute;
}
.contactUno .contactInfo a {
  text-decoration: none;
  color: #19aae1;
}
.contactUno .contactInfo a:hover {
  color: #000;
}
.contactUno .contactInfo h1 {
  font-size: 24px;
  font-weight: 300;
  color: #888;
  margin: 10px 0;
}
.contactUno .contactInfo h1:after {
  margin-top: 5px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #eee;
}
.contactUno .contactInfo .offices {
  margin-left: -20px;
}
.contactUno .contactInfo .offices .wrapper {
  width: 340px;
  margin-left: 20px;
  float: left;
  margin-bottom: 30px;
  margin-top: 5px;
}
.contactUno .contactInfo .offices .wrapper img {
  display: block;
  float: left;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.contactUno .contactInfo .offices .wrapper div {
  margin-left: 20px;
  width: 160px;
  float: left;
}
.contactUno .contactInfo .offices:after {
  content: "";
  display: block;
  clear: both;
}
.contactUno .contactInfo .employees {
  margin-left: -20px;
}
.contactUno .contactInfo .employees:after {
  content: "";
  display: block;
  clear: both;
}
.contactUno .contactInfo .employees div {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 160px;
  height: 70px;
}
.contactUno .contactInfo .employees div h6 {
  line-height: inherit;
  margin-bottom: 5px;
}
@media screen and (max-width: 840px) {
  .contactUno .quotes {
    font-size: 24px;
  }
}
.error404Message {
  background: #222222;
  color: #999;
  font-size: 24px;
  text-align: center;
  padding: 10% 20%;
}
.error404Message p {
  text-align: center;
}
.error404Message a {
  color: #fff;
  text-decoration: none;
}
.error404Message a:hover {
  color: #19aae1;
}
.header {
  height: 55px;
  width: 100%;
  background: #333;
  color: #666;
  margin: 0 0 8px 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header ul.main-menu {
  list-style-type: none;
  margin: 0;
  padding: 12px 10px;
  float: left;
}
.header ul.main-menu li {
  float: left;
  margin: 0 10px;
  cursor: pointer;
}
.header ul.main-menu li img {
  opacity: 0.8;
}
.header ul.main-menu li:hover {
  color: #ccc;
}
.header ul.main-menu li:hover img {
  opacity: 1;
}
.header ul.main-menu li.active {
  color: #FFF;
}
.header ul.main-menu li.inactive {
  cursor: auto;
  opacity: 0.2;
}
.header .logo {
  float: left;
  padding: 12px;
  width: 162px;
}
.header .logo img {
  height: 33px;
}
.header .logo-mini {
  display: none;
}
.header .logo-mini img {
  width: 130px;
}
.header .dutybroker {
  float: right;
  text-align: right;
  height: 55px;
  background: #292929;
  padding: 0 15px;
}
.header .dutybroker div {
  float: right;
}
.header .dutybroker div h6 {
  color: #999;
  font-size: 10px;
  margin: 0;
  text-transform: uppercase;
  line-height: 10px;
  padding-top: 8px;
  font-weight: normal;
  text-align: left;
}
.header .dutybroker div h5 {
  color: #fff;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
}
.header .dutybroker div h5 a {
  color: #19aae1;
  text-decoration: none;
}
.header .dutybroker div h5 a:hover {
  color: #fff;
}
.header .phone-menu-toggle {
  display: none;
}
@media screen and (max-width: 1100px) {
  ul.main-menu li {
    font-size: 13px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 940px) {
  .header {
    margin: 0;
  }
  .header .logo {
    width: auto;
    padding-right: 0;
    padding-left: 15px;
    padding-top: 14px;
  }
  .header .logo img {
    width: 120px;
  }
  .header .phone-menu-toggle {
    width: 45px;
    height: 46px;
    display: block;
    border-right: 1px solid #555;
    text-align: center;
    vertial-align: middle;
    font-size: 24px;
    padding-top: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header .phone-menu-toggle.isactive {
    color: #fff;
    background: #19aae1;
    border-right: #19aae1;
  }
}
.contactPage .phone-menu-toggle,
.contactPage .alertMessage {
  display: none !important;
}
/* NOTE THIS:
CHROME DONT SUPPORT BORDER-RADIUS ON CHILDREN... :-(
*/
.updatePling {
  float: right;
  padding-top: 4px;
  padding-right: 2px;
}
.updatePling span {
  display: block;
  float: left;
  width: 140px;
  text-align: right;
}
.updatePling .updateBarPling {
  width: 48px;
  height: 9px;
  margin-top: 1px;
  margin-left: 5px;
  float: right;
}
.updatePling .updateBarPling .bluebar {
  position: absolute;
  z-index: 1;
  background: url('/img/update_bar_blue.png') no-repeat top left;
  width: 0px;
  height: 9px;
}
.updatePling .updateBarPling .greybar {
  background: url('/img/update_bar_grey.png') no-repeat top left;
  width: 48px;
  height: 9px;
}
#loadingContent {
  width: 100%;
  text-align: center;
}
#loadingContent img {
  margin-top: 100px;
}
#loadingContent.notice {
  background: #e33b13;
  background-color: #d33711;
  background-image: -moz-linear-gradient(top, #e33b13, #ba300f);
  background-image: -ms-linear-gradient(top, #e33b13, #ba300f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e33b13), to(#ba300f));
  background-image: -webkit-linear-gradient(top, #e33b13, #ba300f);
  background-image: -o-linear-gradient(top, #e33b13, #ba300f);
  background-image: linear-gradient(top, #e33b13, #ba300f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e33b13', endColorstr='#ba300f', GradientType=0);
  border-color: #ba300f #ba300f #731e09;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  padding: 15px;
  color: #fff;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 1px 1px 2px #ba300f;
}
.hidden {
  display: none;
}
/* GLOBAL FONTS COLORS AND TAG STYLES */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
  /* make entire page non-selectable */
  /*
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	*/
}
a img {
  outline: none;
  border: none;
}
h6 {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
span {
  color: #666;
  font-size: 11px;
  font-weight: normal;
}
.breakline {
  width: 100%;
  height: 0px;
  margin: 6px 0;
  border-bottom: solid 1px #e1e1e1;
  clear: both;
}
.mini_btn {
  float: left;
  margin-right: 3px;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #3b3b3b;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #fefefe, #f8f8f8);
  background-image: -ms-linear-gradient(top, #fefefe, #f8f8f8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, #fefefe, #f8f8f8);
  background-image: -o-linear-gradient(top, #fefefe, #f8f8f8);
  background-image: linear-gradient(top, #fefefe, #f8f8f8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f8f8f8', GradientType=0);
  border-color: #f8f8f8 #f8f8f8 #d2d2d2;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mini_btn.active {
  text-shadow: 1px 1px #15a0d2;
  background-color: #1eb6ed;
  background-image: -moz-linear-gradient(top, #24c5ff, #15a0d2);
  background-image: -ms-linear-gradient(top, #24c5ff, #15a0d2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#24c5ff), to(#15a0d2));
  background-image: -webkit-linear-gradient(top, #24c5ff, #15a0d2);
  background-image: -o-linear-gradient(top, #24c5ff, #15a0d2);
  background-image: linear-gradient(top, #24c5ff, #15a0d2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24c5ff', endColorstr='#15a0d2', GradientType=0);
  border-color: #15a0d2 #15a0d2 #0e6b8c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: default;
}
.mini_btn.inactive {
  cursor: pointer;
}
.mini_btn.inactive:hover {
  -webkit-box-shadow: inset 1px 1px 1px #bbb;
  -moz-box-shadow: inset 1px 1px 1px #bbb;
  box-shadow: inset 1px 1px 1px #bbb;
  background-color: #d3d3d3;
  background-image: -moz-linear-gradient(top, #ccc, #ddd);
  background-image: -ms-linear-gradient(top, #ccc, #ddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#ddd));
  background-image: -webkit-linear-gradient(top, #ccc, #ddd);
  background-image: -o-linear-gradient(top, #ccc, #ddd);
  background-image: linear-gradient(top, #ccc, #ddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#ddd', GradientType=0);
  border-color: #ddd #ddd #b7b7b7;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #000;
}
.dragBtn {
  position: relative;
  z-index: 10;
  width: 21px;
  height: 22px;
  background: url('/img/sliderSprite.png') no-repeat top;
  top: -1px;
  cursor: pointer;
}
.dragBtn.hovered {
  background-position: bottom;
}
.dragBtn:hover {
  background-position: bottom;
}
.dragBtnSlider {
  position: relative;
  z-index: 10;
  width: 17px;
  height: 18px;
  background: url('/img/newSliderBtn.png') no-repeat top;
  top: -1px;
  cursor: pointer;
}
.dragBtnSlider.hovered {
  background-position: bottom;
}
.dragBtnSlider:hover {
  background-position: bottom;
}
.siteWrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  min-width: 750px;
}
.mainBody {
  width: 100%;
}
.mainBody .leftBar {
  float: left;
  width: 192px;
}
.mainBody .leftBar.fixed {
  position: fixed;
  top: 0;
}
.mainBody .leftBar .wrapper {
  padding: 12px 10px 20px 10px;
  margin-bottom: 8px;
  background: #eee;
  -webkit-box-shadow: inset 0 0 5px #ddd;
  -moz-box-shadow: inset 0 0 5px #ddd;
  box-shadow: inset 0 0 5px #ddd;
}
.mainBody .boatTypeButtons div {
  padding-top: 13px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 47px;
  float: left;
  text-align: center;
}
.mainBody .boatTypeButtons div span {
  color: #666;
  font-size: 13px;
  font-weight: bold;
}
.mainBody .boatTypeButtons div.topleft {
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-radius-topleft: 5px;
  border-bottom: solid 1px #eee !important;
  border-right: solid 1px #eee;
}
.mainBody .boatTypeButtons div.topright {
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-radius-topright: 5px;
  border-bottom: solid 1px #ddd !important;
  border-right: solid 1px #ddd;
}
.mainBody .boatTypeButtons div.bottomleft {
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -khtml-border-radius-bottomleft: 5px;
  border-bottom: solid 1px #ddd !important;
  border-right: solid 1px #eee;
}
.mainBody .boatTypeButtons div.bottomright {
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-radius-bottomright: 5px;
  border-bottom: solid 1px #ddd !important;
  border-right: solid 1px #ddd;
}
.mainBody .boatTypeButtons div.inactive {
  background: #ddd;
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
  -moz-box-shadow: inset 1px 1px 1px #ccc;
  box-shadow: inset 1px 1px 1px #ccc;
}
.mainBody .boatTypeButtons div.normal {
  cursor: pointer;
  background: #fcfcfc;
}
.mainBody .boatTypeButtons div.normal:hover {
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #eee, #ededed);
  background-image: -ms-linear-gradient(top, #eee, #ededed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#ededed));
  background-image: -webkit-linear-gradient(top, #eee, #ededed);
  background-image: -o-linear-gradient(top, #eee, #ededed);
  background-image: linear-gradient(top, #eee, #ededed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#ededed', GradientType=0);
  border-color: #ededed #ededed #c7c7c7;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.mainBody .boatTypeButtons div.normal:hover span {
  color: #666;
}
.mainBody .boatTypeButtons div.active {
  cursor: pointer;
  background-color: #1eb6ed;
  background-image: -moz-linear-gradient(top, #24c5ff, #15a0d2);
  background-image: -ms-linear-gradient(top, #24c5ff, #15a0d2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#24c5ff), to(#15a0d2));
  background-image: -webkit-linear-gradient(top, #24c5ff, #15a0d2);
  background-image: -o-linear-gradient(top, #24c5ff, #15a0d2);
  background-image: linear-gradient(top, #24c5ff, #15a0d2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24c5ff', endColorstr='#15a0d2', GradientType=0);
  border-color: #15a0d2 #15a0d2 #0e6b8c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset -1px -1px 1px #0d94cb;
  -moz-box-shadow: inset -1px -1px 1px #0d94cb;
  box-shadow: inset -1px -1px 1px #0d94cb;
  -webkit-box-shadow: inset 0 2px 2px #15b7f0;
  -moz-box-shadow: inset 0 2px 2px #15b7f0;
  box-shadow: inset 0 2px 2px #15b7f0;
  border-bottom: solid 1px #24c5ff !important;
}
.mainBody .boatTypeButtons div.active span {
  color: #fff;
  text-shadow: -1px -1px 1px #05709a;
  filter: DropShadow(Color=#05709a, OffX=-1, OffY=-1);
}
.mainBody .boatTypeButtons.OCV div {
  padding-top: 4px;
  width: 100%;
  height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mainBody .boatTypeButtons.OCV div span {
  font-size: 12px;
}
.mainBody .ports span {
  padding-left: 8px;
}
.mainBody .ports .dropDown {
  position: relative;
  width: 100%;
  height: 33px;
  background-color: #fbfbfd;
  background-image: -moz-linear-gradient(top, #fdfdff, #f7f7f9);
  background-image: -ms-linear-gradient(top, #fdfdff, #f7f7f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdff), to(#f7f7f9));
  background-image: -webkit-linear-gradient(top, #fdfdff, #f7f7f9);
  background-image: -o-linear-gradient(top, #fdfdff, #f7f7f9);
  background-image: linear-gradient(top, #fdfdff, #f7f7f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdff', endColorstr='#f7f7f9', GradientType=0);
  border-color: #f7f7f9 #f7f7f9 #cbcbd8;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-left: 1px solid #eeeef0;
  border-top: 1px solid #eeeef0;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding-left: 8px;
  padding-top: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mainBody .ports .dropDown div {
  position: absolute;
  right: 11px;
  top: 14px;
  height: 7px;
  width: 14px;
  background: url('/img/ports_downarrow.png') no-repeat top;
}
.mainBody .ports .dropDown:hover {
  background-color: #f3f3f5;
  background-image: -moz-linear-gradient(top, #f7f7f9, #eee);
  background-image: -ms-linear-gradient(top, #f7f7f9, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f9), to(#eee));
  background-image: -webkit-linear-gradient(top, #f7f7f9, #eee);
  background-image: -o-linear-gradient(top, #f7f7f9, #eee);
  background-image: linear-gradient(top, #f7f7f9, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f9', endColorstr='#eee', GradientType=0);
  border-color: #eee #eee #c8c8c8;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 3px #19aae1;
  -moz-box-shadow: 0px 0px 3px #19aae1;
  box-shadow: 0px 0px 3px #19aae1;
  border-bottom: 1px solid #9ec7d8;
}
.mainBody .ports .dropDown:hover div {
  background-position: bottom;
}
#FilterForFixtures {
  margin-top: 20px;
}
.mainBody .filterContainer {
  font-size: 13px;
}
.mainBody .filterContainer h6 {
  float: left;
  padding: 2px 0 0 7px;
}
.mainBody .filterContainer span {
  padding: 0 5px;
}
.mainBody .filterContainer .on_off {
  cursor: pointer;
  float: right;
  width: 61px;
  height: 19px;
  background-color: #525252;
  background-image: -moz-linear-gradient(top, #666, #333);
  background-image: -ms-linear-gradient(top, #666, #333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(#333));
  background-image: -webkit-linear-gradient(top, #666, #333);
  background-image: -o-linear-gradient(top, #666, #333);
  background-image: linear-gradient(top, #666, #333);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#333', GradientType=0);
  border-color: #333 #333 #0d0d0d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 3px solid #dddddd;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  margin-bottom: 4px;
}
.mainBody .filterContainer .on_off span {
  float: left;
  left: 18px;
  line-height: 18px;
  position: relative;
  color: #ccc;
  font-size: 13px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  -webkit-transition: left 200ms;
  -moz-transition: left 200ms;
  -ms-transition: left 200ms;
  -o-transition: left 200ms;
  transition: left 200ms;
}
.mainBody .filterContainer .on_off .dragBtn {
  left: 0px;
}
.mainBody .filterContainer .on_off.on {
  background-color: #96c623;
  background-image: -moz-linear-gradient(top, #8cbc19, #a4d531);
  background-image: -ms-linear-gradient(top, #8cbc19, #a4d531);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8cbc19), to(#a4d531));
  background-image: -webkit-linear-gradient(top, #8cbc19, #a4d531);
  background-image: -o-linear-gradient(top, #8cbc19, #a4d531);
  background-image: linear-gradient(top, #8cbc19, #a4d531);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cbc19', endColorstr='#a4d531', GradientType=0);
  border-color: #a4d531 #a4d531 #759a1f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 3px solid #dddddd;
}
.mainBody .filterContainer .on_off.on .dragBtn {
  left: 40px;
}
.mainBody .filterContainer .on_off.on span {
  color: #fff;
  left: 3px;
  text-shadow: 1px 1px 1px #6f9419;
}
.mainBody .filterContainer .on_off.on:hover {
  background-color: #8db829;
  background-image: -moz-linear-gradient(top, #7ea523, #a4d531);
  background-image: -ms-linear-gradient(top, #7ea523, #a4d531);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7ea523), to(#a4d531));
  background-image: -webkit-linear-gradient(top, #7ea523, #a4d531);
  background-image: -o-linear-gradient(top, #7ea523, #a4d531);
  background-image: linear-gradient(top, #7ea523, #a4d531);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ea523', endColorstr='#a4d531', GradientType=0);
  border-color: #a4d531 #a4d531 #759a1f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 3px solid #dddddd;
}
.mainBody .filterContainer .on_off .dragBtn {
  -webkit-transition: left 200ms;
  -moz-transition: left 200ms;
  -ms-transition: left 200ms;
  -o-transition: left 200ms;
  transition: left 200ms;
}
.mainBody .filterContainer .textPluginFilter {
  font-weight: bold;
  font-size: 12px;
  padding-left: 7px;
  cursor: pointer;
  width: 100%;
}
.mainBody .filterContainer .textPluginFilter.slider:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 8px;
  background: url('/img/slider_arrow_down.png') no-repeat;
  opacity: 1;
  margin-right: 2px;
}
.mainBody .filterContainer .textPluginFilter.slider.closed:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url('/img/slider_arrow.png') no-repeat;
  opacity: 0.5;
  margin-right: 2px;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -ms-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}
.mainBody .filterContainer .textPluginFilter.slider.closed:hover:before {
  opacity: 1;
}
.mainBody .filterContainer .textPluginFilter.slider div {
  margin-top: 5px;
}
.mainBody .filterContainer .textPluginFilter.slider div input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  height: 15px;
  width: 40%;
  border: 2px solid #bdbdbd;
}
.unoSlider {
  margin-top: 1px;
  margin-bottom: 10px;
  position: relative;
  height: 16px;
  width: 100%;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #e8e8e8, #efefef);
  background-image: -ms-linear-gradient(top, #e8e8e8, #efefef);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#efefef));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #efefef);
  background-image: -o-linear-gradient(top, #e8e8e8, #efefef);
  background-image: linear-gradient(top, #e8e8e8, #efefef);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#efefef', GradientType=0);
  border-color: #efefef #efefef #c9c9c9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 1px #ddd;
  -moz-box-shadow: inset 1px 1px 1px #ddd;
  box-shadow: inset 1px 1px 1px #ddd;
  border-bottom: 1px solid #fefefe;
}
.unoSlider div {
  position: absolute !important;
}
.unoSlider .markerBackground {
  height: 4px;
  top: 7px;
  background-color: #d6d6d6;
  background-image: -moz-linear-gradient(top, #cfcfcf, #e1e1e1);
  background-image: -ms-linear-gradient(top, #cfcfcf, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cfcfcf), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #cfcfcf, #e1e1e1);
  background-image: -o-linear-gradient(top, #cfcfcf, #e1e1e1);
  background-image: linear-gradient(top, #cfcfcf, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcfcf', endColorstr='#e1e1e1', GradientType=0);
  border-color: #e1e1e1 #e1e1e1 #bbbbbb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top: 1px solid #aeaeae;
}
.unoSlider .marker {
  z-index: 1;
  top: 7px;
  height: 4px;
  background-color: #1eb6ed;
  background-image: -moz-linear-gradient(top, #24c5ff, #15a0d2);
  background-image: -ms-linear-gradient(top, #24c5ff, #15a0d2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#24c5ff), to(#15a0d2));
  background-image: -webkit-linear-gradient(top, #24c5ff, #15a0d2);
  background-image: -o-linear-gradient(top, #24c5ff, #15a0d2);
  background-image: linear-gradient(top, #24c5ff, #15a0d2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24c5ff', endColorstr='#15a0d2', GradientType=0);
  border-color: #15a0d2 #15a0d2 #0e6b8c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-top: 1px solid #0d94cb;
}
.checkboxes {
  margin-bottom: 10px;
  width: 100%;
  background: #e8e8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 1px #ddd;
  -moz-box-shadow: inset 1px 1px 1px #ddd;
  box-shadow: inset 1px 1px 1px #ddd;
  border-bottom: 1px solid #fefefe;
}
.checkboxes .checkboxWrapper {
  margin: 0 0 9px 0;
  padding: 7px 2px 6px 7px;
}
.checkboxes .checkboxWrapper .UNOcheckbox {
  float: left;
  cursor: pointer;
}
.checkboxes .checkboxWrapper .UNOcheckbox div {
  float: left;
  width: 12px;
  height: 12px;
  background: url('/img/checkboxSprite.png') no-repeat;
  background-position: 0 0;
}
.checkboxes .checkboxWrapper .UNOcheckbox span {
  margin-right: 3px;
  padding-left: 4px;
  vertical-align: top;
}
.checkboxes .checkboxWrapper .UNOcheckbox:hover span {
  color: #000;
}
.checkboxes .checkboxWrapper .UNOcheckbox:hover div {
  background-position: 0 -12px;
}
.checkboxes .checkboxWrapper .UNOcheckbox.on div {
  background-position: 0 -24px;
}
.checkboxes .checkboxWrapper .UNOcheckbox.on:hover div {
  background-position: 0 -36px;
}
.checkboxes .checkboxWrapper .UNOradio div {
  background: url('/img/radiobtnSprite.png') no-repeat;
}
.checkboxes .checkboxWrapper.aslist {
  padding: 10px 2px 0px 7px;
}
.checkboxes .checkboxWrapper.aslist .UNOcheckbox {
  float: none;
}
/**** MAIN TABLE CSS *****/
#mainTable {
  float: left;
}
#mainTable thead {
  display: none;
}
.outstandingRequirementsTable {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0 2px;
  text-align: left;
}
.outstandingRequirementsTable thead {
  font-weight: bold;
  font-size: 12px;
}
.outstandingRequirementsTable thead tr {
  height: 23px;
}
.outstandingRequirementsTable thead th {
  background: #e3e3e3;
  padding: 0 5px;
}
.outstandingRequirementsTable thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.outstandingRequirementsTable thead .DATE {
  width: 50px;
}
.outstandingRequirementsTable thead .CHARTERER {
  width: 135px;
}
.outstandingRequirementsTable thead .VESSEL_TYPE {
  width: 100px;
}
.outstandingRequirementsTable thead .COMMENCEMENT {
  width: 110px;
}
.outstandingRequirementsTable tbody {
  font-weight: normal;
  font-size: 11px;
}
.outstandingRequirementsTable tbody tr {
  cursor: pointer;
  background: #fdfdfd;
  height: 22px;
}
.outstandingRequirementsTable tbody tr:not(:last-child) {
  border-right: 1px solid #fff;
}
.outstandingRequirementsTable tbody tr.odd {
  background: #f6f6f6;
}
.outstandingRequirementsTable td {
  overflow: hidden;
  white-space: nowrap;
  padding: 4px 4px 0 4px;
  vertical-align: top;
}
.outstandingRequirementsTable td:first-child {
  font-weight: bold;
}
.boatLists {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0 2px;
}
.boatLists thead {
  font-weight: bold;
  font-size: 12px;
}
.boatLists thead tr {
  height: 23px;
}
.boatLists thead td {
  background: #e3e3e3;
  cursor: pointer;
}
.boatLists thead td:not(:last-child) {
  border-right: 1px solid #fff;
}
.boatLists thead td:hover {
  background: #cdcdcd;
}
.boatLists.Fixtures thead td {
  cursor: auto !important;
}
.boatLists.Fixtures thead td:hover {
  background: #e3e3e3 !important;
}
.boatLists tbody {
  font-weight: normal;
  font-size: 11px;
}
.boatLists tbody tr {
  cursor: pointer;
  background: #fdfdfd;
  height: 22px;
}
.boatLists tbody tr.ppt {
  background: #e6ead8;
}
.boatLists tbody tr.odd {
  background: #f6f6f6;
}
.boatLists tbody tr.odd.ppt {
  background: #ecf0dd;
}
.boatLists tbody tr:hover {
  background: #b4e3f1 !important;
}
.boatLists tbody tr.active {
  background: #b4e3f1 !important;
}
.boatLists tbody tr td.tblCell_DATE {
  background: url('/img/celldateSprite.png') no-repeat;
}
.boatLists tbody tr td.tblCell_DATE.green {
  background-position: right 0;
}
.boatLists tbody tr td.tblCell_DATE.yellow {
  background-position: right -23px;
}
.boatLists tbody tr td.tblCell_DATE.red {
  background-position: right -46px;
}
.boatLists tbody tr td:not(:last-child) {
  border-right: 1px solid #fff;
}
.boatLists tbody tr td .updatedIcon {
  display: inline-block;
  width: 33px;
  height: 12px;
  margin-top: 0;
  margin-right: 3px;
  background: url('/img/update_label.png') no-repeat;
}
.boatLists td {
  overflow: hidden;
  white-space: nowrap;
  padding: 4px 4px 0 4px;
  vertical-align: top;
}
.boatLists td:first-child {
  font-weight: bold;
}
/**** FIXED CELL WIDTHS FOR MAIN TABLE ****/
.boatLists .tblCell_DAYS {
  display: none;
}
.boatLists {
  /**** MAIN TABLE CSS FOR DIFFERENT WINDOW SIZES *****/
}
.boatLists.AHTS .tblCell_VESSEL,
.boatLists.AHT .tblCell_VESSEL,
.boatLists.TUG .tblCell_VESSEL {
  width: 150px;
}
.boatLists.AHTS .tblCell_DAYS,
.boatLists.AHT .tblCell_DAYS,
.boatLists.TUG .tblCell_DAYS {
  display: none;
}
.boatLists.AHTS .tblCell_BHP,
.boatLists.AHT .tblCell_BHP,
.boatLists.TUG .tblCell_BHP {
  width: 35px;
  text-align: center;
}
.boatLists.AHTS .tblCell_BP,
.boatLists.AHT .tblCell_BP,
.boatLists.TUG .tblCell_BP {
  width: 25px;
  text-align: center;
}
.boatLists.AHTS .tblCell_WINCH,
.boatLists.AHT .tblCell_WINCH,
.boatLists.TUG .tblCell_WINCH {
  width: 45px;
  text-align: center;
  display: none;
}
.boatLists.AHTS .tblCell_DECK,
.boatLists.AHT .tblCell_DECK,
.boatLists.TUG .tblCell_DECK {
  width: 40px;
  text-align: center;
}
.boatLists.AHTS .tblCell_CRANE,
.boatLists.AHT .tblCell_CRANE,
.boatLists.TUG .tblCell_CRANE {
  width: 50px;
}
.boatLists.AHTS .tblCell_DP,
.boatLists.AHT .tblCell_DP,
.boatLists.TUG .tblCell_DP {
  width: 40px;
}
.boatLists.AHTS .tblCell_HAS_ROV,
.boatLists.AHT .tblCell_HAS_ROV,
.boatLists.TUG .tblCell_HAS_ROV {
  width: 50px;
}
.boatLists.AHTS .tblCell_CHARTERER,
.boatLists.AHT .tblCell_CHARTERER,
.boatLists.TUG .tblCell_CHARTERER {
  width: 160px;
}
.boatLists.AHTS .tblCell_NEXTCHARTERER,
.boatLists.AHT .tblCell_NEXTCHARTERER,
.boatLists.TUG .tblCell_NEXTCHARTERER {
  width: 160px;
}
.boatLists.AHTS .tblCell_PORT,
.boatLists.AHT .tblCell_PORT,
.boatLists.TUG .tblCell_PORT {
  width: 95px;
}
.boatLists.AHTS .tblCell_DATE,
.boatLists.AHT .tblCell_DATE,
.boatLists.TUG .tblCell_DATE {
  width: 65px;
}
.boatLists.PSV .tblCell_VESSEL {
  width: 150px;
}
.boatLists.PSV .tblCell_DAYS {
  display: none;
}
.boatLists.PSV .tblCell_DECK {
  width: 40px;
  text-align: center;
}
.boatLists.PSV .tblCell_BHP {
  width: 35px;
  text-align: center;
}
.boatLists.PSV .tblCell_DWT {
  width: 35px;
  text-align: center;
  display: none;
}
.boatLists.PSV .tblCell_STBY {
  width: 40px;
  text-align: center;
  display: none;
}
.boatLists.PSV .tblCell_DP {
  width: 40px;
}
.boatLists.PSV .tblCell_FIFI {
  width: 30px;
}
.boatLists.PSV .tblCell_BATTERY {
  width: 60px;
}
.boatLists.PSV .tblCell_NOFO {
  width: 40px;
  display: none;
}
.boatLists.PSV .tblCell_CHARTERER {
  width: 160px;
}
.boatLists.PSV .tblCell_NEXTCHARTERER {
  width: 160px;
}
.boatLists.PSV .tblCell_PORT {
  width: 95px;
}
.boatLists.PSV .tblCell_DATE {
  width: 65px;
}
.boatLists.CTV .tblCell_VESSEL {
  width: 150px;
}
.boatLists.CTV .tblCell_DAYS {
  display: none;
}
.boatLists.CTV .tblCell_DECK {
  width: 40px;
  text-align: center;
}
.boatLists.CTV .tblCell_LOA {
  width: 40px;
}
.boatLists.CTV .tblCell_BEAM {
  width: 40px;
}
.boatLists.CTV .tblCell_SPEED {
  width: 40px;
}
.boatLists.CTV .tblCell_PAX {
  width: 40px;
}
.boatLists.CTV .tblCell_BHP {
  width: 35px;
  text-align: center;
  display: none;
}
.boatLists.CTV .tblCell_DWT {
  width: 35px;
  text-align: center;
  display: none;
}
.boatLists.CTV .tblCell_STBY {
  width: 40px;
  text-align: center;
  display: none;
}
.boatLists.CTV .tblCell_DP {
  width: 40px;
  display: none;
}
.boatLists.CTV .tblCell_NOFO {
  width: 40px;
  display: none;
}
.boatLists.CTV .tblCell_CHARTERER {
  width: 160px;
}
.boatLists.CTV .tblCell_NEXTCHARTERER {
  width: 160px;
}
.boatLists.CTV .tblCell_PORT {
  width: 95px;
}
.boatLists.CTV .tblCell_DATE {
  width: 65px;
}
.boatLists.STANDBY .tblCell_VESSEL {
  width: 150px;
}
.boatLists.STANDBY .tblCell_DAYS {
  display: none;
}
.boatLists.STANDBY .tblCell_SURVIVORS {
  width: 40px;
  text-align: left;
}
.boatLists.STANDBY .tblCell_DECK {
  width: 40px;
  text-align: center;
}
.boatLists.STANDBY .tblCell_NOFO {
  width: 40px;
}
.boatLists.STANDBY .tblCell_FIFI {
  width: 30px;
}
.boatLists.STANDBY .tblCell_CHARTERER {
  width: 160px;
}
.boatLists.STANDBY .tblCell_NEXTCHARTERER {
  width: 160px;
}
.boatLists.STANDBY .tblCell_PORT {
  width: 95px;
}
.boatLists.STANDBY .tblCell_DATE {
  width: 65px;
}
.boatLists.ALL .tblCell_VESSEL {
  width: 150px;
}
.boatLists.ALL .tblCell_DAYS {
  display: none;
}
.boatLists.ALL .tblCell_BHP {
  width: 35px;
  text-align: center;
}
.boatLists.ALL .tblCell_DECK {
  width: 40px;
  text-align: center;
}
.boatLists.ALL .tblCell_DP {
  width: 40px;
}
.boatLists.ALL .tblCell_NOFO {
  width: 40px;
}
.boatLists.ALL .tblCell_FIFI {
  width: 30px;
}
.boatLists.ALL .tblCell_CHARTERER {
  width: 160px;
}
.boatLists.ALL .tblCell_NEXTCHARTERER {
  width: 160px;
}
.boatLists.ALL .tblCell_PORT {
  width: 95px;
}
.boatLists.ALL .tblCell_DATE {
  width: 65px;
}
.boatLists.Fixtures .date {
  width: 60px;
  text-align: left;
}
.boatLists.Fixtures .vessel {
  width: 120px;
  text-align: left;
}
.boatLists.Fixtures .type {
  width: 90px;
  text-align: left;
}
.boatLists.Fixtures .charterer {
  width: 100px;
  text-align: left;
}
.boatLists.Fixtures .scope {
  text-align: left;
}
.boatLists.Fixtures .period {
  text-align: left;
}
.boatLists.Fixtures .rate {
  width: 80px;
  text-align: left;
}
.boatLists.OCV .tblCell_VESSEL {
  width: 135px;
}
.boatLists.OCV .tblCell_DECK {
  width: 40px;
}
.boatLists.OCV .tblCell_CRANE {
  width: 50px;
}
.boatLists.OCV .tblCell_ACCOMODATION {
  width: 60px;
}
.boatLists.OCV .tblCell_MOONPOOL {
  width: 55px;
}
.boatLists.OCV .tblCell_DP {
  width: 50px;
}
.boatLists.OCV .tblCell_ROV {
  width: 60px;
}
.boatLists.OCV .tblCell_DIVE {
  width: 70px;
}
.boatLists.OCV .tblCell_PORT {
  width: 150px;
}
.boatLists.OCV .tblCell_DATES {
  width: 65px;
}
@media screen and (max-width: 1400px) {
  .boatLists.AHTS .tblCell_CRANE {
    display: none;
  }
  .boatLists.AHTS .tblCell_DECK {
    display: none;
  }
  .boatLists.AHTS .tblCell_BHP {
    display: none;
  }
  .boatLists.AHTS .tblCell_NEXTCHARTERER {
    width: 150px;
  }
  .boatLists.AHTS .tblCell_CHARTERER {
    width: 150px;
  }
  .boatLists.AHTS .tblCell_PORT {
    width: 80px;
  }
  .boatLists.PSV .tblCell_FIFI {
    display: none;
  }
  .boatLists.PSV .tblCell_BATTERY {
    display: none;
  }
  .boatLists.PSV .tblCell_PORT {
    width: 85px;
  }
  .boatLists.PSV .tblCell_NEXTCHARTERER {
    width: 150px;
  }
  .boatLists.PSV .tblCell_CHARTERER {
    width: 150px;
  }
  .boatLists.ALL .tblCell_FIFI {
    display: none;
  }
  .boatLists.ALL .tblCell_NEXTCHARTERER {
    width: 150px;
  }
  .boatLists.ALL .tblCell_CHARTERER {
    width: 150px;
  }
  .boatLists.ALL .tblCell_PORT {
    width: 80px;
  }
  .boatLists.OCV .tblCell_DIVE {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .boatLists.AHTS .tblCell_DP {
    display: none;
  }
  .boatLists.AHTS .tblCell_NEXTCHARTERER {
    width: 140px;
  }
  .boatLists.AHTS .tblCell_CHARTERER {
    width: 140px;
  }
  .boatLists.PSV .tblCell_STBY {
    display: none;
  }
  .boatLists.PSV .tblCell_NOFO {
    display: none;
  }
  .boatLists.STANDBY .tblCell_NEXTCHARTERER {
    width: 140px;
  }
  .boatLists.STANDBY .tblCell_CHARTERER {
    width: 140px;
  }
  .boatLists.STANDBY .tblCell_PORT {
    width: 85px;
  }
  .boatLists.STANDBY .tblCell_FIFI {
    display: none;
  }
  .boatLists.STANDBY .tblCell_NOFO {
    display: none;
  }
  .boatLists.ALL .tblCell_NOFO {
    display: none;
  }
  .boatLists.OCV .tblCell_ROV {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .boatLists.AHTS .tblCell_BP {
    display: none;
  }
  .boatLists.AHTS .tblCell_WINCH {
    display: none;
  }
  .boatLists.PSV td.tblCell_DWT {
    display: none;
  }
  .boatLists.STANDBY .tblCell_VESSEL {
    width: 140px;
  }
  .boatLists.STANDBY .tblCell_NEXTCHARTERER {
    width: 140px;
  }
  .boatLists.STANDBY .tblCell_CHARTERER {
    width: 130px;
  }
  .boatLists.STANDBY .tblCell_DECK {
    display: none;
  }
  .boatLists.ALL .tblCell_DP {
    display: none;
  }
  .boatLists.OCV td.tblCell_DP {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .boatLists.AHTS .tblCell_BHP {
    display: none;
  }
  .boatLists.AHTS .tblCell_PORT {
    display: none;
  }
  .boatLists.PSV td.tblCell_DECK {
    display: none;
  }
  .boatLists.STANDBY .tblCell_SURVIVORS {
    display: none;
  }
  .boatLists.ALL .tblCell_DECK {
    display: none;
  }
  .boatLists.ALL .tblCell_BHP {
    display: none;
  }
  .boatLists.OCV td.tblCell_MOONPOOL {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .boatLists.AHTS .tblCell_VESSEL {
    width: 140px;
  }
  .boatLists.AHTS .tblCell_NEXTCHARTERER {
    width: 140px;
  }
  .boatLists.AHTS .tblCell_CHARTERER {
    width: 130px;
  }
  .boatLists.PSV .tblCell_VESSEL {
    width: 140px;
  }
  .boatLists.PSV .tblCell_NEXTCHARTERER {
    width: 140px;
  }
  .boatLists.PSV .tblCell_CHARTERER {
    width: 130px;
  }
  .boatLists.PSV .tblCell_PORT {
    display: none;
  }
  .boatLists.STANDBY .tblCell_VESSEL {
    width: 140px;
  }
  .boatLists.STANDBY .tblCell_NEXTCHARTERER {
    width: 140px;
  }
  .boatLists.STANDBY .tblCell_CHARTERER {
    width: 130px;
  }
  .boatLists.STANDBY .tblCell_PORT {
    display: none;
  }
  .boatLists.ALL .tblCell_VESSEL {
    width: 140px;
  }
  .boatLists.ALL .tblCell_NEXTCHARTERER {
    width: auto;
  }
  .boatLists.ALL .tblCell_CHARTERER {
    width: auto;
  }
  .boatLists.OCV td.tblCell_ACCOMODATION {
    display: none;
  }
}
@media screen and (max-width: 940px) and (min-width: 840px) {
  .boatLists.AHTS .tblCell_PORT {
    display: table-cell;
  }
  .boatLists.STANDBY .tblCell_PORT {
    display: table-cell;
  }
}
@media screen and (max-width: 780px) {
  .boatLists.AHTS .tblCell_NEXTCHARTERER {
    display: none;
  }
  .boatLists.PSV .tblCell_NEXTCHARTERER {
    display: none;
  }
  .boatLists.STANDBY .tblCell_NEXTCHARTERER {
    display: none;
  }
  .boatLists.ALL .tblCell_NEXTCHARTERER {
    display: none;
  }
  .boatLists.OCV .tblCell_NEXTCHARTERER {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .boatLists.OCV .tblCell_CRANE {
    display: none;
  }
  .boatLists.OCV .tblCell_DECK {
    display: none;
  }
}
@media screen and (max-width: 940px) {
  .outstandingRequirements .mainContent {
    margin: 10px;
  }
}
.mainBody .mainContent {
  width: auto;
  margin-left: 200px;
}
.alertMessage {
  margin: 8px 0;
  padding: 15px 20px;
  background: #f4d4d4;
  color: #b94a48;
  border: 1px solid #df9b9b;
  font-size: 15px;
  width: 100%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 400ms;
  -moz-transition: background 400ms;
  -ms-transition: background 400ms;
  -o-transition: background 400ms;
  transition: background 400ms;
}
.alertMessage:hover {
  background: #df9b9b;
}
.alertMessage img {
  margin-right: 5px;
  vertical-align: -3px;
}
.footer {
  width: 100%;
  margin-top: 25px;
  background: #333;
  color: #ccc;
  clear: both;
}
.footer .keyfigures {
  padding: 10px 5px 10px 15px;
  float: left;
  color: #fff;
  font-size: 13px;
}
.footer .keyfigures span {
  color: #ccc;
}
.footer .keyfigures span.red {
  color: #EC2C2C;
}
.footer .keyfigures span.green {
  color: #9ACD1E;
}
.footer .byline {
  padding: 20px;
  float: right;
}
.footer .byline img {
  width: 110px;
}
.uno_pagination {
  float: left;
  list-style-type: none;
  margin: 5px 0;
  padding: 0;
}
.uno_pagination li {
  float: left;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.uno_pagination li a {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #fefefe, #f8f8f8);
  background-image: -ms-linear-gradient(top, #fefefe, #f8f8f8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, #fefefe, #f8f8f8);
  background-image: -o-linear-gradient(top, #fefefe, #f8f8f8);
  background-image: linear-gradient(top, #fefefe, #f8f8f8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f8f8f8', GradientType=0);
  border-color: #f8f8f8 #f8f8f8 #d2d2d2;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: #666;
  text-align: center;
  font-size: 11px;
  padding-top: 4px;
  box-sizing: border-box;
}
.uno_pagination li a:hover {
  background: #eee;
}
.uno_pagination li.active a {
  background-color: #15ace6;
  background-image: -moz-linear-gradient(top, #18bbf4, #1095d0);
  background-image: -ms-linear-gradient(top, #18bbf4, #1095d0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#18bbf4), to(#1095d0));
  background-image: -webkit-linear-gradient(top, #18bbf4, #1095d0);
  background-image: -o-linear-gradient(top, #18bbf4, #1095d0);
  background-image: linear-gradient(top, #18bbf4, #1095d0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18bbf4', endColorstr='#1095d0', GradientType=0);
  border-color: #1095d0 #1095d0 #0b6289;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px #15a0d2;
  font-size: 13px;
  padding-top: 2px;
}
.uno_pagination li.active a:hover {
  background-color: #15ace6;
  background-image: -moz-linear-gradient(top, #18bbf4, #1095d0);
  background-image: -ms-linear-gradient(top, #18bbf4, #1095d0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#18bbf4), to(#1095d0));
  background-image: -webkit-linear-gradient(top, #18bbf4, #1095d0);
  background-image: -o-linear-gradient(top, #18bbf4, #1095d0);
  background-image: linear-gradient(top, #18bbf4, #1095d0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18bbf4', endColorstr='#1095d0', GradientType=0);
  border-color: #1095d0 #1095d0 #0b6289;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.uno_pagination li.disabled a {
  color: #ccc;
  cursor: not-allowed;
}
.uno_pagination li.disabled a:hover {
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #fefefe, #f8f8f8);
  background-image: -ms-linear-gradient(top, #fefefe, #f8f8f8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, #fefefe, #f8f8f8);
  background-image: -o-linear-gradient(top, #fefefe, #f8f8f8);
  background-image: linear-gradient(top, #fefefe, #f8f8f8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f8f8f8', GradientType=0);
  border-color: #f8f8f8 #f8f8f8 #d2d2d2;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.uno_pagination li.last {
  margin-left: 5px;
}
.uno_pagination li.last a {
  width: auto;
  padding-left: 4px;
  padding-right: 4px;
  border-left: 1px solid #e1e1e1;
}
.uno_pagination li.first {
  margin-right: 5px;
}
.uno_pagination li.first a {
  width: auto;
  padding-left: 4px;
  padding-right: 4px;
  border-left: 1px solid #e1e1e1;
}
.uno_pagination li.borderleft {
  border-left: 1px solid #e1e1e1;
}
.searchText {
  background: #f7f7f7;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 8px;
  margin-top: 2px;
  width: 100%;
}
.searchText .inputWrapper {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchText .inputWrapper .inputContainer {
  height: 33px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #bdbdbd;
  background: #fff;
  position: relative;
}
.searchText .inputWrapper .inputContainer input {
  font-size: 16px;
  font-weight: bold;
  outline: none;
  border: none;
  width: 100%;
  padding-left: 112px;
  padding-right: 100px;
  padding-top: 3px;
  height: 31px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchText .inputWrapper .inputContainer .showingBoatsCounterTxt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 33px;
  width: 82px;
  border: 0;
  background-color: #2c2e2e;
  background-image: -moz-linear-gradient(top, #3c3e3f, #151515);
  background-image: -ms-linear-gradient(top, #3c3e3f, #151515);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3c3e3f), to(#151515));
  background-image: -webkit-linear-gradient(top, #3c3e3f, #151515);
  background-image: -o-linear-gradient(top, #3c3e3f, #151515);
  background-image: linear-gradient(top, #3c3e3f, #151515);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3e3f', endColorstr='#151515', GradientType=0);
  border-color: #151515 #151515 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  padding: 7px 11px;
  font-size: 16px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-shadow: -1px -1px 2px #000;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.searchText .inputWrapper .inputContainer .search-grey-icon {
  position: absolute;
  left: 90px;
  top: 8px;
  width: 17px;
  height: 17px;
  background: url('/img/searchIcon_input.png') no-repeat top;
}
.searchText .inputWrapper .inputContainer .searchTextBtn {
  position: absolute;
  right: 0;
  top: 0px;
  width: 105px;
  height: 33px;
  border: 0;
  background: url('/img/FreeSearch_Btn.png') no-repeat left top;
  z-index: 1;
  cursor: pointer;
}
.searchText .inputWrapper .inputContainer .searchTextBtn:hover {
  background-position: bottom;
}
.searchText .inputWrapper .inputContainer .clear-icon {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 6px;
  right: 118px;
  background: url('/img/cancelSearch.png') no-repeat left top;
  z-index: 1;
  cursor: pointer;
}
.searchText .inputWrapper .inputContainer .clear-icon:hover {
  background-position: bottom;
}
.searchText .inputWrapper .inputContainer.focused {
  -webkit-box-shadow: 0px 0px 4px 1px #0090ff;
  box-shadow: 0px 0px 4px 1px #0090ff;
}
.searchText .inputWrapper .generatePDF {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 33px;
  border: 0;
  background-color: #15ace6;
  background-image: -moz-linear-gradient(top, #18bbf4, #1095d0);
  background-image: -ms-linear-gradient(top, #18bbf4, #1095d0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#18bbf4), to(#1095d0));
  background-image: -webkit-linear-gradient(top, #18bbf4, #1095d0);
  background-image: -o-linear-gradient(top, #18bbf4, #1095d0);
  background-image: linear-gradient(top, #18bbf4, #1095d0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18bbf4', endColorstr='#1095d0', GradientType=0);
  border-color: #1095d0 #1095d0 #0b6289;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  padding: 7px 11px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-shadow: -1px -1px 1px #0a7fbf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.searchText .inputWrapper .generatePDF i {
  display: inline-block;
  background: url('/img/docs_icon.png') no-repeat left top;
  width: 13px;
  height: 14px;
  margin-right: 4px;
}
.searchText .inputWrapper .generatePDF.inactive {
  background: #ccc;
  color: #eee;
  text-shadow: none;
  cursor: default;
}
.searchText .inputWrapper .generatePDF.inactive i {
  display: none;
}
.searchText .inputWrapper .generatePDF:not(.inactive):hover {
  background: #1095d0;
}
.searchText .pdfBtnWrapper {
  border-left: 1px solid #ccc;
  width: 108px;
  padding-left: 14px;
  padding-right: 14px;
}
.searchText.fixtures .inputWrapper .inputContainer input {
  padding-left: 32px;
}
.searchText.fixtures .inputWrapper .inputContainer .search-grey-icon {
  left: 10px;
}
.searchText.fixtures .inputWrapper .inputContainer .showingBoatsCounterTxt {
  display: none;
}
.searchText.fixtures .pdfBtnWrapper {
  width: 130px;
  border: none;
  padding-left: 0;
}
#showmoreBtn {
  display: inline-block;
  height: 37px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: auto;
  background-color: #15ace6;
  background-image: -moz-linear-gradient(top, #18bbf4, #1095d0);
  background-image: -ms-linear-gradient(top, #18bbf4, #1095d0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#18bbf4), to(#1095d0));
  background-image: -webkit-linear-gradient(top, #18bbf4, #1095d0);
  background-image: -o-linear-gradient(top, #18bbf4, #1095d0);
  background-image: linear-gradient(top, #18bbf4, #1095d0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18bbf4', endColorstr='#1095d0', GradientType=0);
  border-color: #1095d0 #1095d0 #0b6289;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  padding: 7px 11px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-shadow: -1px -1px 1px #0a7fbf;
  cursor: pointer;
  -webkit-transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -ms-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
  text-transform: uppercase;
  border: 2px solid #bdbdbd;
  margin: 10px auto;
}
#showmoreBtn i {
  background: url('/img/show_more_up.png') no-repeat left top;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 2px;
}
#showmoreBtn.more i {
  background: url('/img/show_more_down.png') no-repeat left top;
}
#showmoreBtn:hover {
  background: #1095d0;
}
.lineOutstanding {
  display: inline-block;
  margin: 10px 0;
  height: 1px;
  width: 100%;
  background: #e1e1e1;
}
#spotUtilization tr:hover {
  cursor: default;
  background: #ddd;
}
.paginationSettings .chzn-container-single {
  margin-left: 10px;
}
.paginationSettings .chzn-container-single .chzn-single {
  margin-top: 5px;
  height: 18px;
  padding-left: 4px;
  line-height: 16px;
}
.paginationSettings .chzn-container-single .chzn-single span {
  font-size: 11px;
}
.paginationSettings .chzn-container-single .chzn-single div b {
  background-position-y: 1px;
}
.headersVessel {
  padding-right: 2px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.phoneclass .mapSettings,
.phoneclass .map {
  display: none !important;
}
.load-circle {
  margin-left: auto;
  margin-right: auto;
  animation-name: load-circle-animation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  -ms-transform: scale(1, 1);
  /* IE 9 */
  -webkit-transform: scale(1, 1);
  /* Safari */
  transform: scale(1, 1);
  opacity: 1;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  border: 5px solid #ddd;
}
@keyframes load-circle-animation {
  0% {
    -ms-transform: scale(0.2, 0.2);
    /* IE 9 */
    -webkit-transform: scale(0.2, 0.2);
    /* Safari */
    transform: scale(0.2, 0.2);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(2, 2);
    /* IE 9 */
    -webkit-transform: scale(2, 2);
    /* Safari */
    transform: scale(2, 2);
    opacity: 0;
  }
}
.load-cover {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}
.load-cover table {
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.load-cover table td {
  text-align: center;
}

/*# sourceMappingURL=frontend.min.css.map */
