@charset "utf-8";
/* ------------------------------
 X-MON 3 base.css
------------------------------ */
/* ------------------------------
 初期化
------------------------------ */
* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  behavior: url("/csshover3.htc");
}

img {
  border-style: none;
}

ul, dd {
  margin-left: 20px;
}

#tabs li, #tabs2 li {
  font-size: 1.3rem;
  line-height: calc(1.3rem * 1.5);
}

#main {
  z-index: 1;
}

#headmenu {
  position: fixed;
  background-color: var(--theme--color--components--dark);
  border-style: none;
  color: #FFFFFF;
  left: 0;
  margin: 0;
  padding: 8px 10px;
  box-sizing: border-box;
  top: 0;
  width: 100%;
  height: 40px;
  z-index: 9800;
  position: fixed;
  display: flex;
  justify-content: space-between;
}

#headmenu a:not(.approve-badger-inner) {
  color: #ffffff;
  text-decoration: none;
}

#header_menu {
    transform: translateX(300px);
    margin-left: -132px;
    opacity: 0;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
#header_menu.open {
    
    transform: translateX(0);
    margin-left: 0!important;
    opacity: 1;
}

.guide_header_icon {
  background: #323232;
  display: inline-block;
  padding: 0 3px;
}


#headright ul {
  border: 0 none;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#headright ul li {
  border: 0 none;
  display: inline;
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  padding-left: 1em;
  position: relative;
}

/* 左側メニュー */
div#leftmenu {
  position: fixed;
  top: 48px;
  left: 0px;
  z-index: 810;
}

div#leftmenu2 {
  position: fixed;
  top: calc(48px + 36px + 5px);
  left: 0px;
  z-index: 820;
}

div#leftmenu3 {
  position: fixed;
  top: calc(48px + 36px + 5px + 36px + 5px);
  left: 0px;
  z-index: 830;
}

#footmenu {
  position: fixed;
  top: calc(48px + 36px + 5px + 36px + 5px + 36px + 5px);
  left: 0;
  z-index: 840;
}

div#menuicon, div#menuicon2, div#menuicon3, #footicon {
  position: relative;
  left: 1px;
}

.overview p {
  font-size: 1.2rem;
  line-height: calc(1.2rem * 1.5);
  margin-bottom: 4px;
}
.overview ul {
  list-style: none;
}
.overview ul, .overview dd {
  margin-left: 0;
}
.overview.status_host div, .overview.status_service div {
  background: var(--theme--color--table-header);
  padding: 5px 0;
  color: #fff;
}
.overview.status_host div a, .overview.status_service div a {
  color: #fff;
}
.overview.status_host div dt, .overview.status_service div dt {
  font-size: 1.1rem;
  line-height: calc(1.1rem * 1.5);
}
.overview.status_host div dd, .overview.status_service div dd {
  font-size: 1.8rem;
	line-height: calc(1.8rem * 1.5);
  color: #fff;
}
.overview.status_host div dd > a, .overview.status_service div dd > a {
  font-weight: 700;
}
.overview.status_host ul, .overview.status_service ul {
  box-shadow: 0px 1px 1px rgba(9,30,66,0.25),0px 1px 1px rgba(9,30,66,0.25),0px 0px 1px rgba(9,30,66,0.31);
  border-top: none;
  flex-wrap: wrap;
  display: -ms-flex;
  display: flex;
}
.overview.status_host ul li, .overview.status_service ul li {
  background: #fff;
}
.overview.status_host ul li a, .overview.status_service ul li a {
  display: block;
  padding: 3px 0;
}
.overview.status_host ul li a:hover, .overview.status_service ul li a:hover {
  background: rgba(115, 149, 187, 0.15);
}
.overview.status_host ul dt, .overview.status_service ul dt {
  font-size: 1rem;
	line-height: calc(1rem * 1.5);
}
.overview.status_host ul dd, .overview.status_service ul dd {
  font-weight: bold;
}
.overview.status_host dt, .overview.status_host dd, .overview.status_service dt, .overview.status_service dd {
  text-align: center;
}
.overview.status_host dd, .overview.status_service dd {
  font-size: 1.6rem;
	line-height: calc(1.6rem * 1.5);
}
.overview.status_host, .overview.status_service {
  margin-bottom: 20px;
}
.overview.status_host ul li {
  width: 50%;
}
.overview.status_service ul li:nth-of-type(1), .overview.status_service ul li:nth-of-type(2) {
  width: 50%;
}
.overview.status_service ul li:nth-of-type(3), .overview.status_service ul li:nth-of-type(4), .overview.status_service ul li:nth-of-type(5) {
  width: 33.3%;
}
.overview.status_cluster a {
  cursor: pointer;
}
.overview.status_cluster table {
  background: #fff;
  width: 100%;
  font-size: 1.1rem;
  line-height: calc(1.1rem * 1.5);
}
.overview.status_cluster table th,
.overview.status_cluster table td {
  padding: 5px 0;
}
.overview.status_cluster table th {
  background: #737373;
  border: 1px solid #737373;
  color: #fff;
  font-weight: normal;
  width: 35%;
}
.overview.status_cluster table td {
  font-weight: bold;
  text-align: center;
  width: 65%;
  border-right: 1px solid #ccc;
}
.overview.status_cluster table tr:first-child td {
  border-top: 1px solid #ccc;
}
.overview.status_cluster table tr:last-child td {
  border-bottom: 1px solid #ccc;
}
.overview a {
  text-decoration: none;
  color: #737373;
}

