@charset "UTF-8";

html{
    font-size:12px;
}

:not(.layout-fixed) .main-sidebar {
    height: inherit;
    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;*/
/*}*/

#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: absolute;*/
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto auto auto -19px;
    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: 6px;
    height: 70px;
}
/*大きいボタン用*/
.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;
}
.table_user_select, .table_group_select{
    font-size: 9px;

}
.table_user_select thead td, .table_group_select thead td{
    padding-top: 1px;
    padding-bottom: 1px;
}
.table_user_select tbody td, .table_group_select tbody td{
    padding-top: 1px;
    padding-bottom: 1px;
}

.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_l{
    background-color: #3366FF !important;
    color: #fff !important;
}
.vl_m{
    background-color: #CCFF99 !important;
    /*color: #fff !important;*/
}
.vl_h{
    background-color: #FFFF00 !important;
}
.vl_c{
    background-color: #FF9900 !important;
    color: #fff !important;
}
.vl_e{
    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,.table_toolbar-ex2 {*/
/*    float: left;*/
/*    margin-bottom: 5px;*/
/*}*/

.table_toolbar_right_style {
    float: right;
    margin-bottom: 5px;
}

.table_toolbar_left_style {
    float: left;
    margin-bottom: 5px;
}


.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;
}
.vul_section p{
    margin-bottom: 1px;
}

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

/*@media (min-width: 1200px){*/
/*    .modal-xl {*/
/*        max-width: 1300px;*/
/*    }*/
/*}*/
button.dt-button, div.dt-button, a.dt-button{
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    border: 0;
}


.dropdown-item:focus, .dropdown-item:hover {
    background-color: #0080ff;
}

.elevation-3 {
    box-shadow: 0 0 0  rgba(0,0,0,.19),0 0px 0px rgba(0,0,0,.23)!important;
}

.ms-container{
    width:100%;
}
#id_role {
    border: 1px #eee solid;
    color: #555
}

.form-check-input li{
    display: inline;
}
.form-check-input li label{
    margin-right: 50px;
}


        @media print {
            body {
                display: table;
                table-layout: fixed;
                padding-top: 2.5cm;
                padding-bottom: 2.5cm;
                height: auto;
                -webkit-print-color-adjust: exact;
            }
            .footer-index{
                display: block;
            }
            .content-wrapper {
                background: #fff;
            }

    .A{ background-color: #007bff!important; color: #fff!important;}
    .B, .table td B{ background-color: #28a745!important; color: #fff!important;}
    .C{ background-color: #ffc107!important;}
    .D{ background-color: #dc3545!important; color: #fff!important;}
        }

table.dataTable td.dt-control:before {
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: inline-block;
    color: white;
    border: 0.15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New",Courier,monospace;
    line-height: 1em;
    content: "+";
    background-color: #31b131;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
    content: "-";
    background-color: #d33333;
}


.brand-link .brand-image {
    float: none;
}
