@charset "utf-8";
/* CSS Document */

body {
    font-family: Noto Sans JP Regular;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    background-color: #f5f5f5;
}

html {
    scroll-behavior: smooth;
}

* {
    position: relative;
    box-sizing: border-box;
}

label {
    display: block;
}

a, a:hover {
    color: #0d0328;
    text-decoration: none;
}

ul, ol {
    margin: 0;
    padding: 0;
}

ul li, ol li {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

.text-blue {
    color: #005bac;
}

.subtext {
    font-size: 16px;
}

.blue-line-border {
    border: 1px #005bac solid;
}

.btn {
    border-radius: 10px;
    padding: 6px 30px;
    font-size: 18px;
}

.btn-primary {
    background-color: #005bac;
    border: 1px #005bac solid;
}

.btn-primary:hover {
    background-color: #024179;
}

.btn-border {
    border: 1px #005bac solid;
    background-color: transparent;
}

.circleborder {
    border-radius: 40px;
    padding: 10px 50px;
}

.buttonarrow {
    background-image: url(/images/icon11.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 8px 14px;
}

icon.star img {
    max-width: 17px;
}

.form-control {
    line-height: 1.6;
    border-radius: 0;
    border: 1px #dddddd solid;
}

img {
    width: 100%
}

icon img {
    width: auto;
}

section {
    padding: 50px 0;
}

.hamburger {
    position: absolute;
    top: 0;
    right: 20px;
}

.hamburger img {
    max-height: 26px;
}

header {
    background-color: #005bac;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
}

header .logo {
    display: flex;
    align-items: center;
    height: 100%;
}

header .logo img {
    max-width: 200px;
}


header .top-links {
    text-align: right;
    font-size: 12px;
}

header .top-links ul li {
    display: inline-block;
}

header .top-links ul li > a,
header .top-links ul li > form {
    padding: 0 10px;
}

header a {
    color: #fff;
}

header a:hover {
    color: #f6f6f6;
}

header .top-links icon {
    margin-right: 5px;
}

header .bottom-links icon {
    margin-right: 15px;
}

header .top-links icon img {
    height: 13px;
    width: auto;
}

header .bottom-links icon img {
    height: 20px;
    width: auto;
}

.mobile-menu {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 999;
    background-color: #005bac;
    text-align: center;
    border-top: 1px #fff solid;
}

.mobile-menu a {
    color: #fff;
    padding: 15px 0;
    display: block;
}

.mobile-menu icon {
    margin-right: 20px;
}

.mobile-menu icon img {
    max-height: 25px;
}

.mobile-menu li {
    border-bottom: 1px #fff solid;
}

.mobile-menu .search-menu a {
    padding: 25px 0;
    font-size: 20px;
}

.hamburger .menuclose {
    display: none;
}

.hamburger.btnclose .menuopen {
    display: none;
}

.hamburger.btnclose .menuclose {
    display: block;
}

.page-heading {
    padding: 100px 0 0;
}

.deed-management-carousel {
    opacity: 0;
    transition: opacity .5s linear;
}

.deed-management-carousel.slick-initialized {
    max-height: 225px;
    opacity: 1;
}

.deed-management-block {
    display: block;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .4);
    margin: 5px 0 10px 0;
    border-radius: 5px;
}

.deed-management-block-image {
    text-align: center;
}

.deed-management-block-image img {
    max-width: 210px;
    max-height: 210px;
}

.deed-management-block-title {
    padding: 15px 0 15px 30px;
    font-size: 16px;
}

.top-registered-arrival .table-content {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    padding: 1px;
    line-height: normal;
}

.top-registered-arrival .table-row {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    background-color: #fff;
}

.top-registered-arrival .table-row .table-data {
    width: 10%;
    padding: 15px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.top-registered-arrival .table-row .table-data:nth-child(1) {
    width: 17%;
}

.top-registered-arrival .table-row .table-data:nth-child(2) {
    width: 10%;
}

.top-registered-arrival .table-row .table-data:last-child {
    width: 3%;
    justify-content: center;
}

.top-registered-arrival .table-row.table-data-row .table-data:nth-child(1) {
    padding-left: 50px;
    justify-content: left;
    border-left: 0;
}

.top-registered-arrival .table-row .table-data:nth-child(1) icon {
    position: absolute;
    left: -37px;
    top: 3px;
}

.top-registered-arrival .table-row .table-data:nth-child(1) icon img {
    max-width: 20px;
}

.top-registered-arrival .table-row.table-header-row {
    background-color: #cddce5;
    font-size: 15px;
}

.top-registered-arrival .table-row.gray-row {
    background-color: #f5f5f5;
}

.top-registered-arrival .table-row.table-header-row .table-data {
    border-left: 1px #fdfdfd solid;
    font-size: 15px;
}

.top-registered-arrival .table-row.table-data-row .table-data {
    border-left: 1px #e6e6e6 solid;
}

.top-registered-arrival .table-data-row {
    border-bottom: 1px #e6e6e6 solid;
}

.leftbar:before {
    width: 4px;
    height: 24px;
    position: absolute;
    content: '';
    background-color: #ccc;
    left: 0;
}

.leftbar.blue:before {
    background-color: #225891;
}

.leftbar.green:before {
    background-color: #22918a;
}

.leftbar.yellow:before {
    background-color: #d3ce31;
}

.leftbar.orange:before {
    background-color: #ea852c;
}

.leftbar.red:before {
    background-color: #ea1a1a;
}

.top-registered-arrival img {
    width: auto;
}

.top-registered-arrival .table-row .arrival-hover .table-data:first-child span {
    font-size: 12px;
}

.top-registered-vessel {
}

.top-registered-vessel .table-content {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    padding: 1px;
    line-height: normal;
}

.top-registered-vessel .table-row {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.top-registered-vessel .table-row .table-data {
    width: 13%;
    padding: 15px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.top-registered-vessel .table-row .table-data:nth-child(1) {
    width: 30%;
}

.top-registered-vessel .table-row .table-data:last-child {
    width: 10%;
}

.top-registered-vessel .table-row.table-data-row .table-data:nth-child(1) {
    padding-left: 50px;
    justify-content: left;
}

.top-registered-vessel .table-row .table-data:nth-child(1) icon {
    position: absolute;
    left: -37px;
    top: 3px;
}

.top-registered-vessel .table-row .table-data:nth-child(1) icon img {
    max-width: 20px;
}

.top-registered-vessel .table-row.table-header-row {
    background-color: #cddce5;
    font-size: 15px;
}

.top-registered-vessel .table-row.gray-row {
    background-color: #f5f5f5;
}

/*
.top-registered-vessel .table-row.table-header-row .table-data{border-left:1px #fdfdfd solid;}
.top-registered-vessel .table-row.table-data-row .table-data{border-left:1px #e6e6e6 solid;}
.top-registered-vessel .table-data-row{border-bottom:1px #e6e6e6 solid;}
*/

.top-registered-vessel img {
    width: auto;
}

.top-registered-vessel .table-row .table-data:first-child span {
    font-size: 12px;
}

.top-registered-vessel .content-table1 {
    background-color: #f5f5f5;
    width: 95%;
    margin: 0 auto;
    padding: 30px 50px;
    line-height: 35px;
    margin-bottom: 20px
}

.top-registered-vessel h6 {
    font-size: 15px;
    color: #005bac;
}

.top-registered-vessel .position-accordion .accordion .card {
    border: 0;
    border-bottom: 1px #ededed solid;
    padding: 10px 0;
}

.top-registered-vessel .position-accordion .accordion .card .card-header .table-data {
    font-size: 15px;
}

.top-registered-vessel .position-accordion .accordion .card .card-header .table-data:first-child {
    font-size: 14px;
}

.top-registered-vessel .position-accordion .accordion .registered-vessel-row:last-child .card {
    border: 0;
}

.top-registered-vessel .position-accordion .accordion .accordion-arrow {
    width: 18px;
    height: 18px;
    display: block;
}

.top-registered-vessel .position-accordion .accordion a.collapsed .accordion-arrow {
    background-image: url(/images/arrow-down.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.top-registered-vessel .position-accordion .accordion a .accordion-arrow {
    background-image: url(/images/arrow-up.png);
    background-repeat: no-repeat;
}


.top-registered-vessel .position-accordion .accordion-position {
    position: absolute;
    right: 30px;
    top: 40px;
    z-index: 1;
}

.top-registered-vessel .content-table2 {
    border: 1px #edf2f5 solid;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 10%);
    padding: 1px;
    line-height: 30px;
    width: 90%;
    margin: 0 auto;
}

.top-registered-vessel .content-table2 .table-row .table-data {
    width: 12%;
    padding: 15px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.top-registered-vessel .content-table2 .table-row .table-data:last-child {
    width: 4%;
}

.top-registered-vessel .content-table2 .table-row.table-data-row .table-data:nth-child(1) {
    padding-left: 10px;
}

.top-registered-vessel .content-table2 .table-row.table-header-row {
    background-color: #cddce5;
    font-size: 15px;
}

.top-registered-vessel .content-table2 .table-row.gray-row {
    background-color: #f5f5f5;
    border-bottom: 0;
}

.top-registered-vessel .content-table2 .table-row.table-header-row .table-data {
    border-left: 1px #fdfdfd solid;
}

.top-registered-vessel .content-table2 .table-row.table-data-row .table-data {
    border-left: 1px #e6e6e6 solid;
}

.top-registered-vessel .content-table2 .table-data-row {
    border-bottom: 1px #e6e6e6 solid;
}

.top-registered-vessel .noflightschedule {
    padding: 30px 0;
}

.portview-news .portview-block {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 12px;
    font-size: 16px;
}

.portview-news .portview-block:last-child {
    margin-bottom: 0;
}

.portview-news .portview-block a {
    padding: 18px 30px;
    display: block;
}

.portview-news .portview-block .unread {
    max-width: 20px;
}

.portview-news .portview-block .linktext {
    color: #656565;
    font-size: 14px;
}

.portview-news .ptw-showall {
    text-align: right;
    padding-right: 30px;
    font-size: 16px;
}

.portview-news .ptw-showall img {
    width: 8px;
    margin-right: 5px;
}

footer {
    background-color: #005bac;
    padding: 30px 0;
}

footer .footerlogo img {
    max-width: 200px;
}

.footerlinks, .footerbottom-links {
    text-align: right;
}

.footerbottom-links {
    margin: 10px 0 30px;
}

.footerlinks li, .footerbottom-links li {
    display: inline-block;
}

.footerlinks li, .footerbottom-links li {
    margin-left: 30px;
}

.footerlinks li {
    background-image: url('../images/footerlink-arrow.png');
    background-repeat: no-repeat;
    background-size: 8px 14px;
    background-position: left center;
    padding-left: 15px;
}

.footerbottom-links li {
    background-image: url('../images/icon7.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 12px;
    background-size: 6px 10px;
}

.footerlinks a {
    color: #fff;
    font-size: 16px;
}

.copyright {
    font-size: 12px;
}

.notification {
    font-size: 15px;
}

.notification .modal-dialog {
    width: 80%;
    margin: 0.5rem auto;
}

.notification .modal-header {
    border-bottom: 0;
}

.notification .modal-footer {
    border-top: 0;
}

.notification-block {
    border: 1px #d5d5d5 solid;
    background-color: #f8f8f8;
    padding: 15px;
    margin-bottom: 15px;
}

.notification-header {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: normal;
}

.notification-header span {
    font-size: 14px;
}

.notification-data {
    margin-bottom: 5px;
}

.note {
    font-size: 13px;
    color: #818181;
    line-height: normal;
    margin-bottom: 20px;
}

.note span {
    display: block;
}

.login {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

.login-bg {
    width: 55%;
    height: 100%;
    object-fit: cover;
    display: inline-flex;
    align-items: center;
}

.login-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.login-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-bg .logo {
    margin-left: 50px;
    z-index: 1
}

.login-bg .logo img {
    max-width: 280px;
}

.login-bg .notice-tab {
    position: absolute;
    z-index: 1;
    bottom: 60px;
    width: 80%;
    background-color: rgba(255, 255, 255, .8);
    font-size: 16px;
    border-radius: 0 10px 10px 0;
    line-height: normal;
}

.login-bg .notice-tab a {
    padding: 18px 30px;
    display: block;
}

.login-bg .notice-tab .linktext {
    color: #656565;
    font-size: 14px;
    text-align: right;
}

.login-form {
    width: 45%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding: 0 50px;
}

.login-form-fields {
    width: 100%;
}

.login-form h2 {
    font-size: 28px;
    margin-bottom: 40px;
}

.login-form .login-form-bottom {
    position: absolute;
    width: calc(100% - 100px);
    bottom: 0;
    padding-bottom: 5px;
    line-height: normal;
}

.login-form .login-btn a,
.login-form .login-btn button {
    background-image: url(/images/btn-arrow.png);
    background-position: right 20px center;
    background-size: 17px 17px;
    background-repeat: no-repeat;
}

.login-form .login-form-bottom-links ul {
    text-align: center;
    margin-bottom: 15px;
}

.login-form .login-form-bottom-links ul li {
    display: inline-block;
    margin-right: 20px;
    background-image: url('../images/icon7.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 12px;
    background-size: 6px 10px;
}

/*.login-bg img{width:100%; height:100%; object-fit:cover} */
.login-btn {
    margin-top: 50px;
}

.forgotpassword {
    margin-top: -10px;
}

.forgotpassword img {
    width: 6px;
}

.form-group {
    margin-bottom: 20px;
}

.login-form .form-control {
    height: 61px;
    border: 1px #939393 solid;
    border-radius: 10px;
}

.login-form .btn {
    border-radius: 50px;
    padding: 14px 80px;
    font-size: 18px;
}

.login-form .btn-primary {
    background-color: #005bac;
}

.login-form .btn-primary:hover {
    background-color: #024179;
}

.header-2 {
    padding: 10px 0; /*position:fixed; top:0px;*/
    width: 100%;
    z-index: 1
}

.header-2 .header-links {
    font-size: 16px;
    text-align: right;
    line-height: 35px;
}

.header-2 .header-links icon {
    margin-right: 5px;
}

.header-2 .header-links icon img {
    max-width: 18px;
}

.header-2 .header-links ul li {
    display: inline-block;
}

.header-2 .header-links ul li a {
    padding: 0 10px;
}

.form-page {
}

.form-page-content {
    max-width: 600px;
    margin: 0 auto;
}

.form-page h1 {
    margin-bottom: 70px;
}

.form-page-form {
    margin-top: 50px;
}

.above-footer {
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0.75rem 0;
}

.breadcrumb ul {
}

.breadcrumb ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 20px;
    background-image: url('../images/icon7.png');
    background-repeat: no-repeat;
    background-size: 8px 10px;
    background-position: right center;
}

.breadcrumb ul li:last-child {
    background-image: none;
    padding-right: 0;
    margin-right: 0;
}

.email-not-sent {
    border: #bababa 1px solid;
    padding: 20px;
    border-radius: 10px;
    margin-top: 70px;
}

.email-not-sent ul {
    margin-bottom: 20px;
}

.email-not-sent p {
    margin-bottom: 0;
}


.agency-information .agency-information-content {
    max-width: 800px;
    margin: 30px auto;
}

.agency-information h1 {
    margin-bottom: 70px;
}

.agency-information .agency-information-block {
    padding: 18px 30px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: normal;
}

.portview-information .portview-information-block .linktext {
    color: #656565;
    font-size: 14px;
}

.portview-information .portview-information-content {
    max-width: 800px;
    margin: 30px auto;
}

.portview-information h1 {
    margin-bottom: 70px;
}

.portview-information .portview-information-block {
    padding: 18px 30px 18px 40px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: normal;
    display: block;
}

.portview-information .portview-information-block .unread {
    width: 20px;
    margin-left: -25px;
}

.portview-information .portview-information-block a {
    background: #f00;
}

.portview-information .portview-information-block .linktext {
    color: #656565;
    font-size: 14px;
}


.search-area {
    padding: 70px 0 80px;
}

.search-form {
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
}

.search-form-content {
    max-width: 950px;
    margin: 0 auto;
    padding: 30px 15px;
}

.search-form .form-control {
    border-radius: 0;
    border: 1px #dddddd solid;
}

.search-form .vessel_name_callsign_imo_mmsi span,
.search-form .datefield span {
    font-size: 13px;
    color: #818181;
}

.search-form .vessel_name_callsign_imo_mmsi span.ptw-selected,
.search-form .datefield span.ptw-selected {
    font-size: 14px;
    color: #005bac;
    font-weight: bold;
}

.search-form .btn {
    font-size: 18px;
    padding: 5px 20px;
    width: 200px;
}

.search-form .bootstrap-datetimepicker-widget .btn,
.modal-content .bootstrap-datetimepicker-widget .btn,
.notification-search .bootstrap-datetimepicker-widget .btn {
    width: auto;
}

.search-button .btn {
    margin: 0 5px;
}

.port-departure-search-list {
    background-color: #fff;
    padding: 70px 0 0;
}

.port-departure-search-list .table-content {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    padding: 1px;
    line-height: normal;
}

.port-departure-search-list .table-row {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    background-color: #fff;
}

.port-departure-search-list .table-row .table-data {
    width: 10%;
    padding: 15px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.port-departure-search-list .table-row .table-data:nth-child(1) {
    width: 17%;
}

.port-departure-search-list .table-row .table-data:last-child {
    width: 3%;
    justify-content: center;
}

.port-departure-search-list .table-row.table-data-row .table-data:nth-child(1) {
    padding-left: 50px;
    justify-content: left;
    border-left: 0;
}

.port-departure-search-list .table-row .table-data:nth-child(1) icon {
    position: absolute;
    left: -37px;
    top: 3px;
}

.port-departure-search-list .table-row .table-data:nth-child(1) icon img {
    max-width: 20px;
}

.port-departure-search-list .table-row.table-header-row {
    background-color: #cddce5;
    font-size: 15px;
}

.port-departure-search-list .table-row.gray-row {
    background-color: #f5f5f5;
}

.port-departure-search-list .table-row.table-header-row .table-data {
    border-left: 1px #fdfdfd solid;
    font-size: 15px;
}

.port-departure-search-list .table-row.table-data-row .table-data {
    border-left: 1px #e6e6e6 solid;
}

.port-departure-search-list .table-data-row {
    border-bottom: 1px #e6e6e6 solid;
}

.port-departure-search-list .table-data-row:last-child {
    border-bottom: 0;
}

.port-departure-search-list-buttons {
    text-align: right;
}

.port-departure-search-list-buttons .btn {
    margin-left: 15px;
    font-size: 14px;
    margin-bottom: 10px;
}

.search-form .end-date:before {
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #888888;
    content: '';
    left: -5px;
    top: 20px;
}

.search-form icon img {
    max-height: 19px;
}

.search-list-footer {
    padding: 25px;
    border-bottom: 1px #ccc solid
}

.search-list-footer .pagination {
    justify-content: center;
    align-items: center;
}

.search-list-footer .pagination .page-link {
    border: 0;
    color: #000;
    font-size: 16px;
    padding: 0.4rem 0.55rem;
}

.search-list-footer .pagination .page-link {
    background-color: transparent;
}

.search-list-footer .pagination .page-item.active .page-link,
.search-list-footer .pagination .page-item .page-link:hover {
    background-color: transparent;
    color: #005bac;
}

.search-list-footer .pagination .page-item .page-link icon {
    display: flex;
    margin-top: 2px;
}

.search-list-footer .no-pagination {
    padding: 1rem 0;
}

.search-list-footer .total-search-items {
    position: absolute;
    font-size: 22px;
}

.search-list-footer-2 .total-search-items {
    position: absolute;
    font-size: 22px;
}

.search-list-footer-2 {
    padding: 15px 0;
}

.search-list-footer-2 .pagination {
    justify-content: center;
    align-items: center;
}

.search-list-footer-2 .pagination .page-link {
    border: 0;
    color: #000;
    font-size: 16px;
    padding: 0.4rem 0.55rem;
}

.search-list-footer-2 .pagination .page-item.active .page-link,
.search-list-footer-2 .pagination .page-item .page-link:hover {
    background-color: transparent;
    color: #005bac;
}

.berth-movement-search-list {
    background-color: #fff;
    padding: 70px 0 0;
}

.berth-movement-search-list .table-content {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    padding: 1px;
    line-height: normal;
}

.berth-movement-search-list .table-row {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    background-color: #fff;
}

.berth-movement-search-list .table-row .table-data {
    width: 11.5%;
    padding: 15px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.berth-movement-search-list .table-row .table-data:nth-child(1) {
    width: 19.5%;
}

.berth-movement-search-list .table-row.table-data-row .table-data:nth-child(1) {
    padding-left: 50px;
    justify-content: left;
    border-left: 0;
}

.berth-movement-search-list .table-row .table-data:nth-child(1) icon {
    position: absolute;
    left: -37px;
    top: 3px;
}

.berth-movement-search-list .table-row .table-data:nth-child(1) icon img {
    max-width: 20px;
}


.berth-movement-search-list .table-row.table-header-row {
    background-color: #cddce5;
    font-size: 15px;
}

.berth-movement-search-list .table-row.gray-row {
    background-color: #f5f5f5;
}

.berth-movement-search-list .table-row.table-header-row .table-data {
    border-left: 1px #fdfdfd solid;
    font-size: 15px;
}

.berth-movement-search-list .table-row.table-data-row .table-data {
    border-left: 1px #e6e6e6 solid;
}

.berth-movement-search-list .table-data-row {
    border-bottom: 1px #e6e6e6 solid;
}

.berth-movement-search-list .table-data-row:last-child {
    border-bottom: 0;
}

.ship-search-list {
    background-color: #fff;
    padding: 70px 0 0;
}

.ship-search-list .table-content {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    padding: 1px;
    line-height: normal;
}

.ship-search-list .table-row {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.ship-search-list .table-row .table-data {
    width: 13%;
    padding: 15px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ship-search-list .table-row .table-data:nth-child(1) {
    width: 30%;
}

.ship-search-list .table-row .table-data:last-child {
    width: 10%;
}

.ship-search-list .table-row.table-data-row .table-data:nth-child(1) {
    padding-left: 50px;
    justify-content: left;
}

.ship-search-list .table-row .table-data:nth-child(1) icon {
    position: absolute;
    left: -37px;
    top: 3px;
}

.ship-search-list .table-row .table-data:nth-child(1) icon img {
    max-width: 20px
}

.ship-search-list .table-row.table-header-row {
    background-color: #cddce5;
    font-size: 15px;
}

.ship-search-list .table-row.gray-row {
    background-color: #f5f5f5;
}

.ship-search-list img {
    width: auto;
}

.ship-search-list .table-row .table-data:first-child span {
    font-size: 12px;
}

.ship-search-list .content-table1 {
    background-color: #f5f5f5;
    width: 95%;
    margin: 0 auto;
    padding: 30px 50px;
    line-height: 35px;
    margin-bottom: 20px;
}

.ship-search-list h6 {
    font-size: 15px;
    color: #005bac;
}

.ship-search-list .position-accordion .accordion .card {
    border: 0;
    border-bottom: 1px #ededed solid;
    padding: 10px 0;
}

.ship-search-list .position-accordion .accordion .card .card-header .table-data {
    font-size: 15px;
}

.ship-search-list .position-accordion .accordion .card .card-header .table-data:first-child {
    font-size: 14px;
}

.ship-search-list .position-accordion .accordion .registered-vessel-row:last-child .card {
    border: 0;
}

.ship-search-list .position-accordion .accordion .accordion-arrow {
    width: 18px;
    height: 18px;
    display: block;
}

.ship-search-list .position-accordion .accordion a.collapsed .accordion-arrow {
    background-image: url(/images/arrow-down.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.ship-search-list .position-accordion .accordion a .accordion-arrow {
    background-image: url(/images/arrow-up.png);
    background-repeat: no-repeat;
}

.ship-search-list .position-accordion .accordion-position {
    position: absolute;
    right: 30px;
    top: 40px;
    z-index: 1;
}

.ship-search-list .content-table2 {
    border: 1px #edf2f5 solid;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 10%);
    padding: 1px;
    line-height: 30px;
    width: 90%;
    margin: 0 auto;
}

.ship-search-list .content-table2 .table-row .table-data {
    width: 12%;
    padding: 15px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ship-search-list .content-table2 .table-row .table-data:last-child {
    width: 4%;
}

.ship-search-list .content-table2 .table-row.table-data-row .table-data:nth-child(1) {
    padding-left: 10px;
}

.account-settings-content {
    max-width: 800px;
    margin: 0 auto 100px;
}

.account-settings-content:last-child {
    margin-bottom: 0;
}

.account-settings-content-block {
    font-size: 15px;
    background-color: #f8f8f8;
    border: 1px #d5d5d5 solid;
    border-radius: 8px;
    margin-bottom: 60px;
    padding: 30px;
}

.account-settings-content-block ul li input[type=checkbox] {
    margin-right: 5px;
}

.account-settings-content-block ul li {
    margin-right: 20px;
}

.account-settings .btn {
    width: 200px;
}

.account-settings .account-info {
    max-width: 500px;
}

.account-settings .account-info-wide {
    max-width: 700px;
}

.notification-list {
    padding-bottom: 0;
}

.notification-list-content {
    max-width: 800px;
    margin: 0 auto 0;
}

.notification-search {
    margin-bottom: 30px;
}

.notification-search icon img {
    max-height: 19px;
    width: auto;
    margin-right: 4px;
}

.notification-search .btn {
    width: 161px;
}

.notification-list-content icon.calendar-icon {
    position: absolute;
    top: 2px;
    right: 8px;
}

.notification-list-content icon.calendar-icon img {
    width: 19px;
}

.notification-list-content .start-date {
}

.notification-list-content .end-date {
}

.notification-list-content .end-date:before {
    position: absolute;
    content: '~';
    left: -20px;
    top: 5px;
}

.notification-list-content-block {
    font-size: 15px;
    background-color: #f8f8f8;
    border: 1px #d5d5d5 solid;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 30px;
}

.notification-list-content-block:last-child {
    margin-bottom: 0;
}

.entry-port-information {
    background-color: #fff;
}

.entry-port-information-header-content {
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
    padding: 40px 30px;
}

.entry-port-information-header-area {
    padding: 100px 0 70px;
}

.entry-port-information-header-area .add-liking icon {
    margin-right: 7px;
}

.entry-port-information-header-area .add-liking icon img {
    max-width: 15px;
}

.entry-port-information-header-area .add-liking {
    text-align: right;
}

.entry-port-information-header-area .add-liking .btn {
    padding: 6px 15px;
    font-size: 16px;
    border-radius: 5px;
}

.entry-port-information-header-top {
    display: flex;
    border-bottom: 1px #d5d5d5 solid;
    padding-bottom: 10px;
    margin-bottom: 25px;
    line-height: normal;
}

.entry-port-information-header-top-left {
    width: 90%;
    font-size: 20px;
}

.entry-port-information-header-top-left span {
    display: block;
    font-size: 14px;
}

.entry-port-information-header-top-right {
    width: 10%;
    text-align: center;
}

.entry-port-information-header-bottom-header {
    display: flex;
    line-height: normal;
    margin-bottom: 10px;
}

.entry-port-information-header-bottom-header div {
    width: 15%;
}

.entry-port-information-header-bottom-header div:first-child {
    font-size: 20px;
}

.entry-port-information-header-bottom-header span,
.entry-port-information-header-bottom-content span {
    display: block;
}

.entry-port-information-header-bottom-content {
    display: flex;
    line-height: normal;
    max-width: 1190px;
}

.entry-port-information-header-bottom-content .btn {
    white-space: normal;
}

.entry-port-information-header-bottom-content div {
    width: 25%;
}

.entry-port-information-header-bottom-content div .btn {
    font-size: 15px;
}

.entry-port-information-header-bottom-content div.leftline:before {
    width: 40px;
    height: 1px;
    background-color: #000;
    content: '';
    position: absolute;
    top: 30px;
    left: -35%;
}

.entry-port-information-content-block {
    font-size: 15px;
    background-color: #fff;
    border: 1px #d5d5d5 solid;
    border-radius: 8px;
    margin-bottom: 100px;
    padding: 30px;
}

.entry-port-information-content-block:last-child {
    margin-bottom: 0;
}

.entry-port-information-content-block h3 {
    margin-bottom: 15px;
}

.entry-port-information-content-block-header {
    border-bottom: 1px #d5d5d5 solid;
    padding-bottom: 10px;
    margin-bottom: 25px;
    line-height: normal;
}

.entry-port-information-content-block-header .block-header-title {
    font-size: 28px;
}

.entry-port-information .table-content {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    padding: 1px;
    line-height: normal;
}

.entry-port-information .table-row {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    background-color: #fff;
}

.entry-port-information .table-row .table-data {
    width: 25%;
    padding: 15px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.entry-port-information .table-row.table-header-row {
    background-color: #cddce5;
    font-size: 15px;
}

.entry-port-information .table-row.gray-row {
    background-color: #f5f5f5;
}

.entry-port-information .table-row.table-header-row .table-data {
    border-left: 1px #fdfdfd solid;
    font-size: 15px;
}

.entry-port-information .table-row.table-data-row .table-data {
    border-left: 1px #e6e6e6 solid;
}

.entry-port-information .table-row.table-data-row .table-data:first-child {
    border-left: 0 #e6e6e6 solid;
}

.entry-port-information .table-data-row {
    border-bottom: 1px #e6e6e6 solid;
}

.entry-port-information .table-data-row:last-child {
    border-bottom: 0 #e6e6e6 solid;
}

.entry-port-information .table-data-row .leftbar {
    padding: 0 20px;
    line-height: normal;
}

.detailed-information-modal .modal-body {
    padding: 40px;
}

.detailed-information-modal .modal-body-content {
    padding: 20px 30px;
}

.detailed-information-modal h3 {
    border-bottom: 1px #d5d5d5 solid;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.detailed-information-modal .vessel_name_callsign_imo_mmsi span,
.detailed-information-modal .datefield span {
    font-size: 13px;
    color: #818181;
}

.detailed-information-modal .vessel_name_callsign_imo_mmsi span.ptw-selected,
.detailed-information-modal .datefield span.ptw-selected {
    font-size: 14px;
    color: #005bac;
    font-weight: bold;
}

.detailed-information-modal icon img {
    max-height: 19px;
}

.detailed-information-modal .end-date:before {
    position: absolute;
    content: '~';
    left: -4px;
    top: 4px;
}

.detailed-information-modal .exv {
    font-size: 10px;
    white-space: nowrap;
}

.detailed-information-modal .btn {
    width: 200px;
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }

    .modal-lg {
        width: 100%;
        max-width: 1150px;
    }
}

@media (max-width: 1200px) {
    .search-list-footer .total-search-items {
        position: relative;
    }
}

@media (min-width: 992px) {

    .top-registered-vessel .table-row.table-data-row label,
    .top-registered-arrival .table-row.table-data-row label,
    .ship-search-list .table-row.table-data-row label,
    .berth-movement-search-list .table-row.table-data-row label,
    .port-departure-search-list .table-row.table-data-row label {
        display: none;
    }

    .top-registered-vessel .table-row .table-data.ptw-datetime,
    .top-registered-arrival .table-row .table-data.ptw-datetime,
    .ship-search-list .table-row .table-data.ptw-datetime,
    .berth-movement-search-list .table-row .table-data.ptw-datetime,
    .port-departure-search-list .table-row .table-data.ptw-datetime {
        display: grid;
        place-items: center;
        line-height: 1.6em;
    }

    .top-registered-vessel .table-row .table-data.ptw-datetime span,
    .top-registered-arrival .table-row .table-data.ptw-datetime span,
    .ship-search-list .table-row .table-data.ptw-datetime span,
    .berth-movement-search-list .table-row .table-data.ptw-datetime span,
    .port-departure-search-list .table-row .table-data.ptw-datetime span {
        display: block;
        width: 100%;
    }

}

@media (max-width: 991px) {
    .table-data label {
        margin-bottom: 2px;
    }

    .detailed-information-modal .modal-body {
        padding: 20px;
    }

    .detailed-information-modal .modal-body-content {
        padding: 20px 0;
    }

    .detailed-information-modal .modal-body-content label {
        margin-top: 10px;
    }

    .port-departure-search-list {
        padding: 40px 0 0;
    }

    .port-departure-search-list .table-content {
        box-shadow: none;
        border: 0;
    }

    .port-departure-search-list .table-row.table-header-row {
        margin-bottom: 12px;
        border-radius: 6px;
    }

    .port-departure-search-list .table-row.table-header-row .hide-on-narrow {
        display: none;
    }

    .port-departure-search-list .table-row.table-header-row .narrow-33 {
        width: 33%;
        float: left;
    }

    .port-departure-search-list .table-row.table-header-row .narrow-33 a {
        padding: 0 4px;
    }

    .port-departure-search-list .table-row.table-header-row::after {
        display: block;
        content: "";
        clear: both;
    }

    .port-departure-search-list .table-row.table-data-row {
        border: 1px #edf2f5 solid;
        box-shadow: 0 0 7px 0 rgb(0 0 0 / 10%);
        margin-bottom: 25px;
    }

    .port-departure-search-list .table-row.gray-row {
        background-color: #fff;
    }

    .port-departure-search-list .table-row {
        padding: 10px 0;
    }

    .port-departure-search-list .table-row .table-data {
        width: 50%;
        padding: 5px 5px 0 40px;
        display: block;
    }

    .port-departure-search-list .table-row.table-data-row .table-data:nth-child(1) {
        width: 100%;
        padding-left: 40px;
    }

    .port-departure-search-list .table-row .table-data:last-child {
        width: 50%;
        justify-content: left;
    }

    .port-departure-search-list .table-row .table-data {
        text-align: left;
    }

    .port-departure-search-list .table-row .table-data:nth-child(1) icon {
        left: -30px;
    }

    .port-departure-search-list .table-row.table-header-row .table-data {
        border-left: 0 #fdfdfd solid;
    }

    .port-departure-search-list .table-row.table-data-row .table-data {
        border-left: 0 #e6e6e6 solid;
    }

    .port-departure-search-list .table-data-row {
        border-bottom: 0 #e6e6e6 solid;
    }

    .port-departure-search-list .table-row .table-data.noborder {
        border-left: 0;
    }

    .port-departure-search-list .table-row .table-data.leftbar {
        padding-left: 50px;
    }

    .port-departure-search-list .table-row .table-data.leftbar:before {
        left: 40px;
    }

    .ship-search-list .table-content {
        box-shadow: none;
        border: 0;
    }

    .ship-search-list .content-table1 {
        width: 100%;
        padding: 20px;
        line-height: 25px;
    }

    .ship-search-list .content-table2 .table-row .table-data {
        display: block;
    }

    .ship-search-list .content-table2 .table-row .table-data {
        padding: 0 20px 8px 20px;
    }

    .ship-search-list .content-table2 .table-row.table-data-row .table-data {
        border: 0;
    }

    .ship-search-list .content-table2 .table-row .table-data {
        width: 50%;
        justify-content: left;
    }

    .ship-search-list .content-table2 .table-row.table-data-row .table-data:nth-child(1) {
        width: 50%;
        padding-left: 20px;
    }

    .ship-search-list .content-table2 .table-row {
        margin-bottom: 20px;
        border: 1px #edf2f5 solid;
    }

    .ship-search-list .content-table2 .table-row:last-child {
        margin-bottom: 0;
    }

    .ship-search-list .content-table2 .table-row.gray-row {
        border-bottom: 1px #edf2f5 solid;
    }

    .ship-search-list .table-row {
        padding: 0 0 10px 0;
    }

    .ship-search-list .table-row .table-data {
        width: 50%;
        padding: 5px 5px 0 40px;
        display: block;
    }

    .ship-search-list .table-row.table-data-row .table-data:nth-child(1) {
        width: 100%;
        padding-left: 40px;
    }

    .ship-search-list .table-row .table-data:nth-child(2) {
        width: 50%;
    }

    .ship-search-list .table-row .table-data:last-child {
        width: 50%;
        justify-content: left;
    }

    .ship-search-list .table-row .table-data {
        text-align: left;
    }

    .ship-search-list .table-row .table-data:nth-child(1) icon {
        left: -30px;
    }

    .ship-search-list .table-row.table-header-row .table-data {
        border-left: 0 #fdfdfd solid;
    }

    .ship-search-list .table-row.table-data-row .table-data {
        border-left: 0 #e6e6e6 solid;
    }

    .ship-search-list .table-data-row {
        border-bottom: 0 #e6e6e6 solid;
    }

    .ship-search-list .table-row .table-data.noborder {
        border-left: 0;
    }

    .ship-search-list .table-data-row label {
        color: #005bac;
    }

    .ship-search-list .content-table2 .table-header-row {
        display: none;
    }

    .ship-search-list .content-table2 .arrival-hover .table-data-row {
        padding-top: 10px;
        line-height: 1.6em;
    }

    .ship-search-list .table-row.table-header-row {
        padding-top: 10px;
        margin-bottom: 12px;
        border-radius: 6px;
    }

    .ship-search-list .table-row.table-header-row .hide-on-narrow {
        display: none;
    }

    .ship-search-list .table-row.table-header-row .narrow-50 {
        width: 50%;
        float: left;
    }

    .ship-search-list .table-row.table-header-row .narrow-50 a {
        padding: 0 4px;
    }

    .ship-search-list .table-row.table-header-row::after {
        content: "";
        display: block;
        clear: both;
    }

    .ship-search-list .registered-vessel-row {
        border: 1px #edf2f5 solid;
        box-shadow: 0 0 7px 0 rgb(0 0 0 / 10%);
        margin-bottom: 25px;
    }

    .ship-search-list ul {
        margin-bottom: 10px;
    }

    .berth-movement-search-list {
        padding: 40px 0 0;
    }

    .berth-movement-search-list .table-content {
        box-shadow: none;
        border: 0;
    }

    .berth-movement-search-list .table-row.table-header-row {
        margin-bottom: 12px;
        border-radius: 6px;
    }

    .berth-movement-search-list .table-row.table-header-row .hide-on-narrow {
        display: none;
    }

    .berth-movement-search-list .table-row.table-header-row .narrow-33 {
        width: 33%;
        float: left
    }

    .berth-movement-search-list .table-row.table-header-row .narrow-33 a {
        padding: 0 4px;
    }

    .berth-movement-search-list .table-row.table-header-row::after {
        content: "";
        display: block;
        clear: both;
    }

    .berth-movement-search-list .table-row.table-data-row {
        border: 1px #edf2f5 solid;
        box-shadow: 0 0 7px 0 rgb(0 0 0 / 10%);
        margin-bottom: 25px;
    }

    .berth-movement-search-list .table-row.gray-row {
        background-color: #fff;
    }

    .berth-movement-search-list .table-row {
        padding: 10px 0 15px 0;
    }

    .berth-movement-search-list .table-row .table-data {
        width: 50%;
        padding: 5px 5px 0 40px;
        display: block;
    }

    .berth-movement-search-list .table-row.table-data-row .table-data:nth-child(1) {
        width: 100%;
        padding-left: 40px;
    }

    .berth-movement-search-list .table-row .table-data:last-child {
        width: 50%;
        justify-content: left;
    }

    .berth-movement-search-list .table-row .table-data {
        text-align: left;
    }

    .berth-movement-search-list .table-row .table-data:nth-child(1) icon {
        left: -30px;
    }

    .berth-movement-search-list .table-row.table-header-row .table-data {
        border-left: 0 #fdfdfd solid;
    }

    .berth-movement-search-list .table-row.table-data-row .table-data {
        border-left: 0 #e6e6e6 solid;
    }

    .berth-movement-search-list .table-data-row {
        border-bottom: 0 #e6e6e6 solid;
    }

    .berth-movement-search-list .table-row .table-data.noborder {
        border-left: 0;
    }

    .berth-movement-search-list .table-row .table-data.leftbar {
        padding-left: 50px;
    }

    .berth-movement-search-list .table-row .table-data.leftbar:before {
        left: 40px;
    }

    .berth-movement-search-list .table-data-row label {
        color: #005bac;
    }

    .top-registered-arrival .table-content {
        box-shadow: none;
        border: 0;
    }

    .top-registered-arrival .table-row.table-header-row {
        margin-bottom: 12px;
        border-radius: 6px;
    }

    .top-registered-arrival .table-row.table-header-row::after {
        content: "";
        display: block;
        clear: both;
    }

    .top-registered-arrival .table-row.table-header-row .table-data.hide-on-narrow {
        display: none;
    }

    .top-registered-arrival .table-row.table-header-row .table-data.narrow-33 {
        width: 33%;
        float: left;
    }

    .top-registered-arrival .table-row.table-header-row .table-data.narrow-33 a {
        padding: 0 4px;
    }

    .top-registered-arrival .table-row.table-data-row {
        border: 1px #edf2f5 solid;
        box-shadow: 0 0 7px 0 rgb(0 0 0 / 10%);
        margin-bottom: 25px;
    }

    .top-registered-arrival .table-row.gray-row {
        background-color: #fff;
    }

    .top-registered-arrival .table-row {
        padding: 10px 0;
    }

    .top-registered-arrival .table-row .table-data {
        width: 50%;
        padding: 5px 5px 0 40px;
        display: block;
    }

    .top-registered-arrival .table-row.table-data-row .table-data:nth-child(1) {
        width: 100%;
        padding-left: 40px;
    }

    .top-registered-arrival .table-row .table-data:nth-child(2) {
        width: 50%;
    }

    .top-registered-arrival .table-row .table-data:last-child {
        width: 50%;
        justify-content: left;
    }

    .top-registered-arrival .table-row .table-data {
        text-align: left;
    }

    .top-registered-arrival .table-row .table-data:nth-child(1) icon {
        left: -30px;
    }

    .top-registered-arrival .table-row.table-header-row .table-data {
        border-left: 0 #fdfdfd solid;
    }

    .top-registered-arrival .table-row.table-data-row .table-data {
        border-left: 0 #e6e6e6 solid;
    }

    .top-registered-arrival .table-data-row {
        border-bottom: 0 #e6e6e6 solid;
    }

    .top-registered-arrival .table-row .table-data.noborder {
        border-left: 0;
    }

    .top-registered-arrival .table-row .table-data.leftbar {
        padding-left: 50px;
    }

    .top-registered-arrival .table-row .table-data.leftbar:before {
        left: 40px;
    }

    .top-registered-vessel .table-content {
        box-shadow: none;
        border: 0;
    }

    .top-registered-vessel .table-row.table-header-row {
        margin-bottom: 12px;
        border-radius: 6px;
    }

    .top-registered-vessel .table-row.table-header-row::after {
        content: "";
        display: block;
        clear: both;
    }

    .top-registered-vessel .table-row.table-header-row .hide-on-narrow {
        display: none;
    }

    .top-registered-vessel .table-row.table-header-row .narrow-50 {
        width: 50%;
        float: left;
    }

    .top-registered-vessel .table-row.table-header-row .narrow-50 a {
        padding: 0 4px;
    }

    .top-registered-vessel .registered-vessel-row {
        border: 1px #edf2f5 solid;
        box-shadow: 0 0 7px 0 rgb(0 0 0 / 10%);
        margin-bottom: 25px;
    }

    .top-registered-vessel .table-row {
        padding: 10px 0;
    }

    .top-registered-vessel .table-row .table-data {
        width: 50%;
        padding: 5px 5px 0 40px;
        display: block;
    }

    .top-registered-vessel .table-row.table-data-row .table-data:nth-child(1) {
        width: 100%;
        padding-left: 40px;
    }

    .top-registered-vessel .table-row .table-data:nth-child(2) {
        width: 50%;
    }

    .top-registered-vessel .table-row .table-data:last-child {
        width: 50%;
        justify-content: left;
    }

    .top-registered-vessel .table-row .table-data {
        text-align: left;
    }

    .top-registered-vessel .table-row .table-data:nth-child(1) icon {
        left: -30px;
    }

    .top-registered-vessel .table-row.table-header-row .table-data {
        border-left: 0 #fdfdfd solid;
    }

    .top-registered-vessel .table-row.table-data-row .table-data {
        border-left: 0 #e6e6e6 solid;
    }

    .top-registered-vessel .table-data-row {
        border-bottom: 0 #e6e6e6 solid;
    }

    .top-registered-vessel .table-row .table-data.noborder {
        border-left: 0;
    }

    .top-registered-vessel .content-table1 {
        width: 100%;
        padding: 20px;
        line-height: 25px;
    }

    .top-registered-vessel ul {
        margin-bottom: 10px;
    }

    .top-registered-vessel .content-table2 .table-header-row {
        display: none;
    }

    .top-registered-vessel .content-table2 .table-row .table-data {
        display: block;
    }

    .top-registered-vessel .content-table2 .table-row .table-data {
        padding: 0 20px 8px 20px;
    }

    .top-registered-vessel .position-accordion .accordion-position {
        top: auto;
        bottom: 10px;
    }

    .top-registered-vessel .position-accordion .accordion .card {
        padding-bottom: 20px;
    }

    .top-registered-vessel .content-table2 {
        width: 90%;
        border: 0;
        box-shadow: none;
    }

    .top-registered-vessel .content-table2 .table-row.table-data-row .table-data {
        border: 0;
    }

    .top-registered-vessel .content-table2 .table-row .table-data {
        width: 50%;
        justify-content: left;
    }

    .top-registered-vessel .content-table2 .table-row.table-data-row .table-data:nth-child(1) {
        width: 50%;
        padding-left: 20px;
    }

    .top-registered-vessel .content-table2 .table-row {
        margin-bottom: 20px;
        border: 1px #edf2f5 solid;
    }

    .top-registered-vessel .content-table2 .table-row:last-child {
        margin-bottom: 0;
    }

    .top-registered-vessel .content-table2 .table-row.gray-row {
        border-bottom: 1px #edf2f5 solid;
    }

    .top-registered-vessel .table-row .table-data.leftbar {
        padding-left: 30px;
    }

    .top-registered-vessel .table-row .table-data.leftbar:before {
        left: 20px;
    }

    .top-registered-vessel .table-row.table-data-row {
        line-height: 1.6em;
    }

    .port-departure-search-list .table-data-row label,
    #favorite-arrivals-wrapper .table-data-row label,
    #favorite-vessels-wrapper .table-data-row label {
        color: #005bac;
    }

    .top-registered-vessel .table-row .table-data.ptw-datetime span:nth-child(3),
    .top-registered-arrival .table-row .table-data.ptw-datetime span:nth-child(3),
    .ship-search-list .table-row .table-data.ptw-datetime span:nth-child(3),
    .berth-movement-search-list .table-row .table-data.ptw-datetime span:nth-child(3),
    .port-departure-search-list .table-row .table-data.ptw-datetime span:nth-child(3) {
        padding-left: 5px;
    }

}

@media (min-width: 768px) and (max-width: 1199px) {
    .entry-port-information-header-bottom-content div.leftline:before {
        width: 0;
    }
}

@media (min-width: 768px) {
    .hamburger {
        display: none;
    }

    h2.rightbar {
        margin-left: 30px;
        margin-bottom: 20px;
    }

    h2.rightbar:after {
        width: 50px;
        height: 1px;
        background-color: #c6c6c6;
        position: absolute;
        content: '';
        margin-left: 30px;
        top: 11px;
    }

    .port-departure-search-list h2.rightbar {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .entry-port-information .table-row.table-data-row label {
        display: none;
    }

    header .top-links {
        border-bottom: 1px #7f9fba solid;
        padding: 10px 0;
        border-left: 1px #7f9fba solid;
    }

    header .bottom-links {
        display: flex;
    }

    header .bottom-links .leftblock, header .bottom-links .rightblock {
        width: 50%;
        text-align: center;
        border-left: 1px #7f9fba solid;
    }

    header .bottom-links .leftblock a, header .bottom-links .rightblock a {
        padding: 20px 0;
        display: block;
    }

    header .top-links:after {
        width: 100%;
        height: 1px;
        background-color: #7f9fba;
        position: absolute;
        bottom: -1px;
        content: '';
    }

    .email-not-sent {
        padding: 20px 50px;
    }

    .flex-50-50 {
        display: flex;
        flex-wrap: wrap;
    }
    .flex-50-50 dt {
        width: 50%;
    }
    .flex-50-50 dd {
        width: 50%;
    }

}

@media (max-width: 767px) {
    section {
        padding: 20px 0;
    }

    header {
        padding: 20px 0;
    }

    .bottom-links {
        display: none;
    }

    .mobile-menu.shownav {
        display: block;
    }

    header .top-links {
        font-size: 0;
    }

    header .top-links icon img {
        height: auto;
    }

    footer {
        padding: 15px 0;
    }

    .footerlogo {
        text-align: center;
    }

    .footerlinks, .footerbottom-links {
        text-align: center;
    }

    .footerlinks li {
        display: table;
        margin: 0 auto;
    }

    .footerbottom-links {
        margin-bottom: 0;
    }

    .footerbottom-links li {
        width: 40%;
        margin-left: 10px;
        text-align: left;
    }

    .login {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .login-bg {
        width: 100%;
        height: 45vh;
    }

    .login-form {
        width: 100%;
        height: 55vh;
        padding: 20px;
        display: block;
    }

    .login-bg .notice-tab a {
        padding: 10px 30px;
    }

    .login-bg .notice-tab {
        bottom: 20px;
    }

    .login-bg .logo img {
        max-width: 200px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .login-btn {
        margin-top: 10px;
    }

    .login-bg .notice-tab .linktext {
        text-align: left;
    }

    .login-form .login-form-bottom {
        position: relative;
        bottom: auto;
        padding-bottom: 0;
        width: 100%;
        margin-top: 15px;
    }

    .login-form .login-form-bottom-links ul {
        margin: 0;
    }

    .login-form-bottom-links {
        margin-bottom: 10px;
    }

    /*.form-control{height: 51px;}*/
    .header-2 .header-links {
        display: none;
    }

    .agency-information .agency-information-block {
        padding: 10px 30px;
    }

    .portview-information .portview-information-block {
        padding: 10px 30px;
    }

    .search-form {
        background-color: transparent;
        box-shadow: none;
    }

    .search-form-content {
        padding: 0;
    }

    .search-form label {
        margin-top: 5px;
    }

    .search-form .btn {
        display: block;
        margin: 15px auto;
    }

    .search-form .end-date:before {
        top: 25px;
    }

    .search-area {
        padding: 50px 0 30px;
    }

    .search-list-footer {
        padding: 25px 0;
    }

    .search-list-footer .total-search-items {
        font-size: 18px;
    }

    .search-list-footer .pagination .page-link {
        padding: 0.2rem 0.55rem;
    }

    .port-departure-search-list-buttons {
        text-align: center;
    }

    .port-departure-search-list-buttons .btn {
        width: 230px;
        display: block;
        margin: 0 auto 20px;
    }

    .search-list-footer-2 {
        display: none;
    }

    .ship-search-list {
        padding: 40px 0 0;
    }

    .ship-search-list .position-accordion .accordion-position {
        top: auto;
        bottom: 10px;
    }

    .ship-search-list .position-accordion .accordion .card {
        padding-bottom: 20px;
    }
    .ship-search-list .position-accordion .accordion .card .card-body {
        padding-left: 0;
        padding-right:0;
    }
    .ship-search-list .position-accordion .accordion .card .card-body .vessel-arrivals-wrapper > a > div {
        padding-left: 20px;
    }
    .ship-search-list .position-accordion .accordion .card .card-body .vessel-arrivals-wrapper .vessel-arrival-unread-icon {
        left: -10px;
    }
    .ship-search-list .content-table2 .table-row {
        border: none;
    }

    .ship-search-list .content-table2 {
        width: 100%;
        border: 0;
        box-shadow: none;
    }

    .ship-search-list .table-row .table-data.leftbar {
        padding-left: 30px;
    }

    .ship-search-list .table-row .table-data.leftbar:before {
        left: 20px;
    }

    .notification-search .btn {
        margin: 0 auto;
        display: table;
    }

    .entry-port-information-content-block-header .block-header-title {
        font-size: 18px;
    }

    .entry-port-information .table-content {
        box-shadow: none;
        border: 0;
    }

    .entry-port-information .table-row.table-header-row {
        display: none;
    }

    .entry-port-information .table-row.table-data-row {
        border: 1px #edf2f5 solid;
        box-shadow: 0 0 7px 0 rgb(0 0 0 / 10%);
        margin-bottom: 25px;
    }

    .entry-port-information .table-row.gray-row {
        background-color: #fff;
    }

    .entry-port-information .table-row {
        padding: 10px 0;
    }

    .entry-port-information .table-row .table-data {
        width: 50%;
        padding: 5px 5px 0 40px;
        display: block;
    }

    .entry-port-information .table-row .table-data {
        text-align: left;
    }

    .entry-port-information .table-row.table-header-row .table-data {
        border-left: 0 #fdfdfd solid;
    }

    .entry-port-information .table-row.table-data-row .table-data {
        border-left: 0 #e6e6e6 solid;
    }

    .entry-port-information .table-data-row {
        border-bottom: 0 #e6e6e6 solid;
    }

    .entry-port-information-header-top-left {
        width: 85%;
    }

    .entry-port-information-header-top-right {
        width: 15%;
    }

    .entry-port-information-header-bottom-content, .entry-port-information-header-bottom-header {
        flex-wrap: wrap;
    }

    .entry-port-information-header-bottom-header div {
        width: 50%;
    }

    .entry-port-information-header-bottom-content div {
        width: 100%;
        margin-bottom: 50px;
    }

    .entry-port-information-header-bottom-content div:last-child {
        margin-bottom: 0;
    }

    .entry-port-information-header-bottom-content div.leftline:before {
        left: 25px;
        top: -25px;
        transform: rotate(90deg);
    }

    .add-liking a span {
        white-space: normal;
    }

}

@media (max-width: 480px) {
    .entry-port-information-header-top-left {
        width: 80%;
    }

    .entry-port-information-header-top-right {
        width: 20%;
    }

}

.users-pagination ul.pagination li {
    padding: 0.4rem 0.55rem;
    font-size: 16px;
}

.users-pagination ul.pagination li.active {
    color: #005bac;
}

.users-pagination ul.pagination .arrow-previous,
.users-pagination ul.pagination .arrow-next {
    padding: 0 0.55rem 0.4rem;
    font-size: 32px;
}

.vessel-name-summary {
    word-break: break-word;
}

.top-favorite-arrivals-title,
.top-favorite-vessels-title {
    display: flex;
    justify-content: space-between;
}

.top-favorite-arrivals-title > .ptw-showall,
.top-favorite-vessels-title > .ptw-showall {
    padding-right: 30px;
}

.top-favorite-arrivals-title > .ptw-showall > a > img,
.top-favorite-vessels-title > .ptw-showall > a > img {
    width: 8px;
    margin-right: 5px;
}

.button-star {
    border: none;
    background: none;
}

.arrival-hover:hover {
    opacity: 0.8;
    color: #005bac;
}

.ptw-white-space-nowrap {
    white-space: nowrap;
}

.ptw-sort-button {
    width: 16px;
    height: auto;
    margin-left: 4px;
    color: white;
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-color: #ccc;
}

.ptw-sort-asc {
    background-image: url("../images/arrow_upward_white_24dp.svg");
}

.ptw-sort-desc {
    background-image: url("../images/arrow_downward_white_24dp.svg");
}

.ptw-sort-button:hover {
    background-color: #005bac;
}

.ptw-sort-button.selected {
    background-color: #005bac;
}

#favorite-arrivals-wrapper .no-result,
#favorite-vessels-wrapper .no-result {
    padding: 30px 0;
    background: #fff;
}

section#live-or-scheduled {
    padding: 10px 0 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #005bac;
}

section#live-or-scheduled .container span {
    background: #000;
    color: #fff;
    border-radius: 4px;
    padding: 2px 4px;
}

#top-no-service .container {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    text-align: center;
    padding: 20px 0 5px 0;
}

.search_input_caption {
    font-size: 12px;
    line-height: 1.2em;
    padding-top: 6px;
}

.vessel-arrival-unread-icon {
    padding-top: 20px;
}

.grid-management-ports {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, auto));
    gap: 8px;
}


.link-agency-detail:hover {
    opacity: 0.8;
    color: #005bac;
}

/* additional css */
.port-departure-hover:hover{opacity: 0.8; color:#005bac;}

.serviceimg{
    max-width: 1100px;
    margin: auto;
    padding-bottom: 80px;
}
.service-page-content{
    max-width: 800px;
    margin: 0px auto;
}
.service-page-content .subtext p:first-child{
    padding-bottom: 50px;
}
.whatpw{
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px;
}
.service-page-content ol{
    margin-left: 20px;
}
.service-page-content ol li{
    list-style-type: auto;
    padding-left: 10px;
    padding-bottom: 20px;
}
.service-page-content ol li img{
    height: 18px;
    width: auto;
}
.whatpwcontent h2{
    margin-top: 30px;
}
.whatpwflow{
    text-align: center;
    padding: 35px 0;
}
.whatpwflow p{
    padding-bottom: 10px!important;
    font-weight: 600;
    font-size: 18px;
}
.whatpwflow img{
    width: 70px;
    height: auto;
}
.whatpwflow {
    font-size: 30px;
}
.contact_btn a{
    display: block;
}
.flow_bg{
    background: #ddd;
    margin: 0;
    max-width: 500px;
    margin: auto;
}
.arrow{
    padding: 20px 0;
}
.arrow img{
    height: 30px;
}

.shortcut {
    display: inline-flex;
}
.shortcut::before{
    content:url("../images/bookmark.png");
    display: inline-block;
    transform: scale(0.8);
    padding-top: 3px;
}
