@charset "utf-8";

body {
  padding: 0;
  color: #666666;
  font-size: 15px;
  width: 960px;
  margin: 0 auto;
  background: #FFFFFF;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}

.w-body {
  width: 100%;
  margin: 0;
  min-width: 980px;
}

p,h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
}

h3 {
  font-size: 15px;
}

img {
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header {
  width: 940px;
  height: 60px;
  margin: 0 auto;
  margin-top: 15px;
}

.header {
  margin-top: 10px;
}

.w-header {
  width: 100%;
}

.header-list {
  margin-right: 40px;
  margin-left: 20px;
}

.account-info {
  line-height: 50px;
}

.logout {
  text-decoration: none;
}

.cur-pointer {
  cursor: pointer;
}

.login-page {
  width: 360px;
  padding: 8% 0;
  margin: auto;
}

#login-page {
  background: #e4e4e4;
}

.login-fail {
  color: #dc3545;
}

.login-success {
  color: #28a745; /* Bootstrapのsuccessカラー */
}

.login-info {
  color: #007bff; /* Bootstrapのprimaryカラー */
}

.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 20px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.form .login {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-weight: 300;
  color: #666666;
  padding-bottom: 30px;
}

.form label {
  font-family: "Roboto", sans-serif;
  outline: 0;
  width: 100%;
  border: 0;
  color: #666666;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  padding: 15px;
}

.form-input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.submit-new-password {
  background-color: #e87d3c;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  outline: 0;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.form button {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background-color: #e87d3c;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #d86119;
}
.form button a{
  text-decoration: none;
  color: #FFFFFF;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  /*color: #4CAF50;*/
  color: #e87d3c;
  text-decoration: none;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}

.menu-nav {
  background-color: #424242;;
  padding: 18px 0;
  color: #FFFFFF;
}

.menu-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-nav li {
  margin: 0 20px;
  font-size: 15px;
}

.menu-nav li:first-child {
   margin-right: auto;
}

#export_file {
  margin-right: 61px;
}

#wrap {
  clear: both;
  background-color: #616161;
}

.content {
  width: 940px;
  margin: 10px 10px 50px 10px;
}

.w-content {
  /* width: 1060px; */
  /* margin: 10px 10px 50px 10px; */
  /* width: 100%; */
  /* margin: 10px 0 50px 0; */
  margin-top: 10px;
}

footer {
  text-align: center;
  color: #4d4d4d;
  padding: 20px 0;
}

.login-footer {
  padding: 0 0 20px;
}

footer small {
  font-size: 14px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.main {
  width: 700px;
  padding: 25px 50px 0 40px;
  /* float: left; */
  background-color: #FFF;
  min-height: 800px;
}

.w-main {
  padding: 25px 40px 0 40px;
  background-color: #FFF;
  max-width: 1080px;
  min-width: 800px;
  min-height: 600px;
}

.main-overview {
  width: calc(100% - 190px);
}

.sidebar {
  width: 150px;
  padding: 35px 0;
  float: left;
  font-family: 'Roboto', sans-serif;
}

.sidebar-list {
  width: 150px;
  padding-top: 35px;
  font-family: 'Roboto', sans-serif;
  background-color: #616161;
}

.sidebar ul, .sidebar-list ul {
  line-height: 3;
  font-size: 15px;
  list-style: none;
}

.sidebar ul li, .sidebar-list ul li {
  width: 135px;
}

.sidebar ul a, .sidebar-list ul a {
  color: #FFF;
  text-decoration: none;
}

.sidebar ul span, .sidebar-list ul span {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}

.active-menu {
  background-color: #424242;
  padding-left: 9px;
  border-left: solid 6px #ff5252;
}

.not-active-menu {
  padding-left: 15px;
}

.status {
  /* float: left; */
  margin: 0 10px 0 0;
  width: 330px;
}

.vulne {
  /* float: right; */
  margin: 0 0 0 10px;
  /* width: 340px; */
  max-width: 650px;
  width: calc(100% - 340px);

}

.status-box {
  width: 330px;
  height: 300px;
  font-weight: bold;
  background: #FFF;
  border: solid 2px #dbdbdb;
  border-radius: 10px;
}

.box-title {
  border-left: solid 6px #ff5252;
  padding-left: 10px;
  font-size: 17px;
}

.graph-box {
  /* max-width: 590px; */
  height: 260px;
  padding: 30px 20px 10px 20px;
  font-weight: bold;
  color: #6091d3;
  background: #FFF;
  border: solid 2px #dbdbdb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.graph-box-number{
  padding-bottom: 0px;
  display: inline-block;
  width: 20%;
  top: 50%;
  left:0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  transform: translate(120px,-157px);
  /* z-index: -1; */
  /* &.block{
    display:block;
    position:static;
    margin-top:20px;
  }
  span{
    font-size: 2rem;
    font-weight: bold;
  } */
}

h2 {
  font-size: 17px;
}

.main-box {
  margin: 20px 0px 30px 0;
  /* padding-right: 3px; */
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
}

.status-img {
  width: 200px;
  height: 200px;
  padding: 30px 55px 5px 65px;
}

.status-msg {
  font-size: 18px;
  padding: 10px 0 0 10px;
  text-align: center;
}

.status-msg-no-result {
  text-align: center;
  margin-top: 139px;
}

.result-box {
  margin: 5px 0 30px 0;
  border-bottom: solid 2px #dbdbdb;
  padding-bottom: 10px;
}



/*see & fix page*/
th {
  padding:5px 15px;
  background-color: #e4e4e4;
}

td {
  padding: 5px 15px;
  font-size: 14px;
}

#vul-info tbody tr td:last-child {
  width: 420px;
}

