/* Minification failed. Returning unminified contents.
(733,1): run-time error CSS1036: Expected expression, found '}'
 */
html {
    margin: 0;
    padding: 0;
    background-color:#e4e4e4;
    height:100%;
}
/* render html5 elements as block */
header, footer, section, aside, nav, article, hgroup {
    display: block;
}
body {
    line-height: 1;
    font-family: "Segoe UI";
    color: #666;
    font-size: 12px;
    margin: 0;
    padding: 0;
    height:100%;
    background-color:#e4e4e4;
    min-width:600px;
    min-height:890px;
    position:relative;
}
ul {
    list-style:none;
    margin:0;
    padding:0;
}
header {
    background:url(images/login/bg_top.png) top left repeat-x;
    height:63px;
    width:100%;
}
button:focus {
    outline:0;
}
input:focus {
    outline:0;
}
#login_top_logo {
    background:url(images/login/img_top_logo.png) center 15px no-repeat;
    width:100%;
    height:100%;
}
#login_center{
    position:relative;
    width:100%;
}
#dps_login {
    position:absolute;
    top:113px;
    left:50%;
    width:578px;
    height:578px;
    margin-left:-289px;
    background:url(images/login/img_inifinitt_logo.png) top left no-repeat;
}
#login_form {
    position:absolute;
    top:156px;
    left:139px;
}
footer {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    min-width:600px;
    height:52px;
    border-top:1px solid #c2c2c2;
}

input[type=checkbox] {
    display:none;
}
input[type=checkbox] + label{
    background: url(images/popup/check_off_nor.png) no-repeat;
    height: 13px;
    width: 13px;
    display:inline-block;
    padding: 0 0 0 0px;
    vertical-align:bottom;
    margin-right:6px;
}
input[type=checkbox]:checked + label{
    background: url(images/popup/check_on_nor.png) no-repeat;
}
input[type=checkbox]:disabled + label{
    background: url(images/popup/check_off_dis.png) no-repeat;
}
label {
    font-size:13px;
}
#Institution, #Facility, #Project, #UserId, #Password, #SharePW, #NewSharePW, #ConfirmNewSharePW {
    width:290px;
    height:30px;
    padding-left:10px;
    font-size:13px;
    border:1px solid #878787;
    background-color:#FFF;
    color:#252525;
}
#Institution, #Facility, #Project {
    width: 302px;
    height: 34px;
}
#Institution:focus, #Facility:focus, #UserId:focus, #Password:focus, #SharePW:focus, #NewSharePW:focus, #ConfirmNewSharePW:focus {
    border:1px solid #3b87e1;
}

#login_form ul li {
/* li.login-institution-li, .login-facilty-li, li.login-project-li, .login-userid-li, li.login-pw-li { */
    position:relative;
}

li.login-facilty-li, li.login-project-li, .login-userid-li, li.login-pw-li {
    margin-top:12px;
}

#login-capslock-on {
    color: red;
    display: none;
    padding-top: 3px;
}

li.login-sessionkey-li, login-username-li,
login-userkey-li, login-accrulekey-li {
    display:none;
}

#login_submit_btn {
    background-color:#936da3;
    width:300px;
    height:44px;
    font-size:15px;
    color:#FFF;
    font-weight:bold;
    border:none;
}
li.login-rmb-me-li {
    margin-top:20px;
}
li.login-submit-li {
    margin-top:20px;
}
#login_submit_btn:hover {
    background-color:#a27db2;
}
#login_submit_btn:active {
    background-color:#845f94;
}
#login_bottom_logo {
    background:url(images/login/img_copyright.png) center 23px no-repeat;
    width:100%;
    height:100%;
}

.validation-summary-errors {
    position: absolute;
    /*top: 420px;*/
    top: 137px;
    left: 139px;
    text-align: center;
    color: #de0b0b;
}

.validation-summary-errors li {
    white-space:pre-line;
    line-height:18px;
}

.field-validation-error {
    position: absolute;
    top: 7px;
    right: 4px;
    font-size: 24px;
    color: #de0b0b;
}

