a.more_criteria {
  text-decoration: underline; padding-right: 16px; font-size: 1.1em;
}
table.table-vessels td.no-data-found {
  padding-top: 12px; padding-left: 8px; font-weight: bold; font-size:0.72em;
}
table.table-vessels td.no-data-found-label {
  padding-top: 12px; padding-left: 8px; font-weight: bold; font-size:0.82em;
}
table.search-result tr td {max-width: 200px;}
div.search-footer {
  font-size: 0.76em; color: gray; padding-top: 4px; line-height: 1.1em;
  margin-bottom: 16px;
}
/*#FDE652,#F7CB43,  E47F40,C96740 */
button.help_button {width: 68px;}
button.top_button {
  position: relative;
  margin-bottom: -44px;
  font-size: 14px; line-height: 1.2em;
  height: 42px; width: 68px; padding: 0px;
  top: -24px;
}
div.free-assessment-hint {
    position: relative; top: 112px; left: 32px;
    background: url('/images/exclamation-round-24.png') no-repeat; height: 32px; padding-top: 3px; padding-left: 32px;
    font-weight: 700; color: #CC6600;
    margin-bottom: -32px;
}

form.form-search {
  padding-top: 16px;
  /*float: right;*/
  text-align: right;
}
button.btn-orange {
  font-size: 0.92em;
  padding: 4px 12px;
  background-color: #F6A21d;
  border-color: #eea236;
  color: white;
  font-weight: 700;
}
button.btn:hover {
  color: white;
}
button.btn:focus {
  color: white;
}
button.btn-add-vessel {
  font-size: 1.1em;
}

div.traffic-light-info {
  margin-top: 4px; margin-bottom: 32px;
  display: table;
}
div.traffic-light-info > div {
  display: table-row;
  font-size: 0.82em;
}
div.traffic-light-info > div > div {
  display: table-cell;
  color: gray;
}
div.traffic-light-info > div > div.tfl-info-item {
  padding-left: 20px;
}
div.traffic-light-info > div > div.tfl-info-text {
  font-style: italic;
  padding-left: 24px;
}
div.tfl-info-red > div.tfl-info-item {
  background: url(./images/trafficlight/btn-red-12.png) no-repeat 0px 4px;
}
div.tfl-info-amber > div.tfl-info-item {
  background: url(./images/trafficlight/btn-amber-12.png) no-repeat 0px 4px;
}
div.tfl-info-green > div.tfl-info-item {
  background: url(./images/trafficlight/btn-green-12.png) no-repeat 0px 4px;
}

table.table-vessels th {
  color: #218234;
  font-size: 0.86em;
}
table.table-vessels td {
  font-size: 0.92em;
}
table.table-vessels td.rating {
  text-align: center;
}

table.table-vessels td img.stoplight {
  height: 16px; width: 16px; margin: 3px 8px 3px 0px;
}

table.table-vessels tr:last-child {
  border-bottom: solid 1px rgb(221,221,221);
}

table.table.table-vessels {
  margin-bottom: 8px;
}
img.loading-spinner {
  height: 20px; width: 20px;
  margin-top: 8px;
  margin-left: 16px;
}
div.div-loading-indicator {
  height: 16px;
}
h1.title {
/*width: 92%;*/
}
button.btn-default:hover {
  color: black;
}

table.table-vessels tr td.btn-details {
  text-align: right;
  padding-right: 16px;
  padding-left: 20px;
}
table.table-vessels tr td.btn-details > a {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  form.form-search {
    padding-top: 0px;
  }
  h1.title {
    white-space: normal;
  }
  h1.title,
  div.div-loading-indicator,
  form.form-search {
    padding-left: 15px; padding-right: 15px;
  }
  table.table.table-responsive-mobile {
    margin-top: 8px;
    border: 0;
  }
  table.table.table-responsive-mobile thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.table.table-responsive-mobile tbody tr {
    border-top: 2px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  /*
  table.table.table-responsive-mobile tbody tr:first-child {
    border-top: 2px solid #ddd;
  }
  */
  table.table.table-responsive-mobile td {
    border: solid 0px #fff;
    /*border-bottom: 0px solid #ddd;*/
    display: block;
    font-size: .8em;
    text-align: right;
    padding-left: 24px; padding-right: 24px;
  }
  table.table.table-responsive-mobile td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table.table-responsive-mobile td:last-child {
    border-bottom: solid 1px #ddd;
  }

  div.search-footer {
    padding-left: 32px; padding-right: 32px;
  }
  div.traffic-ligh-info {
    padding-left: 15px; padding-right: 24px;
    margin-bottom: 24px;
  }
  div.example-assessment-report {
    padding-left: 32px; padding-right: 32px;
  }

  table.table-vessels tr td.btn-details {
    text-align: left;
  }
  table.table-vessels tr td.btn-details button.btn-details {
    width: 100%;
  }
}
div.pagination {
  text-align: right;
  margin-bottom: 8px;
}
div.pagination nav ul.pagination {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 8px;
}
div.pagination ul.pagination li.page-item {
  background: none;
  padding-left: 0px;
}
div.pagination nav ul.pagination li.page-item a {
  color: #218234;
}
div.pagination nav ul.pagination li.page-item a span {
  font-weight: 800;
}
div.score {
  white-space: nowrap;
}
div.fleetmon {
  font-style: italic;
  font-size: 0.80em;
  padding-top: 4px;
  padding-bottom: 8px;
  display: none;
}
@media (max-width: 768px) {
  div.fleetmon {
    text-align: center;
  }
}
@media (min-width: 768px) {
  div.fleetmon {
    text-align: right;
  }
  div.fleetmon img.fleetmon-logo {
    float: right;
  }
  div.fleetmon img.fleetmon-logo::after {
    clear: both;
  }
}
div.search-title {
  display: inline-block;
}
h1.title {
  margin-bottom: 8px;
  padding-right: 0px;
}
h3.subtitle {
  font-size: 0.92em;
  float: right;
  margin-top: 0px;
}
h3.subtitle:empty {
  display: none;
}
@media (max-width: 768px) {
  h3.subtitle {
    white-space: normal;
    margin-left: 12px;
  }
}
span.login-to-view-1 {
  font-size: 0.86em;
}
td.nowrap {
  white-space: nowrap;
}
div.example-assessment-row {
  margin-bottom: 60px;
}
.search-row {
    border: solid 1px #218234;
    margin-left: 0;
    margin-right: 0;
    background-color: rgba(12, 87, 0, 0.2);
}
.form-group {
    padding-left: 0;
    padding-bottom: 0.2em;
    margin-bottom: 0;
}
.control-label {
    font-size: 14px;
    font-weight: normal;
    color: #555;
    margin-bottom: 0;
}
.from-till-input .form-control {
    display: inline;
    width: 40%;
}
#radioBtn .active {
    background-color: rgba(12, 87, 0, 0.2);
    font-weight: bold;
}
#radioBtn .notActive {
    color: #bbb;
}
@media screen and (max-width: 480px) {
    .form-group {
        padding-left: 0.25em;
        margin-bottom: 0;
    }
    .control-label {
        width: 40%;
    }
    .form-control {
        display: inline;
        width: 55%;
    }
    .from-till-input {
        display: inline;
        width: 30%;
    }
    .from-till-input .form-control {
        width: 25%;
    }
    input#p_search_imo,
    input#p_search_name {
      width: 100%;
    }
    div.form-group button {
      margin-bottom: 4px;
    }
}
