@charset "UTF-8";
/*  2021/07/01 オリゾン SmB_V2.0 No1~9 START */
@media (max-width: 1725px) {
    .sidebar-mini:not(.sidebar-collapse) .main-header .message-alarm #newAlarm{
        display: none !important;
    }
    .sidebar-mini:not(.sidebar-collapse) .main-header .message-alarm #newAlarmAbbr{
        display: block !important;
    }
} 

@media (max-width: 1445px) {
    .sidebar-mini:not(.sidebar-collapse) .main-header .message-alarm {
        display: none !important;
    }
}

@media (max-width: 1250px) {
    .sidebar-mini:not(.sidebar-collapse) .main-header .datetime {
        display: none !important;
    }
} 

@media (max-width: 1095px) {
    .sidebar-mini:not(.sidebar-collapse) .main-header .icon-alarm {
        display: none !important;
    }
}

@media (max-width: 515px) {
    .sidebar-mini:not(.sidebar-collapse) .main-header .separator-line {
        display: none !important;
    }
}

@media (max-width: 515px) {
    .main-header .separator-line {
        display: none !important;
    }
}

@media (max-width: 1710px) {

    .main-header .message-alarm #newAlarm{
        display: none !important;
    }
    .main-header .message-alarm #newAlarmAbbr{
        display: block !important;
    }
}

@media (max-width: 1445px) {
    .main-header .message-alarm {
        display: none !important;
    }
}

@media (max-width: 1075px) {
    .main-header .icon-alarm {
        display: none !important;
    }
}

@media (max-width: 1230px) {
    .main-header .datetime {
        display: none !important;
    }
}
/*  2021/07/01 オリゾン SmB_V2.0 No1~9 END */

@media (max-width: 767px) {
    
    .sidebar-mini:not(.sidebar-open) .main-header .sidebar-toggle:before {
        display: inline-block;
        height: 22px;
        width: 22px;
        -webkit-mask: url(/images/smb/A01_01_menu_close.svg) no-repeat 50% 50%;
        mask: url(/images/smb/A01_01_menu_close.svg) no-repeat 50% 50%;
        -webkit-mask-size: cover;
        mask-size: cover;
        vertical-align: middle;
    }
    .sidebar-mini .main-header .sidebar-toggle:before {
        display: inline-block;
        height: 22px;
        width: 22px;
        -webkit-mask: url(/images/smb/A01_02_menu_open.svg) no-repeat 50% 50%;
        mask: url(/images/smb/A01_02_menu_open.svg) no-repeat 50% 50%;
        -webkit-mask-size: cover;
        mask-size: cover;
        vertical-align: middle;
    }
    /* 2020/08/10 オリゾン A20200810 SmB Step1.5 追加改善対応 No26 START */
    .main-header .logo {
        display: none !important;
    }
    /* 2020/08/10 オリゾン A20200810 SmB Step1.5 追加改善対応 No26 END */
}
/* 2020/08/10 オリゾン A20200810 SmB Step1.5 追加改善対応 No26 START */
.skin-blue .main-header .logo {
    background-color: unset !important;
    padding: 0px !important;
}
/* 2020/08/10 オリゾン A20200810 SmB Step1.5 追加改善対応 No26 END */
@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-header .sidebar-toggle:before {
        display: inline-block;
        height: 22px;
        width: 22px;
        -webkit-mask: url(/images/smb/A01_01_menu_close.svg) no-repeat 50% 50%;
        mask: url(/images/smb/A01_01_menu_close.svg) no-repeat 50% 50%;
        -webkit-mask-size: cover;
        mask-size: cover;
        vertical-align: middle;
    }
    .sidebar-mini:not(.sidebar-collapse) .main-header .sidebar-toggle:before {
        display: inline-block;
        height: 22px;
        width: 22px;
        -webkit-mask: url(/images/smb/A01_02_menu_open.svg) no-repeat 50% 50%;
        mask: url(/images/smb/A01_02_menu_open.svg) no-repeat 50% 50%;
        -webkit-mask-size: cover;
        mask-size: cover;
        vertical-align: middle;
    }
     /* 2020/08/10 オリゾン A20200810 SmB Step1.5 追加改善対応 No26 START */
    .sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
     /* 2020/08/10 オリゾン A20200810 SmB Step1.5 追加改善対応 No26 END */
}

.main-header .sidebar-toggle:before {
    content: "" !important;
}

.sidebar-mini .main-header .sidebar-toggle:before {
    background-color: #FFFFFF;
}

.main-header .navbar .sidebar-toggle:hover {
    background-color: #3c3c3c !important;
}

.sidebar-toggle{
    display: block;
}

.main-header .navbar-custom-menu li {
    line-height: 60px;
    height: 60px;
}

.main-header span.header-title{
    color: #ffffff !important;
    font-size: 22px;
    line-height: 60px;
    height: 60px;
    width: 220px;
    display: block;
}

.main-header span.header-title2{
    color: #ffffff !important;
    font-size: 18px;
    line-height: 60px;
    height: 60px;
}

/* .main-header {
    z-index: 100 !important;
} */

.main-header {
    /* position: fixed; */
    top: 0;
    right: 0;
    left: 0;
    /* height: 60px !important; */
}