/* POPUP */
.popup-window fieldset {
    border:0px solid #C8C8C8 !important;
    margin-top:20px;
}
.popup-window fieldset legend{
    font-weight:bold;
    font-size:12px;
    font-family:"Segoe UI";
    color:#000;
    padding:0px 6px;
}
.popup-window fieldset > table{
    width:100%;
}
.popup-window fieldset > div{
    margin-top:15px;
}
.confirm-question-popup-login{
    display: none; 
    overflow: hidden;
    background: #FFF !important;
    border: 1px solid #bababa !important;
    padding-left: 70px !important;
    margin: 10px 10px 10px 10px;
    height: 70px !important;
    background: url(images/popup/ic_question-mark.png) 10px center no-repeat !important;
}
.confirm-question-popup-login .confirm-question-message
 {
    height: 70px;
    display: table-cell;
    vertical-align: middle;
}
.no-close .ui-dialog-titlebar-close {display: none }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    text-align: center;
    float: none !important;
}
#login_change_password_btn { 
    position: absolute;
    top: 8px;
    left: 10px;
    background-color:#D5D5D5;
    width:120px;
    height:26px;
    font-size:12px;
    color:#000000;
    border:1px solid #8D8D8D;
    z-index: 1;
}
#login_change_password_btn:hover {
    background-color:#C3C3C3;
}
#login_change_password_btn:active {
    background-color:#B1B1B1;
}
.change-password-popup-login,
.simple-change-password-popup-login {
    display: none; 
    overflow: hidden;
    background: #FFF !important;
    border: 1px solid #bababa !important;
    /*padding-left: 70px !important;*/
    margin: 10px 10px 10px 10px;
    /*background: url(images/popup/ic_question-mark.png) 10px center no-repeat !important;*/
}
.change-password-popup-login select {
    width:200px;
    margin-top:5px
}
.change-password-popup-information {
    width:192px;
    margin-top:5px
}
.change-password-popup-login div,
.simple-change-password-popup-login div {
    margin:10px 0px 0px 10px;
}
#chpwd_error_message,
#simple-chpwd_error_message  {
    color: red;
}
#chgpwd_top_message {
    display:none;
    margin:10px 0 0 10px;
}


.custom-message-box {
    padding: 20px;
    color: #000;
    background-color: #F3F3F5;
    border-radius: 4px !important;
    border: 1px solid #8d8d8d !important;
    position: fixed;
    bottom: 50px;
    z-index: 4004;
    margin:0 25% 0 25%;
    width:50%;
    text-align:center;
    font-size:13px;
}

.custom-message-box-close-ico {
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
    background: url(images/popup/btn_close_nor.png);
    width: 16px;
    height: 16px;
}

.custom-message-box-close-ico:hover {
    background: url(images/popup/btn_close_hov.png);
}

.notify-popup {
    color: #000;
    background-color: #fcede3;
    background-image: url(images/popup/ic_notice.png);
    background-position:12px center;
    background-repeat:no-repeat;
    border-radius: 4px !important;
    border: 1px solid #d5a07d !important;
    box-shadow: 2px 2px 8px #d5a07d;
    position: fixed;
    bottom: 50px;
    right:20px;
    z-index: 4100;
    width:325px;
    height:70px;
    font-size:13px;
    font-weight:bold;
}
.notify-popup-content {
        padding: 20px 20px 20px 60px;
}
.notify-popup-main-info {
    width: 225px;
    height: 20px;
    line-height: 2;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap; 
}

.notify-popup-close-ico {
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer;
    background: url(images/popup/ic_notice_close.png);
    width: 16px;
    height: 16px;
}
.notify-popup-setting-ico {
    position: absolute;
    right: 24px;
    top: 4px;
    line-height: 20px;
    background: url(images/popup/ic_notice_config.png);
    width: 16px;
    height: 16px;
}
.no-close .ui-dialog-titlebar-close {display: none }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    text-align: center;
    float: none !important;
}

.information-popup popup-window, .information-message
 {
    text-align: center;
    margin-top: 25px;
    line-height: 1.4;
}

.about-popup popup-window
 {
    display:none;
    text-align: center;
    margin-top: 25px;
}

.about-popup table {
    font-size:12px;
    font-family:"Segoe UI";
    line-height: 17px;
    border-collapse:collapse;
}


