/* color pallet */
.home-page .notification {
  background-color: #f7a400;
  color: white;
  font-weight: normal;
  font-size: 15px;
  margin-right: 100px;
}
.home-page .outstanding-items-header,
.home-page .my-reports-header,
.home-page .shared-links-header,
.home-page .berthed-vessels-header,
.home-page .notifications-header {
  text-align: center !important;
  color: white;
  line-height: 25px;
  cursor: pointer;
  font-weight: normal;
  font-size: 15px;
}
.home-page .berthed-vessels-header {
  background-color: #0085b0;
}
.home-page .my-reports-header {
  background-color: #d44e28;
}
.home-page .notifications-header {
  background-color: #9c9b9b;
}
.home-page .notifications-header a {
  color: white;
}
.home-page .shared-links-header {
  background-color: #005961;
}
.home-page .outstanding-items-header {
  background-color: #0085b0;
}
.home-page .widget {
  border: 1px solid black;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 10px;
  margin-bottom: 20px;
  /*width: 340px;*/
  width: 90% !important;
}
.home-page .widget h4 {
  text-align: center;
}
.home-page .widget.notifications .widget-body {
  overflow-y: auto;
  display: block;
  max-height: 300px;
}
.home-page .widget.notifications .widget-body table tbody .message {
  display: block;
}
.home-page .widget.notifications .widget-body table tbody .message-date {
  width: 25%;
}
.home-page .widget.berthed-vessels table tbody td {
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
@media (min-width: 570px) {
  .home-page .widget.berthed-vessels .colTripId {
    width: 20%;
  }
  .home-page .widget.berthed-vessels .colTerminal {
    width: 20%;
  }
  .home-page .widget.berthed-vessels .colLocation {
    width: 10%;
  }
  .home-page .widget.berthed-vessels .colVessel {
    width: 40%;
  }
}
.home-page .widget.outstanding-items {
  margin-top: 20px;
  width: 938px;
}
.home-page .widget.outstanding-items table tbody td {
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
.home-page .widget.outstanding-items .col-contract {
  width: 60px;
  margin-left: 10px;
}
.home-page .widget.outstanding-items .col-terminal {
  width: 88px;
}
.home-page .widget.outstanding-items .col-vessel-name {
  width: 50px;
  margin-left: -10px;
}
.home-page .widget.outstanding-items .col-customer {
  width: 80px;
}
.home-page .widget.outstanding-items .col-etl {
  width: 100px;
}
.home-page .widget.outstanding-items .col-agent {
  width: 55px;
}
.home-page .widget.outstanding-items .col-summary {
  width: 240px;
  text-align: left;
}
.home-page .widget.outstanding-items .col-confirmed-eta {
  width: 55px;
}
.home-page .widget.outstanding-items .col-clp {
  width: 45px;
}
.home-page .widget.outstanding-items .col-cargo-hold-access {
  width: 45px;
}
.home-page .widget.outstanding-items .col-cargo-assembly {
  width: 55px;
}
.home-page .widget.outstanding-items .col-cargo-loading {
  width: 55px;
}
.home-page .widget.outstanding-items .col-remnant {
  width: 55px;
}
.home-page .widget.outstanding-items .col-trim {
  width: 55px;
}
.home-page .widget.outstanding-items .col-shipper-description {
  width: 55px;
}
.home-page .widget.outstanding-items .col-shipper-name {
  width: 55px;
}
.home-page .widget.outstanding-items .outstanding-items-header {
  cursor: pointer;
}
.home-page .widget .my-reports {
  list-style-type: disc;
  padding-left: 10px;
}
.home-page .widget .oustanding-items-table > tbody {
  overflow-y: visible;
  height: auto;
}
