@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@import url(https://fonts.googleapis.com/css?family=BenchNine:700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,600,700);

@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSansCJKkr-Light.otf') format('opentype');
}
@font-face {
    font-family: 'NotoSans-Medium';
    src: url('../fonts/NotoSansCJKkr-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'NotoSans-Regular';
    src: url('../fonts/NotoSansCJKkr-Regular.otf') format('opentype');
}

:root {
    --clear-blue: #2684ff;
}

body {
    font-family: Roboto, Arial, sans-serif;
}

#page-loader {
    background: rgb(233, 233, 233) !important;
}
#page-loader.show1 {
    background: rgba(255, 255, 255, 1) !important;
    display: block !important;
}

.spinner,
.spinner-small {
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    border-top: 2px solid #2684ff;
}
.spinner-small {
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
}

#page-loader.show1 .spinner,
#page-loader.show1 .spinner-small {
    border: 2px solid #fff !important;
    border-top: 2px solid rgb(0, 137, 255) !important;
}


/* chrome input 자동 생성 background */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

/*--- LAB021 Button Style ---*/

.btn-labOtO-primary {
    height: 32px !important;
    padding: 0 18px !important;
    font-family: 'Roboto-Regular' !important;
    font-size: 12px !important;
    line-height: 29px !important;
    outline: none;
}

.btn-labOtO-big {
    height: 42px !important;
    padding: 0 20px !important;
    font-family: 'Roboto-Regular' !important;
    font-size: 14px !important;
    line-height: 39px !important;
    outline: none;
}

.btn-labOtO-small {
    height: 22px !important;
    padding: 0 10px !important;
    font-family: 'Roboto-Regular' !important;
    font-size: 12px !important;
    line-height: 19px !important;
    outline: none;
}

.btn-labOtO-secondary {
    border: 1px solid rgb(152, 152, 152) !important;
    color: rgba(39, 47, 53, 0.7) !important;
    background-color: transparent !important;
    outline: none;
}
.btn-labOtO-secondary:hover {
    background-color: rgb(152, 152, 152) !important;
    color: rgb(255, 255, 255) !important;
}
.btn-labOtO-secondary:active {
    background-color: rgb(132, 132, 132) !important;
    color: rgb(255, 255, 255) !important;
}

.btn-labOtO-disabled {
    background-color: rgb(232, 232, 232) !important;
    color: rgb(255, 255, 255) !important;
    pointer-events: none !important;
}

.btn-labOtO-red {
    background-color: rgb(255, 91, 87) !important;
    color: rgb(255, 255, 255) !important;
}
.btn-labOtO-red:hover {
    background-color: rgb(255, 60, 58) !important;
}
.btn-labOtO-red:active {
    background-color: rgb(240, 50, 46) !important;
}

.btn-labOtO-green {
    background-color: rgb(58, 202, 96) !important;
    color: rgb(255, 255, 255) !important;
}
.btn-labOtO-green:hover {
    background-color: rgb(0, 188, 0) !important;
}
.btn-labOtO-green:active {
    background-color: rgb(13, 160, 36) !important;
}

.btn-labOtO-blue {
    background-color: rgb(0, 187, 255) !important;
    color: rgb(255, 255, 255) !important;
}
.btn-labOtO-blue:hover {
    background-color: rgb(0, 162, 255) !important;
}
.btn-labOtO-blue:active {
    background-color: rgb(0, 137, 255) !important;
}

.btn-labOtO-grey {
    background-color: rgb(225, 225, 225) !important;
    color: rgb(255, 255, 255) !important;
}
.btn-labOtO-grey:hover {
    background-color: rgb(0, 162, 255) !important;
}
.btn-labOtO-grey:active {
    background-color: rgb(0, 137, 255) !important;
}
.btn-labOtO-white {
    border: 1px solid rgb(0, 187, 255);
    background-color: white !important;
    color: rgb(0, 187, 255);
}
.btn-labOtO-white:hover {
    background-color: rgb(0, 187, 255) !important;
    color: white;
}
.btn-labOtO-white:active {
    background-color: rgb(0, 162, 255) !important;
    color: white;
}
.btn-labOtO-default {
    color: rgba(39, 47, 53, 0.7);
    background-color: rgb(152, 152, 152) !important;
    border: 1px solid rgb(152, 152, 152);
}


.btn-labOtO-primary-popup {
    height: 36px !important;
    padding: 0 17px !important;
    font-family: 'Roboto-Regular' !important;
    font-size: 14px !important;
    line-height: 29px !important;
    outline: none;
}

.btn-labOtO-grey-v2 {
    background-color: #ebecf0 !important;
    color: #091e42 !important;
}
.btn-labOtO-grey-v2:hover,
.btn-labOtO-grey-v2:active {
    background-color: #d3d5de !important;
    color: #091e42 !important;
}
.btn-labOtO-blue-v2 {
    background-color: #2684ff !important;
    color: #fff !important;
}
.btn-labOtO-blue-v2:hover,
.btn-labOtO-blue-v2:active {
    background-color: #2277e6 !important;
    color: #fff !important;
}
.btn-labOtO-red-v2 {
    background-color: #ff4040 !important;
    color: #fff !important;
}
.btn-labOtO-red-v2:hover,
.btn-labOtO-red-v2:active {
    background-color: #ec2424 !important;
    color: #fff !important;
}
.btn-labOtO-yellow-v2 {
    background-color: #ffc24a !important;
    color: #fff !important;
}
.btn-labOtO-yellow-v2:hover,
.btn-labOtO-yellow-v2:active {
    background-color: #fcae16 !important;
    color: #fff !important;
}
.btn-labOtO-white-v2 {
    background-color: #fff !important;
    border: solid 1px #6b788d !important;
    color: #091e42 !important;
}
.btn-labOtO-white-v2:hover,
.btn-labOtO-white-v2:active {
    background-color: #757c88 !important;
    color: #fff !important;
}
    /* ------------------------- */
.btn-labOtO-gray {
    font-family: Roboto !important;
    font-weight: 500 !important;
    color: #091e42;
    background-color: #ebecf0 !important;
    border: none;
}
.btn-labOtO-yellow {
    font-family: Roboto !important;
    font-weight: 500 !important;
    color: #fff !important;
    background-color: #febe41 !important;
    border: none;
}
.btn-labOtO-yellow:hover {
    background-color: #feb11d !important;
}
/* ------------------------- */

.pdca-green-btn {
    box-shadow: none !important;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    background: rgb(58, 202, 96);
    height: 30px;
    width: 130px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    padding: 6px 0;
    position: relative;
}



/* demo 메뉴에서 접속한 페이지에 대해 입력 또는 버튼 disabled 처리 */
.demo-area .demo-disabled {
    pointer-events: none;
}

/*Setting Ship Data*/
th, td{
    text-align: center;
    font-size: 12px;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

input.transparent{
    max-width: 60px;
    border: 0;
    text-align: center;
}

.panel {
    margin-bottom: 7px;
}

.btn.btn-blue {
    color: #fff;
    background: #00bbff;
    border-color: rgb(0, 187, 255);
    border-radius: 5px;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue.active, .open .dropdown-toggle.btn-blue {
    background: rgb(0, 162, 255);
    border-color: rgb(0, 162, 255);
}
.btn-blue:active {
    background: rgb(0, 137, 255);
    border-color: rgb(0, 137, 255);
}

/* toggle switch */
.lab-switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 18px;
    margin-bottom: 0;
}
.lab-switch input { display: none; }
.lab-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(224,224,224);
    -webkit-transition: .2s;
    transition: .2s;
}
.lab-slider:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.6);
}
input:checked + .lab-slider {
    background-color: #00bbff;
}
input:focus + .lab-slider {
    box-shadow: 0 0 1px #00bbff;
}
input:checked + .lab-slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}
.lab-slider.round {
    border-radius: 34px;
}
.lab-slider.round:before {
    border-radius: 34px;
}

.slimScrollBarY {
    right: 2px !important;
}