.container-fluid {
    /* height: calc(100vh - 50px); サイドメニュー対応 */
    /* width: calc(100vw - 60px); サイドメニュー対応*/
    overflow-x: auto;
    overflow-y: visible;
}

.container-fluid > div {
    min-width: 1850px;
    max-width: 1850px;
}

.header-space {
    margin-bottom: 10px;
}

.main-header {
    top: 0;
    right: 0;
    left: 0;
}

.btn.unpressed
 {
  cursor: pointer;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.pin.pin-hide {
    display: none !important;
}

body {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic !important;
    font-size: 22px !important;
    color: #5a5a5a;
}
/* H1 - H6 font */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic !important;
}

.main-header .logo {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic !important;
}


.box-header .box-title-small {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    line-height: 1;
}
/* 2020/08/24 オリゾン SmB受入障害対応 障害番号636-2 ADD START */
.box-title-small {
    /* padding-right: 55px; */
    width: 89%;
}
/* 2020/08/24 オリゾン SmB受入障害対応 障害番号636-2 ADD END */
.timeline>li>.timeline-item>.timeline-header-small {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 14px;
    line-height: 1.1;
}

.timeline>li>.timeline-item>.timeline-body-small, .timeline>li>.timeline-item>.timeline-footer-small
    {
    padding: 6px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
vertical-align: middle;
}
.vertical-align-middle {
    vertical-align: middle;
}

.modal-90w {
    width:90% !important;
}
.modal-90h {
    min-height: 90vh !important;
}

.modal-open .modal{
    overflow: auto;
}

@media ( min-width : 992px) {
    .modal-smg-lg {
        width: 90vw;
    }
}

.label__todo {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 110%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: .25em;
}

.label-danger select, .label-danger option {
    color: #000 !important;
}

.nav-tabs-custom.nav-tabs-custom-success>.nav-tabs>li.active {
    border-top-color: #00a65a;
}

