
/* side bar */
.sidebar,
.sidebar-bg {
    background: #16191c;
}
.sidebar {
    padding-top: 0;
    z-index: 2021;
}
.sidebar-bg {
    top: 0;
}
.sidebar .nav li.has-sub .tab-icon-wrap {
    padding: 16px;
}
.sidebar .nav li.has-sub:hover .tab-icon-wrap {
    background: #3b3d43;
}
.sidebar .nav li.has-sub .tab-icon {
    width: 32px;
    height: 32px;
}
.sidebar .nav li.has-sub .tab1 { background: url(/dist/images/nav/btn_tab1_none.png); }
.sidebar .nav li.has-sub:hover .tab1 { background: url(/dist/images/nav/btn_tab1_hover.png); }
.sidebar .nav li.has-sub.active .tab1 { background: url(/dist/images/nav/btn_tab1_press.png?c=0); }
.sidebar .nav li.has-sub .tab2 { background: url(/dist/images/nav/btn_tab2_none.png); }
.sidebar .nav li.has-sub:hover .tab2 { background: url(/dist/images/nav/btn_tab2_hover.png); }
.sidebar .nav li.has-sub.active .tab2 { background: url(/dist/images/nav/btn_tab2_press.png?c=0); }
.sidebar .nav li.has-sub .tab3 { background: url(/dist/images/nav/btn_tab3_none.png); }
.sidebar .nav li.has-sub:hover .tab3 { background: url(/dist/images/nav/btn_tab3_hover.png); }
.sidebar .nav li.has-sub.active .tab3 { background: url(/dist/images/nav/btn_tab3_press.png?c=0); }
.sidebar .nav li.has-sub .tab4 { background: url(/dist/images/nav/btn_tab4_none.png); }
.sidebar .nav li.has-sub:hover .tab4 { background: url(/dist/images/nav/btn_tab4_hover.png); }
.sidebar .nav li.has-sub.active .tab4 { background: url(/dist/images/nav/btn_tab4_press.png?c=0); }
.sidebar .nav li.has-sub .tab5 { background: url(/dist/images/nav/btn_tab5_none.png); }
.sidebar .nav li.has-sub:hover .tab5 { background: url(/dist/images/nav/btn_tab5_hover.png); }
.sidebar .nav li.has-sub.active .tab5 { background: url(/dist/images/nav/btn_tab5_press.png?c=0); }
.sidebar .nav li.has-sub .tab6 { background: url(/dist/images/nav/btn_tab6_none.png); }
.sidebar .nav li.has-sub:hover .tab6 { background: url(/dist/images/nav/btn_tab6_hover.png); }
.sidebar .nav li.has-sub.active .tab6 { background: url(/dist/images/nav/btn_tab6_press.png?c=0); }
.sidebar .nav li.has-sub .tab7 { background: url(/dist/images/nav/btn_tab7_none.png); }
.sidebar .nav li.has-sub:hover .tab7 { background: url(/dist/images/nav/btn_tab7_hover.png); }
.sidebar .nav li.has-sub.active .tab7 { background: url(/dist/images/nav/btn_tab7_press.png?c=0); }
.sidebar .nav li.has-sub .tab-kr-info { background: url(/dist/images/nav/kr_none.png); }
.sidebar .nav li.has-sub:hover .tab-kr-info { background: url(/dist/images/nav/kr_hover.png); }
.page-sidebar-minified .sidebar .nav li.has-sub:hover a,
.page-sidebar-minified .sidebar .nav li.has-sub:focus a {
    background: unset;
}

.page-sidebar-minified .sidebar .nav > li.home-logo {
    position: relative;
    display: block;
    background: #242729;
 }
.page-sidebar-minified .sidebar .nav > li.home-logo a {
    padding: 16px;
}
.page-sidebar-minified .sidebar .nav > li.home-logo a:hover,
.page-sidebar-minified .sidebar .nav > li.home-logo a:focus {
    background: unset;
}
.page-sidebar-minified .sidebar .nav > li.home-logo .tab-home {
    width: 32px;
    height: 32px;
    background: url(/dist/images/nav/btn_tab0_none.png?c=0);
}
.page-sidebar-minified .sidebar .nav > li.home-logo:hover .tab-home {
    background: url(/dist/images/nav/btn_tab0_hover.png?c=0);
}