.headers-content-key {
  width: 130px;
}

.headers-content-value {
  width: 477px;
  word-wrap: break-word;
}

.header-table {
  table-layout: fixed;
  width: 100%;
}

.topic-title {
  border-left: solid 6px #ff5252;
  padding-left: 10px;
  font-size: 16px;
}

/*see & fix(detail) page*/
.type {
  float: left;
}

.buttons {
  float: right;
}

.button-site-detail{
  float: left;
}

.btn a, button.btn-setting {
  background-color: #ff5252;
  color: #ffffff;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  /* width: 688px; */
  display: block;
  text-align: center;
  line-height: 60px;
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid #ff5252;
  text-decoration: none;
}

.btn a:hover, button.btn-setting:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #ff5252;
}

.rescan a, button.btn-setting {
  background-color: #ff5252;
  width: 150px;
  line-height: 35px;
  font-size: 16px;
  cursor: pointer;
}

.rescan-see-and-fix a {
  background-color: #ff5252;
  width: 100px;
  line-height: 35px;
  font-size: 16px;
  background-color: #ff5252;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ff5252;
  text-decoration: none;
}

.rescan-see-and-fix a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #ff5252;
}

.scan-button a {
  background-color: #ff5252;
}

.scan-button[disabled] a, .scan-button[disabled]:hover a, .scan-button[disabled]:active a {
  background-color: #dddddd;
  border-color: #ccc;
  color: #fff;
  cursor: default;
}

.rescan-btn[disabled] a, .rescan-btn[disabled]:hover a, .rescan-btn[disabled]:active a {
  background-color: #dddddd;
  border-color: #ccc;
  color: #fff;
  cursor: default;
}

.rescan-start-btn[disabled], .rescan-start-btn[disabled]:hover, .rescan-start-btn[disabled]:active {
  background-color: #dddddd;
  border-color: #ccc;
  color: #fff;
  cursor: default;
}

.btn-detail {
  margin-left: 55px;
}

.blue a {
  border: 1px solid #009cd3;
}

.blue a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #009cd3;
}

div.scroll {
  height: 300px;
  /* height: 200px; */
  overflow: scroll;
  resize: vertical;
}

.header-info {
  margin-top: 50px;
}

.num {
    overflow: hidden;
    background-color: #EEE;
    margin-top: 10px;
    margin-bottom: 15px;

}
 
.num ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
 
.num ul li {
    margin: 0 1px;
}
 
.num ul li span,
.num ul li a {
    display: block;
    font-size: 15px;
    padding: 0.6em 1em;
    border-radius: 3px;
}
 
.num ul li a {
    background: #EEE;
    color: #4285f4;
    text-decoration: none;
}

.num ul li.active a {
  padding: 8px 16px;
  text-decoration: none;
  background-color: #237aa5;
  color: white
}
 
.selected a {
  color: rgba(0,0,0,0.87);
}
.num ul li a:hover {
    text-decoration: underline;
}

.scaninfo input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 300px;
    border: 0;
    margin: 10px 10px 0px 0px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.scaninfo label {
    color: #666666;
/*.info-label {*/
    display: block;
    /*float: left;*/
    padding: 15px 0 15px 15px;
    width: 500px;
    margin: 10px 0 0 10px;
}

.scaninfo input[type="datetime-local"] {
    width: 200px;
}

