.margin10{
    margin:10px;
}

.margin5{
    margin:5px;
}

.inline{
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.icon-sm{
    width:24px;
}


/* 基本設定 */
a { text-decoration: none;}
a:hover { text-decoration: none;}
a:link { text-decoration: none;}
a:active { text-decoration: none;}
a:not(.btn), a:link:not(.btn) {
    color: black;
}
a:visited:not(.btn) {
    color: black;
}
a:hover:not(.btn) {
    color: #337ab7;
}
a.nodeco:hover { color: black;}
a.link:link, a.link:active, a.link:visited{
    text-decoration: underline;
    color: #337ab7;
}
a.text-error:link, a.text-error:active, a.text-error:visited{
    text-decoration: underline;
    color: #f00;
}
::placeholder{
    color:#bbb!important
}
label {
    font-weight: normal;
}
.valign-top{
    display:flex;
    align-items:start;
}
.valign-center{
    display:flex;
    align-items:center;
}
table.valign-center {
    display:table;
    align-items:center;
}
table.valign-center tr, table.valign-center td{
    vertical-align: middle !important;
}
.table {
    margin-bottom: 0px;
}
.btn {
    background-color: #58a;
    border-color: #58a;
    margin: 10px 2px;
}
.btn:hover {
    background-color: #0066bb;
    border-color: #0066cc;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover {
    background-color: #ddd;
    border-color: #aaa;
}
.btn-commit{
    color: #fff;
    background-color: #f09d3e;
    border-color: #eea236;
}
.btn-commit:hover, .btn-commit:focus {
    color: #fff;
    background-color: #e09030;
    border-color: #ee9933;
}
.btn-small{
    margin: 0px;
    padding: 2px 5px;
}
.error, .text-error{
    color: #f00;
}
.text-alert{
    color: #f00;
}
.text-fine{
    color: #0a0;
}
.text-information{
    color: #666;
    font-size: 90%;
}
.text-disabled{
    color: #aaa;
}
.text-disabled-all *{
    color: #aaa !important;
}

.sort-column{
    cursor: pointer;
}

.text-sort, .text-sort-inactive{
    font-size: 80%;
    padding: 1px 2px 1px 2px;
    cursor: pointer;
}

.text-sort-inactive{
    color: #bbb;
}

.pointer{
    cursor: pointer;
}

.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.form-control{
    font-size: 16px;
}
.form-control-inline {
    height: 34px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input.form-control-inline, input.form-control{
    padding: 10px;
}
select{vertical-align:middle !important;}
.form-label{
    padding: 8px 5px;
    font-size: 16px;
}
.btn-block{
    padding:6px;
    margin:10px 0;
}
.left-margin{
    margin-left:10px;
}
.top-margin5{
    margin-top:5px;
}
.spaced0{
    margin:0px;
}
.spaced20{
    margin:20px;
}
.spaced-left20{
    margin-left:20px !important;
}
.spaced-left15{
    margin-left:15px !important;
}
.spaced-left10{
    margin-left:10px !important;
}
.spaced-left5{
    margin-left:5px;
}
.spaced-vertical10{
    margin-top:10px;
    margin-bottom:10px;
}
.spaced10{
    margin:10px;
}
.spaced5{
    margin:5px;
}
.spaced0{
    margin:0px;
}
hr{
    margin:1px;
}
.indented{
    margin-left:20px;
}
.no-border{
    border:0px;
}

.tooltip {
    min-width: 200px;
}

.popover {
    min-width: 400px !important;
}

/* ログイン */
.login-container{
    width:850px;
    display: inline-block;
    margin-top:30px !important;
}

.login-logo{
    display: inline-block;
    background-image: url('../img/aeye_scan_logo.png?202404');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 300px;
    height: 60px;
    margin-top:30px;
    border-bottom:1px solid #700;
}

.login-form{
    width:380px;
    margin:10px !important;
}

.login-form input{
    width: 250px;
    margin:0 auto !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.login-form .btn{
    width: 200px !important;;
}

.login-announce{
    width:380px;
    margin:10px !important;
    min-height:253px;
}

/* パスワード */
.password-strength{
    height: 3px;
    width: 30px;
    margin-right: 1px;
    max-height: 3px;
    font-size: 1px;
    display: block;
    float:left;
    background-color: lightgray;
}
/* ダッシュボード */
.text-critical{
    color: #a00 !important;
}
.text-high{
    color: #a00 !important;
}
.text-medium{
    color: #c80 !important;
}
.text-low{
    color: #337ab7 !important;
}
.text-info{
    color: #000 !important;
}
.dropdown-menu .disabled, #report-modal .disabled, a.disabled, span.disabled {
    color: #999 !important;
    cursor: not-allowed;
}
.disabled img{
    opacity: 0.3;
}
img.disabled{
    opacity: 0.3;
}

.icon-sm{
    height:24px;
    filter: drop-shadow(0px 0px 6px rgba(255,255,255,0.6));
}
.icon-sm2{
    height:16px;
    filter: drop-shadow(0px 0px 2px rgba(255,255,255,0.6));
}
.icon-sm3{
    height:20px;
    filter: drop-shadow(0px 0px 2px rgba(255,255,255,0.6));
}
.icon-sm-button{
    height:20px;
    margin-top:-2px;
}
.icon-sm-control{
    height:18px;
    margin:-4px 4px 0 4px;
    cursor: pointer;
}
button .icon-sm-control{
    margin:-4px 0 0 0;
}
.icon-micro{
    height:12px;
    filter: drop-shadow(0px 0px 6px rgba(255,255,255,0.6));
}
.info-icon{
    margin-left:5px;
    margin-top:-4px;
    height:16px;
    filter: drop-shadow(0px 0px 6px rgba(255,255,255,0.6));
    width:16px;
}
.dropdown-menu.right {
    left:auto;
    right:0;
}
.dropdown-menu.right:before {
    left:auto !important;
    right:9px;
}
.dropdown-menu .right:after {
    left:auto !important;
    right:10px;
}

.margin-only-left {
    margin:-1px -1px -1px 20px;
}
.no-padding {
    padding:0px;
}


.crawl-result{
    min-width:800px;
}

.gray-overlay {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128,128,128,0.5);
    text-align: center;
    z-index: 1500;
}

.screen-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128,128,128,0.5);
    text-align: center;
}