.card-margin-all{
    margin-top: 10px !important;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.card-margin-right{
    margin-right: 10px;
}
.card-margin-right-bottom{
    margin-right: 10px;
    margin-bottom: 10px;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.select-placeholder {
    color: #CCC;
}
.smblink {
    color: #3c8dbc;
}
.smb-bg-light-purple {
    background-color: #D9DBF7;
}

.timeline>li:before{
    content: '';
    position: absolute;
    top: 0;
    height: 56px;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px;
}
.header-center {
  display: inline-block;
    float: none;
  text-align: center !important;
}

.hedder-disabled {
  pointer-events: none;
}

/* 多階層メニューの実現 hover */
.dropdown-submenu {
  position: relative;
}

.dropdown-menu {
  border-color: #bebebe;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

/* .dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
} */

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* 多階層メニューの実現 click */
.dropdown-submenu2 {
  position: relative;
}

.dropdown-submenu2 .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

@media print {
    @page {
        size: A4 landscape;
        margin: 0;
    }

    /* 存在するが非表示 */
    .modal-open {
        visibility: hidden;
    }

    /* 存在なし */
    .modal-open .content-wrapper, .modal-open .modal-footer, .modal-open .close {
        display: none;
    }

    .modal {
        position: absolute;
        left: 0  !important;
        top: 0  !important;
        margin: 0;
        padding: 0;
        visibility: visible;
        /**Remove scrollbar for printing.**/
        overflow: visible !important;
    }

    .modal-dialog {
        /**Remove scrollbar for printing.**/
        overflow: visible !important;
    }

    .modal-content .modal-header .modal-body {
        overflow: visible !important;
    }

    .modal-90w {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

.main-header .navbar {
    background-color: #3c3c3c !important;
}
.main-sidebar {
    background-color: #141414 !important;
 }
.content {
    background-color: #d7d7d7 !important;
}
.white-bg{
    background:#ffffff !important;
}

.fa-bell-ok {
    color: #51a07c;
    padding-right:5px;
}
.fa-bell-err {
    color: #ffffff;
    padding-right:5px;
}

.Alert-err-bc {
    background-color: #dc2828 !important;
} 


.HeaderAlert {
    /* border-top: #e64b4b solid 6px; */
    /* border-bottom: #e64b4b solid 6px; */
    padding: 8px;
    /* border-image: url(../../images/smb/shimashima3.png) 24 24 round; */
    /* border-color: #e64b4b; */
    font-size: 22px;
    color: #ffffff;
    margin: 0 0 0 0 !important;
    line-height: normal;
}

.HeaderAlertNum {
    /* border-top: #e64b4b solid 6px; */
    /* border-bottom: #e64b4b solid 6px; */
    padding: 10px;
    /* border-image: url(../../images/smb/shimashima3.png) 24 24 round; */
    /* border-color: #e64b4b; */
    font-size: 22px;
    color: #ffffff;
    margin: 0 0 0 0 !important;
    display: flex;
}

.AlertBadge {
    display: inline-block;
    /* min-width: 10px; */
    width: 8px;
    height: 8px;
    padding: 2px 4px 2px 4px;
    font-size: 6px;
    font-weight : 300;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    /* background-color: #0f73e6; */
    border-radius: 10px;

}

/* インジケータ */
.ul-Indicator {
    width: 800px !important;
}

.Indicator-table {
    width: 100% !important;
}
.Indicator-table th{
    border: solid 0px #e6e6e6 !important;
}
.Indicator-table tbody td{
    font-size: 16px !important;
    border-top: solid 1px #e6e6e6 !important;
    border-bottom: solid 1px #e6e6e6 !important;
    border-left: solid 0px #e6e6e6 !important;
    border-right: solid 0px #e6e6e6 !important;
}

/* ドリル信号選択 */
span.drilselect {
    color: #28a0dc!important;
    font-weight: bold!important;
}

/* BoardCardドロップダウンメニューの色変更の確認 */
.box-header>.box-tools .dropdown-menu>li>a {
    color: #5a5a5a!important;
    font-size: 22px!important;
}

.box-header>.box-tools .dropdown-menu>li>a.disabled {
    color: #3c3c3c!important;
    font-size: 22px!important;
}

.box-header>.box-tools .dropdown-menu>li>a.disabled:hover {
    background-color: #e6e6e6 !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #e6f5fa !important;
}
.dropdown-menu>li.disabled>a.disabled {
    color: #3c3c3c!important;
    font-size: 22px!important;
}
.dropdown-menu>li.disabled>a.disabled:hover {
    background-color: #e6e6e6 !important;
}
.dropdown-submenu.SmbUsed>a {
    color: #3c3c3c!important;
    font-weight: bold!important;
}
.dropdown-submenu.SmbUsed>ul.dropdown-menu>li.SmbSelected {
    color: #28a0dc!important;
    border-left: 3px solid transparent;
    border-left-color: #28a0dc!important;
    font-weight: bold!important;
}
.dropdown-submenu.SmbUsed>ul.dropdown-menu>li.SmbSelected>a {
    color: #28a0dc!important;
    font-weight: bold!important;
}


/* SideBarメニューの色変更の確認 */
.sidebar .sidebar-menu  a{
    /* font-size: 22px !important; */
    font-size: 18px !important;
    color: #ffffff !important;
    fill: #ffffff !important;
}

/* .sidebar-menu>li>.treeview-menu>li {
  margin-left: 15px !important;
} */

.sidebar-menu.tree>li>ul>li{
  /* margin-left: 22px !important; サイドメニュー対応*/
  margin-left: 5px !important;
}
/* サイドメニュー対応*/
main {
    /* height: calc(100vh - 50px); */
    width: 100vw;
    /* margin-top: 50px; */
    /* overflow-y: visible; */
}

/* サイドメニュー対応*/
.content {
    height: calc(100vh - 50px);
    /* width: calc(100vw - 50px); */
    width: 100%;
}

.treeview-menu .treeview-menu {
     /* サイドメニュー対応*/
    padding-left: 24px !important;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span {
  /* margin-left: -10px !important; サイドメニュー対応*/
  padding-left: 0px !important;
}

.sidebar-menu li>a>.pull-right-container{
     /* サイドメニュー対応*/
    right: 0px !important;
}

li.treeview>a:hover, li.treeview>a>span:hover, li.treeview>ul.treeview-menu>li>a:hover , li.top>a:hover{
  background-color: #14506e !important;
}

.sidebar-menu  .treeview.menu-open:not(.active)>a{
    color: #ffffff !important;
}
.sidebar-menu  .treeview-menu>a{
    color: #ffffff !important;
}
.sidebar-menu>li>a, .sidebar-menu>li>ul {
  background-color: #141414 !important;
  margin: 0;
}
.sidebar-menu>li.active>a {
    border-left-color: #64c3fa !important;
    color: #64c3fa !important;
    fill: #64c3fa !important;
    font-weight: bold !important;
}
.sidebar-menu>li.active>a:not(:hover) {
  background-color: #141414 !important;
}
.sidebar-menu>li.active>a:hover {
  background-color: #14506e !important;
}
/*.sidebar-menu>li:hover,.sidebar-menu>li:hover>a,.sidebar-menu a:hover{
    background-color: #14506e !important;
}*/

.sidebar-menu .treeview-menu>li.active>a {
    border-left: 3px solid transparent;
    border-left-color:#64c3fa !important;
    color: #64c3fa !important;
    fill: #64c3fa !important;
    font-weight: bold!important;
}

/* ボタンの検証 */
.btn-smb {
    color: #5a5a5a !important;
    font-size: 22px !important;
    background-color: #ffffff !important;
    box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.3);
    border-radius: 6px !important;
    height: 48px;
    min-width: 136px;
}

.btn-svg {
    min-width: 48px!important;
    width: 48px!important;
}

.dialog-btn-smb {
    /* min-width: 140px!important;
    margin-left: 20px!important; */
}

.btn-smb:hover, .btn-smb:focus {
    color: #5a5a5a !important;
    font-size: 22px !important;
    background-color: #ffffff !important;
    box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.5);
    border-radius: 6px !important;
    height: 48px;
    outline: none !important;
}

.btn-smb:active {
    color: #5a5a5a !important;
    font-size: 22px !important;
    background-color: #ffffff !important;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.3);
    border-radius: 6px !important;
    height: 48px;
}

.btn-smb.pressed {
    color: #5a5a5a !important;
    font-size: 22px !important;
    background-color: #ffffff !important;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.3);
}
.btn-smb.disabled {
    color: #c8c8c8 !important;
    font-size: 22px !important;
    background-color: #ffffff !important;
    border-color: #f0f0f0 !important;
}

.btn-smb:disabled {
    color: #c8c8c8 !important;
    font-size: 22px !important;
    background-color: #ffffff !important;
    border-color: #c8c8c8 !important;
    cursor: auto !important;
    box-shadow: none!important;
}

/* Selectボックスの検証 */
.form-group-lg select.form-control {
    height: 50px !important;
    line-height: 50px !important;
}
.select-smb {
    color: #787878 !important;
    font-size: 22px !important;
    border-color: #f0f0f0 !important;
    border-radius: 6px !important;
}
select option:checked{
    color: #28a0dc !important;
    font-weight: bold !important;
}

/* プルダウンをdropdownで実施 */
.dropdown-container {
  float:right;
  height:60px;
}
.position-dropdown-controller {
  position: absolute;
  right:0;
}

.position-dropdown-controller>.dropdown-toggle,
.position-dropdown-controller>.dropdown-menu {
  width: 100%;
  min-width: 0;
}

.position-dropdown-controller>.dropdown-toggle {
  text-align: right;
}

.position-dropdown-controller>.dropdown-menu {
  height: 0;
  text-align: center;
  display: block !important;
  visibility: hidden;
  position: relative;
  float: none;
}

.position-dropdown-controller>.open .dropdown-menu {
  display: block !important;
  visibility: visible;
  height: auto;
}
.position-dropdown-controller>.dropdown>*{
    color: #787878 !important;
    font-size: 22px !important;
    border-color: #f0f0f0 !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
    width: "100%" !important;
}
.position-dropdown-controller>.dropdown>.dropdown-menu>li.active{
    border-left: 3px solid #28a0dc !important;
    background-color: #ffffff !important;
}
.position-dropdown-controller>.dropdown>.dropdown-menu>li.active>a{
    color: #28a0dc !important;
    font-weight: bold !important;
    background-color: #ffffff !important;
}


/* Tableの検証 */
table tbody tr.selected>td {
    font-weight: bold !important;
    background-color: #000000 !important;
    color: #ffffff!important;
}
.table>tbody>tr:nth-child(odd) {
  background-color: #f0f0f0 !important;
}
.table>tbody>tr:nth-child(even){
  background-color: #ffffff !important;
}
table thead th {
    color: #787878 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border: solid 1px #e6e6e6 !important;
}
table tbody td {
    color: #5a5a5a !important;
    font-size: 22px !important;
    border: solid 1px #e6e6e6 !important;
}
table tbody td input{
    color: #000000 !important;
}
.table.table-bordered.table-hover.table-striped>tbody>tr:hover {
    background-color: #f7fcfe !important;
}

/* タブの検証 */
.nav-tabs-custom>.nav-tabs {
    border-bottom-color: #f0f0f0 !important;
    border-bottom-width: 2px !important;
}
.nav-tabs-custom>.nav-tabs>li.active {
    border: solid #f0f0f0 !important;
    border-width: 3px 3px 0 3px !important;
}
.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li.active:hover>a {
    background-color: #ffffff !important;
    color: #28a0dc ! important;
    font-size: 22px !important;
    font-weight: bold !important;
}
.nav-tabs-custom>.nav-tabs>li>a, .nav-tabs-custom>.nav-tabs>li:hover>a {
    background-color: #f0f0f0 !important;
    color: #787878 !important;
    font-size: 22px !important;
}

/* 入力フォームの検証 */
.input-smb-lg::placeholder {
    color: #c8c8c8 !important;
    font-size: 22px !important;
}
.input-smb-lg {
    color: #000000 !important;
    font-size: 22px !important;
    border: 1px solid #bebebe !important;
    height: 37px;
}

.input-smb-lg:disabled {
    color: #5a5a5a !important;
}

/* サイドバーの幅の設定 */

@media (min-width: 768px) {
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar:hover{
      background-color: transparent;
    }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse ul.sidebar-menu:hover{
      background-color: #141414;
    }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse li.treeview:hover{
      /* background-color: #141414; */
    }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse ul.treeview-menu:hover{
      /* background-color: #141414; */
    }
    /* .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right-container){
      background-color: #14506e;
    } */
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a{
      background-color: #141414;
    }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>ul{
      background-color: #141414;
    }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
        background-color: #141414;
        /* top: 55px !important;    サイドメニュー対応  */
        top: 50px !important;
        z-index: 100 !important;
    }

    /* サイドメニュー対応  */
    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 50px;
    }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse li.childMenu{
        margin-left: -15px !important;
    }
    
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse div.parentMenu{
        margin-left: -15px !important;
    }
    

    /* .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {
      position: relative !important;
      float: right !important;
      /* background-color: #14506e; 
      left: 0 !important;
      top: -5px !important;
      height: 55px !important;
      width: 55px !important;
    } */

    /* .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span {
      margin-left: -10px !important;
    } */
    .sidebar-mini.sidebar-collapse .main-sidebar {
        /* width: 60px !important; サイトメニュー対応*/
        width: 50px !important;
    }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
        position: absolute !important;
        float: right;
        width: auto !important;
        left: 16px !important;
        top: 7px !important;
        z-index: -100;
      }


    .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 50px !important;
        z-index: 840;
    }
}