div.scan-btn {
  margin-right: 20px;
  text-align: right;
}

.input-space {
  margin-top: 15px;
}

.input-submit {
  background-color: #ff5252;
  width: 100px;
  line-height: 35px;
  font-size: 16px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  display: block;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ff5252;
  text-decoration: none;
  cursor: pointer;
}

input.input-submit:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #ff5252;
}

.input-submit-inline {
  background-color: #52A8FF;
  width: 70px;
  line-height: 35px;
  font-size: 16px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #52A8FF;
  text-decoration: none;
  cursor: pointer;
}

.input-submit-inline:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #52A8FF;
}

table {
  margin-top: 20px;
}

.scan-table {
  /*border-collapse: collapse;*/
  color: #666666;
  /* width: 690px; */
  width: 100%;
  border: solid 2px #dbdbdb;
 /* border-top: solid 10px #237aa5;*/
  font-weight: bold;
  font-size: 15px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
}
.scan-table th, .scan-table td {
  /*border: 1px solid #F2F2F2;*/
  height: 40px;
  padding-left: 40px;
}
.scan-table tr:nth-child(even) {
  background: #F2F2F2;
}

.scan-table tr td:last-child {
  border-left: 2px solid #F2F2F2;
}

/* Style the tab */
.tab {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  font-family: "Roboto", sans-serif;
  background-color: inherit;
  font-size: 15px;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  height: 48px;  
  border-style: none;
}

.detail-icon {
  padding-bottom: 2px;
}

.icon-cell {
  display: flex;
  justify-content: space-between;
  max-width: 80px;
  margin: 0 auto;
}

#issue_type {
  margin-left: 15px;
  font-size: 20px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  font-size: 14px;
  display: none;
  padding: 20px 25px 0 25px;
  border: 1px solid #ccc;
  border-top: none;
}

pre {
  background: #F2F2F2;
  line-height: 1.2em;
  border: solid #DDDDDD 1px;
  padding: 10px;
  border-radius: 5px;
  font: 12px "Source Code Pro", "Courier New", monospace;
  overflow: auto;
  word-wrap: break-word
}

#howtofix {
  display: block;
}

.tech-detail-header {
  margin-left: 15px;
  margin-top: 15px;
}

.header-info .scroll {
  /* width: 690px; */
  border: 1px solid #ccc;
  padding-left: 10px;
  margin-top: 15px;
  padding-top: 10px;
}

.howtofix-box {
  margin-top: 50px;
  margin-bottom: 15px;
}

.menu-icon {
  margin-right: 12px;
  vertical-align: middle;
  height: 18px;
}

.plus-icon {
  margin-left: 5px;
  vertical-align: middle;
  color: #666;
  cursor: pointer;
}

.path-div {
  margin-bottom: 10px;
}

.path-setting label{
  font-size: 16px;
}

.path-setting {
  margin-left: 20px;
  margin-bottom: 5px;
  align-items: center;
}

.path-setting-zap label{
  font-size: 16px;
}

.path-setting-zap {
  margin-bottom: 5px;
  align-items: center;
}

.header-setting {
  display: flex;
  align-items: center;
}

.dropdown-icon {
  margin-right: 12px;
  vertical-align: middle;
  height: 25px;
  margin-bottom: 2.5px;
}

.menu-nav li.login-user {
  margin-right: 40px;
}

.hidden-box {
  display: none;
}

.scanning {
  width: 500px;
  color: #666666;
  display: block;
  float: left;
  padding: 15px 0 0px 15px;
  margin: 10px 0 0 30px;
}

.stop {
  height: 60px;
  display: block;
}

.stop a{
  background-color:　#ff5252;
}

.report-table{
  table-layout: fixed;
  width: 100%;
}

.report-table tr td {
  height: 40px;
}

.report-table-see-and-fix {
  table-layout: fixed;
  width: 100%;
}

.report-table-see-and-fix tr td {
  height: 40px;
}

.list-table{
  border-collapse: collapse;
  width: 100%;
}

.list-table th {
  padding: 10px
}

.list-table td {
  padding: 10px
}

.box-col {
  width: 20px;
  word-wrap: break-word;
  text-align: center;
}

.vul-col {
  width: 165px;
  word-wrap: break-word;
}