/* mapbox gl js test */
.mapboxgl-control-container .mapboxgl-ctrl {
    display: none !important;
}
.mapboxgl-control-container .mapboxgl-ctrl.mapboxgl-ctrl-scale {
    display: block !important;;
}
.mapboxgl-canvas {
    z-index: 2;
}
.mapboxgl-canvas:focus {
    outline: none;
}
.mapboxgl-map {
    background: #505050 !important;
}
.mapboxgl-canvas-container.mapboxgl-interactive {
    cursor: inherit !important;
}
.glMap .mapboxgl-marker {
    z-index: 3;
}
.glMap .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{
    margin: 0 0 5px 5px;
}
.glMap .mapboxgl-ctrl-scale{
    border-width: medium 1px 1px;
}
.glMap .mapboxgl-popup-content {
    text-align: center;
    font-weight: bold;
    line-height: initial;
    font-size: 11px;
}
.glMap .dep-marker .marker-point,
.glMap .arr-marker .marker-point {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: 3;
}
.glMap .dep-marker .marker-point.dep,
.glMap .arr-marker .marker-point.arr {
    background: #fff;
}
.glMap .dep-marker .marker-boundary1,
.glMap .arr-marker .marker-boundary1 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    left: -7px;
    z-index: 2;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.14);
}
.glMap .dep-marker .marker-boundary1 {
    border: 1px solid rgb(26,164,63);
    background: rgb(58,202,96);
}
.glMap .arr-marker .marker-boundary1 {
    border: 1px solid rgb(233,78,74);
    background: rgb(255,91,87);
}
.glMap .dep-marker-popup .mapboxgl-popup-tip,
.glMap .arr-marker-popup .mapboxgl-popup-tip {
    border-top-color: rgba(0,0,0,0.6) !important;
}
.glMap .dep-marker-popup .mapboxgl-popup-content,
.glMap .arr-marker-popup .mapboxgl-popup-content {
    background: rgba(0,0,0,0.6) !important;
    color: #fff;
}
.glMap .dep-marker-popup .mapboxgl-popup-content .dep-popup-content,
.glMap .arr-marker-popup .mapboxgl-popup-content .arr-popup-content {
    padding: 7px 16px !important;
}
.glMap .dep-marker-popup.popup-over,
.glMap .arr-marker-popup.popup-over {
    opacity: 0.1;
}
.glMap .dep-marker-popup .mapboxgl-popup-content .dep-name,
.glMap .arr-marker-popup .mapboxgl-popup-content .arr-name {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
}
.glMap .dep-marker-popup .mapboxgl-popup-content .dep-icon {
    position: absolute;
    width: 4px;
    height: 4px;
    top: 6px;
    left: 6px;
    background: rgb(58,202,96);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 4px 2px rgba(58,202,96, 0.7);
    box-shadow: 0 0 4px 2px rgba(58,202,96, 0.7);
}
.glMap .arr-marker-popup .mapboxgl-popup-content .arr-icon {
    position: absolute;
    width: 4px;
    height: 4px;
    top: 6px;
    left: 6px;
    background: rgb(255,91,87);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 4px 2px rgba(255,91,87, 0.7);
    box-shadow: 0 0 4px 2px rgba(255,91,87, 0.7);
}
.glMap .dep-marker-popup .local-time, .glMap .dep-marker-popup .ships-time, .glMap .dep-marker-popup .utc-time,
.glMap .arr-marker-popup .local-time, .glMap .arr-marker-popup .ships-time, .glMap .arr-marker-popup .utc-time {
    display: none;
    font-weight: 300;
    font-size: 12px;
}
.glMap .dep-marker-popup .time,
.glMap .arr-marker-popup .time {
    font-weight: 300;
    font-size: 12px;
}
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    border-right: none;
}
.mapboxgl-popup-content {
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    font-family: ROBOTO, Arial!important;
}
.mapboxgl-popup-content div.port-label-wrap {
    margin-bottom: 1px;
}
.mapboxgl-popup-content div.port-label {
    padding: 3px 4px 2px 4px;
    font: 11px/16px Roboto, Arial, Helvetica, sans-serif;
    background: rgba(27, 28, 29, 0.7);
    border-color: rgba(27, 28, 29, 0.7);
    color: #fff;
    letter-spacing: 1px;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
    border: 7px solid transparent !important;
    border-top-color: rgba(27, 28, 29, 0.7) !important;
    /* margin-top: -1px; */
}
.mapboxgl-popup {
    z-index: 3;
}

.mapboxgl-popup .mapboxgl-popup-content .cyclone-popup-container {
    background: rgba(27, 28, 29, 0.7) !important;
    border-radius: 3px;
    padding: 4px 8px;
}
.mapboxgl-popup-content .cyclone-popup-container .cyclone-popup-wrap {
    display: flex;
    color: #fff;
    font-weight: 300;
}

.tippy-tooltip.nav-tooltip-theme {
    -webkit-transform: translateY(33px) !important;
    transform: translateY(33px) !important;
}
.tippy-tooltip.nav-slider-tooltip-theme {
    -webkit-transform: translateY(50px) !important;
    transform: translateY(50px) !important;
}
.tippy-tooltip.dep-arr-info-tooltip-theme {
    -webkit-transform: translateY(16px) !important;
    transform: translateY(16px) !important;
}
.tippy-tooltip.ship-status-tooltip-theme {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}
.tippy-tooltip.fleet-map-sub-layer-theme {
    -webkit-transform: translateX(-4px) !important;
    transform: translateX(-4px) !important;
}
.tippy-tooltip.nav-tooltip-theme,
.tippy-tooltip.nav-slider-tooltip-theme,
.tippy-tooltip.ship-status-tooltip-theme,
.tippy-tooltip.dep-arr-info-tooltip-theme,
.tippy-tooltip.fleet-map-sub-layer-theme {
    border-radius: 4px;
    padding: 4px 6px 3px 6px;
}
.tippy-tooltip.nav-tooltip-theme .tippy-backdrop,
.tippy-tooltip.nav-slider-tooltip-theme .tippy-backdrop,
.tippy-tooltip.ship-status-tooltip-theme .tippy-backdrop,
.tippy-tooltip.dep-arr-info-tooltip-theme .tippy-backdrop,
.tippy-tooltip.fleet-map-sub-layer-theme .tippy-backdrop {
    background-color: #172b4d;
}
.tippy-tooltip.nav-tooltip-theme .tippy-content,
.tippy-tooltip.nav-slider-tooltip-theme .tippy-content,
.tippy-tooltip.ship-status-tooltip-theme .tippy-content,
.tippy-tooltip.dep-arr-info-tooltip-theme .tippy-content,
.tippy-tooltip.fleet-map-sub-layer-theme .tippy-content {
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
}