.gray-overlay p{
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.browser-frame {
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
    width: 300px;
    height: 100%;
    text-align: center;
    padding:3px 3px 3px 3px;
    background-color: #eee;
    border: 1px solid gray;
    vertical-align: middle;
    border-radius: 8px;
    box-shadow:2px 2px 2px #aaa;
}

.browser-close-button {
    line-height:9px;
    width:12px;
    height:12px;
    border-radius: 6px;
    font-size: 4px;
    color: #333;
    background-image: linear-gradient(rgb(255, 59, 48) 0%, rgb(255, 59, 48) 50%, #e50 100%);
    float:left;
    margin:3px;
    cursor: pointer;
}

.browser-expand-button {
    line-height:9px;
    width:12px;
    height:12px;
    float:left;
    margin:3px;
    cursor: pointer;
}

.browser-header {
    padding: 3px;
    height: 50px;
    clear:both;
    overflow: hidden;
}

.browser-addrbar {
    text-align: left;
    background-color: #fff;
    width: 285px;
    white-space: nowrap;
    border-radius: 4px;
    overflow: hidden;
    padding-left: 8px;
}

.browser-title {
    text-align: left;
    padding-left: 10px;
    white-space: nowrap;
    float:left;
    width: 250px;
    overflow: hidden;
}

.browser-body {
    height: 100%;
    overflow: scroll;
    background-color: white;
    border-radius: 2px;
    overflow-x: hidden;
}

#image-zoom-img {
    border-radius: 3px;
}

/** 画面遷移図 */
#thumbnail-container {
    cursor:pointer;
    position:fixed;
    top:0px;
    right:0px;
    width:200px;
    height:150px;
    border:1px solid #aaa;
    background-color:white;
}