div#footmenu div#footmain table#statusoverview {
  display: none;
  margin-top: 20px;
  margin-left: 30px;
  width: 980px;
}

[id^="open_child_"] {
  content: "";
  display: inline-block;
  position: relative;

  width: 18px;
  height: 18px;
  border-radius: 10px;
  top: 4px;

  transition-property: 'all';
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
[id^="open_child_"]:hover {
  cursor: pointer;
  background: var(--theme--color--table-cell2--hover);
}
[id^="open_child_"]:before {
  border-top: 1px solid #4B4B4B;
  border-right: 1px solid #4B4B4B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  display: block;

  height: 5px;
  width: 5px;
  position: absolute;
  top: 6px;
  left: 5px;
}

[id^="close_child_"] {
  content: "";
  display: inline-block;
  height: 16px;
  width: 10px;
  position: relative;

  width: 18px;
  height: 18px;
  border-radius: 10px;
  top: 4px;

  background: var(--theme--color--table-cell2--hover);
}
[id^="close_child_"]:hover {
  cursor: pointer;
}
[id^="close_child_"]:before {
  border-top: 1px solid #4B4B4B;
  border-right: 1px solid #4B4B4B;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  display: block;

  height: 5px;
  width: 5px;
  position: absolute;
  top: 5px;
  left: 6px;
}

div#leftmenu div table, div#leftmenu2 div table, div#leftmenu3 div table {
  display: none;
  margin-top: 20px;
  width: 400px;
}

div#leftmenu div a, div#leftmenu2 div a, div#leftmenu3 div a {
  font-size: 1.2rem;
  line-height: calc(1.2rem * 1.7);
  margin: 2px 2px 2px 0;
  color: #333;
  text-decoration: none;
}

div#leftmenu div a:hover, div#leftmenu2 div a:hover, div#leftmenu3 div a:hover {
  text-decoration: underline;
}

#cp, #cp2, #cp3, #cp4 {
  margin-top: 75px;
  padding-right: 30px;
  padding-left: 65px;
}

#cp_top {
  padding: 10px 0;
  clear: both;
}
#cp_top > button:last-child {
  float: none;
}

#cp_body {
  padding: 20px 0;
  clear: both;
}
#cp_bottom {
  padding: 10px 0 40px;
  clear: both;
}
#cp_bottom > button:last-child {
  float: none;
}