/* monitoring */
.serverManagerCtrl .loading-wrap-body {
    height: 100%;
    background: rgb(241,241,241);
}
.vesselMonitoringCtrl.panel-loading .panel-loader,
.performanceAnalysisCtrl.panel-loading .panel-loader,
.vesselMonitoringCtrl .voy-summary-map .panel-loader,
.serverManagerCtrl.panel-loading .panel-loader,
#voc-modal .panel-loader, #new-voc-modal .panel-loader,
.userLoggerCtrl.panel-laoding .panel-loader, 
.fleet-performance-wrap .panel-loader,
#kpi-management .panel-loader,
.performance-basic-data-wrap .panel-loader,
.performance-event-container .panel-loader,
#add-cctv-modal .panel-loader,
.cii .panel-loader,
.history-log .panel-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
    animation: fadeIn .2s;
    -webkit-animation: fadeIn .2s;
    z-index: 1020;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.fleet-performance-wrap .panel-loader {
    z-index: 9999;
    opacity: 0.7;
}
.company-change-div.panel-loading{
    pointer-events: none;
}
.company-change-div.panel-loading .panel-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    bottom: 0;
    background: rgb(243, 243, 243);
    opacity: 1;
    filter: alpha(opacity=90);
    animation: fadeIn .2s;
    -webkit-animation: fadeIn .2s;
    z-index: 1020;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.user-container .panel-loading .panel-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    bottom: 0;
    background: rgb(243,243,243,0.5);
    opacity: 1;
    filter: alpha(opacity=90);
    animation: fadeIn .2s;
    -webkit-animation: fadeIn .2s;
    z-index: 1020;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.content.content-full-width-height {
    padding: 0;
}
.voy-info-wrap {
    width: 296px;
    border-right: 1px solid rgb(230,230,230);
    background: #fff;
}
.voy-info-wrap .slimScrollBarY {
    right: 4px !important;
}
.voy-info-wrap .voy-info-panel {
    width: 100%;
    background: #fff;
    display: flex;
    border-bottom: 1px solid rgb(230, 230, 230);
}
.voy-info-wrap .voy-info-panel:hover {
    cursor: pointer;
    background-image: linear-gradient(to right, rgb(240,251,255), rgb(255,255,255));
}
.voy-info-panel.selected {
    background-image: linear-gradient(to right, rgb(240,251,255), rgb(255,255,255));
}
.voy-info-panel.selected:hover {
    cursor: default !important;
    background-image: linear-gradient(to right, rgb(240,251,255), rgb(255,255,255));
}
.voy-info-panel .voy-info-title-wrap {
    width: 65px;
    color: rgb(39,47,53);
}
.voy-info-panel .voy-info-title-wrap1 {
    height: 100%;
    padding: 16px 12px 16px 16px;
}
.voy-info-panel .voy-info-title-wrap .voy-info-select {
    width: 3px;
    height: 100%;
    float: left;
}
.voy-info-wrap .voy-info-panel:hover .voy-info-select {
    border-left: 3px solid #00bbff;
}
.voy-info-wrap .voy-info-panel:hover .voy-info-title,
.voy-info-wrap .voy-info-panel.selected .voy-info-title {
    background-image: linear-gradient(rgb(45,209,247), rgb(0,187,255));
    color: #fff;
}
.voy-info-panel.selected .voy-info-select {
    background: #00bbff;
    animation-name: example;
    animation-duration: 1s;
}
@keyframes example {
    from {background-color: #fff;}
    to {background-color: #00bbff; color: #fff;}
}
.voy-info-panel .voy-info-title {
    font-size: 14px;
    width: 37px;
    height: 37px;
    background: rgb(243,243,243);
    border-radius: 50%;
}
.voy-info-panel .voy-info-title div.voyage-number {
    width: 100%;
    height: 0;
    font-family: 'Open Sans';
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}
.voy-info-panel .voy-info-body-wrap {
    width: 230px;
}
.voy-info-panel.select .voy-info-body {
    border-left-width: 0;
}
.voy-info-panel .voy-info-body {
    padding: 8px 20px 16px 0;
}
.dep-Arr .dep-arr-marker-wrap {
    padding-top: 9px;
}
.dep-Arr .dep-arr-marker-wrap .dep-arr-marker {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.dep-Arr .dep-arr-marker-wrap .dep-arr-marker.departure {
    background: rgb(58,202,96);
    border: 1px solid rgb(52,179,85);
}
.dep-Arr .dep-arr-marker-wrap .dep-arr-marker.arrival {
    background: rgb(255,91,87);
    border: 1px solid rgb(233,78,74);
}
.dep-Arr .dep-arr-marker-wrap .dep-arr-line {
    height: 14px;
    width: 2px;
    background-image: linear-gradient(180deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc,#fff);
    background-size: 3px 4px;
    margin: 0px auto;
}
.voy-info-body .dep-Arr table {
    width: 100%;
}
.voy-info-body .dep-Arr .port-country {
    width: 124px; 
    padding-left: 8px; 
    font-size: 10px; 
    text-align: left; 
    color: rgb(39,47,53);
}
.voy-info-body .dep-Arr .port-country.departure {
    padding-top: 8px !important; 
}
.voy-info-body .dep-Arr .port-country.arrival {
    padding-top: 3px !important; 
}
.voy-info-body .dep-Arr .port-country.arrival:focus,
.voy-info-body .dep-Arr .port-country.departure:focus {
    outline: none;
}
.voy-info-body .dep-Arr .port-country div:first-child {
    width: auto;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 93px;
}
.voy-info-body .dep-Arr .port-country div:last-child {
    width: 30px;
    float: left;
}
.voy-info-body .dep-Arr .date-time {
    width: 60px;
    font-size: 10px; 
    text-align: right; 
    color: rgb(162, 162, 162);
}
.voy-info-body .dep-Arr .date-time.departure {
    padding-top: 8px !important; 
}
.voy-info-body .dep-Arr .date-time.arrival {
    padding-top: 3px !important; 
}
.voy-info-body .state {
    padding-top: 16px;
    padding-left: 14px;
}
.voy-info-body .state table {
    width: 100%;
    color: #9a9a9a;
}
.voy-info-body .state table td {
    width: 68px; 
    text-align: left; 
    padding-right: 8px;
}
.voy-info-body .state table td:last-child {
    width: 59px;
}
.voy-info-body .state table td .state-data-wrap {
    border-right: 1px solid rgb(241,241,241);
}
.voy-info-body .state table td:last-child .state-data-wrap {
    border-right-width: 0;
}
.voy-info-body .state table .title {
    font-size: 10px;
    color: rgb(162, 162, 162);
    line-height: 10px;
    padding-top: 1px;
}
.voy-info-body .state table td:nth-child(2) .title {
    line-height: 8px;
    padding-bottom: 2px;
}
.voy-info-body .state table .content {
    margin: 0;
    padding: 0;
    background: inherit;
    font-size: 11px;
    font-weight: 400;
    color: rgb(39,47,53);
    line-height: 11px;
    padding-top: 2px;
}
.voy-info-body .state table td:nth-child(2) .content {
    line-height: 10px;
    padding-top: 3px;
}
.resizable-wrap {
    /* width: 100%;
    height: 100%; */
    display: flex;
    overflow: hidden;
}

/* CHART 영역 */
.leftDiv-wrap {
    min-width: 700px;
}

.leftDiv-wrap .leftDiv-warning {
    background: #ef8686;
    padding: 7px 15px;
    border-radius: 3px;
    margin: 5px;
    min-width: 450px;
}

.leftDiv {
    padding: 0 !important;
    position: relative;
}

.leftDiv .panel {
    position: relative;
    top: 0;
    left: 0;
}
.leftDiv .panel:first-child {
    margin-top: 6px;
}

.leftDiv .panel-body {
    background: #fff;
    color: #242a30;
    border-radius: 3px;
}

.leftDiv .panel-heading {
    background: #242a30;
    color: #fff;
    height: 40px;
    line-height: initial;
}

.leftDiv .panel-title {
    width: 200px;
    min-width: 200px;
}


.leftDiv .voy-summary-info {
    background: #fff;
    padding-bottom: 34px;
    border-radius: 5px;
    border-bottom: 1px solid rgb(230,230,230);
}
.leftDiv .voy-summary-info .voy-summary-leg-select-button-group a {
    width: 26px;
    border: 1px solid rgb(226,227,228);
    font-size: 11px;
    color: rgb(152,152,152);
    font-weight: 500;
    background: rgb(235,236,237);
    height: 22px;
    padding: 3px 6px;
    margin-left: 0;
}
.leftDiv .voy-summary-info .voy-summary-leg-select-button-group a.selected {
    background: #fff;
    color: #00bbff;
    width: 30px;
    height: 24px;
    top: -1px;
    border-radius: 5px !important;
    margin-left: -1px;
    margin-right: -1px;
    box-shadow: 0 0 6px 0px rgba(0,0,0,.1);
    line-height: 19px;
    border-width: 0;
    z-index: 3;
}
.leftDiv .voy-summary-info .voy-summary-info-button-group-wrap {
    float: left;
    margin-left: 27px;
    margin-top: 4px;
    display: none;
}
.leftDiv .voy-summary-info .voy-summary-info-button-group-wrap.inline-show {
    display: block;
}
.leftDiv .voy-summary-info .voy-summary-info-button-title,
.leftDiv .voy-summary-info .voy-summary-leg-select-title {
    float: left;
    line-height: 23px;
    margin-right: 10px;
    font-size: 11px;
    font-weight: 500;
    color: rgb(162,162,162);
    opacity: 0.6;
}
.leftDiv .voy-summary-info .voy-summary-info-button-group a {
    width: 52px;
    border: 1px solid rgb(226,227,228);
    font-size: 11px;
    color: rgb(152,152,152);
    font-weight: 500;
    background: rgb(235,236,237);
    height: 22px;
    padding: 3px 6px;
    margin-left: 0;
}
.leftDiv .voy-summary-info .voy-summary-info-button-group a:first-child,
.leftDiv .voy-summary-info .voy-summary-leg-select-button-group a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.leftDiv .voy-summary-info .voy-summary-info-button-group a:last-child,
.leftDiv .voy-summary-info .voy-summary-leg-select-button-group a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.leftDiv .voy-summary-info .voy-summary-info-button-group a.selected {
    background: #fff;
    color: #00bbff;
    width: 56px;
    height: 24px;
    top: -1px;
    border-radius: 5px !important;
    margin-left: -1px;
    margin-right: -1px;
    box-shadow: 0 0 6px 0px rgba(0,0,0,.1);
    line-height: 19px;
    border-width: 0;
    z-index: 3;
}
.leftDiv .voy-summary-info .voy-summary-export-wrap {
    float: left;
    margin-left: 27px;
}
.leftDiv .voy-summary-info .voy-summary-info-button-group a:hover,
.leftDiv .voy-summary-info .voy-summary-leg-select-button-group a:hover {
    cursor: pointer;
    color: rgb(92,92,92);
}
.leftDiv .voy-summary-info .voy-summary-info-button-group a.selected:hover,
.leftDiv .voy-summary-info .voy-summary-leg-select-button-group a.selected:hover {
    color: #00bbff;
}


.scroll-x {
    width: 100%;
}

.modal.panel-loading .modal-body .panel-loader,
.voc-manager-container .panel-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
    animation: fadeIn .2s;
    -webkit-animation: fadeIn .2s;
    z-index: 1020;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.d3-tip-voy-summary,
.d3-tip-perform-analysis {
    line-height: 1.6;
    padding: 4px 10px;
    background: #fff;
    color: rgb(39,47,53);
    border-radius: 5px;
    z-index: 999;
    box-shadow: 2px 3px 8px -1px #c3cbd3;
    text-align: center;
}
.d3-tip-voy-summary .date,
.d3-tip-perform-analysis .date {
    color:rgb(39,47,53); 
    text-align: center;
}
.d3-tip-voy-summary .value.noon {
    font-size: 14px; 
    color: #00bbff;
}
.d3-tip-voy-summary .value.logger {
    font-size: 14px; 
    color: rgb(255,125,0);
}
.d3-tip-perform-analysis .value {
    font-size: 14px; 
}
.d3-tip-anlaysis {
    line-height: 1.6;
    padding: 4px 18px 4px 10px;
    background: #fff;
    color: #242a30;
    border-radius: 4px;
    z-index: 999;
    box-shadow: 2px 3px 8px -1px #c3cbd3;
}
.d3-tip-voy-summary:after,
.d3-tip-perform-analysis:after {
    box-sizing: border-box;
    width: 100%;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-shadow: #c3cbd3 2px 3px 6px ;
    color: #fff;
    font-size: 11px;
}
.d3-tip-anlaysis:after {
    box-sizing: border-box;
    width: 100%;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-shadow: #c3cbd3 2px 3px 6px ;
    color: #fff;
    font-size: 20px;
}

.d3-tip-voy-summary.n:after,
.d3-tip-anlaysis.n:after,
.d3-tip-perform-analysis.n:after {
    content: "\25BC";
    margin: -2px 0 0 0;
    top: 100%;
    left: 0;
}

.open-table {
    background: #fff;
    border: none;
    position: absolute;
    top: 295px;
    width: 100%;
    height: 32px;
    /* box-shadow: 0px 2px 1px 0.2px #999099; */
    /* border: 1px solid #e2dbdb; */
    outline: 0;
}

.voy-summary-info .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent !important;
}

.voy-summary-info .mCSB_dragger_bar {
    background-color: #707478 !important;
}

.leftDiv .dc-chart .axis path, .dc-chart .axis line {
    stroke: none;
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media screen and (max-width: 767px){
    .table-responsive {
        border: none;
        margin-bottom: 0;
    }
}
@media (min-width: 768px){
    .modal-dialog{
        width: 600px;
    }
    .modal-dialog-header{
        width: 800px;
    }
    #modal-selectDate .modal-dialog {
        width: 350px;
    }
}


.d3-tip {
    line-height: 1;
    padding: 8px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    /*border-radius: 2px;*/
    z-index: 10000;
}
.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    width: 100%;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    content: "\25BC";
    position: absolute;
    text-align: center;
}
.d3-tip.n:after {
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
}

/*volumneChart*/
.volume-chart g.y {
    display: none;
}
.dc-chart path.line{
    stroke-width: 1.5;
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
    border-top: solid 7px #00bbff !important;
}
.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
    color: #00bbff !important;
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
    /* font-size: 12px !important; */
}

p.required {
    font-size: 9px;
    position: relative;
    top: 0;
    left: 74px;
    color: red;
}


input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.bootstrap-datetimepicker-widget .year.disabled {
    display: none !important;
}


.daterangepicker .ranges li {
    border: none !important;
}

.daterangepicker button.applyBtn {
    background: #00bbff !important;
    border: none !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background: #00bbff !important;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #00bbff !important;
    border: none !important;
}

.stroke {
    fill: none;
    stroke: #000;
    stroke-width: 3px;
}

.fill {
    fill: #fff;
}

.land {
    fill: #222;
}

.boundary {
    fill: none;
    stroke: #fff;
    stroke-width: 0.5px;
}

.c3chart g.tick line {
    display: none;
}
.c3chart path {
    stroke: none !important;
}


/* gritter */
.gritter-fatal{
    
    background: rgba(255,91,87,.8)!important;
}
.gritter-fatal .gritter-top {
    
    background: none !important;
}
.gritter-fatal .gritter-item {
    background: none !important;

}
.gritter-fatal .gritter-bottom {
    background: none !important;

}

.c3-tooltip td > span {
    width: 12px !important;
    height: 12px !important;
    border-radius: 25px;
}
.c3-tooltip td {
    text-align: inherit !important;
}

.mapbox-logo {
    display: none;
}

.mCSB_container {
    margin-bottom: 15px !important;
}

.chart-body .select {
    fill: #fff !important;
}

.colorBar {
    float: left;
    color: white;
    text-align: center;
    font-size: 10px;
    height: 22px;
    line-height: 23px;
}
.colorBar:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.colorBar:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#scale div:first-child{
    border-bottom-left-radius: 10px;
}
#scale div:last-child{
    border-bottom-right-radius: 10px;
}