#thumbnail-current {
    position:absolute;
    border:1px solid red;
}

#scan-status-label-container {
    position:fixed;
    top:150px;
    right:0px;
    height:20px;
    color:black;
    padding: 0px 10px 0px 10px;
    margin: 2px;
    border: 1px solid #888;
    border-radius: 20px;
    background-color: #f0f0f0;
    clear: both;
}

#scan-status-label-container div{
    height:20px;
    float: left;
}

#scan-status-label-container .status-button{
    cursor:pointer;
    width:20px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
    margin-top: -2px;
}

#scan-status-label-container .status-button img{
    margin: 0px;
}

#screen_transition_container {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#screen_container {
    margin-right: 200px;
}

.transition-control-button {
    cursor:pointer;
    position:fixed;
    top:150px;
    right:0px;
    width:120px;
    height:20px;
    color:white;
    padding: 0px 0px 0px 10px;
    margin: 2px;
    border-radius: 20px;
    background-color: #5b5;
    clear: both;
}

.transition-control-button-light {
    border-radius: 20px;
    padding: 5px;
    margin: 5px 5px 0px 0px;
    font-size: 0px;
    background-color: #888;
    float: left;
}

#memo-text {
    width: 100%;
    height: 150px;
}

.nav{
    min-width:800px;
}
.nav li{
    min-width:150px;
}

/* nav li[data-menu-locale="en"] {
    width: 220px !important;
} */

.navbar-default {
    background-color: #fff;
}

.aeye-footer {
    padding-top:50px;
    clear: both;
}

.modal-footer .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

   
  /* Non-responsive overrides
   *
   * Utilize the following CSS to disable the responsive-ness of the container,
   * grid system, and navbar.
   */
   
  /* Reset the container */
  .container {
    min-width: 800px;
    max-width: none !important;
  }
   
  .wide-container {
    min-width: 800px;
    width: calc(100% - 20px);
    margin: 0 auto;
  }

   
  .container .navbar-header,
  .container .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
   
  /* Always float the navbar header */
  .navbar-header {
    float: left;
  }
   
  /* Undo the collapsing navbar */
  .navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
   
  .navbar-toggle {
    display: none;
  }
  .navbar-collapse {
    border-top: 0;
  }
   
  .navbar-brand {
    margin-left: -15px;
  }
   
  /* Always apply the floated nav */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding: 15px 5px 15px 5px;
  }
   
  /* Redeclare since we override the float above */
  .navbar-nav.navbar-right {
    float: right;
  }
   
  /* Undo custom dropdowns */
  .navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #428bca !important;
  }
  .navbar .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #999 !important;
    background-color: transparent !important;
  }
   

/* Toast */
.toast-container{
    width: 100%;
    text-align: center;
    position: fixed;
    top: 5px;
    left: 0px;
    z-index: 2000;
}
.toast{
    padding: 5px;
    background-color: gray;
    color: white;
    border: 1px solid gray;
    border-radius: 8px;
    display: inline-block;
}
.recentvul circle {
    fill:rgba(255,255,255,0);
    stroke:rgba(255,255,255);
}

#filter-extension option{
    height:10px;
}

.table td, .table th{
    border-bottom: 1px solid #ddd;
}

.small-table td, .small-table th{
    padding:2px !important;
}

.announce-badge {
    position:relative;
}

.announce-badge[data-badge]:after {
    content:attr(data-badge);
    position:absolute;
    top:10px;
    left:10px;
    font-size:.7em;
    background:rgb(231, 0, 0);
    color:white;
    width:18px;height:18px;
    text-align:center;
    line-height:18px;
    border-radius:50%;
    box-shadow:0 0 1px #333;
 }

