@charset "UTF-8";

html{
    font-size:12px;
}

:not(.layout-fixed) .main-sidebar {
    /*height: inherit;*/
    height: 1500px;
    min-height: 100%;
    position: fixed;
    top: 0;
}

.nav-sidebar>.nav-item .nav-icon.fas
,.nav-sidebar>.nav-item .nav-icon.far {
    font-size:1.3em;
    margin-right: 5px;
}
/*.fc-day-grid td div {*/
/*        height: 40px !important;*/
/*}*/
.card{
    overflow: auto;
}

#play_btn{
    color: #007bff;
    border-color: #007bff;
}
#id_limit{
    margin-top: 21px;
    padding: 0;
}

#id_limit li{
    display: inline;
}

select.form-control[multiple]{
    height:80%;
}
.circle{
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align:center;
  line-height: 15px;
    margin-top: 5px;
}
.searchclear {
    position: relative;
    right: -135px;
    top: -22px;
    /* bottom: 0; */
    height: 14px;
    /* margin-left: -14px; */
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}
#checkform ul {
  padding: 0;
}

#checkform ul li, #checkform ol li {
  color: #404040;
  /*border-left: solid 6px #1fa67a;!*左側の線*!*/
  border-bottom: solid 2px #dadada;/*下に灰色線*/
  background: white;
  margin-bottom: 5px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
  font-weight: bold;
}


#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
        z-index: 1100;
}

#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  /*background: url("[LoadingイメージのURL]") center center no-repeat;*/
    z-index: 1100;
    font-size: 30px;
}

.eventmodal i{
    font-size: 21px;
}
.eventmodal .input-group-prepend{
    height:29px;
}

#checkform input[type=checkbox]{
    margin-right: 3px;
}
.ui-timepicker-container {
    z-index: 99999!important;
}
.ui-timepicker-standard {
    border: none;
}

/* number-input と number-overlap をまとめるコンテナ */
.number-container {
    position: relative;
}

/* カンマ区切りにしたい input 要素 */
.number-input {
    position: relative;
}
/* 普段は z-index:1 で number-overlap の後ろに居る。色は被ってしまうので transparent */
.number-input:not(:focus) {
    z-index: 1;
    color: transparent;
}
/* フォーカス中は z-index:3 で number-overlap の前に来る。色も戻す */
.number-input:focus {
    z-index: 3;
    color: #555;
}

/* number-input に覆い被さる要素。 pointer-events:none でクリックを透過させる */
.number-overlap {
    position: absolute;
    top: 1px;
    left: 0px;
    display: inline-block;
    background: transparent;
    width: 100% !important;

    pointer-events: none;
    z-index: 2;
}
.custom_badge{
    font-size: 28px;
    font-weight: 400;
    position: absolute;
    right: -13px;
    top: -10px;
}

.custom_control_btn{
    width: 95px;
    background-color: #2473c1;
    color: #ffffff;
    font-size: 10px;
    height: 65px;
    margin: 5px 0 0px 8px;
    border-radius: 4px;
    padding: 9px 5px;
}
.custom_control_btn .fas, .custom_control_btn .far{
    font-size: 16px;
}
/*大きいボタン用*/
.btn-app-big {
    border-radius: 3px;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    color: #6c757d;
    font-size: 12px;
    height: 100px;
    margin: 0 0 10px 10px;
    min-width: 162px;
    padding: 32px 5px;
    position: relative;
    text-align: center;
}

.autocomplete-suggestions{
    background-color: #fff;
    border-radius: 3px;
    color: #495057;
    border: gray 1px solid;
}
.autocomplete-suggestion{
    border-radius: 3px;
    padding:5px;
}

.autocomplete-selected {
    background-color: #007bff;
    color:#fff;
}

.dataTable, #projectList, #estimateList{
    font-size: 13px;
    width:100%;
}
.dataTable td:not(.child),
#projectList td:not(.child), #estimateList td:not(.child){
    text-align: left;
    vertical-align: middle;
}

td .btn{
    margin-right: 3px;
}
/*.fc-time-grid-container .fc-event .fc-content{*/
/*    position: fixed;*/
/*}*/