select.invisible {
    display: none;
}

.c-1-color { background: #FF9E9D !important; }

/* notice timeline */
.ship-notice-timeline-box .ui.accordion {
    box-shadow: 0 2px 4px 0 #e5e7eb;
    border-radius: 10px;
}
.ship-notice-timeline-box .ui.accordion .title {
    background: transparent;
    padding: 10px 11px 9px 11px;
    display: grid;
    grid-template-columns: 39px 247px 34px;
}
.ship-notice-timeline-box .ui.accordion .title.notice-focus {
    grid-template-columns: 39px 213px 34px 34px;
}
.ship-notice-timeline-icon {
    width: 28px;
    height: 29px;
    margin: 0 11px 0 0;
    padding: 1px 0 0 0;
}
.ship-notice-timeline-icon.alert {
    background: url(/dist/images/summary/ic_notice_alert.svg) no-repeat;
    background-position: 0 1px;
}
.ship-notice-timeline-icon2 {
    background: url(/dist/images/summary/ic-filter-alert.png) no-repeat;
    padding: 0;
    border: 0;
    width: 14px;
    height: 14px;
    display: block;
    margin: 1px 8px 0 0;
}
.ship-notice-timeline-icon.request {
    background: url(/dist/images/summary/ic_notice_request.svg) no-repeat;
    background-position: 0 1px;
}
.ship-notice-timeline-icon.information {
    background: url(/dist/images/summary/ic_notice_information.svg) no-repeat;
    background-position: 0 1px;
}
.ship-notice-timeline-title-content {
    font-family: Roboto, Arial, sans-serif;
}
.ship-notice-timeline-title-content .ship-notice-timeline-title-date,
.ship-notice-timeline-title-content .ship-notice-timeline-title-date2 {
    line-height: 14px;
    font-size: 12px;
    font-weight: normal;
    color: #757b93;
}
.ship-notice-timeline-title-content .ship-notice-timeline-title-date2 {
    color: #8c9197;
    padding-top: 2px;
}
.ship-notice-timeline-box .ship-notice-timeline-title-data-source span {
    font-size: 12px;
    font-weight: normal;
    color: #0052cc;
    line-height: 1.2;
    padding: 1px 4px;
    border-radius: 2px;
    background-color: #ebf3ff;
}
.ship-notice-timeline-title-content .ship-notice-timeline-title-text {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

/* index.html */
#map {
    position: absolute;
    top: 64px;
    margin-right: 60px;
    bottom: 0;
    width: calc(100% - 60px);
}

.position {
    position: absolute;
    top: 70px;
    right: 15px;
    z-index: 1;
}

.t-a-l {
    text-align: left;
}

.ht_master tr.select-cell > td {
    background-color: #ddd;
    /*background-color: #dbedff;*/
}


.wizard .panel {
    border-radius: 0;
}
.wizard .tab-pane ul.list-inline {
    margin: 0;
}
.wizard .tab-pane ul.list-inline li{
    padding: 0;
}
.wizard .tab-pane ul.list-inline li a{
    border: 1px solid #00bbff;
    border-radius: 5px;
    width: 90px;
    color: #00bbff;
    height: 40px;
    line-height: 30px;
    background: #fff;
    font-size: large;
    text-align: center;
}
.wizard .tab-pane ul.list-inline li a:hover{
    background: #00bbff;
    color: #fff;
    border-color: #00a2dd;
}
.wizard .tab-pane table td {
    vertical-align: middle;
}

.shop-test .panel-heading-btn span,
.sea-trial .panel-heading-btn span {
    margin: 0 5px 0 0;
}
.shop-test .panel-heading-btn span:last-child,
.sea-trial .panel-heading-btn span:last-child {
    margin-right: 0;
}
.shop-test .dc-legend,
.sea-trial .dc-legend {
    font-size: 13px;
}
.shop-test tr td:first-child,
.sea-trial tr td:first-child {
    /* text-align: left; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80px;
}

.wizard .handsontable th, .wizard .handsontable td {
    height: 27px;
    line-height: 26px;
    font-size: 14px;
}
.wizard .handsontable input, .wizard .handsontable textarea {
    line-height: 27px;
    
}

.jconfirm-box {
    border-radius: 3px !important;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
    background: #00bbff !important;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    /* line-height: initial !important;
    color: #242a30; */
}

.handsontable td.htWrong {
    background-color: #ffef42 !important;
}
.handsontable .currentRow {
    background: #e2e2e2;
}
.panel-with-tabs .input-sm {
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
}
.panel-with-tabs .form-control[disabled] {
    background: #fff;
    opacity: 1;
    color: #aaa;
}


/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}


#modal-dialog .modal-footer {
    padding: 20px;
}


/* template common */
input[type="checkbox"].tc-custom-checkbox{
    display: none;
}
input[type=checkbox].tc-custom-checkbox + label{    
    cursor: pointer;      
    margin-bottom: 0;
}
input[type=checkbox].tc-custom-checkbox+ label:before{     
    font-family: FontAwesome;
    content: "\f00c";
    color: white;
    display: inline-block;  
    width: 18px;  
    height: 18px;      
    margin-right: 5px;    
    left: 0;      
    border: 2px solid #00bbff;
    border-radius: 100px;         
    font-size: 12px; 
    font-weight:100; 
    color: #fff;  
    background: #fff;
    text-align: center;      
}
input[type=checkbox].tc-custom-checkbox:checked + label:before{ 
    font-family: FontAwesome;
    content: "\f00c";
    background-color: #00bbff;
    color: #fff;    
} 

/* template common */
div.tc-container{
    display: -webkit-flex;
    display: flex;
    padding: 0px;    
}
.tc-container .page-loading-container {
    position: absolute;
    z-index: 2;
    width: 100%;
    background: rgb(233, 233, 233);
}

/*template common Layout setting*/
@media (min-width: 768px){
    .tc-container .left-sector, .tc-container div.content-sector.tc-select, .tc-container div.content-sector,.tc-container div.right-sector{
        float: left;        
    }
    .tc-container .left-sector{
        width: 31vw;
    }
    .tc-container div.content-sector.tc-select{
        width: 63vw;    
        float: left;    
    }
    .tc-container div.content-sector{
        margin: 0 2px;
        width: 70vw;
        background-color: rgb(245, 248, 250);
    }
    .tc-container div.right-sector{
        width: 25vw;
        min-width: 300px;
        background-color: rgb(245, 248, 250);        
    }
}

@media (min-width: 992px){
    .tc-container .left-sector, .tc-container div.content-sector.tc-select, .tc-container div.content-sector,.tc-container div.right-sector{
        float: left;        
    }
    .tc-container div.left-sector{        
        width: 24%;
    }
    .tc-container div.content-sector.tc-select{
        width: 76%;
    }
    .tc-container div.content-sector{
        margin: 0 2px;
        width: 70vw;
        background-color: rgb(245, 248, 250);
    }
    .tc-container div.right-sector{
        width: 25vw;    
        background-color: rgb(245, 248, 250);        
    }
}
@media (min-width: 1200px){
    .tc-container div.left-sector{
        width: 16vw;
        min-width: 300px;
    }
    .tc-container div.content-sector.tc-select{
        width: 81vw;    
    }
    .tc-container div.content-sector{
        margin: 0 2px;
        width: 70vw;
        background-color: rgb(245, 248, 250);
    }
    .tc-container div.right-sector{
        width: 25vw;    
        background-color: rgb(245, 248, 250);        
    }
}

/* template select panel */
.tc-panel{
    background-color: rgb(245, 248, 250);
}
/* template customizing side panel tab shadow */
.tc-panel>.panel-heading{    
    position: relative;
    box-shadow: 0px 1px 5px #454e57;
    border-bottom: 1px solid #242a30;
    z-index: 1;
}
@media(min-width: 1200px){
    .tc-card-ml{
        width: 25%;
    }
}
@media(min-width: 1600px){
    .tc-card-ml{
        width: 16.666666%;
    }
}