.line-break {
    word-wrap: break-word;
    white-space: normal;
    display: block;
}

.comment-star{
	position:absolute;
	top:0px;
	left:182px;
}

#formedit-table *{
    vertical-align: center;
}

.scan-progress-container {
    height: 15px;
    width: 150px;
    border: 1px solid gray;
    overflow: hidden;
    z-index: 1;
}
.scan-progress {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    width: 150px;
    margin-top:-16px;
    position: relative;
    color:black;
    height: 16px;
    text-align: center;
}
.scan-progress:before, .scan-progress:after {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 300ms ease-out;
}
.scan-progress:before {
    z-index: 1;
    pointer-events: none;
}
@supports (mix-blend-mode: difference) {
    .scan-progress:before {
        background-color: white;
        mix-blend-mode: difference;
    }
}
.scan-progress:after {
    z-index: -1;
}
@supports (mix-blend-mode: difference) {
    .scan-progress:after {
        background-color: #833495;
    }
}

.switch-area {
    line-height    : 28px;
    letter-spacing : 0;
    font-size      : 11px;
    text-align     : center;
    position       : relative;
    width          : 65px;
    background     : #fff;
    cursor: pointer;
}

.switch-area input[type="checkbox"] {
    display        : none;
}

.switch-area label {
    display        : block;
    box-sizing     : border-box;
    height         : 28px;
    border         : 2px solid #999999;
    border-radius  : 14px;
}

.switch-area input[type="checkbox"]:checked +label {
    border-color   : #4da6ff;
}

.switch-area input[type="checkbox"]:disabled +label {
    border-color   : #999999;
}

.switch-area label span:after{
    content        : "OFF";
    padding        : 0 0 0 16px;
    color          : #999999;
}

.switch-area  input[type="checkbox"]:checked + label span:after{
    content        : "ON";
    padding        : 0 16px 0 0;
    color          : #4da6ff;
}

.switch-area  input[type="checkbox"]:disabled + label span:after{
    content        : "OFF";
    padding        : 0 16px 0 0;
    color          : #999999;
}

.switch-area  input[type="checkbox"]:disabled:checked + label span:after{
    content        : "ON";
    padding        : 0 16px 0 0;
    color          : #999999;
}

.switch-area * {
    cursor: pointer;
}

.sw-img {
    position       : absolute;
    width          : 20px;
    height         : 20px;
    background     : #999999;
    top            : 4px;
    left           : 4px;
    border-radius  : 10px;
    transition     : .2s;
    cursor: pointer;
    pointer-events: none;
}

.switch-area input[type="checkbox"]:checked ~ .sw-img {
    transform      : translateX(37px);
    background     : #4da6ff;
}

.switch-area input[type="checkbox"]:disabled ~ .sw-img {
    transform      : translateX(37px);
    background     : #999999;
}

.crawl-result-filter-extension::-webkit-scrollbar {
    display: none;
}

#httplog-modal {
    min-width: 610px;
}  

#http-log-container .textarea-container {
    min-width: 560px;
    width: 100%;
    padding:0px 20px 10px 20px;
}  

#http-log-container textarea {
    width: 100%;
    height: 300px;
    padding: 3px;
}

#access-setting-textarea-container textarea {
    width: 60%;
    height: 200px;
    padding: 3px;
    margin-left: 15px;
}

.access-setting-use-regexp-flg {
    display: inline-block;
    white-space: nowrap;
    margin-left:10px;
    padding: 0 4px 0 4px;
    font-size:90%;
    color:#ffffff;
    background-color:#1fa934;
    box-shadow: 0px 0px 3px gray;
    border-radius: 7px;
} 

/* report */
.report_service_logo{
    width:200px;
    height:150px;
    text-align: right;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}