.page-sidebar-minified .sidebar .nav > li.has-sub a {
    padding: 0;
}
.page-sidebar-minified .sidebar .nav > li.has-sub.active:hover > a,
.page-sidebar-minified .sidebar .nav > li.has-sub.active > a {
    background: unset;
}
.page-sidebar-minified .sidebar .nav li.has-sub > .sub-menu {
    padding: 0 12px 24px 14px;
    background: #3b3d43;
    border-radius: 0 10px 10px 0;
    width: 218px;
}
.page-sidebar-minified .sidebar .nav .sub-menu .menu-title {
    font-weight: bold;
    font-size: 14px;
    padding: 24px 0 23px 12px;
    color: #848892;
}
.page-sidebar-minified .sidebar .nav > li.has-sub .sub-menu a {
    padding: 7px 12px 6px 12px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 1.28;
    border-radius: 4px;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
.page-sidebar-minified .sidebar .nav > li.has-sub .sub-menu li.active a {
    color: #2684ff ;
    font-weight: 400;
}
.page-sidebar-minified .sidebar .nav > li.has-sub .sub-menu a:hover {
    background: #0e0f12;
}
.survey-list-wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.survey-list-wrap .survey-list1 {
    display: flex;
    height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.survey-list-wrap .survey-list {
    width: 1348px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}
.survey-list-wrap .survey-list .btn-close {
    width: 13px;
    height: 13px;
    background: url(/dist/images/btn_kr_close.png);
    position: absolute;
    right: 0;
    margin: 20px;
    cursor: pointer;
}
.survey-list-wrap .survey-list .main-title {
    font-size: 22px;
    font-weight: bold;
    color: #1e1e1e;
    line-height: 1.23;
    padding: 40px 40px 18px 40px;
}
.survey-list-wrap .survey-list .date-search {
    padding: 0 40px 40px 40px;
}
.survey-list-wrap .date-search .survey-content {
    border-radius: 4px;
    border: solid 1px #e8e8e8;
    background-color: #f5f5f5;
    display: flex;
    justify-content: flex-end;
    padding: 14px 18px;
}
.survey-list-wrap .survey-content .bullet-icon span {
    width: 4px;
    height: 4px;
    background-color: #2b82ad;
    display: block;
    border-radius: 50%;
    margin: 16px 0;
}
.survey-list-wrap .survey-content .sub-title {
    font-size: 16px;
    font-weight: 500;
    color: #1e1e1e;
    padding-left: 8px;
    padding-right: 16px;
}
.survey-list-wrap .survey-content .sub-title span {
    display: block;
    padding: 10px 0 9px 0;
}
.survey-list-wrap .survey-content .date {
    display: flex;
}
.survey-list-wrap .survey-content .date .input-group {
    display: flex;
}
.survey-list-wrap .survey-content .date input {
    width: 110px;
    height: 36px;
    border-radius: 4px;
    border: solid 1px #e8e8e8;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 1.19;
    color: #1e1e1e;
    font-weight: normal;
    text-align: center;
}
.survey-list-wrap .survey-content .date .input-group-addon {
    padding: 17px;
    background: #fff;
    background-image: url(/dist/images/icon_kr_calendar.png);
    margin-left: 4px;
    border-radius: 4px;
    border: solid 1px #e8e8e8;
    cursor: pointer;
    background-position: center;
}
.survey-list-wrap .survey-content .date .period {
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    color: #1e1e1e;
    padding: 0 4px;
}
.survey-list-wrap .survey-content .search button {
    background-color: #00bbff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.19;
    color: #fff;
    border-width: 0;
    padding: 9px 18px 8px 19px;
    border-radius: 4px;
    width: 98px;
    text-align: center;
    margin-left: 18px;
}
.survey-list-wrap .survey-content .search button:hover {
    background: rgb(0, 162, 255);
}
.survey-list-wrap .survey-content .search button:focus {
    outline: none;
}
.survey-list-wrap .survey-list .survey-result {
    padding: 0 40px 44px 40px;
    width: 100%;
    height: 332px;
    position: relative;
}
.survey-list-wrap .survey-list .survey-result .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;
}
.survey-list-wrap .survey-list .survey-result .table-wrap {
    width: 100%;
    overflow-y: scroll;
    height: 288px;
}
.survey-list-wrap .survey-list .survey-result table th {
    border: solid 1px #ededed;
    background-color: #2b82ad;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
}
.survey-list-wrap .survey-list .survey-result table td {
    border: solid 1px #ededed;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    padding: 10px 13px 9px 13px;
}
.survey-list-wrap .survey-list .survey-result table tr.even td {
    background: #f6f6f6;
}
.survey-list-wrap .survey-list .survey-result table td.superintendant,
.survey-list-wrap .survey-list .survey-result table td.ship-name,
.survey-list-wrap .survey-list .survey-result table td.hullSurveyor,
.survey-list-wrap .survey-list .survey-result table td.machinerySurveyor {
    text-align: left;
}
.survey-list-wrap .survey-list .survey-result table tr:hover {
    cursor: pointer;
}
.survey-list-wrap .survey-list .survey-result table tr:hover td {
    background: rgba(0,187,255,.2);
}