/* ダイアログの検証 */
.smb-dialog-1 {
    background-color: #ffffff !important;
}
.smb-dialog-2 {
    background-color: #dcdcdc !important;
}
.smb-dialog-1 .modal-title, .smb-dialog-2 .modal-title {
    color: #787878 !important;
    font-size: 22px !important;
    font-weight: bold !important;
}
.smb-dialog-3 {
    background-color: #dc2828 !important;
}
.smb-dialog-3 .modal-title {
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: bold !important;
}
.smb-dialog-4 {
    background-color: #ffdc46 !important;
}
.smb-dialog-4 .modal-title {
    color: #5a5a5a !important;
    font-size: 22px !important;
    font-weight: bold !important;
}
.smb-dialog-body {
    background-color: #ffffff !important;
    color: #787878 !important;
    font-size: 22px !important;
}

/* 陸　追加 */
/* ボード */
.content {
    padding: 20px 10px 0px 10px;
}

/* カード */
.col {
    padding-left: 10px;
    padding-right: 10px;
}
.cardIcon {
    color: #bebebe;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.cardTitle {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
/* 2020/07/22 オリゾン SmB受入障害対応 障害番号632-177 ADD START */
    word-break: break-all;
/* 2020/07/22 オリゾン SmB受入障害対応 障害番号632-177 ADD END */
}

