
.ship-select-panel {
    position: fixed;
    top: 64px;
    z-index: 1020;
    background: #fff;
    height: calc(100% - 64px);
    width: 100%;
    -webkit-transition: right .2s linear;
    -moz-transition: right .2s linear;
    transition: left .3s linear;
    min-width: 965px;
    max-width: 1307px;
    left: -200%;
}
.ship-select-panel.sidebar-mini.active {
    left: 64px;
}
@media (max-width: 767px) {
    .ship-select-panel {
        height: calc(100% - 110px);
        top: 110px;
        left: -200%;
    }
    .ship-select-panel.sidebar-mini.active {
        left: 0;
        top: 110px;
    }
}
.shipSelect .ship-select-collapse-btn {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-top: -15px;
    line-height: 44px;
    font-size: 14px;
    color: #1b1f24;
    color: #fff;
    border-radius: 0;
    text-align: left;
    z-index: 1015;
    width: 220px;
    height: 45px;
    padding: 12px 20px;
    line-height: 20px;
}

.shipSelect .ship-select-collapse-btn.disabled{
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
}
.shipSelect .ship-select-collapse-btn i{
    float: left;
    margin-right: 0;
    width: 14px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    margin-left: 2px;
}
.shipSelect .ship-select-collapse-btn.ship-select-minify {
    width: 64px;
    height: 64px;
    padding: 16px;
    z-index: 2021;
}
.shipSelect .ship-select-collapse-btn.ship-select-minify {
    margin: 0;
}
.shipSelect .ship-select-collapse-btn.ship-select-minify span{
    display: none;
}
.shipSelect .ship-select-collapse-btn:focus {
    text-decoration: none;
}
.shipSelect.active .ship-select-collapse-btn .ship.icon:before {
    content: '\f00d';
}
.shipSelect .ship-select-collapse-btn span{
    font-size: 12px;
    margin-left: 15px;
}
@media (max-width: 767px) {
    .page-sidebar-toggled .shipSelect .ship-select-collapse-btn.ship-select-minify {
        left: 0;
        animation: sidebarSlideInLeft .2s;
        -webkit-animation: sidebarSlideInLeft .2s;
    }
    .page-sidebar-toggled .shipSelect .ship-select-collapse-btn {
        left: 0;
        animation: sidebarSlideInLeft .2s;
        -webkit-animation: sidebarSlideInLeft .2s;
    }
    .shipSelect .ship-select-collapse-btn {
        left: -220px;
        z-index: 1030;
    }
}

.ship-select-panel-background.active {
    position: fixed;
    width: calc(100% - 64px);
    height: calc(100% - 64px);
    left: 64px;
    background: rgba(0,0,0,.4);
    z-index: 1000;
}
.ship-select-panel-cancel {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 24px;
    background: url(/dist/images/btn_ship_list_close.svg);
    right: 24px;
    cursor: pointer;
    z-index: 1020;
    border-radius: 50%;
}
.ship-select-panel .ship-select-panel-content {
    background: rgb(241,241,241);
    position: relative;
    z-index: 1020;
    height: 100%;
}
.ship-select-panel .ship-select-panel-content  .update-standard label{
    color: #707478;
    font-weight: 400;
}
.ship-select-panel-content .header { 
    padding: 0px 24px 0 24px !important;
    background-color: #e1e4eb;
}
.ship-select-panel-content-title {
    font-weight: 400;
}
.ship-select-panel-content-title table td {
    border-top-width: 0 !important;
    border-left: 1px solid #ccc !important;
    padding: 1px 14px !important;
    text-align: left;
    width: 141px;
}
.ship-select-panel-content-title table td:first-child {
    border-left-color: rgb(241,241,241) !important;
}
.ship-select-panel-content-title table .title {
    font-size: 12px;
    font-weight: 400;
    color: rgb(162,162,162);
    line-height: 18px;
}
.ship-select-panel-content-title table .content {
    color: rgb(39,47,53);
    padding: 0;
    background: none;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}