.about-popup-left-td {
    line-height: 1.5;
    width: 170px;
    text-align: center;
    font-weight: 600;
}

.about-popup-right-td {
    line-height: 1.5;
    width: 500px;
    padding-left: 6px;
    font-weight: 400;
}

.about-popup-center-td {
    text-align: center;
    font-weight: 600;
    line-height: 20px;
    color: red;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #555555; /* Gray */
    border-radius: 50%;
    animation: spin 2s linear infinite;
}
 @-webkit-keyframes spin {
   0% { -webkit-transform: rotate(0deg); }
   100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.popup-about {
    height: 20px;
    padding-left: 10px;
    margin-left: 30px;
}

.kfda-info-table {
    border: 1px;
    border-collapse: collapse;
    margin: 10px 0 10px 0;
    padding:0;
    border-color: #aaaaaa;
    width: 100%;
}

.kdfa-about-link {
    font-size: 20px;
    color: black !important;
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer;
    color: #0c02ff !important;
}

#KDFA-about-link {
    display: none;
    cursor: pointer;
}

.popup-about-version-info {
    font-size: 13px;
    width:100%;
    font-weight: 500;
}

.popup-about-model-name {
    font-size: 25px;
    width:100%;
    padding-top: 10px;
}

.popup-about-info-text {
    font-size: 13px;
    width:100%;
    word-wrap:break-word;
    line-height: 1.5;
}

.popup-about-link {
    color: #0c02ff !important;
    text-decoration: underline;
}

.report-popup table {
    display:table;
    background-color:#FFFFFF;
    /* width: 394px; */
    width: calc(100% - 4px);
    font-size: 13px;
    margin: 2px 2px 2px 2px;
}

.report-popup table tr {
    height: 20px;
}

.report-popup table tr td span:first-child{
    background: url(Images/popup/img_bullet.png) center left no-repeat;
    padding-left: 10px;
    width: 100px;
    color: #656565;
}

.report-popup textarea {
    width: 628px;
    resize: none;
    margin: 18px 2px 2px 2px;
}

.report-popup .report-popup-case-desc {
    height: 124px;
}

.report-popup .report-popup-textarea {
    height: 248px;
}

/* analysis-report */
.analysis-report-popup-total-wrapper {
    border: 2px solid #C8C8C8;
    padding: 10px 20px 10px 20px;
    margin: 20px 10px 0px 10px;
}