.report_cover_background_preview{
    width:200px;
    height:280px;
    text-align: right;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
    border: 1px solid #ddd;
}

.report_cover_background{
    text-align: right;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
    padding: 0;
    position:absolute;
    top:-5mm;
    left:0;
    width:240mm;
    height:347mm;
}

/* 画面遷移図, report */
svg .text-critical{
    fill:#a00;
    cursor: pointer;
}
svg .text-high{
    fill:#f00;
    cursor: pointer;
}
svg .text-medium{
    fill:#c80;
    cursor: pointer;
}
svg .text-low{
    fill:#337ab7;
    cursor: pointer;
}

/* 画面遷移図 */
svg .line-critical{
    stroke:#a00;
}
svg .line-high{
    stroke:#f00;
}
svg .line-medium{
    stroke:#c80;
}
svg .line-low{
    stroke:#337ab7;
}
.monospace{
    font-family: Consolas, "Osaka−等幅", "Courier", Courier, Monaco, monospace, "ＭＳ ゴシック", "MS Gothic";
}

.debug {
    background-color: #666;
    color: white;
}
.debug a:link, .debug a:active, .debug a:visited{
    color: white;
}

.col-150 {
    padding-left:15px;
    padding-right:15px;
    width: 150px;
    float: left;
}

.col-215 {
    padding-left:15px;
    padding-right:15px;
    width: 215px;
    float: left;
}

.col-275 {
    padding-left:15px;
    padding-right:15px;
    width: 275px;
    float: left;
}

.col-500 {
    padding-left:15px;
    padding-right:15px;
    width: 500px;
    float: left;
}

.col-550 {
    padding-left:15px;
    padding-right:15px;
    width: 550px;
    float: left;
}

.col-600 {
    padding-left:15px;
    padding-right:15px;
    width: 600px;
    float: left;
}

.col {
    padding-left:15px;
    padding-right:15px;
    float: left;
    width: fit-content;
}

#slimfaq {
    visibility: hidden !important;
}

#asignee-list, #group-list, #scan-link-list, #vuln-link-list, #tag-list, #mention-list{
    background-color: white;
    padding:10px 0 10px 0;
    border-radius: 10px;
    border: 1px solid lightgray;
    overflow-y: scroll;
    z-index: 1;
}

#asignee-list-error, #group-list-error, #scan-link-list-error, #vuln-link-list-error {
    background-color: white;
    padding:10px;
    border-radius: 10px;
    border: 1px solid lightgray;
    z-index: 1;
}

#asignee-list div, #group-list div, #scan-link-list div, #vuln-link-list div, #tag-list div, #mention-list div {
    cursor:pointer;
    padding:2px 10px 2px 10px;
}

#asignee-list div:hover, #group-list div:hover, #scan-link-list div:hover, #vuln-link-list div:hover, #tag-list div:hover, #mention-list button:hover {
    background-color: lightgray;
}

#mention-list button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    line-height: normal;
    width:100%;
    height:24px;
    padding: 0 0 0 5px;
    text-align: left;
}

#wysiwyg-link-edit, #wysiwyg-file-edit, #wysiwyg-img-size {
    background-color: white;
    padding:5px;
    margin: 5px;
    border: 1px solid lightgray;
    position: absolute;
    z-index: 1;
}

#wysiwyg-link-edit div, #wysiwyg-file-edit div, #wysiwyg-link-edit button, #wysiwyg-file-edit button{
    margin:4px;
}

#wysiwyg-img-size button {
    padding: 0;
    height: 24px;
    width: 24px;
}

.wysiwyg-icon-plus, .wysiwyg-icon-minus {
    width: 7px;
    height: 7px;
    display: block;
    padding: 2px 0 0 4px;
    margin: 0;
}
.wysiwyg-icon-plus::before, .wysiwyg-icon-plus::after, .wysiwyg-icon-minus::before {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background:#000;
}
.wysiwyg-icon-plus::after {
    transform: rotate(90deg);
}