.ship-select-panel-content-title span {
    font-size: 14px;
}
.ship-select-panel-content .ship-search-input-wrap .magnifier {
    width: 46px;
    height: 46px;
    position: absolute;
    right: 0;
    background: url(/dist/images/nav/icon_ship_search.svg) no-repeat;
    background-position: center;
    opacity: 1;
}
.ship-select-panel-content input{
    text-align: left !important;
    width: 359px;
    height: 46px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    color: #50576c !important;
    padding-right: 45px !important;
}
.ship-select-panel-content input::placeholder {
    color: #50576c !important;
}
.ship-select-panel-content input:focus {
    outline:none;
    border: 1px solid #2684ff !important;
    box-shadow: inset 0 0 0 2px rgb(38 132 255 / 30%) !important;
}
.ship-select-panel-content .ship-select-sort-wrap {
    position: relative;
    z-index: 1;
}
.ship-select-panel-content table.title td {
    border: 0;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    color: #50576c;
    padding: 15px 0 14px 0;
}
.ship-select-panel-content table.title td .text {
    cursor: pointer;
    position: relative;
}
.ship-select-panel-content table.title td .sort {
    width: 14px;
    display: inline-block;
}
.ship-select-panel-content table.title td .sort::before {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #555;
    content: "";
    position: relative;
    top: -11px;
    left: 8px;
}
.ship-select-panel-content table.title td .sort::after {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #555;
    content: "";
    position: relative;
    top: 10px;
    left: 2px;
}
.ship-select-panel-content .table-ship-select {
    position: absolute;
    width: 100%;
    overflow-y: scroll;
    padding: 0 24px;
}
.ship-select-panel-content .ship-list {
    margin: 0 0 8px 0;
    display: flex;
    text-align: left;
    background: #ffffff;
    height: 64px;
    align-items: center;
    border-radius: 4px;
    padding: 0 24px;
}
.ship-select-panel-content .ship-list:hover {
    cursor: pointer;
    border: 1px solid #2684ff;
    background-color: #eef5ff;
}
.ship-select-panel-content .ship-list.no-data:hover {
    cursor: default;
    border-width: 0;
    background-color: #fff;
}

.ship-select-panel-content .ship-list.selected {
    cursor: default;
    border: 1px solid #2684ff;
    background-color: #eef5ff;
}
.ship-select-panel-content .data-status-icon {
    width: 40px;
    height: 40px;
}
.ship-select-panel-content .data-status-icon:focus {
    outline: none;
}
.ship-select-panel-content .noon {
    background: url(/dist/images/nav/icon_status_noon.svg) no-repeat;
}
.ship-select-panel-content .logger-connect {
    background: url(/dist/images/nav/icon_status_logger1.svg) no-repeat;
}
.ship-select-panel-content .logger-disconnect {
    background: url(/dist/images/nav/icon_status_logger2.svg) no-repeat;
}
.ship-select-panel-content .satellite-connect {
    background: url(/dist/images/nav/icon_status_satellite_1.svg) no-repeat;
}
.ship-select-panel-content .satellite-disconnect {
    background: url(/dist/images/nav/icon_status_satellite_2.svg) no-repeat;
}
.ship-select-panel-content .ais-connect {
    background: url(/dist/images/nav/icon_status_ais_1.svg) no-repeat;
}
.ship-select-panel-content .ais-disconnect {
    background: url(/dist/images/nav/icon_status_ais_2.svg) no-repeat;
}
.ship-select-panel-content .ship-list .ship-status {
    width: 64px;
}
.ship-select-panel-content .ship-list .ship-name-tip {
    width: 224px;
    padding-right: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.19;
    color: #35363b;
}
.ship-select-panel-content .ship-list .text {
    font-size: 14px;
    line-height: 1.4;
    color: #35363b;
    padding-right: 24px;
}
.ship-select-panel-content .ship-list .ship-no-data.text {
    width: 722px;
    line-height: 1.4;
    color: #35363b;
    text-align: center;
}
.ship-select-panel-content .ship-list .ship-type {
    width: 184px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ship-select-panel-content .ship-list .ship-condition {
    width: 144px;
}
.ship-select-panel-content .ship-list .ship-departure,
.ship-select-panel-content .ship-list .ship-arrival {
    width: 181px;
    display: flex;
    line-height: initial;
}
.ship-select-panel-content .ship-list .ship-departure .dep-arr-text,
.ship-select-panel-content .ship-list .ship-arrival  .dep-arr-text {
    display: inline-grid;
}
.ship-select-panel-content .ship-list .ship-departure .dep-arr-text div,
.ship-select-panel-content .ship-list .ship-arrival .dep-arr-text div {
    width: 140px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ship-select-panel-content .ship-list .ship-departure .dep-arr-text span,
.ship-select-panel-content .ship-list .ship-arrival .dep-arr-text span {
    font-size: 11px;
    line-height: 1.2;
    color: #50576c;
}
.ship-select-panel-content .ship-list .dep-arr-icon-wrap {
    margin: auto 8px auto 0;
}
.ship-select-panel-content .ship-list .dep-arr-icon-wrap .dep-arr-icon {
    width: 9px;
    height: 9px;
    padding: 3px;
    border-radius: 50%;
    position: relative;
}
.ship-select-panel-content .ship-list .dep-arr-icon-wrap.depature .dep-arr-icon {
    border: solid 1px #1ca541;
    background-color: #3aca60;
}
.ship-select-panel-content .ship-list .dep-arr-icon-wrap.arrival .dep-arr-icon{
    border: solid 1px #e23430;
    background-color: #ff5b57;
}
.ship-select-panel-content .ship-list .dep-arr-icon-wrap .dep-arr-icon span {
    width: 3px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
}

.ship-select-panel-content .ship-list .ship-progress {
    width: 94px;
    color: #2694ff;
}
.ship-select-panel-content .ship-list .ship-update {
    width: 122px;
    padding-right: 0;
}