/*template select left-side card*/
.left-sector,
.right-sector {
    z-index: 11;
}
.left-sector .panel-left-side .tc-panel-body-left-select {
    height: 871px;
    width: 100%;
    overflow-y: scroll;
    background-color: #242a30 !important;
    padding: 5px;
}

.left-sector .overflow-scroll-custom::-webkit-scrollbar {
    width: 6px;
}

/* 
============ template select content-sector ==============
*/
.tc-select{
    overflow: hidden;
    -webkit-animation:slide-in-right .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-right .5s cubic-bezier(.25,.46,.45,.94) both;
}


.batch_update_wrapper {
    height: 400px;
    overflow-y: scroll;
    position: relative;
}
.batch_update_wrapper table {
    width: 100%;
}
.batch_update_wrapper table thead td {
    position: sticky;
    top: 0;
    padding: 8px;
    font-weight: 400;
    color: rgb(121, 121, 121);
    background-color: rgb(231, 232, 234);
    border-bottom: 3px double rgba(0, 0, 0, .33);
    border-left: 1px solid rgba(0, 0, 0, .11);
}
.batch_update_wrapper table tbody td {
    padding: 8px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, .11);
    border-left: 1px solid rgba(0, 0, 0, .11);
}
.batch_update_wrapper table thead tr td:first-child,
.batch_update_wrapper table tbody tr td:first-child {
    border-left: none;
}

/*template select content-sector content*/
div.tc-custom-template{
    background-color: white;        
    padding: 20px;
    padding-top: 0px;
}
/*template select content-sector content title*/
div.tc-custom-template div.tc-custom-template-header{
    padding-left: 15px;
    font-size: 15px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}

div.tc-custom-template-header>div.tc-custom-template-header-title{
    float: left;    
    border-bottom : 2px solid #00bbff; 
}

div.tc-custom-template-header-nbsp{    
    border-bottom : 2px solid #ddd;
}
.tc-custom-template-content .event-sector{
    margin-bottom: 50px;
}

.tc-event-description{    
    font-size: 13px;
}

a.btn-tc-custom-radius{
    color:#707478;
}
.btn-tc-custom-radius{    
    border-radius: 20px;
    padding-top: 7px;
    width: 100px;
    font-weight: 500;
    border-color: #00bbff;
    background-color: #00bbff;
    color: #fff !important;
}
.btn-tc-custom-radius:hover{ 
    transition: 0.2s;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #707478 !important;
}
.btn-tc-custom-radius-danger{
    border-color: #e74c3c;
    background-color: #e74c3c;
    color: white;
}
.btn-tc-custom-radius-danger:hover{
    transition: 0.2s;
    border-color: #ccc;
    background-color: #fff;
    color: #707478;
}
.btn-tc-custom{
    font-weight: 500;
    border: 1px solid #ccc;    
    background-color: #fff;
}
.btn-tc-custom:hover{
    border : 1px solid #00bbff;
    background-color: #00bbff;
    color: white;
}
.btn-tc-custom-danger{
    border: 1px solid #e74c3c;
    background-color: #fff;
    color: #e74c3c;
    font-weight: 500;
}
.btn-tc-custom-danger:hover{
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: white;
}



/* ----------------------------------------------
 * Generated by Animista on 2018-8-18 15:41:49
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
 @-webkit-keyframes slide-in-bottom{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slide-in-bottom{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}
 /* ----------------------------------------------
 * Generated by Animista on 2018-8-18 17:22:42
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-top
 * ----------------------------------------
 */
@-webkit-keyframes shake-top {
    0%,
    100% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform-origin: 50% 0;
                transform-origin: 50% 0;
    }
    5% {
        -webkit-transform: rotate(2deg);
                transform: rotate(2deg);
    }
    10%{
        -webkit-transform: rotate(-2deg);
                transform: rotate(-2deg);
    }           
    15% {
        -webkit-transform: rotate(4deg);
                transform: rotate(4deg);
    }
    20%{
        -webkit-transform: rotate(-4deg);
                transform: rotate(-4deg);
    }           
    25% {
        -webkit-transform: rotate(2deg);
                transform: rotate(2deg);
    }
    30%{
        -webkit-transform: rotate(-2deg);
                transform: rotate(-2deg);
    }           
    35%{
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }           
}
@keyframes shake-top {
    0%,
    100% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform-origin: 50% 0;
                transform-origin: 50% 0;
    }
    5% {
        -webkit-transform: rotate(2deg);
                transform: rotate(2deg);
    }
    10%{
        -webkit-transform: rotate(-2deg);
                transform: rotate(-2deg);
    }           
    15% {
        -webkit-transform: rotate(4deg);
                transform: rotate(4deg);
    }
    20%{
        -webkit-transform: rotate(-4deg);
                transform: rotate(-4deg);
    }           
    25% {
        -webkit-transform: rotate(2deg);
                transform: rotate(2deg);
    }
    30%{
        -webkit-transform: rotate(-2deg);
                transform: rotate(-2deg);
    }           
    35%{
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }  
}

/* ----------------------------------------------
 * Generated by Animista on 2018-8-16 17:58:32
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

 @-webkit-keyframes slide-in-bottom{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slide-in-bottom{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}

/* ----------------------------------------------
 * Generated by Animista on 2018-8-16 18:7:52
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

 @-webkit-keyframes slide-out-bottom{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}}@keyframes slide-out-bottom{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}}
/* ----------------------------------------------
 * Generated by Animista on 2018-8-17 16:5:0
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

 @-webkit-keyframes slide-in-right{0%{-webkit-transform:translateX(1000px);transform:translateX(1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slide-in-right{0%{-webkit-transform:translateX(1000px);transform:translateX(1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}



/* LEFT-SECTOR panel-body card */
div.table-event>ul{
    padding: 2px 0px;
}
.tc-panel-body-left{
    background-color: #f5f8fa;
}
.event-card-list{
    transition: 0.2s;
    cursor: pointer;
    list-style: none;
    padding-left: 18px;
    border-bottom : 1px solid #ccc !important;
    border-color: #f5f8fa;
}
.event-card-list:hover{   
    background-color: #fff;
    box-shadow: 2px 1px 5px #ccc;
    cursor: pointer;
}
.event-card-list-label{
    font-size: 16px;
    color:#1b1f24;
}
.event-card-list-category{
    color:#9fa2a5;
    font-weight: 400;
}
.event-card-list-checkbox-label{
    padding-top: 5px;
}
.no-edit.event-card-list.clicked{    
    font-weight: 500;
    background-color: #00bbff;
}
.no-edit.event-card-list.clicked>label{
    color: white !important;
}
.no-edit.event-card-list.clicked .event-card-list-category{
    color: white !important;
}
.no-edit.event-card-list.clicked .event-card-list-label{
    color: white !important;
}

.event-card-list>label{
    display: block;
    margin: 0;
    padding: 10px;
    cursor: pointer;
}

/* template customize content-sector */ 
.tc-customize.tc-custom-template{
    padding: 0 !important;
}

/* contente-sector bunkering dropdown */
.tc-customize-bunkering-text{
    display: block;
    margin-left: 6px;
}
.ui.dropdown.bunkering{
    width: 300px;
    padding: 5px !important;
    min-height: 0 !important;
}
.ui.dropdown.bunkering .dropdown.icon{
    padding: 5px !important;
}
.ui.dropdown.bunkering .text{
    font-size: 12px;
}
.ui.dropdown.bunkering .menu .item{
    font-size: 12px;
}

/* content-sector report-content */
.tc-customize .tc-custom-template-content{
    padding: 20px 40px !important;
    background: #f5f8fa;
}
.tc-custom-template-content .row.category-wrapper {
    margin: 0;
}
.tc-customize .tc-custom-template-content .tc-custom-template-content-category{
    margin-bottom: 15px;
}
.tc-customize-data-box {
    margin-top: 10px;
    height: 60px;
}



/* MRV Form */
.mrv-basic-input{
    width: 100%;
}
.mrv-position-lat-form, .mrv-position-lon-form{
    padding: 0px 10px !important;
    
}
.mrv-position-lat-form::before, .mrv-position-lon-form::before{
    content: none !important;
}
.mrv-form-dropdown-form{
    padding: 8px !important;
    min-height: 0 !important;
}
.mrv-form-dropdown-form .search{    
    margin: 0 !important;
    padding: 7px !important; 
}
.tc-customize-table-input-field{
    border: none;
    width: 100%;
}
.tc-customize-table-input-field:focus{
    /* box-shadow: none; */
    /* border: none !important; */
    outline: none;
}

.ui.syscyl.table {
    float : left;
    width: 40%; 
    margin-right: 20px;
}
.ui.table.BDN{
    float : left;
    width: 20%; 
    margin-right: 20px;
    
}
.mrv-input{
    text-align: left !important;
}
.mrv-position-degree-label{    
    width: 11%;
}
.mrv-position-label{
    position: relative;
    padding: 0 !important;
    margin: 0;
}
.mrv-position-degree-label::after{
    position: absolute;
    top: 5px;
    right: 5px;
    content:'˚';
    font-size:20px;
}
.mrv-position-arcminsec-label{
    width: 15%;
}
.mrv-position-arcminsec-label::after{
    position: absolute;
    top: 5px;
    right: 5px;
    content:'′';
    font-size:20px;    
}
.mrv-position-NS-label, .mrv-position-WE-label{
    width: 8%;
}


.OtO-spinner {
    color: official;
    display: inline-block;
    position: absolute;
    width: 28px;
    height: 28px;
    left: 3px;
    top: -7px;
}