/* ユーザー */
.user-menu {
    font-size: 18px;
}

#user-name {
    color: #FFFFFF !important;
}

.datetime {
    font-size: 18px; 
}

.header-icon {
    font-size: 22px;
}

.alertNum {
    font-size: 32px;
    padding-left: 50px;
    line-height: 1;
    display: inline-block;
}

.icond {
    display: flex;
}

.box {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

/** ポップアップ画面 */
.modal-header {
    background: #ffffff;
    font-size: 22px!important;
    font-weight: bold!important;
    height: 60px;
}

.smb-dialog-1 {
    padding-top: 10px !important;
}
.smb-dialog-2 {
    padding-top: 10px !important;
}
.smb-dialog-3 {
    padding-top: 10px !important;
}
.smb-dialog-4 {
    padding-top: 10px !important;
}

.modal-header>h4 {
    font-size: 22px!important;
    font-weight: bold!important;
    color: #000000!important;
}
.modal-content {
    font-size: 22px;
    color: #5a5a5a;
    /* padding: 5px 10px; */
    /* padding: 0 1px 0 0; */
}
.select {
    width: 98%;
    padding: 0px 10px;
    margin: 15px 5px 0px 0px;
}
.modal-footer>button {
    font-size: 22px;
    padding: 5px;
    margin-right: 10px;
}
.input-right::placeholder {
    text-align: right;
}
/* 基準一次エネルギーの設定　画面レイアウト用 */
/* .modal-size1>div {
    width: 700px;
}
.modal-size1 th, .modal-size1 td {
    padding-right: 10px;
    padding-left: 10px;
    border: 0;
} */




.aa6-right {
    float: right!important;
}

.aa6-button:after {
    clear: both;
}

.aa6-button>button {
    margin: 5px;
    font-size: 12px;
}

.aa6-list {
    margin-top: 5px;
    font-size: 22px;
    margin: 0;
    padding: 0;
    list-style: none
}

.aa6-list>li {
    border-radius: 2px;
    padding: 8px 10px;
    /* background: #ffffff; */
    margin-bottom: 2px;
    color: #5a5a5a
}

.aa6-list>li:last-of-type {
    margin-bottom: 0
}

.aa6-list>li>input[type='checkbox'] {
    margin: 0 10px 0 5px
}

.aa6-list>li .text {
    display: inline-block;
    margin-left: 5px;
    font-weight: 600
}

.aa6-list>li .label {
    margin-left: 10px;
    font-size: 9px
}

.aa6-list>li .tools {
    display: none;
    float: right;
    color: #dd4b39
}

.aa6-list>li .tools>.fa,
.todo-list>li .tools>.glyphicon,
.todo-list>li .tools>.ion {
    margin-right: 5px;
    cursor: pointer
}

.aa6-list>li:hover .tools {
    display: inline-block
}

.aa6-list>li.done {
    color: #999
}

.aa6-list>li.done .text {
    text-decoration: line-through;
    font-weight: 500
}

.aa6-list>li.done .label {
    background: #d2d6de !important
}

.aa6-list .danger {
    border-left-color: #dd4b39
}

.aa6-list .warning {
    border-left-color: #f39c12
}

.aa6-list .info {
    border-left-color: #00c0ef
}

.aa6-list .success {
    border-left-color: #00a65a
}

.aa6-list .primary {
    border-left-color: #3c8dbc
}

.aa6-list .handle {
    display: inline-block;
    cursor: move;
    margin: 0 5px
}

.odd-line {
    background: #f0f0f0;
}

.chosen {
    background: #28a0dc;
}

.timeline.eventlist {
    margin-top: 5px;
    /*height: 70vh;*/
    height: 30vh;
    overflow-y: auto;
}

.table.no-bottom {
    margin-bottom: 0;
}

.tab-pane.no-bottom {
    margin-bottom: 0;
}

.nav-tabs-custom.no-bottom {
    margin-bottom: 0 !important;
}

.mallmap-size {
    height: 60vh;
}

.mallmap-size.large {
    height: 80vh;
}

.mallmap-panel-size {
    height: 40vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.vertical-scrollbar-present {
    width: calc(100% - 15px) !important;
}

.align-bottom-parent {
    position: relative;
}

.align-bottom-child {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 0;
}

.pv_color.panel-heading {
    color: white;
    /* background-color: DarkGreen; */
    background-color: #7EAD3E;
}

.ac_color.panel-heading {
    color: white;
    /* background-color: SkyBlue; */
    background-color: #60ADCB;
}

.duct_color.panel-heading {
    color: white;
    /* background-color: DarkCyan; */
    background-color: #526296;
}

.illm_color.panel-heading {
    color: white;
    /* background-color: SandyBrown; */
    background-color: #CC9D00;
}

.wh_color.panel-heading {
    color: white;
    /* background-color: DarkOrange; */
    background-color: #C45E66;
}

.elv_color.panel-heading {
    color: white;
    /* background-color: LightCoral; */
    background-color: #AE76A8;
}

.consent_color.panel-heading {
    color: white;
    /* background-color: SteelBlue; */
    background-color: #555666;
}

.other_color.panel-heading {
    color: white;
    /* background-color: Teal; */
    background-color: #8C9799;
}

.color.panel-body {
    color: black;
    background-color: Gainsboro;
}

.E2_panel {
    color: black;
    background-color: white;
}

/* SVGアイコン */


/* Icons */

.icon {
    display: inline;
    width: 1em;
    height: 1em;
    margin: 0 auto;
    fill: currentColor;
}

.icon--menu {
    fill: #5a5a5a !important;
    width: 22px !important;
    height: 22px !important;
}

.icon--header {
    fill: #f0f0f0 !important;
}

.icon--header.red {
    fill: red !important;
    width: 36px !important;
    height: 36px !important;
}

.icon--menu:hover {
    fill: #f0f0f0 !important;
}

li.active>a>.icon--menu {
    fill: #82d2e6 !important;
}

li.top.active>a>.icon--menu {
    fill: #ffffff !important;
}

li.menu-open>a>.icon--menu {
    fill: #ffffff !important;
}

.btn-space {
    /* margin-right: 5px; */
    /* margin-bottom: 10px; */
    margin-left: 12px;
}

.modal-dialog {
    position: relative !important;
    padding: 0px 0px !important;
    color :#787878 !important;
    margin: 30px auto !important;
}

.main-header .sidebar-toggle {
    padding: 13px 10px !important;
    height: 60px;
}

.btn48 {
    border-radius: 6px;
    height: 48px;
}

.dropdown-accordion .panel-heading {
    padding: 0;
    /* color: #82d2e6 */
}
.dropdown-accordion .panel-heading a {
    display: block;
    padding: 3px 20px;
}

.dropdown-accordion .panel-heading a.active {
    color: #28a0dc !important;
}

.dropdown-accordion .panel-heading a.active > span{
    color: #64c3fa !important;
}

.dropdown-accordion .panel-heading a.active > svg{
    fill: #64c3fa !important;
}

.dropdown-accordion .panel-group .panel {
    /* border-color: #ddd; */
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-top: 0px !important;
}

.panel-heading+.panel-collapse>.panel-body {
    padding: 0px 3px 0px 30px;
    /* color: #82d2e6; */
}
.panel-heading+.panel-collapse>.panel-body li a {
    color: #5a5a5a;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.panel-heading+.panel-collapse>.panel-body li.active> a {
    color: #28a0dc;
}

.panel-heading+.panel-collapse>.panel-body > li:hover, .panel-heading+.panel-collapse>.panel-body > li:focus {
    background-color: #e6f5fa !important;
}

.panel-heading+.panel-collapse>.panel-body > li.disabled:hover, .panel-heading+.panel-collapse>.panel-body > li.disabled:focus {
    background-color: #e6e6e6 !important;
}

.panel-heading+.panel-collapse>.panel-body li.disabled a {
    color: #3c3c3c!important;
}

.panel-body li a {
    padding: 3px 0px 3px 0px;
    display: block;
    cursor: pointer;
}


.dropdown-accordion .panel-heading >a {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color: #5a5a5a !important;
    font-size: 22px;
    cursor: pointer;
}

.dropdown-accordion .panel-heading >a.disabled {
    color: #c8c8c8 !important;
}

.dropdown-accordion .panel-heading >a:hover {
    background: #e6f5fa !important;
}

.dropdown-accordion .panel-heading >a.disabled:hover {
    background: #e6e6e6 !important;
}

/* .dropdown-accordion .panel-heading >a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 0px 5px;
    border-top-color: #ccc;
    margin-top: 10px;
    margin-right: -10px;
  } */

  .dropdown-accordion .panel-group {
      margin-bottom: 0px !important;
  }
  

.content-wrapper {
    min-height: calc(100vh - 101px) !important;
    background-color: #d7d7d7 !important;
    z-index: 800;
}

/*2023/04/13 オリゾン By20230413 VLF　V2.2 23年度上期改善開発start*/
.content-wrapperForMaka {
    min-height: calc(100vh - 60px) !important;
    background-color: #d7d7d7 !important;
    z-index: 800;
}
/*2023/04/13 オリゾン By20230413 VLF　V2.2 23年度上期改善開発start*/

@media (max-width: 767px) {
    .content-wrapper {
        min-height: calc(100vh - 151px) !important;
    }
}
/* タブ */
#controlled-tab-example ul.nav-tabs {
    border-bottom: 1px solid #f0f0f0;
}
#controlled-tab-example ul.nav>li.active>a {
  color: #28a0dc !important;
  font-weight: bold !important;
  background-color: #ffffff !important;
}
#controlled-tab-example ul.nav>li:not(.active)>a {
  color: #787878 !important;
  background-color: #f0f0f0 !important;
}
.login-box{
    height: 100vh;
    /* width: 400px; 追加改善No26*/
    width: 700px;
    padding-top: 7%;
    margin: auto;
}

