/*------------------------------------------------------------------
[ Global ]
*/
body {
  background: #ffffff;
  font-family: 'Lucida Grande', Meiryo, sans-serif;
  font-size: 12px;
}
p {
  font-family : 'Lucida Grande', Meiryo, sans-serif;
  font-size   : 12px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family : 'Lucida Grande', Meiryo, sans-serif;
  font-weight: normal;
}

input,
button,
select,
textarea {
  font-family : 'Lucida Grande', Meiryo, sans-serif;
}

option {
  font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

label {
  font-weight: normal;
}
/*------------------------------------------------------------------
[ Table ]
*/
table td,
table th {
  vertical-align: middle;
  font-family : 'Lucida Grande', Meiryo, sans-serif;
  font-size   : 12px;
  word-wrap: break-word;
  word-break: break-all;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #d9edf7;
  border-color: #c9e2b3;
}

.table-condensed > tbody > tr {
	height: 28px;
}

/*------------------------------------------------------------------
[ Navbar ]
*/
.navbar {
  min-height: 36px;
  border-radius: 0;
  border-radius: 0 !important;
}
.navbar .navbar-header .navbar-brand {
  color: #ffffff;
  padding: 8px;
  font-size: 14px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 4px;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.dropdown .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.navbar .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.navbar .navbar-nav > li > .dropdown-menu::before,
.navbar .navbar-nav > li > .dropdown-menu::after {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .navbar-nav > li > .dropdown-menu::after {
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-bottom-color: #fff;
  top: -6px;
  left: 10px;
}
.navbar .navbar-nav.navbar-right > li > .dropdown-menu::before,
.navbar .navbar-nav.navbar-right > li > .dropdown-menu::after {
  left: auto;
  right: 9px;
}
.navbar .navbar-nav.navbar-right > li > .dropdown-menu::after {
  left: auto;
  right: 10px;
}
/*------------------------------------------------------------------
[ Dropdown Menu / .dropdown-menu ]
*/
.dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dropdown-menu > li > a {
  padding: 5px 9px;
  margin: 0 6px;
  font-size: 12px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-shadow: none;
}
.dropdown-submenu {
  position: relative;
}
.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 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: #cccccc;
  margin-top: 5px;
  margin-right: -5px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.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;
}

@media (max-height: 650px) {
  .dropdown-menu {
    max-height:300px;
    overflow-y:auto;
  }
}
@media (min-height: 650px) {
  .dropdown-menu {
    max-height:600px;
    overflow-y:auto;
  }
}
/*------------------------------------------------------------------
[ Tab ]
*/
.nav-tabs > li > a {
  font-family: 'Lucida Grande', Meiryo, sans-serif;
  font-size: 10.5px;
  padding: 6px 15px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-top: 3px solid #428bca;
}

.tab-content {
  padding-top: 8px;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  width : 100%;
}
.tabs-right > .nav-tabs > li > a,
.tabs-left > .nav-tabs > li > a {
  font-size: 12px;
  padding: 8px;
}

.tabs-right {
  border-left: 1px solid #ddd;
}

.tabs-left {
  border-right: 1px solid #ddd;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
  border-buttom: 3px solid #428bca;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
/*
  border-right: 1px solid #ddd;
*/
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 6px 0 0 6px;
     -moz-border-radius: 6px 0 0 6px;
          border-radius: 6px 0 0 6px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-top: 1px solid;
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
  color:#ffffff;
  background-color: #428bca;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 0;
     -moz-border-radius: 0 6px 6px 0;
          border-radius: 0 6px 6px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
  border-buttom: 3px solid #428bca;
}

/*------------------------------------------------------------------
[ Box / .box ]
*/
.box4 {
  padding: 4px;
}

.box8 {
  padding: 8px;
}

.border-box {
  border: 1px solid rgb(221, 221, 221);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 8px 8px 8px 8px;
}

.width-max {
  width: 100%;
}

.width-90p {
  width: 90%;
}

.width-80p {
  width: 80%;
}

.width-70p {
  width: 70%;
}

.width-60p {
  width: 60%;
}

.width-50p {
  width: 50%;
}

.mtop4 {
  margin-top: 4px;
}

.mtop8 {
  margin-top: 8px;
}

.mtop12 {
  margin-top: 12px;
}

.mtop16 {
  margin-top: 16px;
}

.mbottom0 {
  margin-bottom: 0px;
}

.mbottom2 {
  margin-bottom: 0px;
}

.mbottom4 {
  margin-bottom: 4px;
}

.mbottom8 {
  margin-bottom: 8px;
}

.mbottom12 {
  margin-bottom: 12px;
}

.mbottom16 {
  margin-bottom: 16px;
}

.mbottom32 {
  margin-bottom: 32px;
}

.mleft4 {
  margin-left: 4px;
}

.mleft8 {
  margin-left: 8px;
}

.mleft12 {
  margin-left: 12px;
}

.mleft16 {
  margin-left: 16px;
}

.mright4 {
  margin-right: 4px;
}

.mright8 {
  margin-right: 8px;
}

.mright12 {
  margin-right: 12px;
}

.mright16 {
  margin-right: 16px;
}
.text-vmiddle {
  vertical-align: middle;
}

.ptop4 {
  padding-top : 4px;
}

.ptop6 {
  padding-top : 6px;
}

.ptop8 {
  padding-top : 8px;
}

.ptop12 {
  padding-top : 12px;
}
.ptop16 {
  padding-top : 16px;
}

/*------------------------------------------------------------------
[ Label / .big-label ]
*/
.big-label {
  min-height: 64px;
  padding: 12px 0px 12px 16px;
  font-size: 40px;
}

.form-label {
  padding: 7px 0px 0px 5px;
  margin-top: 0;
  margin-bottom: 0;
}

/*------------------------------------------------------------------
[ Wizard / .ha-wizard-nav ]
*/
.pager {
  margin: 10px 0;
}

.nav-pills .nav-wizard > li.active > a,
.nav-pills .nav-wizard > li.active > a:hover,
.nav-pills .nav-wizard > li.active > a:focus {
  color: #ffffff;
  border-bottom: 3px solid #428bca;
}

/*
.ha-wizard-nav {
  padding: 8px 0px 8px 6px;
  margin-bottom: 0px;
  list-style: none;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.ha-wizard-nav > li {
  display: inline-block;
}

.ha-wizard-nav > li + li:before {
  padding: 0 3px;
  color: #999999;
  content: ">";
}

.ha-wizard-nav > .active {
  color: #999999;
}
.ha-wizard-nav > li > a {
  text-decoration: none;
  color: #999999;
  padding: 4px 3px 4px 3px;
}

.ha-wizard-nav > li > a:hover,
.ha-wizard-nav > li > a:focus {
  color: #428bca;
}

.ha-wizard-nav > li.active > a,
.ha-wizard-nav > li.active > a:hover,
.ha-wizard-nav > li.active > a:focus {
  color: #428bca;
  cursor: default;
}
*/
.ha-wizard-pane > .panel {
  min-height: 410px;
  scroll-y: scroll;
  margin-bottom: 0px;
}
/*------------------------------------------------------------------
[ Hierarchical List / hlist ]
*/
.hlist {
  padding-left: 0px;
}
.hlist > li {
  padding: 4px 4px 4px 4px;
  list-style: none;
}

.hlist > li > a {
  padding: 4px 4px 4px 4px;
  border-radius: 5px;
  text-decoration: none;
}

.hlist > li > a:hover,
.hlist > li > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.hlist-level-0 {
  margin-left: 0px;
}
.hlist-level-1 {
  margin-left: 12px;
}
.hlist-level-2 {
  margin-left: 24px;
}

#sysconf-hlist {
	height: 324px;
}

.panel-heading-sm {
  padding: 6px 6px;
}

.panel-title-sm {
  font-size: 12px;
}

/*------------------------------------------------------------------
[ Modal / modal ]
*/
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0px;
}