.OtO-spinner div {
    transform-origin: 30px 30px;
    animation: OtO-spinner 1.2s linear infinite;
}
.OtO-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 22px;
    left: 29px;
    width: 1.5px;
    height: 4px;
    border-radius: 80%;
    background: rgb(90, 90, 90);
}

.alert-container .content-container .OtO-spinner {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    margin: auto;
}

.alert-container .content-container .OtO-spinner div {
    transform-origin: 16px 16px;
}

.alert-container .content-container .OtO-spinner div:after {
    top: 20px;
    left: 14px;
    width: 2px;
}

.OtO-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.OtO-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.OtO-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.OtO-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.OtO-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.OtO-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.OtO-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.OtO-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.OtO-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.OtO-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.OtO-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.OtO-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes OtO-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.OtO-3stepLoad {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.OtO-3stepLoad div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: rgba(243, 243, 243, .8);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .08) !important;
    animation: OtO-3stepLoad 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.OtO-3stepLoad div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}
.OtO-3stepLoad div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}
.OtO-3stepLoad div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
}
@keyframes OtO-3stepLoad {
    0% {
        top: 6px;
        height: 51px;
    }
    50%, 100% {
        top: 19px;
        height: 26px;
    }
}

.wizard-inner ul button {
    float: right;
    padding: 5px 20px;
    position: relative;
    top: 12px;
    right: 15px;
}

.btn-spms {
    background-color: #00bbff !important;
    color: #fff;
}

.ui-front {
    z-index: 9999;
}

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.install-document {
    border-top: none;
    border-bottom: none;
}

/* template Config */
#MRVEventHandsontableWrapper .ht_master .handsontable td,
.table-wrap .ht_master .htCore tbody th {
    text-align: center !important;
    height: 20px !important;
    padding: 2px 3px !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
}

.table-wrap .ht_clone_left .htCore tr td {
    text-align: center !important;
    vertical-align: middle !important;
    /* height: 40px !important; */
}

.uploadedLatestVersion > div:not(.OtO-spinner)  {
    margin-left: 6px;
    font-size: 14px;
    font-weight: 500;
}
.uploadedLatestVersion .OtO-spinner {
    position: relative;
    left: -14px;
    top: -15px;
}

.uploadedLatestVersion .OtO-spinner > div::after {
    background: white;
}


.table-wrap {
    width: 1850px;
}


.page-loader {
    background-color: rgba(243, 243, 243, .82);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-loader .spinner {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
}

.tc-container .page-loader {
    background-color: rgb(243, 243, 243);
    width: calc(100% - 64px);
    height: calc(100% - 64px);
    position: absolute;
    z-index: 200;
    overflow: hidden;
}

.mrvLeftTopWrap .panel-loader,
.dcsTopWrap .panel-loader,
.noonTopWrap .panel-loader {
    background: transparent !important;
}

.tc-container .page-loader .spinner-small,
.mrvLeftTopWrap .panel-loader .spinner-small,
.dcsTopWrap .panel-loader .spinner-small,
.noonTopWrap .panel-loader .spinner-small {
    border: 2px solid rgb(255, 255, 255);
    border-top: 2px solid rgb(0, 187, 255);
}


.overflow-scroll-x-custom {
    overflow-x: scroll !important;
    overflow-y: hidden;
}

.overflow-scroll-custom {
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Slim한 Scroll CSS Customizing */
.overflow-scroll-custom::-webkit-scrollbar-track,
.overflow-scroll-x-custom::-webkit-scrollbar-track {
    display: none;
}

.overflow-scroll-custom::-webkit-scrollbar {
    width: 4px;
}
.overflow-scroll-x-custom::-webkit-scrollbar {
    height: 6px;
}

.overflow-scroll-custom::-webkit-scrollbar-thumb,
.overflow-scroll-x-custom::-webkit-scrollbar-thumb {
    visibility: hidden;
    background: rgba(193, 193, 193, .5) !important;
    border-radius: 7px;
}

.overflow-scroll-custom:hover::-webkit-scrollbar-thumb,
.overflow-scroll-x-custom:hover::-webkit-scrollbar-thumb {
    visibility: visible;
}

.labOtO-default-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.labOtO-default-scroll::-webkit-scrollbar {
    width: 17px;
}

.labOtO-default-scroll::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-left: 1px solid #d9dade;
}

.labOtO-default-scroll::-webkit-scrollbar-thumb {
    border-radius: unset;
    background-color: #c1c1c1;
    background-clip: padding-box !important;
    border: 2px solid transparent !important;
    border-left-width: 3px !important;
}
.labOtO-default-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8 !important;
}

/* scroll Buttons */
.labOtO-default-scroll::-webkit-scrollbar-button:single-button {
    background-color: transparent;
    border-left: 1px solid #d9dade;
    display: block;
    background-size: 7px;
    background-repeat: no-repeat;
}
.labOtO-default-scroll::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
    background-color: #d2d2d2;
}
.labOtO-default-scroll::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    background-color: #d2d2d2;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(80, 80, 80)'><polygon points='50,00 0,50 100,50'/></svg>"); 
}
.labOtO-default-scroll::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
    background-color: #d2d2d2;
}
.labOtO-default-scroll::-webkit-scrollbar-button:single-button:vertical:increment:hover {
    background-color: #d2d2d2;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(80, 80, 80)'><polygon points='0,0 100,0 50,50'/></svg>"); 
}

/* Up */
.labOtO-default-scroll::-webkit-scrollbar-button:single-button:horizontal:decrement {
    height: 17px;
    width: 17px;
    background-position: center 6px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(80, 80, 80)'><polygon points='0,50 100,0 100,100'/></svg>");
}
.labOtO-default-scroll::-webkit-scrollbar-button:single-button:vertical:decrement {
    height: 17px;
    width: 17px;
    background-position: center 6px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(80, 80, 80)'><polygon points='50,00 0,50 100,50'/></svg>");
}
/* Down */
.labOtO-default-scroll::-webkit-scrollbar-button:single-button:horizontal:increment {
    height: 17px;
    width: 17px;
    background-position: center 6px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(80, 80, 80)'><polygon points='100,50 0,100 0,0'/></svg>");
}
.labOtO-default-scroll::-webkit-scrollbar-button:single-button:vertical:increment {
    height: 17px;
    width: 17px;
    background-position: center 6px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(80, 80, 80)'><polygon points='0,0 100,0 50,50'/></svg>");
}

.tippy-popper {
    width: fit-content;
    height: fit-content;
    padding: 0 !important;
    margin: 0 !important;
}


.jconfirm.jconfirm-lab021-alert .jconfirm-box,
.jconfirm.jconfirm-configuration_history .jconfirm-box,
.jconfirm.jconfirm-cii-prompt .jconfirm-box {
    padding: 0 !important;
}

.jconfirm.jconfirm-lab021-alert .jconfirm-box .lab021-alert-title,
.jconfirm.jconfirm-configuration_history .jconfirm-box .lab021-alert-title {
    padding: 24px 24px 10px !important; 
    line-height: 17px;
}

.jconfirm.jconfirm-lab021-alert .jconfirm-box .lab021-alert-title.WARNING + .jconfirm-content-pane,
.jconfirm.jconfirm-lab021-alert .jconfirm-box .lab021-alert-title.INFORM + .jconfirm-content-pane,
.jconfirm.jconfirm-lab021-alert .jconfirm-box .lab021-alert-title.ERROR + .jconfirm-content-pane,
.jconfirm.jconfirm-lab021-alert .jconfirm-box .lab021-alert-title.SUCCESS + .jconfirm-content-pane  {
    padding: 0 24px;
}

.jconfirm.jconfirm-lab021-alert .jconfirm-box .jconfirm-content-pane,
.jconfirm.jconfirm-configuration_history .jconfirm-box .jconfirm-content-pane,
.jconfirm.jconfirm-cii-prompt .jconfirm-box .jconfirm-content-pane {
    margin: 0 !important;
    padding: 0 24px;
    font-size: 14px;
    color: rgb(152, 152, 152);
    font-weight: 400;
    height: 100% !important;
}
.jconfirm.jconfirm-configuration_history .jconfirm-box .jconfirm-content-pane {
    padding-bottom: 40px;
}

.jconfirm.jconfirm-lab021-alert .jconfirm-box .jconfirm-content-pane .jconfirm-content {
    height: fit-content;
    font-family: Roboto;
    font-size: 14px;
    line-height: normal;
    color: #091e42;
}

.jconfirm.jconfirm-lab021-alert .jconfirm-box .jconfirm-content-pane .jconfirm-content span {
    line-height: 18px;
}

.jconfirm.jconfirm-lab021-alert .jconfirm-box .jconfirm-content-pane .jconfirm-content .unsavedField {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-left: 10px;
}

.jconfirm.jconfirm-lab021-alert .jconfirm-box .jconfirm-content-pane .jconfirm-content .unsavedField span {
    font-size: 12px;
}

.jconfirm.jconfirm-lab021-alert .jconfirm-box .lab021-alert-title .jconfirm-title,
.jconfirm.jconfirm-configuration_history .jconfirm-box .lab021-alert-title .jconfirm-title,
.jconfirm.jconfirm-cii-prompt .jconfirm-box .cii-prompt-title .jconfirm-title {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    color: #091e42;
    padding-bottom: 0;
}

.jconfirm.jconfirm-lab021-alert .jconfirm-box .lab021-alert-title .jconfirm-title .latestVersion {
    font-size: 12px;
    color: #2684ff;
}