.url-col {
  width: 100px;
  word-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.url-col2 {
  width: 250px;
  word-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.arg-col {
  width: 95px;
  word-wrap: break-word;
}

.col-40 {
  width: 40px;
  word-wrap: break-word;
}

.col-60 {
  width: 60px;
  word-wrap: break-word;
}

.rescan-col {
  width: 65px;
  word-wrap: break-word;
}

.rescan-col-flex {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rescan-col-see-and-fix {
  width: 75px;
  word-wrap: break-word;
  text-align: center;
}

.severity-col {
  width: 50px;
  word-wrap: break-word;
  text-align: center;
  font-weight: bold;
}

.classification-col {
  /* width: 65px; */
  word-wrap: break-word;
  text-align: center;
  font-weight: bold;
}

.th-align-left {
  text-align: left;
}

.classification-col a {
  text-decoration: none;
}

#export_file:hover{
  text-decoration: underline;
  cursor: pointer;
}

.tebcontent-title {
  margin-top: 15px;
}

.dropbtn {
  background-color: #FFFFFF;
  font-size: 16px;
  border: none;
  cursor: pointer;
  line-height: 48px;
  font-family: "Roboto", sans-serif;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #FFFFFF;
  border: none;
  outline-color: rgba(0,0,0,0);
}

.urldropbtn {
  background-color: rgb(66, 66, 66);
  color: white;
  font-size: 15px;
  border: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
}

.urldropbtn-list {
  background-color: rgb(66, 66, 66);
  color: white;
  font-size: 15px;
  border: none;
  font-family: "Roboto", sans-serif;
}

.urldropbtn:hover, .urldropbtn:focus {
  background-color: rgb(66, 66, 66);
  border: none;
  outline-color: rgba(0,0,0,0);
  color: white;
}

.dropdown, .urldropdown{
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #F2F2F2;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.urldropdown-content{
  display: none;
  position: absolute;
  background-color: #FFF;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a,.urldropdown-content a {
  color: black;
  padding: 12px 24px 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover, .urldropdown a:hover {
  background-color: #ddd;
  border: none;
}

.show {display: block;}

.High {
  color: #ff7043;
}

.Med {
  color: #ffca28;
}

.Low {
  /*color: #ffca28;*/
  color: #8bc34a;
}

.Info {
  color: #40c4ff;
}

.severity-label {
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  padding: 4px 9px;
}

.High-label {
  background-color: #ff7043;
}

.Med-label {
  background-color: #ffca28;
}

.Low-label {
  background-color: #8bc34a;
}

.Info-label {
  background-color: #40c4ff;
}

.Safe-label {
  background-color: #8bc34a;
}

.logo-wrap {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.pt20{
  padding-top: 10px;
  padding-bottom: 10px;
}

.select-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    font-family: "Material-Design-Iconic-Font";
    content: '\f2f9';
    line-height: 43px;
    color: #7F878C;
    pointer-events: none;
}

.select-setting {
  width: 640px;
}

.schedule-detail {
  width: 150px;
  margin-right: 15px;
}

.auth-sec {
  margin-top:30px;
}

select {
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border:1px solid #ddd;
    width:100%;
    border-radius:3px;
}
select option{
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}

.input--style-1 {
    padding: 9px 0;
    outline: none;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 15px;
}

.input--style-site-list {
  padding: 10px 30px 10px 10px;
  outline: none;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: auto;
  font-size: 15px;
}

.input-group {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 2px solid #ccc;
}

.file-input-group {
  position: relative;
  margin-bottom: 30px;
  border-bottom: none;
}

.input-group-path {
  position: relative;
  border-bottom: 2px solid #ccc;
  width: 490px;
}

.input-group-path-zap {
  position: relative;
  border-bottom: 2px solid #ccc;
  width: 640px;
}

.input-group-checkbox {
  position: relative;
  margin-bottom: 30px;
}

.input-group-checkbox {
  position: relative;
  margin-bottom: 30px;
}

.input-group-header {
  position: relative;
  border-bottom: 2px solid #ccc;
  width: 300px;
}

.input-group-checkbox-reset {
  text-align: left;
}

.readonly-group {
  position: relative;
  margin-bottom: 30px;
}

.setting {
  padding-bottom: 50px;
}

.login-setting {
  margin-bottom: 30px;
}

#saml {
  margin-top: 10px;
}

.col-1 {
  width: 490px;
  margin-right: 40px;
}

.col-2 {
  width: 300px;
  margin-right: 40px;
}

.col-12 {
  width: 640px;
}

.row-space {
  display: flex;
}

.early-finish-wrap {
  text-align: right;
}

.early-finish {
  text-decoration: none;
}

.early-finish-wrap:hover {
  text-decoration: underline;
  cursor: pointer;
}

#vul-num {
  text-decoration: none;
}

.password-comment {
  text-align: left;
  font-size: 12px;
  display: block;
}

.input-group-select {
  position: relative;
  margin-bottom: 30px;
}

.alert-msg {
  color: #1d643b;
  background-color: #d7f3e3;
  border-color: #c7eed8;
  position: relative;
  padding: .75rem 1.25rem;
  margin: 1rem 0;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.table-site-detail {
  margin-left: 40px;
}

.table-site-detail tr td {
  width: 300px;
  font-size: 16px;
}

.ops {
  margin-bottom: 0px;
}

.table-translate-detail {
  margin-left: 40px;
}

.table-translate-detail tr td {
  width: 130px;
  font-size: 16px;
}

.table-translate-detail tr td:last-child {
  width: 520px;
}

.input-date {
  font-family: Arial, Helvetica, sans-serif;
}

.input-textarea {
  width: 500px;
  height: 100px;
  font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 10px;
  color: #666;  
}

.sort-icon {
  width: 15px;
  padding-left: 5px;
  vertical-align: middle;
}

.sort-icon2 {
  width: 10px;
  padding-left: 5px;
  vertical-align: middle;
}

.id-col {
  width: 20px;
  word-wrap: break-word;
  text-align: center;
}

.admin-flex {
  display: flex;
  justify-content: space-between;
}

.main-see-and-fix {
  /* width: 710px; */
  padding: 25px 40px 0 40px;
  /* float: left; */
  background-color: #FFF;
}

.fixed-img{
  width: 15px;
  vertical-align: middle;
  margin-right: 2px;
}

.site-list-btn {
  display: flex;
  justify-content: space-between;
}

.site-list-search-wrap {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.search {
  margin-left: 10px;
}

.input--style-search {
  padding: 9px;
  color: #666;
  outline: none;
  margin: 0;
  font-size: 15px;
  font-family: Arial;
}

.logo {
  width: 400px;
}

.flex-see-and-fix {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.select-label {
  vertical-align: -2px;
}

.stack-setting {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 400px;
}

.stack-setting-to-home {
  margin-top: 30px;
  display: block;
}

.hr-stack {
  margin-top: 10px;
  margin-bottom: 10px;
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  width: 630px;
  height: 0;
}

.stack-edit-link {
  text-decoration: none;
  margin-left: 10px;
}

.text-decoration-none {
  text-decoration: none;
}

.back-page {
  cursor: pointer;
  margin-top: 5px;
}

.back-page::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  margin-right: 5px;
  display: inline-block;
}

.back-page:hover {
  text-decoration: underline;
}

.message {
  position: relative;
  display: inline-block;
}
.message span.remark {
  display: none;
}
.message:hover .remark {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #666666;
  display: block;
  line-height: 1.2em;
  margin: 0.5em;
  padding: 10px;
  position: absolute;
  top: -29px;
  width: 12em;
  left: 23px;
  border: 1px solid #bdbdbd;
  min-width: 270px;
  max-width: 100%;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2);
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
}

.message-path {
  position: relative;
  display: inline-block;
}
.message-path span.remark {
  display: none;
}
.message-path:hover .remark {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #666666;
  display: block;
  line-height: 1.2em;
  margin: 0.5em;
  padding: 10px;
  position: absolute;
  top: -29px;
  left: 23px;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2);
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
  z-index: 1;
}

.message-path-pages:hover .remark {
  width: 245px;
}

.message-path-regex:hover .remark {
  width: 225px;
}

.message-auth-indicator:hover .remark {
  width: 240px;
}

.display-inline-block {
  display: inline-block;
}

.display-none {
  display: none;
}

.display-flex {
  display: flex;
}

.display-block {
  display: block;
}

.text-align-center {
  text-align: center;
}

.col-60 {
  width: 60px;
  word-wrap: break-word;
}

.help-icon {
  width: 20px;
  margin-left: 3px;
}

.vul-num-result {
  vertical-align: -2.5px;
  margin-right: 5px;
  font-size: 16px;
}

.hide-p {
  display: none;
}

.rescan-wrap {
  text-align: center;
}

.loader {
  display: inline-block;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #ff5252;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  margin-right: 15px;
}

.loader-table {
  display: inline-block;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #ff5252;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  animation: spin 2s linear infinite;
  margin: auto 5px;
}

.loader-table2 {
  display: inline-block;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #666;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  animation: spin 2s linear infinite;
  margin: auto 5px;
}

.refresh-icon {
  margin-left: 10px;
}

.fixed-msg {
  margin-left: 10px;
}

.refresh-icon-loading {
  margin-left: 5px;
  height: 100%;
  display: flex;
  justify-content: left;
}

.scan-date-cell {
  display: flex;
  justify-content: center;
  min-height: 21px;
  margin: 0 auto;
}

.scan-date-cell span {
  display: inline-flex;
  align-items: center;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.scanning-text-box {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.scanning-text {
  display: table-cell;
  vertical-align: middle;
  line-height: 33px;
  font-weight: bold;
}

.rescanning-text-box {
  display: flex;
  align-items: center;
}

.rescan-status {
  display: table-cell;
  vertical-align: middle;
  line-height: 40px;
}

.loader-rescan {
  margin-left: 15px;
  /* display: inline-block; */
  border: 3px solid #f3f3f3;
  border-top: 3px solid #ff5252;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  margin-right: 15px;
}

.loader-rescan2 {
  /* display: inline-block; */
  border: 3px solid #f3f3f3;
  border-top: 3px solid #ff5252;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  animation: spin 2s linear infinite;
}

.api-result {
  height: 600px;
  overflow-y: scroll;
  resize: vertical;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: #666;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* piechart関連 */
.channels-info {
  display: inline-block;
  width: calc(100% - 250px);
  margin-left: 70px;
  margin-top: -40px;
  margin-right: 10px;
}


.channels-info-item p {
  margin-bottom: 9px;
  font-size: 15px;
  opacity: .9;
}

.channels-info-item .channel-number {
  display: inline-block;
  float: right;
}

.legend-color {
  width: 20px;
  height: 20px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.25);
  position: relative;
  top: 31px;
  border-radius: 15px;
  left: -45px;
}

.progress {
  background: rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.channel-progress {
  height: 4px;
  width: 100%;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.15);
  box-shadow: none;
}

div.progress-legend {
  /* background: rgba(255,255,255,.2); */
  background-color: #dbdbdb;

}

.progress-bar.active, 
.progress.active .progress-bar {
animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
-webkit-animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.pie-chart {
  width: 250px;
  position: relative;
  min-height: 250px;
  float: left;
}

.pie-chart-text {
  width: 100%;
  height: 40px;
  line-height: 24px;
  text-align: center;
  font-size: 30px;
  /* color: #fff; */
}

.pie-legend-link {
  text-decoration: none;
  color: #666;
}

.mw-1280 {
  max-width: 1280px;
}

.checkbox-group {
  display: flex;
  align-items: center;
}

.stack-list {
  display: flex;
  flex-wrap: wrap;
}

.pietooltip {
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}
  
.pietooltip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}

.pietooltip {
  position: absolute;
  display: none;
}

.percent {
  display: inline-block;
  z-index: 2;
  font-size: 12px;
}

.site-num-result {
  margin-right: 5px;
}

.page-item.disabled {
  pointer-events: none
}

.page-item.disabled a {
  color: #666;
}

.table-section {
  min-height: 600px;
}

.auth-pass {
  font-size: 12px;
}

.row-path-setting {
  margin-left: 20px;
  margin-bottom: 20px;
  align-items: center;
}

.row-path-setting-zap {
  margin-bottom: 20px;
  align-items: center;
}

.add-on-setting {
  display: flex;
  align-items: center;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-right-5 {
  margin-right: 5px;
}

.align-items-center {
  align-items: center;
}

.setting-checkbox {
  display: flex;
  align-items: center;
}

.setting-checkbox .right-label {
  margin-left: 5px;
}

.checkbox-desc {
  font-size: 13px;
  margin: 5px 0 0 4px;
  margin-bottom: 30px;
}

.breadcrumbElm, .name-class {
  cursor: pointer;
  color: rgb(0, 0, 238);
}

.name-class {
  text-decoration: underline;
}

.breadcrumbList {
  margin-bottom: 10px;
}

.justify-contents-space-between {
  justify-content: space-between;
}

.site-detail-btn a {
  width: 100%;
  line-height: 35px;
  font-size: 16px;
  cursor: pointer;
  background-color: #52A8FF;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  display: block;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #52A8FF;
  text-decoration: none;
  padding: 0 5px;
}

.site-detail-btns {
  display: flex;
  gap: 15px;
} 

button.site-detail-btn  {
  width: 100%;
  line-height: 35px;
  font-size: 16px;
  cursor: pointer;
  background-color: #ff5252;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  display: block;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ff5252;
  text-decoration: none;
  padding: 0 5px;
}