#cp h2, #cp2 h2, #cp3 h2, #cp4 h2 {
  color: #323232;
  font-size: 1.6rem;
  line-height: calc(1.6rem * 1.5);
  display: flex;
  align-items: center;
}
#cp h2>a, #cp2 h2>a, #cp3 h2>a, #cp4 h2>a {
  margin-left: 7px;
}
div.cp_view div.menu {
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  font-size: 1.6rem;
	line-height: calc(1.6rem * 1.5);
  margin-left: 20px;
  margin-right: 20px;
}

div.cp_view div.first {
  border-top: 1px solid gray;
  margin-top: 20px;
}

div.cp_view div.last {
  margin-bottom: 20px;
}

div.menu h4 {
  padding: 5px;
}

div.menu div {
  margin: 5px;
  margin-left: 40px;
}

div.odd {
  background-color: #FCFCFC;
}

div.even {
  background-color: #F0F0F0;
}

div#slider-value div,
div#slider-monday div,
div#slider-tuesday div,
div#slider-wednesday div,
div#slider-thursday div,
div#slider-friday div,
div#slider-saturday div,
div#slider-sunday div {
  margin: 0px;
  padding: 0px;
}

div.var_value div {
  margin-right: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.timeperiodname_even {
  background-color: #F0F0F0;
  border: 0;
  color: #323232;
  font-weight: bold;
}

.timeperiodname_odd {
  background-color: #FCFCFC;
  border: 0;
  color: #323232;
  font-weight: bold;
}

#selectnavi {
  margin-bottom: 20px;
}

.xmonStatusGroupBox {
  margin: 3px;
  padding: 3px;
  font-size: 1.4rem; 
  line-height: calc(1.4rem * 1.5);
}

.dataVar {
  white-space: nowrap;
}

.xmonStatusEnable, .xmonStatusActive, .xmonStatusOK, .xmonStatusUP,
.xmonStatusDisable, .xmonStatusCRITICAL, .xmonStatusDOWN, .xmonStatusWARNING,
.xmonStatusUNKNOWN, .xmonStatusPassive, .xmonStatusPENDING, .xmonStatusNONE,
.xmonStatusACKNOWLED, .xmonStatusUnhandled, .xmonStatusUNREACHABLE {
  border: 1px solid #777777;
  font-weight: bold;
  white-space: nowrap;
}

.dataVal .xmonStatusCRITICAL, .dataVal .xmonStatusEnable, .dataVal .xmonStatusActive,
.dataVal .xmonStatusOK, .dataVal .xmonStatusUP, .dataVal .xmonStatusDisable,
.dataVal .xmonStatusDOWN, .dataVal .xmonStatusWARNING, .dataVal .xmonStatusUNKNOWN,
.dataVal .xmonStatusPassive, .dataVal .xmonStatusPENDING, .dataVal .xmonStatusNONE,
.dataVal .xmonStatusACKNOWLED, .dataVal .xmonStatusUnhandled, .dataVal .xmonStatusUNREACHABLE {
  padding-left: 5px;
  padding-right: 5px;
}

.xmonStatusEnable, .xmonStatusActive, .xmonStatusOK, .xmonStatusUP {
  background-color: #CCFFCC;
}

.xmonStatusDisable, .xmonStatusCRITICAL, .xmonStatusDOWN {
  background-color: #F88888;
}

.xmonStatusBGOK {
  background-color: #51B224;
}

.xmonStatusBGCRITICAL {
  background-color: #EA3C47;
}

.xmonStatusBGWARNING {
  background-color: #FFFFBB;
}

.xmonStatusWARNING {
  background-color: #FFFF66;
}

.xmonStatusUnhandled {
  background-color: #F06666;
}

.xmonStatusUNKNOWN, .xmonStatusPassive {
  background-color: #fdcc99;
}

.xmonStatusPENDING {
  background-color: #E0E0E0;
}