.modal {
  overflow-y: auto;
}

.modal-body {
  padding: 12px 20px 0px 20px;
}

.modal-dialog {
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal-footer {
  padding: 4px 20px 20px;
}

.modal-header-sm {
  padding: 8px;
  background-color: #f5f5f5;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.modal-footer-sm {
  padding: 8px 20px 8px;
}

.modal-title-sm {
  font-size: 12px;
  font-weight: bold;
}

.modal-xs {
	width: 480px;
}

.modal-sm {
	width: 580px;
}

.modal-md {
	width: 680px;
}

.modal-lg {
	width: 940px;
}

.modal-message-panel {
  width: 100%;
  word-wrap: break-word;
  word-break: break-all;
}

/*------------------------------------------------------------------
[ Pagination ]
*/
.pagination {
  margin: 0px 0;
}

.pagination-info {
  padding: 8px 16px 8px 16px;
  min-height: 20px;
}

/*------------------------------------------------------------------
[ container ]
*/
.container-nopadding {
  padding-right: 0px;
  padding-left: 0px;
}

/*------------------------------------------------------------------
[ label ]
*/
.label-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

.label-sm,
.label-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.label-xs {
  padding: 1px 5px;
}

/*------------------------------------------------------------------
[ button ]
*/
.btn2w {
  width : 70px;
  text-align: center;
}

/*------------------------------------------------------------------
[ grild ]
*/
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  padding-right: 7px;
  padding-left: 7px;
}

.lineGraphTooltip {
    position : absolute;
    display : none;
    border : 1px solid #fdd;
    padding : 2px;
    background-color : #fee;
    opacity: 0.80;
}

.statusBar {
    float:left;
    text-align:left;
}

.fixColumn {
    word-break: break-all;
}
.text-red{
	color: #ff0000;
}