.analysis-report-popup-top-wrapper {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.analysis-report-popup-Creator-dropdown {
  width: 260px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
}

.analysis-report-popup-Creator-dropdown-disabled {
    pointer-events: none;
}

.analysis-report-popup-Creator-dropdown button {
  width: 260px;
  font-size: 13px;
  padding: 4px 0px 4px 30px;
  background: url(images/explorerbar/ic_filter_anno_creator.png) 1px 1px no-repeat, url(images/titlebar/ic_view-mode-arrow.png) 1px 1px no-repeat #FFFFFF;
  background-position: 5px center, 240px center;
  border: 2px solid #C8C8C8;
  cursor: pointer;
  text-align: left;
}

.analysis-report-popup-Creator-dropdown button.disabled {
  background-color: #c8c8c8;
}

.analysis-report-popup-Creator-dropdown-options {
  width: 260px;
  display: none;
  position: absolute;
  overflow: auto;
  background-color:#FFFFFF;
  cursor: pointer;
}

.analysis-report-popup-Creator-dropdown:hover .analysis-report-popup-Creator-dropdown-options {
  display: block;
  cursor: pointer;
}

.analysis-report-popup-Creator-dropdown-options input[type=checkbox]+label {
  display: block;
  text-decoration: none;
  width: auto;
  height: auto;
  margin: 5px;
  cursor: pointer;
}

.analysis-report-popup-Creator-dropdown-options span {
    margin-left: 18px;
}

.analysis-report-popup-save-btn {
    border:none;
    background: url("Images/worklist/ic_w_save.png") center no-repeat;
    margin-right: 5px;
    width: 24px;
    height: 24px;
}
.analysis-report-popup-reset-btn {
    border:none;
    background: url("Images/popup/btn_reset_nor.png") center no-repeat;
    margin-right: 5px;
    width: 24px;
    height: 24px;
}
.analysis-report-popup-save-btn:hover, .analysis-report-popup-reset-btn:hover, .analysis-report-popup-delete-btn:hover {
    background-color: #bababa;
    cursor: pointer;
}
.analysis-report-popup-save-btn:disabled {
    background-color: #bababa;
    cursor: default;
}

.analysis-report-popup-content-wrapper {
    border: 3px solid;
}

.analysis-report-popup-title-text {
    font-size: 18px;
    font-weight: bold;
    padding: 25px 0px 15px 15px;
}

.analysis-report-popup-method-text {
    font-size: 15px;
    font-weight: bold;
    padding: 0px 0px 15px 15px;
}

.analysis-report-popup-content-info-detail {
    min-height: 300px; 
    max-height: 500px; 
    height: auto; 
    overflow: auto;
}

.analysis-report-popup-information, .analysis-report-popup-result-detail {
    background-color:#FFFFFF;
    padding: 3px 15px;
    margin-bottom: 5px;
}

.analysis-report-popup-information p {
    font-size: 14px;
    font-weight: bold;
}

.analysis-report-popup table {
    display:table;
    /* width: 394px; */
    width: calc(100% - 4px);
    font-size: 13px;
    margin: 2px 2px 2px 2px;
}

.analysis-report-popup .title-bold {
    font-size: 14px;
    font-weight : bold;
}

.analysis-report-popup table tr {
    height: 20px;
}

.analysis-report-popup table tr td span:first-child {
    background: url(Images/popup/img_bullet.png) center left no-repeat;
    padding-left: 10px;
    width: 100px;
    color: #656565;
}

.analysis-report-popup-result-detail table tr td span:first-child {
    background: none;
}

.roi-labels table{
    border-spacing: 0 1px;
}
.roi-labels table td {
    line-height: 20px;
}

.roi-labels table tr {
    height: 20px;
}

.roi-main-table td {
    vertical-align: bottom;
}

.analysis-report-popup-delete-btn-wrapper {
    text-align: right;
    margin-left: 3px;
}

.analysis-report-popup-delete-btn {
    border: none;
    background: url(Images/collaboration/btn_delete_nor.png) center no-repeat;
    width: 20px;
    height: 20px;
}

.analysis-report-popup-reference-image-src img {
    border: 1px solid #656565;
    width: 170px;
}

.roi-empty-image {
    width: 170px;
    height: auto;
    min-height: 100px;
    border: 1px solid transparent;
}

.analysis-report-popup-reference-image-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 170px;
    text-align: left;
}

.analysis-report-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.analysis_report_roi, .analysis_report_slide_roi{
    flex-direction: column;
    display: flex; 
    justify-content: space-evenly;
    gap: 2px;
    padding: 2px;
    border-bottom: 1px solid #aaaaaa;
}

.analysis_report_slide_id p{
    font-size: 14px;
    font-weight: bold;
    margin:7px 0 7px 0;
}

.analysis_report_slide_id {
    height: 
}

.analysis_report_roi table td:not(:first-child) {
    text-align: center;
}

.analysis-report-popup-values div {
    line-height: 20px !important;
    height: 20px !important;
    padding-top: 2px;
}


.analysis-report-popup-bottom-wrapper {
    text-align: center;
}

.analysis_report_popup_check_text {
    padding-top: 25px;
    text-align: center;
}

.analysis_report_popup_analysied_by_text {
    padding: 5px 15px 10px 0px;
    text-align: right;
    line-height: 1.5em;
}

.analysis_report_popup_page_number {
    padding: 10px;
}

.analysis_report_popup_confirm_btn {
    margin-top: 10px;
    padding: 4px 27px 4px 27px;
    border: solid 1px #f19e33;
    background-color: #fbf3d7;
    background-position: 10px center;
    cursor: pointer;
}
.analysis_report_popup_confirm_btn:hover {
    border: solid 1px #f19e33;
    background-color: #fffcf1;
}
.analysis_report_popup_confirm_btn:active {
    border: solid 1px #f19e33;
    background-color: #f8e7ad;
}