div.edit-menu {
    cursor: pointer;
}

body {
    overflow-y: hidden;
}

/* 仕様変更No16 */
.box.box-primary {
    border-top-color: #9e9e9e !important;
    padding: 10px !important;
    height: 820px !important;
}

.box.box-card {
    border-top-color: #9e9e9e;
}

.box-header {
    border-bottom: unset !important;
    padding: 10px 10px 0px 10px !important;
}

.box-body {
    padding: 10px 10px 10px 10px !important;
}

.modal-header{
    border-bottom: unset !important;
    padding: 16px !important;
}
.modal-body{
    padding: 16px !important;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: unset;
}

.panel{
    -webkit-box-shadow: unset;
}

.form-control {
    border-color: #bebebe!important;
    color: #5a5a5a !important;
}

.dropdown-menu {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
    border-color: #bebebe;
    background-color: #ffffff;
    font-size: 22px;
}

.dropdown-menu>li>a {
    color: #5a5a5a !important;
    cursor: pointer;
}

.dropdown-menu>li.selected>a {
    color: #28a0dc !important;
    font-weight: bold!important;
}
button:disabled {
    cursor: auto !important;
}

/* google chart D&D 対応 */
div [aria-label = 'A tabular representation of the data in the chart.'] {
    display: none;
}