.fc-week{
    height: 400px;
}
.fc-time-grid-event{
    max-width: 25%;
}
.fc-day-grid-event > .fc-content{
    white-space: normal;
}
.dtsp-panesContainer{
    display:none;
}

td.fc-sat {
    background-color: #edf4f9;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;

}
td.fc-sun, td.fc-hol {
    background-color: #fff5fa;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}
.fc-day-grid-event .fc-content {
    padding: 2.5px;
    /*background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);*/
    /*background-size: 1rem 1rem;*/

}
.fc td.fc-today{
    background-color: #72acff;
}

.holiday-name {
    width: 90px;
    font-size: 1rem;
    color: red;
}
.fc-toolbar h2 {
    color:#000;
}

/*オートコンプリート*/
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
    z-index: 1100;
}
#jquery-ui-autocomplete label {
    float: left;
    margin-right: 0.5em;
    color: black;
    font-size: 15px;
}

.dt-button-collection button.buttons-columnVisibility:before,
.dt-button-collection button.buttons-columnVisibility.active span:before {
display:block;
position:absolute;
top:1.2em;
left:0;
width:12px;
height:12px;
box-sizing:border-box;
}

.dt-button-collection button.buttons-columnVisibility:before {
content:' ';
margin-top:-6px;
margin-left:5px;
border:1px solid black;
border-radius:0px;
}

.dt-button-collection button.buttons-columnVisibility.active span:before {
content:'\2714';
margin-top:-11px;
margin-left:8px;
text-align:center;
text-shadow:1px 1px #DDD, -1px -1px #DDD, 1px -1px #DDD, -1px 1px #DDD;
}

.dt-button-collection button.buttons-columnVisibility span {
margin-left:8px;
}
secondary, se,
danger, da,
warning, wa,
info, in,
success, su,
purple, pu,
sky, sk
{
    display: inline-block;
    padding: .5em .4em;
    font-size: 100%;
    /*font-weight: 300;*/
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 5px;

}
secondary, se {
    color: #000;
    background-color: #6c757d;
}
danger, da {
    color: #fff;
    background-color: #dc3545;
}
dat{
    color: #dc3545;
}
warning, wa{
    color: #000;
    background-color: #ffc107;
}
wat{
    color: #ffc107;
}
info, in{
    color: #fff;
    background-color: #17a2b8;
}
int{
    color: #17a2b8;
}
success, su{
    color: #fff;
    background-color: #28a745;
}
sut{
    color: #28a745;
}

purple, pu{
    color:#fff;
    background-color: purple;
}
sky, sk{
    color: #fff;
    background-color: #7abaff;
}
.accuracy da,
.accuracy wa,
.accuracy in,
.accuracy su
{
    border-radius: 20px;
    width: 29px;
}

.left_title{
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: unset;
    }
}
@media (max-width: 575.98px){
    .fc-toolbar .fc-left {
        -ms-flex-order: 1;
        order: unset;
        margin-bottom: unset;
    }
    .fc-toolbar {
        -ms-flex-direction: unset;
        flex-direction: unset;
    }

}

.vl_i, vl_info{

}
.vl_l, vl_low{
    background-color: #3366FF !important;
    color: #fff !important;
}
.vl_m, vl_medium{
    background-color: #CCFF99 !important;
    /*color: #fff !important;*/
}
.vl_h, vl_high{
    background-color: #FFFF00 !important;
}
.vl_c, vl_crirical{
    background-color: #FF9900 !important;
    color: #fff !important;
}
.vl_e, vl_emergency{
    background-color: #FF0000 !important;
    color: #fff !important;
}
.info-box .info-box-icon {
    border-radius: .25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 422px;
}

