/* Fonts */
@font-face {
  font-family: 'Calluna';
  src: url("/fonts/Calluna.eot") format("embedded-opentype"), url("/fonts/Calluna.woff") format("woff"), url("/fonts/Calluna.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* Variables */
/* Mixins */
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 430px; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 430px;
  background-color: #000;
  font-size: 12px; }
  .footer .footer-col {
    padding: 15px 0; }
    .footer .footer-col ul {
      margin: 0; }
      .footer .footer-col ul li {
        color: #FFF;
        list-style: none; }
        .footer .footer-col ul li a {
          color: #FFF; }
          .footer .footer-col ul li a .fa {
            color: inherit;
            padding: 0 10px 0 0; }
          .footer .footer-col ul li a:hover {
            color: #999; }

/* Main Styling */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row.row-buffer-top {
    padding-top: 15px; }
  .row.row-buffer-bot {
    padding-bottom: 15px; }

.alert {
  text-align: center; }
  .alert > p {
    margin-bottom: 10px; }

a {
  color: #666; }
  a:hover, a:focus {
    color: #C81A1F;
    text-decoration: none; }
  a.showPaymentMethod .fa {
    color: #FFF; }
  a.contactlink .fa {
    color: #FFF;
    font-size: 26px;
    line-height: 30px; }
    a.contactlink .fa:hover {
      color: #FFF; }
  a .fa {
    color: #AAA; }
    a .fa:hover, a .fa:focus {
      color: #C81A1F; }

.forgot-password {
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center; }

.bg-info {
  background-color: #545454;
  color: #FFF;
  padding: 15px; }
  .bg-info > p {
    margin-bottom: 0; }
  .bg-info > p + p {
    margin-top: 5px; }

.btn.btn-black {
  background-color: #000;
  color: #FFF; }
  .btn.btn-black:hover {
    background-color: #777777; }

.panel .panel-heading {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal; }
.panel.panel-black {
  background-color: #545454;
  color: #FFF; }

body {
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px; }

.header {
  background-color: #000;
  padding: 10px 0 5px; }
  .header a {
    font-family: Calluna, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #FFF;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%; }
    .header a:hover {
      color: #999;
      text-decoration: none; }
  .header img.logo {
    margin-bottom: 15px; }
  .header nav {
    margin: 5px auto 0;
    width: 200px; }
    .header nav ul {
      list-style: none;
      height: 40px;
      margin: 0;
      padding: 0; }
      .header nav ul li {
        float: right;
        height: 40px;
        width: 40px; }
        .header nav ul li a {
          display: block;
          height: 40px;
          padding: 5px 5px;
          width: 40px; }
          .header nav ul li a:hover {
            background-color: #C81A1F;
            border-radius: 50%; }
          .header nav ul li a img {
            display: block;
            height: 30px;
            width: 30px; }

.container {
  padding-left: 10px;
  padding-right: 10px; }
  .container.main-content {
    background-position: 43% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 665px;
    padding-bottom: 30px; }
    .container.main-content label.control-label {
      font-weight: normal;
      line-height: 34px;
      text-align: left; }
    .container.main-content .form-control {
      margin-bottom: 5px; }
    .container.main-content .input-group .form-control {
      margin-bottom: 0px; }
  .container.loginbg {
    background-image: none;
    min-height: auto; }
    .container.loginbg .page-header {
      border: none;
      padding: 0; }
    .container.loginbg button[type='submit'] {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .container.loginbg label {
      font-family: Calluna, sans-serif;
      font-weight: 500;
      color: #333;
      display: block;
      font-size: 14px;
      line-height: 20px; }
    .container.loginbg a {
      color: #000; }
      .container.loginbg a:hover {
        color: #666666;
        text-decoration: none; }
  .container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
    text-align: center; }
  .container h1 {
    font-family: Calluna, sans-serif;
    font-weight: normal;
    color: #333;
    display: block; }
  .container h2 {
    font-family: Calluna, sans-serif;
    font-weight: normal;
    color: #666; }
    .container h2.small {
      font-size: 24px;
      line-height: 28px; }
  .container h3 {
    font-family: Calluna, sans-serif;
    font-weight: normal;
    color: #333; }
  .container h4 {
    font-family: Calluna, sans-serif;
    font-weight: 500;
    color: #333; }
  .container h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #666;
    text-transform: uppercase; }
  .container h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #C81A1F;
    text-transform: uppercase; }
  .container .text-left {
    text-align: left; }
  .container .list-group-item {
    color: #000; }
    .container .list-group-item span {
      color: #666; }

.page-header h1 {
  margin: 0;
  text-align: center; }

.asset .page-header {
  border-color: #b8b8b8;
  margin: 15px 0;
  padding-bottom: 10px; }
.asset .asset-separator {
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 0;
  padding-bottom: 15px; }
.asset ul {
  list-style: none;
  padding: 0; }
  .asset ul li {
    margin-bottom: 15px; }
    .asset ul li label {
      color: #000;
      font-weight: normal;
      margin: 0 6% 0 0;
      width: 25%; }
.asset .asset-image {
  margin-bottom: 25px; }
.asset .asset-info {
  margin-bottom: 25px; }
  .asset .asset-info .asset-info-row {
    float: left;
    text-align: center;
    margin-bottom: 15px;
    width: 50%; }
    .asset .asset-info .asset-info-row label {
      color: #000;
      font-weight: normal;
      margin: 0 0 5px;
      text-align: center;
      width: 100%; }
.asset .asset-links .asset-links-row {
  border-bottom: 1px solid #ddd;
  float: left;
  width: 48%; }
  .asset .asset-links .asset-links-row:nth-child(odd) {
    margin-right: 1%; }
  .asset .asset-links .asset-links-row:nth-child(even) {
    margin-left: 1%; }
  .asset .asset-links .asset-links-row img {
    display: block;
    height: 30px;
    width: 30px; }
  .asset .asset-links .asset-links-row a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 13px;
    display: block;
    line-height: normal;
    text-align: center; }
    .asset .asset-links .asset-links-row a.asset-links-img {
      display: block;
      height: 40px;
      line-height: normal;
      padding: 5px 5px;
      margin: 0 auto;
      width: 40px; }
      .asset .asset-links .asset-links-row a.asset-links-img:hover {
        background-color: #CCC;
        border-radius: 50%; }
.asset .list-group li.list-group-item {
  border-left: none;
  border-right: none;
  border-top: none;
  margin-bottom: 0; }

.asset-details-top {
  padding-bottom: 15px; }

.asset-details-col {
  text-align: center; }
  .asset-details-col h2 {
    margin-top: 0; }
  .asset-details-col .asset-info-row {
    float: left;
    text-align: center;
    margin-bottom: 15px; }
    .asset-details-col .asset-info-row label {
      color: #000;
      font-weight: normal;
      margin: 0 0 5px;
      text-align: center;
      width: 100%; }
  .asset-details-col ul.list-group li.list-group-item {
    border-left: none;
    border-right: none;
    border-top: none;
    margin-bottom: 0; }

.berthing-col {
  margin-bottom: 20px; }
  .berthing-col h2 {
    margin-top: 0; }
  .berthing-col .list-group-item {
    padding: 8px 15px; }
    .berthing-col .list-group-item span {
      float: right; }
      .berthing-col .list-group-item span i {
        padding-left: 5px; }
  .berthing-col .berthing-info-row {
    float: left;
    text-align: center;
    margin-bottom: 15px; }
    .berthing-col .berthing-info-row label {
      color: #000;
      font-weight: normal;
      margin: 0 0 5px;
      text-align: center;
      width: 100%; }
  .berthing-col .form-group {
    margin-bottom: 0; }
  .berthing-col label.control-label {
    text-align: left; }
  .berthing-col ul.list-group.min-height {
    min-height: 100px; }

.account .account-info-row {
  float: left;
  margin: 10px 0;
  text-align: left;
  width: 100%; }
  .account .account-info-row label {
    color: #000;
    float: left;
    font-weight: normal;
    margin: 0 0 0 0;
    text-align: center;
    width: 100%; }
  .account .account-info-row .account-info {
    float: left;
    text-align: center;
    width: 100%; }

.reset-password h2 {
  text-align: center; }

input.form-control {
  background-color: #F2F2F2; }

select.form-control {
  background-color: #F2F2F2; }

textarea.form-control {
  background-color: #F2F2F2; }

.table > thead > tr > th {
  background-color: #DDD; }

.pagination > li a, .pagination > li span {
  color: #C81A1F; }
  .pagination > li a:hover, .pagination > li a:focus, .pagination > li span:hover, .pagination > li span:focus {
    color: #C81A1F; }
.pagination > .active {
  background-color: #000;
  border-color: #000; }
  .pagination > .active a, .pagination > .active span {
    background-color: #000;
    border-color: #000; }
    .pagination > .active a:hover, .pagination > .active a:focus, .pagination > .active span:hover, .pagination > .active span:focus {
      background-color: #000;
      border-color: #000; }

.header-separator {
  border-top: 1px solid #b8b8b8;
  margin-bottom: 20px;
  margin-top: 5px; }

.asset-nav nav {
  margin: 5px auto 0;
  width: 280px; }
  .asset-nav nav ul {
    list-style: none;
    height: 40px;
    margin: 0;
    padding: 0; }
    .asset-nav nav ul li {
      float: right;
      height: 40px;
      width: 40px; }
      .asset-nav nav ul li a {
        display: block;
        height: 40px;
        padding: 5px 5px;
        width: 40px; }
        .asset-nav nav ul li a:hover {
          background-color: #CCC;
          border-radius: 50%; }
        .asset-nav nav ul li a img {
          display: block;
          height: 30px;
          width: 30px; }

.actions {
  margin-bottom: 15px; }

.datepicker {
  border-radius: 0; }

.img-client {
  padding-bottom: 20px; }

#lightbox-modal .modal-header {
  border-color: #333; }
  #lightbox-modal .modal-header h4 {
    color: #fff; }
    #lightbox-modal .modal-header h4 a {
      color: #999; }
      #lightbox-modal .modal-header h4 a:hover, #lightbox-modal .modal-header h4 a:visited, #lightbox-modal .modal-header h4 a:focus {
        color: #fff; }
  #lightbox-modal .modal-header .close {
    color: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
    text-shadow: 0 1px 0 #000; }
    #lightbox-modal .modal-header .close:hover, #lightbox-modal .modal-header .close:focus {
      color: #fff;
      opacity: .8;
      filter: alpha(opacity=80); }
#lightbox-modal .modal-content {
  background-color: #525252; }

.banner {
  margin: 0;
  display: none; }
  .banner.loginbg {
    display: block; }
  .banner .banner-shadow {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25); }
  .banner .banner-image {
    background-color: transparent;
    background-image: url("/images/theme/client/banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 353px;
    margin: 0;
    position: relative;
    z-index: -2; }
  .banner #watermark {
    background-image: url("/images/theme/client/watermark-background.png");
    background-position: 80px 20px;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    left: 50%;
    margin-left: -1000px;
    min-width: 500px;
    top: 0px;
    width: 100%;
    z-index: -1; }

.contract-details {
  margin-top: 20px; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body {
    /* Margin bottom by footer height */
    margin-bottom: 150px; }

  .footer {
    height: 150px; }

  .forgot-password {
    margin-bottom: 20px;
    margin-top: 0;
    text-align: right; }

  .no-child-gutter [class*='col-']:nth-child(odd) {
    padding-left: 0;
    padding-right: 0; }

  .no-child-gutter [class*='col-']:nth-child(even) {
    padding-left: 0;
    padding-right: 0; }

  .reset-password h2 {
    text-align: left; }

  .header {
    padding: 20px 0 10px; }
    .header a {
      font-size: 14px;
      text-align: right; }
      .header a.contactlink .fa {
        color: #FFF;
        font-size: 26px;
        line-height: 30px;
        padding-right: 2px; }
        .header a.contactlink .fa:hover {
          color: #FFF; }
    .header img.logo {
      margin-bottom: 0; }
    .header nav {
      margin: 5px 0 0 0;
      width: auto; }
      .header nav ul li {
        float: right; }

  .asset-nav nav {
    margin: 8px 0 0 0;
    width: auto; }
    .asset-nav nav ul li {
      float: right; }

  .container h1 {
    text-align: left; }
  .container h2.small {
    margin-bottom: 0;
    text-align: left; }
  .container.loginbg .page-header {
    border: none; }
    .container.loginbg .page-header h1 {
      text-align: center; }
  .container.loginbg button[type='submit'] {
    display: block;
    margin-left: 0;
    margin-right: 0; }
  .container.main-content label.control-label {
    text-align: right; }
  .container .berthing-col h4 {
    margin-top: 0;
    text-align: center; }
  .container .berthing-col .berthing-info-row {
    float: left;
    text-align: left;
    margin-bottom: 15px; }
    .container .berthing-col .berthing-info-row label {
      color: #000;
      font-weight: normal;
      margin: 0 3% 0 0;
      text-align: right;
      width: 47%; }
  .container .berthing-col label.control-label {
    text-align: left; }

  .page-header h1 {
    text-align: left; }

  .asset .asset-image {
    margin-bottom: 0; }
  .asset .asset-links .asset-links-row {
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%; }
    .asset .asset-links .asset-links-row img {
      display: block;
      height: 30px;
      width: 30px; }
    .asset .asset-links .asset-links-row a {
      font-family: 'Open Sans', sans-serif;
      font-weight: 300;
      font-size: 16px;
      line-height: 40px;
      display: block;
      float: left;
      margin-left: auto;
      margin-right: auto;
      padding: 0 0 0 5px; }
      .asset .asset-links .asset-links-row a.asset-links-img {
        display: block;
        height: 40px;
        line-height: normal;
        padding: 5px 5px;
        margin: 0;
        width: 40px; }
        .asset .asset-links .asset-links-row a.asset-links-img:hover {
          background-color: #CCC;
          border-radius: 50%; }
    .asset .asset-links .asset-links-row:nth-child(odd) {
      margin-right: 0; }
    .asset .asset-links .asset-links-row:nth-child(even) {
      margin-left: 0; }

  .account .account-info-row label {
    margin: 0 6% 0 0;
    text-align: right;
    width: 35%; }
  .account .account-info-row .account-info {
    text-align: left;
    width: 59%; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .header a {
    font-size: 18px;
    text-align: right; }

  #lightbox-modal .modal-dialog {
    max-width: 800px; } }
/* Large devices (large desktops, 1200px and up) */

/*# sourceMappingURL=client.css.map */

/*PE changes 29/03/18 */
.header{
  background: #4c4c4c;
}
.footer{
  background: #4c4c4c;
}
/* PE Changes 07/12/20 */
.footer{
  background: #c92426;
}
.header{
  background: #c92426;
}
#watermark{
	display:none
}