.analysis_report_popup_delete_btn {
    margin-top: 10px;
    padding: 4px 27px 4px 27px;
    border: solid 1px #f44336;
    background-color: #f8d7db;
    background-position: 10px center;
    cursor: pointer;
}
.analysis_report_popup_delete_btn:hover {
    border: solid 1px #3589c8;
    background-color: #e8f3ff;
}
.analysis_report_popup_delete_btn:active {
    border: solid 1px #3589c8;
    background-color: #c4d7ee;
}

#analysis_report_popup_export_excel {
    padding: 4px 0px 24px 20px;
    border: solid 1px #4abb23;
    background: url(Images/worklist/ic_excel.png) no-repeat #e4fbd7 !important;
    background-position: 10px center !important;
}
#analysis_report_popup_export_excel:hover {
    border: solid 1px #f44336;
    background-color: #fde7e9;
}
#analysis_report_popup_export_excel:active {
    border: solid 1px #f44336;
    background-color: #e8818d;
}

#analysis_report_popup_export_print {
    padding: 4px 0px 24px 20px;
    border: solid 1px #3589c8;
    background: url(Images/worklist/ic_print.png) no-repeat #d7e5f5 !important;
    background-position: 10px center !important;
}
#analysis_report_popup_export_print:hover {
    border: solid 1px #3589c8;
    background-color: #e8f3ff !important;
}
#analysis_report_popup_export_print:active {
    border: solid 1px #3589c8;
    background-color: #c4d7ee;
}


#analysis_report_popup_export_jpeg {
    padding: 4px 0px 24px 20px;
    border: solid 1px #3589c8;
    background: url(Images/popup/ic_export_jpeg.png) no-repeat #d7e5f5 !important;
    background-position: 10px center !important;
}
#analysis_report_popup_export_jpeg:hover {
    border: solid 1px #3589c8;
    background-color: #e8f3ff !important;
}
#analysis_report_popup_export_jpeg:active {
    border: solid 1px #3589c8;
    background-color: #c4d7ee;
}

.analysis_report_popup_page_number {
    background-color: #FFFFFF;
    text-align: center;
}

.analysis_report_roi {
    border: 1px solid #aaaaaa;
    margin: 5px 0px 0px 0px;
}

/* Information과 Detail 타이틀 숨기기 */
.analysis-report-popup-information h3 {
    display: none;
}

/* Detail 타이틀만 숨기기 (Result 섹션 내 두 번째 h3) */
.analysis-report-popup-result-detail h3:nth-of-type(2) {
    display: none;
}

.confirm-question-popup{
    display: none; 
    overflow: hidden;
    background: #FFF !important;
    border: 1px solid #bababa !important;
    padding-left: 70px !important;
    margin: 10px 10px 10px 10px;
    height: 70px !important;
    background: url(images/popup/ic_question-mark.png) 10px center no-repeat !important;
}

.confirm-question-message {
    height: 70px;
    display: table-cell;
    vertical-align: middle;
    line-height:1.4em;
}

.favorites-viewer-popup {
    display: none; 
    overflow: hidden;
    border: 1px solid #bababa !important;
    background: #FFF !important;
    padding: 0px 10px 10px 0px !important;
    margin: 10px 10px 0px 10px;
}
.favorites-worklist-popup {
    display: none; 
    overflow: hidden;
    border: 1px solid #bababa !important;
    background: #FFF !important;
    padding: 0px 10px 10px 0px !important;
    margin: 10px 10px 10px 10px;
}
.notes-edit-popup {
    display: none; 
    overflow: hidden;
    border: 1px solid #bababa !important;
    background: #FFF !important;
    padding: 0px 10px 10px 10px !important;
    margin: 10px 10px 0px 10px;
}
.notes-edit-popup h3 {
    margin: 10px 0px 5px 0px;
}

.notes-edit-popup hr {
    margin-top:10px;
}
.notes-edit-popup textarea {
    width:360px;
    height:76px;
    margin-top:5px;
    /*background-color:#f3f3f5;*/
    resize:none;
    white-space:pre-wrap;
}
#notes_edit_case_info {
    margin-bottom: 5px;
}
#notes_edit_slide_select {
    width: 300px;
    margin-left: 20px;
}

#notes_tag_list_view {
    width:360px;
}