.jconfirm.jconfirm-lab021-alert .jconfirm-box .lab021-alert-title .jconfirm-title::before {
    height: fit-content;
    width: auto;
    margin-right: 8px;
    top: 1px;
    position: relative;
}
.jconfirm.jconfirm-lab021-alert .jconfirm-box .jconfirm-buttons {
    text-align: right;
    padding-bottom: 0;
    padding: 30px 24px 24px;
}

.jconfirm.jconfirm-lab021-alert .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-cii-prompt .jconfirm-box .jconfirm-buttons button {
    margin: 0 5px;
    padding: 0;
    outline: none;
}

.jconfirm.jconfirm-lab021-alert .jconfirm-box .jconfirm-buttons button:last-child,
.jconfirm.jconfirm-cii-prompt .jconfirm-box .jconfirm-buttons button:last-child {
    margin-right: 0;
}

.jconfirm.jconfirm-lab021-alert .jconfirm-bg,
.jconfirm.jconfirm-configuration_history .jconfirm-bg,
.jconfirm.jconfirm-cii-prompt .jconfirm-bg {
    background-color: rgba(0, 0, 0, .6);
}

/* The Modal (background) */
.voc-image-enlarge {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1061; /* Sit on top */
    padding-top: 60px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9);
}
/* Modal Content (image) */
.voc-image-enlarge .modal-content {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
}
/* Caption of Modal Image */
.voc-image-enlarge #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation */
.voc-image-enlarge .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}  
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
/* The Close Button */
.voc-image-enlarge .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 1;
}
.voc-image-enlarge .close:hover,
.voc-image-enlarge .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}  
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .voc-image-enlarge .modal-content {
        width: auto;
        height: auto;
    }
}
/* ======================================== */

.jconfirm-lab021-alert .content-container {
    display: flex;
    padding: 0 40px;
    min-height: 600px;
    justify-content: center;
}
.jconfirm-lab021-alert .content-container.ship_general_modal {
    min-height: 0;
    display: block;
    padding: 0;
}
.jconfirm-lab021-alert .content-container .page-loader {
    background-color: transparent;
}
.content-container .changeLogBox.ROLLBACK {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
}
.content-container.ship_general_modal .changeLogBox {
    padding: 0;
    margin-bottom: 20px;
}
.content-container .changeLogBox {
    display: flex;
    padding: 0 23px 0 0 !important;
    max-width: 1023px;
}

.content-container .changeLogBox.NOTHING {
    align-items: center;
    line-height: 24px;
}

.content-container .changeLogBox table {
    width: 100%;
    table-layout: fixed;
}

.content-container .changeLogBox table:first-child {
    margin-bottom: 4px;
}

.content-container .changeLogBox table thead {
    width: 100%;
}
.content-container .changeLogBox .labOtO-default-scroll table thead tr:first-child td:first-child {
    border-top-left-radius: 4px;
}
.content-container .changeLogBox .labOtO-default-scroll table thead tr:first-child  td:last-child {
    border-top-right-radius: 4px;
}
.content-container .changeLogBox .labOtO-default-scroll {
    height: 600px;
}
.content-container .rollback_changeLogBox .overflow-scroll-custom { 
    height: 360px;
    padding-right: 8px !important;
    margin-top: 10px;
}
.content-container .changeLogBox .labOtO-default-scroll,
.content-container .rollback_changeLogBox .overflow-scroll-custom {
    width: 100%;
    padding: 0;
}

.rollback_changeLogBox {
    margin-top: 10px;
    padding-right: 8px;
}

.content-container .rollback_changeLogBox .overflow-scroll-custom  table thead td,
.content-container .changeLogBox .labOtO-default-scroll table thead td {
    background-color: rgba(240, 242, 245);
    padding: 8px;
    border-right: 1px solid rgb(255, 255, 255);
    border-bottom: none;
    overflow: hidden;
    z-index: 1;
}
.content-container .rollback_changeLogBox .overflow-scroll-custom  table thead tr:first-child td,
.content-container .changeLogBox .labOtO-default-scroll table thead tr:first-child td {
    position: sticky;
    top: 0;
}
.content-container .rollback_changeLogBox .overflow-scroll-custom  table thead tr:last-child td,
.content-container .changeLogBox .labOtO-default-scroll table thead tr:last-child td {
    position: sticky;
    top: 33px;
}

.content-container .rollback_changeLogBox .overflow-scroll-custom  table tr.newAdded,
.content-container .changeLogBox .labOtO-default-scroll table tr.newAdded {
    background-color: rgba(177, 239, 216, 0.14);
}

.content-container .rollback_changeLogBox .overflow-scroll-custom  table tr.deleted,
.content-container .changeLogBox .labOtO-default-scroll  table tr.deleted {
    background-color: rgba(255, 0, 0, 0.04);
}

.content-container .rollback_changeLogBox .overflow-scroll-custom  table td,
.content-container .changeLogBox .labOtO-default-scroll table td {
    border-right: 1px solid rgba(0, 0, 0, .06);
    border-bottom: 1px solid rgba(0, 0, 0, .04);
}
.content-container .rollback_changeLogBox .overflow-scroll-custom  table tr.latest td,
.content-container .changeLogBox .labOtO-default-scroll table tr.latest td {
    font-weight: 600;
    opacity: .36;
    color: #2684ff !important;
    pointer-events: none !important;
}
.content-container .rollback_changeLogBox .overflow-scroll-custom  table tr td:last-child,
.content-container .changeLogBox .labOtO-default-scroll table tr td:last-child {
    border-right: none;
}

.content-container .rollback_changeLogBox .overflow-scroll-custom  table tr:last-child td,
.content-container .changeLogBox .labOtO-default-scroll table tr:last-child td {
    border-bottom: none;
}

.content-container .changeLogBox table tbody td {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-line;
    word-break: break-all;
    padding: 8px;
    color: #000;
    font-weight: 400;
}

.content-container .changeLogBox table tbody td span {
    width: 100%;
}

.content-container .changeLogBox .rollback_version_list_wrapper .labOtO-default-scroll {
    max-width: 180px;
    width: 180px;
}

.rollback_version_selected_info_wrapper .second_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 360px;
}

.content-container .changeLogBox .rollback_version_selected_info_wrapper .version_info_box_wrapper > label {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding-right: 20px;
}
.content-container .changeLogBox .rollback_version_selected_info_wrapper .version_info_box_wrapper .update_info_box_input_group {
    padding: 8px;
    background-color: rgba(0, 0, 0, .06);
    border-radius: 4px;
    margin-right: 20px;
}
.content-container .changeLogBox .rollback_version_selected_info_wrapper .update_info_box_input_group .descriptionBox {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.content-container .changeLogBox .rollback_version_selected_info_wrapper .update_info_box_input_group .descriptionBox > label {
    width: 100px;
    text-align: right;
    padding-right: 20px;
}
.content-container .changeLogBox .rollback_version_selected_info_wrapper .update_info_box_input_group .descriptionBox > div {
    max-width: calc(100% - 100px);
    overflow: hidden;
    word-break: break-all;
    padding-left: 20px;
    margin-right: auto;
    color: rgba(0,0,0,.98);
    border-left: 1px solid white;
}
.content-container .changeLogBox .rollback_version_selected_info_wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 0 20px;
}

.content-container .changeLogBox .rollback_version_selected_info_wrapper .no_select {
    margin: auto;
}

.content-container .changeLogBox .rollback_version_list_wrapper > label {
    margin-right: 18px;
    margin-bottom: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-container .changeLogBox .rollback_version_list_wrapper > .labOtO-default-scroll table tr.selected {
    background-color: #2684ff;
}
.content-container .changeLogBox .rollback_version_list_wrapper > .labOtO-default-scroll table tr.selected td {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}

.content-container .changeLogBox .rollback_version_list_wrapper > .labOtO-default-scroll table tr:hover {
    background-color: #2684ff;
    color: #ffffff;
    cursor: pointer;
}

.version_info_box_wrapper {
    width: 100%;
}

.content-container .changeLogInputBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 360px;
}
.content-container .update_info_box_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-container .update_info_box_title {
    margin: 0 auto;
    font-size: 16px;
    padding: 8px 0;
}

.content-container .update_info_box_input_group {
    background-color: rgba(0, 0, 0, .04);
    padding: 8px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 200px;
}

.content-container .descriptionInputBox {
    display: flex;
    align-items: center;
}

.content-container .descriptionInputBox > label {
    min-width: 70px;
    padding-right: 6px;
    text-align: right;
    margin-bottom: 0;
}

.content-container .descriptionInputBox input,
.content-container .secondConfirmInputBox input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgb(214, 214, 214);
    padding: 8.5px;
    outline: none;
    color: rgb(39, 47, 53);
    font-size: 14px;
}

.content-container .secondConfirmInputBox input[disabled] {
    border-color: rgb(214, 214, 214) !important;
    opacity: .6;
    cursor: not-allowed;
}

.content-container .secondConfirmInputBox input::placeholder {
    color: rgb(152, 152, 152);
}

.content-container .secondConfirmInputBox input:hover,
.content-container .secondConfirmInputBox input:focus {
    border-color: rgb(123, 123, 123);
}