.markdown {
    overflow: hidden;
}

.markdown * {
    border-bottom: initial;
}

.markdown *:link {
    border-bottom: initial;
    color: unset;    
    text-decoration: unset;   
}

.markdown h1 {
    font-size: 24px;
}

.markdown h2 {
    font-size: 21px;
    padding: 0;
}

.markdown h3 {
    font-size: 18px;
}
.markdown h4, .markdown h5, .markdown h6 {
    font-size: 16px;
}

.markdown a:link, .markdown a:hover, .markdown a:visited {
    border-bottom: initial;
    color: #337ab7 !important;    
    text-decoration: initial;   
}

.markdown pre {
    border: 1px solid #ccc !important;
}

.markdown .mention {
    color:blue;
    background-color:#def;
}

.markdown img:not(class^=user-img){
    max-width:400px;
    max-height:400px;
}

.markdown .user-img1{
    max-width:100px;
    max-height:100px;
}
.markdown .user-img2{
    max-width:200px;
    max-height:200px;
}
.markdown .user-img3{
    max-width:300px;
    max-height:300px;
}
.markdown .user-img4{
    max-width:400px;
    max-height:400px;
}
.markdown .user-img5{
    max-width:500px;
    max-height:500px;
}
.markdown .user-img6{
    max-width:600px;
    max-height:600px;
}
.markdown .user-img7{
    max-width:700px;
    max-height:700px;
}
.markdown .user-img{
    max-width:800px;
    max-height:800px;
}

.wysiwyg-button-small {
    width:26px;
    height:26px;
    margin: 1px 2px 0 2px;
    padding: 0;
    white-space: nowrap;
}

#wysiwyg-body {
    height: auto;
    width: 90%;
    min-height: 250px;
    overflow-x: scroll;
}

#style-button {
    height:26px;
    margin: 1px 2px 0 2px;
    padding: 0 0 0 3px;
    white-space: nowrap;
}

#style-list button {
    cursor:pointer;
    height: 30px;
}

#style-list button:hover {
    background-color: lightgray;
}

#style-list button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    line-height: normal;
    width:100%;
    min-height:24px;
    padding: 0 0 0 5px;
    text-align: left;
}

#style-list:focus {
    outline: 0px;
}

#color-list button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    line-height: normal;
    width:14px;
    height:14px;
    margin:2px;
}

#color-list {
    position:absolute;
    background-color:white;
    border:1px solid gray;
    padding:3px;
}

.tabs {
    width: 100%;
    overflow: hidden;
    clear: both;
    padding-left:5px;
}

.tabs .tab {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid lightgray;
    width: 150px;
    font-size:14px;
    text-align: center;
    margin-left:5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    float:left;
    background-color: #eee;
    cursor: pointer;
}

.tabs .tab-selected {
    border-bottom: 1px solid white;
    background-color: white;
}

.tab-body {
    margin-top: -1px;
    border: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    border-radius: 2px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    padding: 5px;
}

#view-group-container {
    word-wrap: break-word;
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 4px;
}

#view-group-container div {
    display: inline-block;
    white-space: nowrap;
    margin: 2px 2px 2px 2px;
    padding: 0 4px 0 4px;
    font-size:90%;
    height:18px;
    border:1px solid gray;
    border-radius: 10px;
}

#tag-container, .tag-container {
    padding: 4px;
}
#tag-container form, .tag-container form {
    display: inline-block;
}
#tag-container div, .tag-container div {
    display: inline-block;
    white-space: nowrap;
    margin: 2px 2px 2px 2px;
    padding: 0 4px 0 4px;
    font-size:90%;
    height:19px;
    box-shadow: 0px 0px 3px gray;
    border-radius: 7px;
}

#tag-container img, .tag-container img {
    margin: -2px -2px 0 0;
}