#notes_tag_list {
    font-size:13px;
    /*color: dodgerblue;*/
    color: royalblue;
    line-height: 1.5;
}
 .select-editable {
     position:relative;
     background-color:white;
     width:220px;
     height:17px;
 }
 .select-editable select {
     position:absolute;
     top:0px;
     left:0px;
     font-size:13px;
     border:solid grey 1px;
     width:220px;
     height:21px;
 }
 .select-editable input {
     position:absolute;
     top:0px;
     left:0px;
     width:200px;
     height:17px;
     font-size:13px;
     padding:1px;
     border:solid grey 1px;
 }
 .select-editable select:focus, .select-editable input:focus {
     outline:none;
 }

 .thumbnail-loading-elem {
   background: url('images/explorerbar/thumb_loading_ani.gif') no-repeat center !important;
}

 .thumbnail-load-failed-elem {
    background: url('images/explorerbar/ic_retry_nor.png') no-repeat center !important;
}

 .thumbnail-load-failed-elem:hover {
    background: url('images/explorerbar/ic_retry_hov.png') no-repeat center !important;
}

 .thumbnail-load-failed-elem:active {
    background: url('images/explorerbar/ic_retry_pre.png') no-repeat center !important;
}

/* POPUP */
ul.popup-tab-ul {
    -webkit-padding-start: 0;
}
ul.popup-tab-ul li,
ul.popup-tab-ul li:hover{
    float:left;
    border:1px solid #bababa;
    background: #E4E4E4;
    text-align:center;
    border-bottom:0px;
}
ul.popup-tab-ul li.tab-selected {
    background: #FFF;
    z-index:2;
    border-bottom:1px solid #FFF;
    position:relative;
}
ul.popup-tab-ul li a {
    display:block;
    padding:5px 15px 0;
    height:23px;
    text-align:center;
    font-size:12px;
    color:#737373;
}
ul.popup-tab-ul li.tab-selected a {
    color:#000;
    font-weight:bold;
}
.popup-contents { 
    border: 1px solid #bababa;
    margin: 1px 0 0 0;
    z-index:1;
    background:#FFF;
}
/*.popup-contents.slide-info-popup-content table, 
.popup-contents.help-popup-content table{*/
.popup-contents.slide-info-popup-content table {
    margin: 18px 20px;
    color: #000000;
    font-size: 13px;
}
.popup-container{
    height:100%;
    margin:10px 10px 0 10px !important;
    padding:0 !important;
}
.popup-tabs{
    height:27px;
}
.slide-info-popup,.configuration-popup, .help-popup {
    padding:0px !important;
}
.slide-info-popup-content.popup-contents table tr 
/*.help-popup-content.popup-contents table tr*/
{
    height:30px;
}
.slide-info-popup-content.popup-contents table tr td:first-child, 
.help-popup-content.popup-contents table tr td:first-child {
    background:url(images/popup/img_bullet.png) center left no-repeat;
    padding-left:8px;
    color:#656565;
}
.slide-info-popup-content.popup-contents table tr td:last-child
/*.help-popup-content.popup-contents table tr td:last-child */
{
    padding-left:30px;
}
.popup-contents .thumbnail-content, 
.popup-contents .macro-content {
    text-align:center;
}
.popup-contents .macro-content div{
    position:relative;
}
.popup-contents .macro-content img{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.popup-contents .thumbnail-content, 
.popup-contents .macro-content,
.popup-contents .general-content,
.popup-contents .navigation-content,
.popup-contents .annotations-content,
.popup-contents .snapshot-content,
.popup-contents .shortcuts-content{
    display:none;
}
.popup-content {
    margin-top:20px;
    margin-bottom:20px;
}

.thum-img-container-div , .macro-img-container-div, .favorite-thumb-img-container-div{
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute !important;
}

.favorite-thumb-img-container-div{
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.scan-range-div {
    border: solid 1px #6fed6f; 
    position: absolute !important;
    display: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    font-size: 12px;
}

/* About Popup 20260120 : S */
#aboutDialog { 
  padding: 0;
  overflow: hidden !important;
}
#aboutTabs { height: 640px; }
#aboutTabs.ui-tabs {
  border: 0;
  padding: 0;
}
#aboutTabs .ui-tabs-nav {
  height: 30px;
  border: 0;
  background: transparent;
  padding: 0 0 0 6px;
}
#aboutTabs .ui-tabs-panel {
  height: calc(640px - 30px); 
  overflow: auto;
  box-sizing: border-box;
}