.kpi-management-modal input::-webkit-outer-spin-button,
.kpi-management-modal input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.kpi-management-modal .modal-dialog {
    top: 20%;
}
.kpi-management-modal .modal-content{
    width: 588px;
    padding: 30px 40px;
}
.kpi-management-modal .modal-body {
    padding: 0;
}
.kpi-management-modal .modal-header {
    font-family: Roboto;
    font-weight: 700;
    font-size: 22px;
    color: rgb(39, 47, 53);
    line-height: 1em;
    padding: 0;
    margin-bottom: 30px;
    border-bottom-color: transparent;
}
.kpi-management-modal .modal-header .ship-name {
    font-weight: 500;
    font-size: 13px;
    color: rgb(123, 123, 123);
    float: right;
}
.kpi-management-modal .subheading {
    font-family: Roboto;
    font-weight: 700;
    font-size: 13px;
    color: rgb(123, 123, 123);
    line-height: 1em;
}
.kpi-management-modal .table {
    text-align: center;
    margin: 10px 0 0 0;
    border-radius: 5px;
    border: 1px solid rgb(214, 214, 214);
}
.kpi-management-modal .main {
    margin-bottom: 23px;
}
.kpi-management-modal .header {
    display: flex;
    height: 47px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 12px;
    color: rgba(39, 47, 53, 0.8);
    background: rgb(248, 248, 251);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid rgb(214, 214, 214);
}
.kpi-management-modal .body{
    width: calc(100% + 4px);
    height: 191px;
}
.kpi-management-modal .tr {
    display: flex;
    vertical-align: middle;
    align-items: center;
    height: 32px;
    font-family: Roboto;
    font-weight: 300;
    font-size: 13px;
    color: rgba(39, 47, 53);
}
.kpi-management-modal .main .tr {
    border-bottom: 1px solid rgb(214, 214, 214);
}
.kpi-management-modal .th1,
.kpi-management-modal .th2,
.kpi-management-modal .th3,
.kpi-management-modal .th4,
.kpi-management-modal .th5,
.kpi-management-modal .th6 {
    display: flex;
    height: 100%;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.kpi-management-modal .th1 {
    width: 51px;
    border-right: 1px solid rgb(214, 214, 214);
}
.cctv-wrap #spreadsheet.disabled {
    pointer-events: none;
}

.cctv-wrap .table-readonly .highlight {
    box-shadow: none !important;
    border-right: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    background-color: transparent !important;
}

.kpi-management-modal .th2 {
    width: 105px;
    border-right: 1px solid rgb(214, 214, 214);
}
.kpi-management-modal .th3,
.kpi-management-modal .th4 {
    width: 110px;
    border-right: 1px solid rgb(214, 214, 214);
}
.kpi-management-modal .th5 {
    width: 121px;
    border-right: 1px solid rgb(214, 214, 214);
}
.kpi-management-modal .change-kpi-wrap .th5 {
    width: 130px;
    border-right: none;
}
.kpi-management-modal .th6 {
    width: 34px;
}
.kpi-management-modal .main .tr:hover {
    background: rgb(248, 248, 248);
}
.kpi-management-modal .delete-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../dist/images/btn_icon_delete.png) no-repeat;
}
.kpi-management-modal .delete-icon:hover {
    cursor: pointer;
    background: url(../../dist/images/btn_icon_delete_hover.png) no-repeat;
}
.kpi-management-modal .ui.input {
    width: 99%;
    height: 100%;
    border-color: transparent;
}
.kpi-management-modal input {
    border: none !important;
}
.kpi-management-modal input:focus {
    outline: 2px solid rgb(0, 187, 255);
    border-radius: 0;
}
.kpi-management-modal .empty {
    font-family: Roboto;
    font-weight: 400;
    font-size: 13px;
    color: rgb(192, 192, 192);
    padding-top: 92px;
}
.kpi-management-modal .inform {
    display: inline-block;
    font-family: Roboto;
    font-weight: 400;
    font-size: 13px;
    color: rgb(255, 91, 87);
    line-height: 1em;
    padding-top: 8px;
}
.kpi-management-modal .modal-footer {
    padding: 0;
    margin-top: 35px;
    border-top-color: transparent;
}

/*
    System Notice
*/
.main-system-notice-wrap1 {
    position: absolute;
    left: calc(50% - 245px);
    z-index: 1001;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: max-content;
}
.main-system-notice-wrap {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    width: 490px;
    text-align: center;
    box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.1);
}
.main-system-notice-wrap .main-system-notice {
    border-radius: 5px;
    border: 1px solid rgb(0, 137, 255);
}
.main-system-notice-wrap .main-system-notice .main-notice-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 23px 23px 0 0;
    width: 24px;
    height: 24px;
    background: url(/dist/images/systemNotice/icon_close.png);
}
.main-system-notice-wrap .main-system-notice .main-notice-close:hover {
    cursor: pointer;
    background: url(/dist/images/systemNotice/icon_close_hover.png);
}
.main-system-notice-wrap .main-system-notice .sentence-area .title {
    font-size: 30px;
    font-weight: 700;
    color: rgb(0,137, 255);
    line-height: 30px;
    padding-top: 37px;
}
.main-system-notice-wrap .main-system-notice .sentence-area .contents {
    font-size: 16px;
    font-weight: 400;
    color: rgb(39, 47, 53);
    line-height: 22px;
    padding-top: 29px;
}
.main-system-notice-wrap .main-system-notice .sentence-area .contents .highlight {
    font-weight: 500;
    color: rgb(0, 187, 255);
}
.main-system-notice-wrap .main-system-notice .sentence-area .contents .finish {
    line-height: 18px;
}
.main-system-notice-wrap .main-system-notice .schedule-details-area {
    text-align: left;
    width: 380px;
    background: rgba(226,226,226,0.6);
    border-radius: 5px;
    margin: 28px auto 40px auto;
    padding: 0 20px;
}
.main-system-notice-wrap .main-system-notice .schedule-details-area .schedule-area,
.main-system-notice-wrap .main-system-notice .schedule-details-area .details-area {
    display: flex;
}
.main-system-notice-wrap .main-system-notice .schedule-details-area .schedule-area {
    padding-top: 11px;
    padding-bottom: 3px;
}
.main-system-notice-wrap .main-system-notice .schedule-details-area .details-area {
    padding-bottom: 10px;
    padding-top: 4px;
}
.main-system-notice-wrap .main-system-notice .schedule-details-area .title {
    font-size: 14px;
    font-weight: 500;
    color: rgb(39, 47, 53);
    width: 152px;
}
.main-system-notice-wrap .main-system-notice .schedule-details-area .contents {
    font-size: 14px;
    font-weight: 400;
    color: rgb(39, 47, 53);
    width: calc(100% - 152px);
}
.sub-system-notice-wrap {
    position: fixed;
    z-index: 1001;
    left: 84px;
    bottom: -92px;
    opacity: 0;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    display: none;
    transition: bottom .5s, opacity .5s;
    transition-delay: .3s;
}
.sub-system-notice-wrap.show1 {
    bottom: 25px;
    opacity: 1;
}
.sub-system-notice-wrap .sub-system-notice {
    background: #fff;
    border-radius: 5px;
    width: 356px;
    padding: 0 20px;
}
.sub-system-notice-wrap .sub-system-notice .sub-notice-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 12px 12px 0 0;
    padding: 3px;
    background: rgb(255,91,87);
    border-radius: 50%;
}
.sub-system-notice-wrap .sub-system-notice .sub-notice-close:hover {
    cursor: pointer;
}
.sub-system-notice-wrap .sub-system-notice .sub-notice-close img {
    width: 10px;
    height: 10px;
    display: block;
}
.sub-system-notice-wrap .sub-system-notice .title {
    font-size: 15px;
    font-weight: 700;
    color: rgb(39, 47, 53);
    padding-top: 14px;
    padding-bottom: 6px;
}
.sub-system-notice-wrap .sub-system-notice .schedule-details-area {
    color: rgb(39, 47, 53);
    padding-top: 6px;
    padding-bottom: 12px;
}
.sub-system-notice-wrap .sub-system-notice .schedule-details-area .schedule-area,
.sub-system-notice-wrap .sub-system-notice .schedule-details-area .details-area {
    display: flex;
}
.sub-system-notice-wrap .sub-system-notice .schedule-details-area .schedule-area {
    padding-bottom: 2px;
}
.sub-system-notice-wrap .sub-system-notice .schedule-details-area .title {
    font-size: 13px;
    font-weight: 500;
    width: 152px;
    padding-top: 0;
    padding-bottom: 0;
}
.sub-system-notice-wrap .sub-system-notice .schedule-details-area .contents {
    font-size: 13px;
    font-weight: 400;
    width: calc(100% - 152px);
}
.maintenance-notice {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.maintenance-notice .main-notice {
    display: flex;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}
.maintenance-notice .main-notice .content-area {
    font-family: 'Open Sans';
    margin: 50px 0;
    width: calc(100% - 460px);
}
.maintenance-notice .main-notice .content-area .title {
    font-size: 50px;
    font-weight: 700;
    color: rgb(0, 137, 255);
    line-height: 1;
}
.maintenance-notice .main-notice .content-area .contents {
    font-size: 18px;
    font-weight: 500;
    color: rgb(39, 47, 53);
    line-height: 32px;
    padding-top: 54px;
    padding-bottom: 39px;
}
.maintenance-notice .main-notice .content-area .schedule-area {
    display: flex;
}
.maintenance-notice .main-notice .content-area .schedule-area .title {
    font-size: 16px;
    color: rgb(39, 47, 53);
    font-weight: 600;
    margin-right: 30px;
}
.maintenance-notice .main-notice .content-area .schedule-area .time {
    font-size: 16px;
    font-weight: 500;
    color: rgb(39, 47, 53);
}
.maintenance-notice .main-notice .img-area {
    width: 460px;
}
.maintenance-notice .main-notice .img-area img {
    width: 460px;
    height: 420px;
}
@media (min-width: 1280px) {
    .maintenance-notice .main-notice {
        width: 1280px;
    }
}
@media (max-width: 1280px) {
    .maintenance-notice .main-notice {
        padding: 0 50px;
        min-width: 1280px;
        left: 0;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .maintenance-notice {
        overflow-x: scroll;
    }
}


/* event filter modal */
.dropdown-menu-right {
    right: 152px;
    top: 38%;
}