.input-focus {
    border:1px solid #66afe9 !important;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

#view-group-input, #view-group-input:focus {
    border: 0px;
    outline:0;
    margin: 2px 4px 0px 4px;
}

.close-button{
    display:inline-block;
    width: 9px;
    height: 9px;
    position: relative;
    padding:-1px 2px 0 2px;
    cursor: pointer;
    font-family: sans-serif;
}

.status-text-common, .task-status-text-common {
    color: white;
    border-radius: 4px;
    padding: 2px 4px 2px 4px;
    font-size:12px;
}
.status-text-inactive, .status-text-wait, .status-text-crawl-error {
    background-color: indianred;
}

.status-text-crawled {
    background-color: green;
}

.status-text-crawl-paused {
    background-color: mediumseagreen;
}

.status-text-scan-paused {
    background-color: cornflowerblue;
}

.status-text-finished {
    background-color: gray;
}

.access-setting-remote-browser-row-upper td {
    border-bottom:0 !important;
}

.access-setting-remote-browser-row-under td {
    padding:0 10px 0 0 !important;
    border-top:0 !important;
}

.no-scrollbar{
    overflow-y: scroll;
    /* IE・Edge*/
    -ms-overflow-style: none;
    /* FireFox*/
    scrollbar-width: none;
  }
/* Chrome・Safar）*/
.no-scrollbar::-webkit-scrollbar{
    display:none;
}

input.chatgpt {
    accent-color: #0a0;
}

.btn-chatgpt {
    background-color: #080 !important;
    border-color: #040 !important;
    color: white;
}

.btn-chatgpt:hover, .btn-chatgpt:focus {
    background-color: #070 !important;
    border-color: #040 !important;
    color: white;
}

.btn, .flatpickr-calendar {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) !important;
    border-radius: 2px !important;
  }
  
  h2 {
    padding: 0.2em 0.5em 0.2em 0.5em;
    border-bottom: solid 3px #678;
    box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.1);
  }
  
  .subtitle {
    padding: 0.2em 0.5em 0.2em 0.5em;
    border-left: solid 5px #678;
    box-shadow: 6px 0px 5px -5px rgba(0, 0, 0, 0.1) inset;
  }
  h4.subtitle, h5.subtitle {
    margin-top: 0px; 
    margin-bottom: 5px; 
  }
  h5 {
    font-size: 16px;
    text-decoration-line: underline;
    text-decoration-color: gray;
  }
  
  .sub-container, .sub-container-text, .sub-container-box, .sub-container-submit-box {
    margin: 1.5em 0.5em 1.5em 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    border-radius: 2px !important;
  }
  
  .hover-card:hover {
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3);
  }
  
  .sub-container-text {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
  }
  
  .sub-container-box {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  
  .sub-container-box {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  
  .sub-container-submit-box {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  
  .navbar {
    position: fixed;
    top:0;
    left: 0;
    height:60px;
    border-radius: 0px;
    margin: 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 1000%;
  }
  
  .nav-spacer {
    margin-top: 70px; /* navbar用 */
  }
  
  .pagination {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  
  .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: white;
    font-weight: bold;
    background-color: #28d !important;
    border-color: #28d !important;
  }
  
  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #3377bb98 !important;
  }
  
  .navbar .navbar-nav .open .dropdown-menu > li > a:hover, .navbar .navbar-nav .open .dropdown-menu > li > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    font-weight: bold;
    background-color: #3377bb98 !important;
  }
  .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    font-weight: bold;
    color: white;
    background-color: #3377bb98 !important;
  }
  
  .screen-sm, .screen-md{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

  .required-mark {
    margin-left:4px;
    color:#DC143C;
  }

  .announce-detail-link-row, .user-announce-detail-link-col {
    cursor: pointer;
  }

  /* ドロップダウンボタンの矢印を非表示 */
  .dropdown-toggle::after {
    display: none;
  }