.pagination>li>a {
    height: 44px !important;
    min-width: 44px !important;
    font-size: 22px !important;
    padding: 10px 6px 6px 6px !important;
    text-align: center !important;
}

.pagination>li:not(.disabled) :hover {
    background-color: #e6f5fa;
    color: #5a5a5a;
}

.form-control-login:focus {
    border-color: #3c8dbc !important;
}

.rc-tree-node-selected {
    background-color: unset !important;
    border: unset!important;
    font-weight: bold;
    
}
.rc-tree-node-selected .rc-tree-title {
    color: #28a0dc!important;
}

.rc-tree-title:hover {
    background-color: #e6f5fa !important;
}

.btn-box-tool:hover{
    color: #5a5a5a!important;
}

.btn-box-tool{
    color: #bebebe!important;
}

.btn-acl, .btn-acl:focus  {
    color: #5a5a5a;
    font-size: 18px !important;
    background-color: #ffffff;
    box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.3);
    border-radius: 6px !important;
    height: 39px !important;
    min-width: 80px;
}

.btn-acl:active {
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.3)!important;
    outline: none !important;
}

.btn-acl:disabled {
    color: #c8c8c8 !important;
    border-color: #c8c8c8 !important;
    cursor: auto !important;
    box-shadow: none!important;
}

.btn-acl:hover {
    box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.5);
    outline: none !important;
}

.btn-acl:disabled {
    cursor: auto !important;
    box-shadow: none!important;
}

.btn-acl-selected {
    color: #ffffff !important;
    font-weight: bold;
    background-color: #28a0dc !important;
    border-color: #1991cd;
}

.sidebar-mini:not(.sidebar-collapse) .tabTable {
    height: 236px;
}
  
.sidebar-mini:not(.sidebar-collapse) .tabTableTbd {
    height: 200px
}

.sidebar-mini:not(.sidebar-collapse) .kinoTree {
    height: 236px;
}

.sidebar-mini:not(.sidebar-collapse) .tabTableIndicator {
    height: 186px;
}
  
.sidebar-mini:not(.sidebar-collapse) .tabTableTbdIndicator {
    height: 150px
}

.sidebar-mini:not(.sidebar-collapse) .tabMail {
    height: 295px;
    overflow-y: auto;
}

.sidebar-mini:not(.sidebar-collapse) .WS040201changeWidth {
    min-width: 868px !important;
}

.sidebar-mini:not(.sidebar-collapse) .WS040201changeBlockWidth {
    max-width: 855px !important;
}

.btn-icon {
    min-width: 36px!important;
    width: 36px!important;
    height: 36px!important;
    padding: 0px 6px 2px 6px!important;
}
/* 2020/08/10 オリゾン A20200810 SmB Step1.5 追加改善対応 No22 START */
.react-datepicker {
    /* font-size: 12px !important; */
    font-size: 14px !important;
  }

.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
    width: 2.8rem !important;
}

.react-datepicker__current-month{
    font-size: 1.3rem !important;
}

.react-datepicker__month-container {
    width: 240px;
    height: 205px;
}

.react-datepicker__week {
    /* line-height: 21px !important; */
    line-height: 25px !important;
}
/* 2020/08/10 オリゾン A20200810 SmB Step1.5 追加改善対応 No22 END */

/* 2020/09/18 オリゾン A20200918 SmB 改善項目 No6 START */
ul.user-menu {
    font-size: 18px !important;
    background-color: #3c3c3c !important;
    width: 200px!important;
    border-top-width: 0px !important;
    /* position: fixed !important; */
    top: 60px !important;
    right: -2px !important;
}