.xmonStatusNONE {
  background-color: #E9E9E9;
}

.xmonStatusACKNOWLED {
  background-color: #a1cef5;
}

.xmonStatusTable {
  Width: 100%;
}

.xmonStatusTable TH {
  font-size: 1.2rem; 
  line-height: calc(1.2rem * 1.5);
  font-weight: normal;
  border-bottom: 1px solid #777777;
}

.xmonStatusTable TD {
  font-size: 1.2rem; 
  line-height: calc(1.2rem * 1.5);
}

.xmonMenuTitle {
  text-align: left;
  font-weight: bold;
  font-size: 1.4rem; 
  line-height: calc(1.4rem * 1.5);
  background-color: #CCCCEE;
  color: black;
  border: 1px solid #777777;
  padding: 5px;
}

.valid_error {
  color: #cc3333;
  font-weight: bold;
  font-size: 1.4rem; 
  line-height: calc(1.4rem * 1.5);
}

.valid_success {
  color: #006400;
  font-weight: bold;
  font-size: 1.4rem; 
  line-height: calc(1.4rem * 1.5);
}

.box {
  display: block;
  padding-left: 8px;
  padding-right: 8px;
}

.cbox {
  display: block;
  text-align: center;
}

.clink {
  color: #323232;
  display: block;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
}

a.box, a.cbox {
  color: #323232;
}

.nowrap {
  white-space: nowrap;
}

.bm {
  margin: 3px;
}

a.box:hover, a.cbox:hover, a.clink:hover {
  background-color: #AACCFF;
  color: #323232;
  text-decoration: underline;
}

h3.groupsummary {
  border-left: 15px solid #99F;
  text-align: left;
}

.lbox {
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  margin: 3px;
}

.menuheader {
  font-size: 1.4rem;
  line-height: calc(1.4rem * 1.7);
  white-space: nowrap;
}

.graphbox {
  float: left;
  min-height: 300px;
}

.linkbox {
  display: block;
  padding-left: 6px;
  padding-right: 6px;
}

.linkbox a {
  text-decoration: none;
}

.linkbox a:hover {
  text-decoration: underline;
}

iframe#frame {
  border: 2px black solid;
}

.args td {
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-align: left;
}

.ui-datepicker {
  z-index: 9999 !important;
}

ul ul {
  padding: 0 0 0 2em;
}

#main_nav > li, #main_nav2 > li, #main_nav3 > li {
  list-style: none;
  min-height: 20px;
  line-height: 20px;
}

#main_nav li a, #main_nav2 li a {
  display: block;
}

#main_nav p {
  padding-left: 10px;
}

#main_nav3 > li img {
  width: 12px;
  position: relative;
  top: 2px;
  right: 4px;
  cursor: pointer;
}

#main_nav3 > li .child_menu {
  list-style: none;
  width: 260px;
  margin-left: 20px;
  padding-left: 20px;
  height: 20px;
  line-height: 20px;
}

#menubody, #menubody2, #menubody3, #footmain {
  opacity: 0;
  transform: translateX(-350px);
  transition-property: 'transform', 'opacity';
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
#menubody.leftmenu-open, #menubody2.leftmenu-open, #menubody3.leftmenu-open, #footmain.leftmenu-open {
  transform: translateX(0px);
  opacity: 1;
}

#hyperv {
  display: none;
  margin-top: -25px;
  margin-left: 7px;
}

#tabs2 ul li {
  list-style-type: none;
}

#tabs3 ul li {
  list-style-type: none;
}

#tabs7 ul li {
  list-style-type: none;
}

code, code .comment {
    display: inline-block;
    padding: 0.1em 0.2em;
    background-color: #2c2b2b;
    color: white;
    border-radius: 3px;
    font-family: monospace;
    font-size: 1.4rem;
    line-height: calc(1.4rem * 1.5);
}

.comment, code .comment {
    color: grey;
    font-size: 1.4rem;
    line-height: calc(1.4rem * 1.5);
}