.about-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0 0 0 6px;
  border: 0;
  background: transparent;
}
.about-tabs .ui-tabs-nav li {
  margin: 0 6px 0 0;
  border: 1px solid #bababa;
  background: #e4e4e4;
}
.about-tabs .ui-tabs-nav li a {
  padding: 6px 18px;
  font-size: 12px;
  color: #737373;
}
#aboutTabs .ui-tabs-nav li.ui-tabs-active {
  border: 0 !important;
  background: #ffffff;
  margin-bottom: 0;
}
#aboutTabs .ui-tabs-nav li.ui-tabs-active a {
  color: #000;
  font-weight: 700;
}

#aboutTabs .ui-tabs-nav li.ui-tabs-active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 1px;
  background: #ffffff;
}

.about-head {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 10px 12px 6px 12px;
  box-sizing: border-box;
}
.about-logo, .about-title, .about-badges {
  display: table-cell;
  vertical-align: top;
}
.about-logo { width: 86px; }
.about-logo img { width: 70px; height: 70px; }

.about-title { text-align: left; padding-top: 6px; }
.about-title-text {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.about-badges{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 70px;
  gap: 6px;
}
.about-badges img{
  display: block;
}

.about-table-wrap {
  margin: 6px 12px 12px 12px;
  border: 2px solid #bdbdbd;
  box-sizing: border-box;
}
.about-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.about-table tr {
  border-top: 1px solid #bdbdbd;
}
.about-table tr:first-child { border-top: 0; }

.icon-cell {
  width: 86px;
  border-right: 1px solid #bdbdbd;
  text-align: center;
  vertical-align: middle;
  padding: 6px 6px;
}
.icon-cell img {
  width: 46px;
  height: 46px;
}

.value-cell {
  padding: 10px 12px;
  vertical-align: middle;
  font-size: 14px;
  word-break: break-word;
}

.about-link { text-decoration: underline; }
.company-text { line-height: 1.35; }

.about-placeholder {
  padding: 20px 12px;
  color: #666;
}

#tab-mfds .mfds-table-wrap{
  margin: 0 12px 12px 12px;
  border: 1px solid #bdbdbd;
}

#tab-mfds .mfds-table{
  width:100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
}

#tab-mfds .mfds-table th,
#tab-mfds .mfds-table td{
  border: 1px solid #bdbdbd;
  padding: 6px 8px;
  vertical-align: middle;
  line-height: 1.35;
}

#tab-mfds .mfds-th{
  background:#fff;
  font-weight:700;
  text-align:center;
  width: 170px;
  border-color: #bdbdbd;
}

#tab-mfds .mfds-td{ background:#fff; }
#tab-mfds .mfds-center{ text-align:center; }
#tab-mfds .mfds-left{ text-align:left; }

#tab-mfds .mfds-table tr{
  border-top: 1px solid #bdbdbd;
}

#tab-mfds .mfds-link{
  color:#0c02ff;
  text-decoration: underline;
  word-break: break-all;
}

#tab-mfds .mfds-footer{
  text-align:center;
  padding: 8px 10px;
  font-weight: 600;
}




#tab-more .more-table-wrap{
  margin: 0 12px 12px 12px;
  border: 1px solid #bdbdbd;
}

#tab-more .more-table{
  width:100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
}

#tab-more .more-table th,
#tab-more .more-table td{
  border: 1px solid #bdbdbd;
  padding: 6px 8px;
  vertical-align: middle;
  line-height: 1.35;
}

#tab-more .more-th{
  background:#fff;
  font-weight:700;
  text-align:center;
  width: 170px;
  border-color: #bdbdbd;
}

#tab-more .more-td{ background:#fff; }
#tab-more .more-center{ text-align:center; }

#tab-more .more-table tr{
  border-top: 1px solid #bdbdbd;
}

#tab-more .more-link{
  color:#0c02ff;
  text-decoration: underline;
  word-break: break-all;
}
/* About Popup 20260120 : E */