/* ================ CVSS ================ */
DIV#cvss {
  display:  none;
}
TABLE.cvss {
    width:100%;
/*  width:                70%;
  margin:               0 auto 1em auto;
  background-color:     #FFFFFF;
  font-size:            90%;
  box-shadow:           0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow:      0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow:   0px 0px 0px rgba(0, 0, 0, 0);
  -o-box-shadow:        0px 0px 0px rgba(0, 0, 0, 0);
  -ms-box-shadow:       0px 0px 0px rgba(0, 0, 0, 0);*/
}
TABLE.cvss TH {
  width:            34%;
  padding:          2px 4px;
  text-align:       center;
  vertical-align:   middle;
  color:            #FFFFFF;
  background-color: #696969;
}
TABLE.cvss TD {
  width:            22%;
  padding:          2px 4px;
  text-align:       center;
  vertical-align:   middle;
  color:            #CCCCCC;
  background-color: #FFFFFF;
  font-weight:      bold;
}
TABLE.cvss TH.cvss_base_score_title {
  font-size:120%;
}
TABLE.cvss SPAN.cvss_base_score_value {
  font-size:120%;
}
TABLE.cvss TD.cvss_sc_default {
  background-color: #FFFFFF;
}
TABLE.cvss TD SPAN.cvss_sc_default {
  color: #CCCCCC;
}

TABLE.cvss TD.cvss_sc_high {
  background-color: #FFFF00;
}
TABLE.cvss TD SPAN.cvss_sc_high {
  color: #FF0000;
}

TABLE.cvss TD.cvss_sc_medium {
  background-color: #FFFF00;
}
TABLE.cvss TD SPAN.cvss_sc_medium {
  color: #FF9900;
}

TABLE.cvss TD.cvss_sc_low {
  background-color: #FFFF00;
}
TABLE.cvss TD SPAN.cvss_sc_low {
  color: #0000FF;
}

TABLE.cvss TD.cvss_default {
  background-color: #FFFFFF;
}
TABLE.cvss TD SPAN.cvss_default {
  color: #CCCCCC;
}

TABLE.cvss TD.cvss_strong {
  background-color: #FFFF00;
}
TABLE.cvss TD SPAN.cvss_strong {
  color: #000000;
}

.table_toolbar, .table_toolbar-ex {
    float: left;
    /*margin-bottom: 18px;*/
    /*height: 20px;*/
}

.table_toolbar2 {
    float: right;
}

.modal-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    margin: auto;
    pointer-events: none;
}
.modal-content {
    pointer-events: all;
}

.new, .new td, .warning{
    color:#ff0000;
}
.duplication, .duplication td{
    color:#008000;
}

.vul_section_large{
    height:500px;
}
.vul_section_small{
    height:70px;
}

.vul_section{
    overflow: auto;
    border: 1px solid #ced4da;
    background-color: #e9ecef;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    padding:7px;
    word-break: break-all;
}
.vul_section p{
    margin-bottom: 1px;
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .nav-sidebar .nav-header {
        display: inline-block;
    }
}

#header_login_user{
    position: absolute;
    right: 0px;
    top: 9px;
}
.table thead th{
  border-bottom: solid 2px #b0d4fb;
  padding: 10px 0;
}

.bg-blue-custom{
    background-color: #2473c1!important;
    color: white!important;
}

.bg-gray-custom{
    background-color: #ccc!important;
    color: black!important;
}

.custom_menu_height{
    height: 2300px;
}

#progress_url{
    white-space: break-spaces;
    word-break: break-all;
}
@media (min-width:1200px)
{
    .modal-2xl{max-width:1400px}
}

.control-btn{
    border-color: #000;
}
.control-btn-blue{
    color: #007bff;
    border-color: #007bff;
}

.overflowText {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
}

.cvss-box{
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 0.25rem;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 30px;
    padding: 0.5rem;
    position: relative;
}

.bg-orange{
    color: #ffffff!important;
}

#id_day_of_the_week{
    display: flex;
    height: 57px;
}

#id_day_of_the_week label{
    margin-right: 20px;
}

  /* custom yellow line highlight */
  .enlighter-t-enlighter div.enlighter>div.enlighter-special {
    background-color: #ffc107!important;
  }

  .small-box p{
      font-size: 0.9vw;
      white-space:nowrap!important
  }

  .announcement{
      position: fixed;
      right: 10px;
      /*top:20px;*/
      max-height: 90%;
      overflow: auto;
      width: 530px;
  }

  .text-break-all{
    word-break: break-all;
  }