#header-user-menu {
    position: relative !important;
}

/* ul.user-menu a {
    color: #64c3fa !important;
} */

ul.user-menu li>a:hover{
    background-color: #14506e !important;
}

ul.user-menu li a{
    padding: 5px 5px!important;
    color: #FFFFFF!important;
    width: 100%;
}

ul.user-menu li.disable > a{
    color: gray!important;
}

ul.user-menu li{
    height: auto !important;
    line-height: 30px !important;
    width: 100%;
    color: #FFFFFF!important;
}

.hideCard {
    display: none;
}
/* 2020/09/18 オリゾン A20200918 SmB 改善項目 No6 END */


.textarea-smb {
    font-size: 22px !important;
    color: #5a5a5a!important;
    border: 1px solid #bebebe !important;
    word-break: keep-all;
    line-break: strict;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
/*  2021/07/01 オリゾン SmB_V2.0 No1~9  START*/
.message-alarm div.header-title{
    float: left;
    color: #ffffff !important;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.message-alarm{
    float: left;
    height: 60px;
    line-height: normal;
    vertical-align: middle;
    margin: auto;
    /* width: 830px;
    justify-content: center;
    flex-direction: column; */
    display: flex;
    /* background-color: #787878 !important; */
}

.dropdown-menu-alarm > li > a:hover, .dropdown-menu-alarm > li > a:focus {
    background-color: #C5E5ED !important;
}

.dropdown-menu-alarm>li>a.disabled:hover {
    background-color:#e6e6e6 !important;
}

.dropdown-menu-alarm>li>a.disabled {
    color:#c8c8c8!important;
    cursor: default !important;
}

.btn-buzzer {
    width: 58px!important;
    height: 52px !important;
    padding: 0px !important;
    font-size: 14px !important;
    background-color: #3c3c3c;
    border-color: #A0A0A0 !important;
    outline: unset !important;
}

.btn-buzzer:hover, .btn-buzzer:focus {
    font-size: 14px !important;
}

.btn-alarmCnt {
    width: 80px!important;
    height: 52px !important;
    padding: 0px !important;
    font-size: 18px !important;
    text-align: left!important;
    background-color: #3c3c3c;
    border-color: #A0A0A0 !important;
    outline: unset !important;
    border-radius: unset!important;
}

.btn-alarmCnt:disabled{
    cursor: default !important;
    box-shadow: none!important;
    opacity: 1 !important;
}

.btn-alarmCnt:hover, .btn-alarmCnt:focus {
    font-size: 18px !important;
}

.btn-indicator {
    width: 52px !important;
    height: 52px !important;
    padding: 0px !important;
    font-size: 12px !important;
    background-color: #3c3c3c;
    border-color: #A0A0A0 !important;
    outline: unset !important;
    border-radius: unset!important;
    color: #FFFFFF;
}

.btn-indicator:hover, .btn-indicator:focus {
    font-size: 12px !important;
    color: #FFFFFF;
}

.btn-indicator:disabled {
    cursor: default !important;
    box-shadow: none!important;
    opacity: 1 !important;
}

.separator-line {
    width: 0.5px;
    height: 51px;
    background-color: #A0A0A0;
    margin-right:9px;
    margin-left: 9px;
}
/*  2021/07/01 オリゾン SmB_V2.0 No1~9  END*/

/*  2021/07/01 オリゾン SmB_V2.0 No26 カードの横幅サイズ見直し START*/
@media (max-width: 1726px) {
    .GraphCard {
        width: 100% !important;
    }
}
/* 2021/07/01 オリゾン SmB_V2.0 No26 カードの横幅サイズ見直し END*/


/* 2021/07/01 オリゾン SmBV2.0 改善対応 設備権限ブザー音　No72 START*/
.btn-alarm, .btn-alarm:focus  {
    color: #5a5a5a;
    font-size: 18px !important;
    background-color: #ffffff;
    box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.3);
    border-radius: 6px !important;
    height: 33px;
    min-width: 60px;
    float: right;
    padding: 0px;
}

.btn-alarm:active {
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.3)!important;
    outline: none !important;
}

.btn-alarm:disabled {
    color: #c8c8c8 !important;
    border-color: #c8c8c8 !important;
    cursor: auto !important;
    box-shadow: none!important;
}

.btn-alarm:hover {
    box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.5);
    outline: none !important;
}

.btn-alarm:disabled {
    cursor: auto !important;
    box-shadow: none!important;
}
/* 2021/07/01 オリゾン SmBV2.0 改善対応 設備権限ブザー音　No72 END*/

/* 2021/12/06 オリゾン SmB_V2.1 No15,16 ADD START*/
.offDay {
    background-color: #28a0dc;
    color: white !important;
}

.calendar-day-wk{
    text-align: center;
}

#WS040701TableR tbody .react-bs-table-no-data {
    background-color: #FFFFFF !important;
    border:none !important;
}
/* 2021/12/06 オリゾン SmB_V2.1 No15,16 ADD END*/

/* 2022/08/03 オリゾン VLF QA23 ADD START*/
@media (min-width: 1727px) {
    .sidebar-mini.control-sidebar-open .GraphCard {
        width: 100% !important;
    }
}
/* 2022/08/03 オリゾン VLF QA23 ADD END*/