/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* Isolation Adapter */
/* common */
body, 
html {
  min-height: 100%;
  min-width: 320px;
}

main {
  display: block;
}

*, :after, :before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  background-color: #121212;
  color: #fff;
  font: 14px/16px 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体';
}

body a {
  color: #dfb81c;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}

body a:hover {
  color: #dfb81c;
}

.hp a {
  color: #dfb81c;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}

.hp a:hover {
  color: #dfb81c;
}

button, 
input, 
select, 
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

table {
  background-color: transparent;
  border-collapse: collapse;
}

body.isolation-adapter::before {
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* Header */
.header {
  background-color: #272727;
  box-shadow: 2px 0 3px rgba(0,0,0,.5);
  height: 66px;
  left: 0;
  min-width: 320px;
  padding: 0 32px 0 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 904;
}
  
a.ia-logo {
  color: #fff;
  display: block;
  float: left;
  font-family: Roboto,sans-serif;
  font-size: 24px;
  line-height: 66px;
  text-decoration: none;
  white-space: nowrap;
}
  
.header-title {
  margin-left: 2px;
  vertical-align: middle;
}

.header-title-yellow {
  /* color: #D0E630; */
  color: #dfb81c;
}

.header-hp:hover {
  color: #dfb81c;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}

.header-logo {
  height: 32px;
  vertical-align: middle;
  width: 32px;
}

/* Side Bar */
.ia-sidebar,
.hp-sidebar {
  background-color: #272727;
  display: block;
  height: 100%;
  left: 0;
  min-height: 100%;
  position: fixed;
  top: 66px;
  width: 200px;
  z-index: 904;
}

a.hp-sidebar-list-link:hover {
  color: #dfb81c;
}
  
.slim-scroll-div {
  height: 885px;
  overflow: hidden;
  position: relative;
  width: auto;
}
  
.ia-sidebar-list {
  height: 885px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 18px 0 0;
  width: auto;
}
  
.ia-sidebar-list-item, .hp-sidebar-list-item {
  display: block;
  float: none;
  padding: 0;
  position: relative;
}

.ia-sidebar-list-item.selected,
.ia-sidebar-list-item.selected:not(.with-sub-menu) {
  background-color: #e54630;
  opacity: 0.8;
}

.hp-sidebar-list-item.selected,
.hp-sidebar-list-item.selected:not(.with-sub-menu) {
  background-color: #dfb81c;
  opacity: 0.8;
}
  
.ia-sidebar-list-item.selected:not(.with-sub-menu) a.ia-sidebar-list-link, 
.ia-sidebar-list-item.selected:not(.with-sub-menu) a.ia-sidebar-list-link b,
.hp-sidebar-list-item.selected:not(.with-sub-menu) a.hp-sidebar-list-link, 
.hp-sidebar-list-item.selected:not(.with-sub-menu) a.hp-sidebar-list-link b {
  color: #fff;
}

a.ia-sidebar-list-link,
a.hp-sidebar-list-link {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  padding-left: 18px;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
}

a.ia-sidebar-list-link i, 
a.ia-sidebar-list-link img, 
a.hp-sidebar-list-link i, 
a.hp-sidebar-list-link img {
  display: inline-block;
  margin-right: 13px;
  width: 16px;
}

/* Contents */
.ia-main {
  margin-left: 200px;
  padding: 66px 0 34px;
  min-height: 500px;
}

.ia-content {
  padding: 8px 32px 8px 40px;
}

.content-top {
  padding-top: 13px;
  padding-bottom: 27px;
}

.ia-title {
  font-weight: 700;
  color: #fff;
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 24px;
  opacity: .9;
  text-transform: uppercase;
}

.widgets {
  backface-visibility: hidden;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:after,
.row:before {
  display: table;
  content: ' ';
}

.table-panel {
  height: 295px;
}

.table-panel-h400 {
  height: 400px;
}

.table-panel-h500 {
  min-height: 500px;
}

.table-panel-h600 {
  height: 600px;
}

.table-panel-h100p {
  height: 100%;
}

.panel {
  background-color: #272727;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  margin-bottom: 20px;
}

.animated {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.panel-heading {
  box-shadow: 0 1px 0 0 rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(0,0,0,.12);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 16px;
  height: 44px;
  padding: 14px 22px;
}

.panel>.panel-heading {
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.heading-flex {
  display: flex;
  align-items: center;
}

.panel-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  opacity: .9;
}

.panel-title, 
.panel>.list-group, 
.panel>.panel-collapse>.list-group, 
.panel>.panel-collapse>.table, 
.panel>.table, 
.panel>.table-responsive>.table {
  margin-bottom: 0;
}

.panel-heading>.dropdown .dropdown-toggle, 
.panel-title, 
.panel-title>.small, 
.panel-title>.small>a, 
.panel-title>a, 
.panel-title>small, 
.panel-title>small>a {
  color: inherit;
}

.panel.with-scroll .panel-body {
  height: calc(100% - 44px);
  overflow-y: auto;
}

.panel>.panel-body {
  padding: 15px 22px;
  height: 100%;
}

.panel-body {
  padding: 15px;
}

.panel-body-add-app {
  height: calc(100% - 44px);
  padding: 15px 22px;
}

.panel-body-linechart-hp {
  height: calc(100% - 44px);
  padding: 15px 22px;
  overflow-y: scroll;
}

.panel>.panel-body-detail {
  padding:  0 22px 15px 22px;
}

.table-panel-1 {
  background-size: 1913px 1076px;
  background-position: 0px -54px;
}

.panel.animated {
  animation-duration: .5s;
  -webkit-animation-duration: .5s;
}

.panel {
  background-color:#272727;
  border: none;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,.25);
  margin-bottom: 24px;
  position: relative;
}

.btn-group-vertical>.btn-group:after, 
.btn-group-vertical>.btn-group:before, 
.btn-toolbar:after, 
.btn-toolbar:before, 
.clearfix:after, 
.clearfix:before, 
.container-fluid:after, 
.container-fluid:before, 
.container:after, 
.container:before, 
.dl-horizontal dd:after, 
.dl-horizontal dd:before, 
.form-horizontal .form-group:after, 
.form-horizontal .form-group:before, 
.modal-footer:after, 
.modal-footer:before, 
.modal-header:after, 
.modal-header:before, 
.nav:after, 
.nav:before, 
.navbar-collapse:after, 
.navbar-collapse:before, 
.navbar-header:after, 
.navbar-header:before, 
.navbar:after, 
.navbar:before, 
.pager:after, 
.pager:before, 
.panel-body:after, 
.panel-body:before, 
.panel-body-add-app:after, 
.panel-body-add-app:before, 
.row:after, 
.row:before {
  display: table;
  content: ' ';
}

.horizontal-scroll {
  overflow-x: auto;
  overflow-y: visible;
}

/* table関連 */
.table {
  border-spacing: 0;
  max-width: 100%;
  margin-bottom: 20px;
  width: 100%;
}

.table>caption+thead>tr:first-child>td, 
.table>caption+thead>tr:first-child>th, 
.table>colgroup+thead>tr:first-child>td, 
.table>colgroup+thead>tr:first-child>th, 
.table>thead:first-child>tr:first-child>td, 
.table>thead:first-child>tr:first-child>th {
  border-top: 0;
}
.table>tbody>tr>td:first-child, 
.table>thead>tr>th:first-child {
  text-align: center;
}

.table>thead>tr>th {
  border-bottom: none;
  white-space: nowrap;
}

.table-condensed>tbody>tr>td, 
.table-condensed>tbody>tr>th, 
.table-condensed>tfoot>tr>td, 
.table-condensed>tfoot>tr>th, 
.table-condensed>thead>tr>td, 
.table-condensed>thead>tr>th {
  padding: 5px;
}

.table>thead>tr>th {
  border-bottom: 2px solid #ddd;
  vertical-align: bottom;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
  border-top: 1px solid #ddd;
  line-height: 1.42857143;
  padding: 8px;
  vertical-align: top;
}

.table>tbody>tr>td.table-id,
.table>thead>tr>th.table-id {
  text-align: left;
  width: 40px;
}

th {
  font-weight: 400;
  text-align: left;
}

td, 
th {
  padding: 0;
}

.table>thead>tr>th:last-child {
  padding-right: 16px;
}

.table>tbody>tr>td {
  padding: 0 8px;
  line-height: 35px;
  border-top: 1px solid rgba(255,255,255,.2);
}

/* button関連 */
button.btn.btn-info,
button.btn.btn-info2,
a.btn.btn-info {
  background: #209e91;
}

.status-button {
  width: 60px;
}

.setting-button {
  width: 60px;
  height: 32px;
  margin-left: 15px;
}

.system-update-button {
  width: 60px;
  height: 24px;
  margin-left: 15px;
}

.btn {
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  margin-bottom: 0;
  padding: 6px 12px;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  text-align: center;
  transition: all .1s ease;
  -webkit-transition: all .1s ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.sw-list-btns {
  margin: 15px 22px 0 22px;
}

.sw-list-btns2 {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sw-list-btns3 {
  margin-bottom: 10px;
}

.btn, 
.btn-danger.active, 
.btn-danger:active, 
.btn-default.active, 
.btn-default:active, 
.btn-info.active, 
.btn-info:active, 
.btn-info2.active, 
.btn-info2:active, 
.btn-primary.active, 
.btn-primary:active, 
.btn-warning.active, 
.btn-warning:active, 
.btn.active, 
.btn:active, 
.dropdown-menu>.disabled>a:focus, 
.dropdown-menu>.disabled>a:hover, 
.form-control, 
.navbar-toggle, 
.open>.dropdown-toggle.btn-danger, 
.open>.dropdown-toggle.btn-default, 
.open>.dropdown-toggle.btn-info, 
.open>.dropdown-toggle.btn-info2,.open>.dropdown-toggle.btn-primary, 
.open>.dropdown-toggle.btn-warning {
  background-image: none;
}

.bootstrap-select.btn-group .dropdown-menu li a, 
.btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

button, 
input, 
select, 
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, 
html input[type=button], 
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button, select {
  text-transform: none;
}

button {
  overflow: visible;
}

button, 
input, 
optgroup, 
select, 
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.btn-group-xs>.btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-info {
  color: #fff;
  border-color: #209e91;
}

.btn-group-vertical>.btn-group:after, 
.btn-toolbar:after, 
.clearfix:after, 
.container-fluid:after, 
.container:after, 
.dl-horizontal dd:after, 
.form-horizontal .form-group:after, 
.modal-footer:after, 
.modal-header:after, 
.nav:after, .navbar-collapse:after, 
.navbar-header:after, 
.navbar:after, 
.pager:after, 
.panel-body:after, 
.panel-body-add-app:after, 
.row:after {
  clear: both;
}

.col-lg-1, 
.col-lg-10, 
.col-lg-11, 
.col-lg-12, 
.col-lg-2, 
.col-lg-3, 
.col-lg-4, 
.col-lg-5, 
.col-lg-6, 
.col-lg-7, 
.col-lg-8, 
.col-lg-9 {
  float: left;
}

.col-lg-1, 
.col-lg-10, 
.col-lg-11, 
.col-lg-12, 
.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-md-1, 
.col-md-10, 
.col-md-11, 
.col-md-12, 
.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-sm-1, 
.col-sm-10, 
.col-sm-11, 
.col-sm-12, 
.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-xs-1, 
.col-xs-10, 
.col-xs-11, 
.col-xs-12, 
.col-xs-2, 
.col-xs-3, 
.col-xs-4, 
.col-xs-5, 
.col-xs-6, 
.col-xs-7, 
.col-xs-8, 
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.syslog-time {
  width: 130px;
}

.switch-topology {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.switch-topology-wrap {
  height: 100%;
  position: relative;
}

.bar-graph-wrap {
  height: 100%;
  position: relative;
}

.ia-sidebar-list-item.ia-sidebar-item-expanded>.ia-sidebar-sublist, 
.ia-sidebar-sublist-item.ia-sidebar-item-expanded>.ia-sidebar-sublist,
.hp-sidebar-list-item.hp-sidebar-item-expanded>.hp-sidebar-sublist, 
.hp-sidebar-sublist-item.hp-sidebar-item-expanded>.hp-sidebar-sublist {
  display: block;
}

.ia-sidebar-sublist,
.hp-sidebar-sublist {
  padding: 0;
  list-style: none;
  position: relative;
}

.ia-sidebar-sublist>li,
.hp-sidebar-sublist>li {
  display: block;
  float: none;
  padding: 0;
  border-bottom: none;
  position: relative;
}

.ia-sidebar-sublist>li.selected:not(.with-sub-menu)>a {
  border: none;
  background-color: #e54630;
}

.hp-sidebar-sublist>li.selected:not(.with-sub-menu)>a {
  border: none;
  background-color: #dfb81c;
}

.ia-sidebar-sublist>li a,
.hp-sidebar-sublist>li a {
  display: block;
  text-shadow: none;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  padding-left: 52px;
  height: auto;
  line-height: 29px;
}

body a {
  text-decoration: none!important;
}

.ia-sidebar-sublist>li a:hover {
  color: #e54630;
}

.hp-sidebar-sublist>li a:hover {
  color: #dfb81c;
}

a.ia-sidebar-list-link b,
a.hp-sidebar-list-link b {
  display: block;
  opacity: 1;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-shadow: none;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 12px;
  padding: 0;
  text-align: center;
  color: #fff;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear,-webkit-transform .2s linear;
}

.sidemenu-service-icon-wrap {
  display: inline-block;
  line-height: 42px;
}

.ia-sidebar-list-link img.sidemenu-service-icon,
.hp-sidebar-list-link img.sidemenu-service-icon {
  vertical-align: middle;
  width: 11.5px;
  margin-right: 18.5px;
}

.add-row-editable-table {
  margin-bottom: 10px;
}

.ia-wizard-navigation-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 15px 0;
}

.ia-wizard-navigation-container .ia-wizard-navigation.active {
  opacity: .95;
}
.ia-wizard-navigation-container .ia-wizard-navigation {
  cursor: pointer;
  display: table-cell;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  opacity: .7;
}

.ia-wizard-progress {
  margin-top: 10px;
  height: 10px;
}

.progress {
  background: rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.progress-bar.active, 
.progress.active .progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-danger {
  background-color: #a9a9a9;
}

@media (max-width: 991px) {
  .col-sm-1 {
    width: 8.3%;
  }
  .col-sm-2 {
    width: 16.7%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3%;
  }
  .col-sm-5 {
    width: 41.7%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3%;
  }
  .col-sm-8 {
    width: 66.7%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3%;
  }
  .col-sm-11 {
    width: 91.7%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-1 {
    width: 8.3%;
  }
  .col-md-2 {
    width: 16.7%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3%;
  }
  .col-md-5 {
    width: 41.7%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3%;
  }
  .col-md-8 {
    width: 66.7%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3%;
  }
  .col-md-11 {
    width: 91.7%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1 {
    width: 8.3%;
  }
  .col-lg-2 {
    width: 16.7%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3%;
  }
  .col-lg-5 {
    width: 41.7%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3%;
  }
  .col-lg-8 {
    width: 66.7%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3%;
  }
  .col-lg-11 {
    width: 91.7%;
  }
  .col-lg-12 {
    width: 100%;
  }
}  

@media (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.col-md-1, 
.col-md-10, 
.col-md-11, 
.col-md-12, 
.col-md-2, 
.col-md-3, 
.col-md-4, 
.col-md-5, 
.col-md-6, 
.col-md-7, 
.col-md-8, 
.col-md-9 {
  float: left;
}

.col-lg-1, 
.col-lg-10, 
.col-lg-11, 
.col-lg-12, 
.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-md-1, 
.col-md-10, 
.col-md-11, 
.col-md-12, 
.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-sm-1, 
.col-sm-10, 
.col-sm-11, 
.col-sm-12, 
.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-xs-1, 
.col-xs-10, 
.col-xs-11, 
.col-xs-12, 
.col-xs-2, 
.col-xs-3, 
.col-xs-4, 
.col-xs-5, 
.col-xs-6, 
.col-xs-7, 
.col-xs-8, 
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.has-feedback {
  position: relative;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  margin-bottom: 5px;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.form-control {
  background-color: rgba(0,0,0,.15);
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
  box-shadow: none;
  border-color: #dfb81c;
  background: rgba(0,0,0,.15);
  outline: 0;
}

.form-control-error {
  box-shadow: none;
  border-color: #dfb81c;
  background: rgba(0,0,0,.15);
  outline: 0;
}

.help-block.error-block {
  display: none;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #e54630;
}

.sub-little-text {
  font-size: 12px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

ol, 
ul {
  margin-bottom: 10px;
}

dl, 
ol, 
ul {
  margin-top: 0;
}

.ia-wizard-pager .previous {
  float: left;
}

.pager li, .pagination>li {
  display: inline;
}

button.btn.btn-primary.disabled, 
button.btn.btn-primary.disabled.active, 
button.btn.btn-primary.disabled.focus, 
button.btn.btn-primary.disabled:active, 
button.btn.btn-primary.disabled:focus, 
button.btn.btn-primary.disabled:hover, 
button.btn.btn-primary[disabled], 
button.btn.btn-primary[disabled].active, 
button.btn.btn-primary[disabled].focus, 
button.btn.btn-primary[disabled]:active, 
button.btn.btn-primary[disabled]:focus, 
button.btn.btn-primary[disabled]:hover, 
fieldset[disabled] button.btn.btn-primary, 
fieldset[disabled] button.btn.btn-primary.active, 
fieldset[disabled] button.btn.btn-primary.focus, 
fieldset[disabled] button.btn.btn-primary:active, 
fieldset[disabled] button.btn.btn-primary:focus, 
fieldset[disabled] button.btn.btn-primary:hover {
  background: #dfb81c;
}

button.btn.btn-primary {
  background: #dfb81c;
}

.btn.disabled, 
.btn[disabled], 
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

button[disabled], 
html input[disabled] {
  cursor: default;
}

.ia-wizard-pager .next {
  float: right;
}

.form-group .bootstrap-select.btn-group, 
.form-horizontal .bootstrap-select.btn-group, 
.form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn), 
.bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle, 
.bootstrap-select.form-control:not([class*=col-]), 
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.btn-group button.btn.btn-default {
  background: 0 0;
  color: #fff;
}

button.btn.btn-default {
  border-width: 1px;
  color: #fff;
}

button.btn.btn-default, 
button.btn.btn-default.disabled, 
button.btn.btn-default.disabled.active, 
button.btn.btn-default.disabled.focus, 
button.btn.btn-default.disabled:active, 
button.btn.btn-default.disabled:focus, 
button.btn.btn-default.disabled:hover, 
button.btn.btn-default[disabled], 
button.btn.btn-default[disabled].active, 
button.btn.btn-default[disabled].focus, 
button.btn.btn-default[disabled]:active, 
button.btn.btn-default[disabled]:focus, 
button.btn.btn-default[disabled]:hover, 
fieldset[disabled] button.btn.btn-default, 
fieldset[disabled] button.btn.btn-default.active, 
fieldset[disabled] button.btn.btn-default.focus, 
fieldset[disabled] button.btn.btn-default:active, 
fieldset[disabled] button.btn.btn-default:focus, 
fieldset[disabled] button.btn.btn-default:hover {
  border-color: #fff;
  background: 0 0;
}

.bootstrap-select .btn {
  -webkit-transition: none;
  transition: none;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.pull-left {
  float: left!important;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 53%;
  right: 20px;
  margin-top: -2px;
  vertical-align: middle;
}

.btn .caret {
  margin-left: 2px;
}

.btn .caret, .btn-group>.btn:first-child {
  margin-left: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.bootstrap-select.btn-group .dropdown-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-group .dropdown-menu {
  margin-top: 0;
}

.dropdown-menu {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);  position: absolute;
  float: left;
  font-size: 14px;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  list-style: none;
  width: 100%;
  z-index: 1000;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open>.dropdown-menu {
  display: block;
}

.bootstrap-select.btn-group.open .dropdown-menu.open {
  border: 1px solid rgba(255,255,255,.2);
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.show {
  display: block !important;
}

.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a, 
.btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.dropdown-menu>li>a {
  clear: both;
  font-weight: 400;
  color: #333;
}

.dropdown-header, .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  line-height: 1.42857143;
  white-space: nowrap;
}

body a {
  text-decoration: none!important;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-weight: 400;
  line-height: 1;
}

.glyphicon, .ui-select-refreshing {
  -webkit-font-smoothing: antialiased;
}

.glyphicon, address {
  font-style: normal;
}

.fa, .glyphicon {
  -moz-osx-font-smoothing: grayscale;
}

select.form-control {
  padding-left: 8px;
}

.bootstrap-select>select {
  position: absolute!important;
  bottom: 0;
  left: 50%;
  display: block!important;
  width: .5px!important;
  height: 100%!important;
  padding: 0!important;
  opacity: 0!important;
  border: none;
}

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

label.custom-checkbox, label.custom-radio {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox], 
.checkbox-inline input[type=checkbox], 
.radio input[type=radio], 
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}

label.custom-checkbox>input, 
label.custom-radio>input {
  height: 0;
  z-index: -100!important;
  opacity: 0;
  position: absolute;
}

input[type=checkbox], 
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}

input[type=checkbox], 
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

label.custom-checkbox>span, 
label.custom-radio>span {
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 16px;
  font-weight: 300;
  cursor: pointer;
  padding-left: 22px;
  width: 100%;
}

.boxes {
  margin: auto;
  padding: 10px;
}
  
/*Checkboxes styles*/
input[type='checkbox'] { display: none; }

input[type='checkbox'] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type='checkbox'] + label:last-child { margin-bottom: 0; }

input[type='checkbox'] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type='checkbox']:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


input[type='checkbox'][class='tblh-checkbox'] + label:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type='checkbox'][class='tblh-checkbox']:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type='checkbox'][class='tbl-checkbox'] + label:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 8px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type='checkbox'][class='tbl-checkbox']:checked + label:before {
  width: 10px;
  top: 4px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Dashboard */
.indicators {
  color: #fff;
}

.danger {
  color: #e54630;
}

.caution, .caution:hover {
  color: #e5b72e;
}

.stable, .stable:hover {
  color: #337ab7;
}

@media screen and (min-width: 1325px) {
  .indicators .indicator-item-container {
      width: 25%;
  }
}

.indicators .indicator-item-container {
    position: relative;
    padding: 0 15px;
    float: left;
    box-sizing: border-box;
}

.indicators .indicator-item {
  position: relative;
}

.indicators .chart {
  position: relative;
  display: inline-block;
  width: 84px;
  height: 84px;
  text-align: center;
  float: left;
}

.description-wrap {
  display: flex;
  align-items: center;
}

.indicator-icon {
  width: 30px;
  height: 30px;
}

.indicator-item-1 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 60px;
  margin-right: 15px;
}

.indicators .description {
  display: inline-block;
  padding: 0 0 0 20px;
  font-size: 18px;
  opacity: .9;
}

.indicators .description .description-stats {
  padding-top: 8px;
  font-size: 24px;
  text-align: center;
}

.indicators .percent {
  display: inline-block;
  z-index: 2;
  font-size: 22px;
}

.active-num {
  font-size: 24px;
}

.form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: .7;
}

.bootstrap-select>.dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.form-group .bootstrap-select.btn-group, 
.form-horizontal .bootstrap-select.btn-group, 
.form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn), 
.bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle, 
.bootstrap-select.form-control:not([class*=col-]), 
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.open>.btn {
  border-radius: 5px 5px 0 0;
}

.trap-setting-label {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}

a.add-app-a {
  color: #fff;
}

a.add-app-a:hover {
  color: #fff;
}

.amf-search {
  margin-bottom: 10px;
  text-align: center;
  display: block;
  margin-top: 5px;
}

.amf-search a {
  color: #fff;
}

.table-hover>tbody>tr:hover, .table-striped>tbody>tr:nth-of-type(even) {
  background-color: rgba(0,0,0,.1);
}

.table>tbody>tr>td.border-none {
  border: none;
  border-top: none;
}

.progress {
  overflow: hidden;
}

.isolation-adapter .nav.nav-tabs, .isolation-adapter .nav.nav-tabs>li>a:hover {
  background-color: rgba(0,0,0,.2);
}

.nav.nav-tabs {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid transparent;
  background-color: #63bbb2;
}

.panel.tabs-panel.with-scroll .panel-body, 
.xsmall-panel .nav-tabs, 
.xsmall-panel .tab-content {
  height: 100%;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav>li, 
.nav>li>a {
  display: block;
  position: relative;
}

.nav.nav-tabs>li:first-of-type a {
  border-top-left-radius: 5px;
}

.isolation-adapter .nav.nav-tabs a, 
.isolation-adapter .nav.nav-tabs a:hover {
  color: #fff;
}

.nav.nav-tabs>li>a {
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
}

.nav.nav-tabs a, .nav.nav-tabs a:hover, .tab-content, .tab-content .tab-pane p {
  color: #fff;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav>li>a {
  padding: 10px 15px;
}

.nav>li, 
.nav>li>a {
  display: block;
  position: relative;
}

.panel.tabs-panel.with-scroll .panel-body, 
.xsmall-panel .nav-tabs, 
.xsmall-panel .tab-content {
  height: 100%;
}

.tab-content {
  padding: 15px 15px 5px;
  background: 0 0;
}

.nav.nav-tabs a, 
.nav.nav-tabs a:hover, 
.tab-content, 
.tab-content .tab-pane p {
  color: #fff;
}

.panel.tabs-panel.with-scroll .panel-body, 
.nav-tabs, 
.tab-content {
  height: 100%;
}

.panel.tabs-panel .panel-body {
  padding: 0;
}

.isolation-adapter .nav.nav-tabs>li.active>a {
  color: #fff;
  background-color: rgba(0,0,0,.25);
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.bootstrap-select.btn-group .dropdown-toggle .caret-add-sw {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group .dropdown-toggle .caret-add-protocol {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
  vertical-align: middle;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  background-color: black;
  border-radius: 6px;
  color: #fff;
  left: 50%;
  margin-left: -60px;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  top: 150%;
  visibility: hidden;
  width: 120px;
  z-index: 1;
}

.tooltip .tooltiptext::after {
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
  bottom: 100%;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -5px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

a.status-button:hover{
  color: #fff;
}

#notification {
  background-color: #90b900;
  border-radius: 3px; 
  box-shadow: 0 0 12px #999;
  color: #fff; 
  visibility: hidden; 
  margin: 0 0 6px;
  min-width: 250px; 
  opacity: .8;
  overflow: hidden;
  padding: 15px;
  position: fixed; 
  right: 12px;
  text-align: left; 
  top: 12px;
  width: 350px;
  z-index: 10000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
}
  
#notification.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
   
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 12px; opacity: 0.8;}
}
  
@keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 12px; opacity: 0.8;}
}
  
@-webkit-keyframes fadeout {
  from {top: 12px; opacity: 0.8;}
  to {top: 0; opacity: 0;}
}
  
@keyframes fadeout {
  from {top: 12px; opacity: 0.8;}
  to {top: 0; opacity: 0;}
}

.toast-icon {
  width: 13px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-close-button {
  position: relative;
  right: -.3em;
  float: right;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  background-color: #209e91;
  border: none;
}

.bg-info {
  background-color: rgba(32,158,145,.85);
  color: #fff;
}

.bg-warning {
  background-color: #ed7878;
  color: #fff;
}

.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 15px;
  font-weight: 300;
}

.alert {
  margin-bottom: 20px;
}

.alert .alert-link, .alert strong, .chartist h5 {
  font-weight: 400;
}

.alert .close {
  margin-top: 1px;
}

.error-message {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-top: 1px;
  margin-bottom: 20px;
  padding: 13px;
}

.error-message, 
.error-message-link, 
.error-message strong {
  font-weight: 400;
}

.form-errors {
  color: #e54630;
  margin-top: 10px;
  font-size: 14px;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.close, .close:active, .close:focus, .close:hover {
  opacity: 1;
}

.close {
  box-shadow: none;
  filter: alpha(opacity=20);
  float: right;
  font-size: 15px;
  line-height: 1;
  color: #000;
  outline: 0!important;
  text-shadow: 0 1px 0 #fff;
}

.closeable button {
  color: #fff;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.amf-searching {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  display: inline-block;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #dfb81c;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  margin-right: 15px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.arrow-icon {
  display: block;
  opacity: 1;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-shadow: none;
  position: absolute;
  right: -3px;
  top: 12px;
  padding: 0;
  text-align: center;
  color: #fff;
}


path:hover {  opacity:0.9; }
/* rect:hover {  fill:blue; } */
rect:hover {  opacity:0.9; }
.axis {  font: 10px sans-serif; }
.legend tr{  border-bottom:1px solid grey; }
.legend tr:first-child{  border-top:1px solid grey; }

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.legend {
  margin-bottom:76px;
  display:inline-block;
  border-collapse: collapse;
  border-spacing: 0px;
}

.legend td {
  padding:4px 5px;
  vertical-align:bottom;
}

.panel-body-chart {
  display: flex;
  align-items: center;
}

.panel-body-chart-hp {
  display: flex;
}

.channels-info {
  display: inline-block;
  width: calc(100% - 370px);
  margin-left: 70px;
  margin-top: -20px;
}

.channels-info2 {
  display: inline-block;
  width: 20%;
  margin-left: 70px;
  margin-top: -20px;
}

.legend-color {
  width: 20px;
  height: 20px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.25);
  position: relative;
  top: 31px;
  border-radius: 15px;
  left: -45px;
}

.channels-info-item p {
  margin-bottom: 9px;
  font-size: 14px;
  opacity: .9;
}

.channels-info-item .channel-number {
  display: inline-block;
  float: right;
}

.channel-progress {
  height: 4px;
  width: 100%;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.15);
  box-shadow: none;
}

.indicator-progress {
  height: 10px;
  width: 100%;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.15);
  box-shadow: none;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/* pie chart style */
.pie-chart {
  width: 300px;
  position: relative;
  min-height: 300px;
  float: left;
}

.pie-chart-hp {
  width: 300px;
  position: sticky;
  top: 0;
  min-height: 300px;
}

.pie-chart-header {
  max-width: 265px;
  width: 50%;
}

a.pie-legend-link,
a.pie-legend-link:hover {
  color: white;
}

div.progress-legend {
  background: rgba(255,255,255,.2);
}

.axis-white line{
  stroke: white;
  stroke-width: 2px;
}

.axis-white path{
  stroke: white;
}

.overlay,
.overlay:hover {
  fill: none;
  pointer-events: all;
}

.focus circle {
  fill: steelblue;
}

.focus text {
  font-size: 12px;
  fill: white;
}

.tooltip {
  fill: white;
}

.line-chart {
  display: inline-block;
  text-align: center;
  width: 70%;
  height: 100%;
}

.line-chart-hp {
  position: sticky;
  top: 0;
}

.line-chart-svg {
  display: inline-block;
}

.pie-chart-text {
  width: 100%;
  height: 40px;
  line-height: 24px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.pie-chart-text2 {
  width: 100%;
  height: 40px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.pietooltip {
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}
  
.pietooltip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  content: '\25BC';
  position: absolute;
  text-align: center;
}
  
.pietooltip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}

.pietooltip {
  position: absolute;
  display: none;
}

.linechart-tooltip {
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  fill: rgba(0, 0, 0, 0.8);
}

.topologytooltip {
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}
  
.topologytooltip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  content: '\25BC';
  position: absolute;
  text-align: center;
}
  
.topologytooltip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}

.topologytooltip {
  position: absolute;
  display: none;
}

.trap-type {
  margin-left: 45px;
  margin-bottom: 20px;
  display: none;
}

label.category-label {
  display: inline-block !important;
}

.category-icon {
  padding-right: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 17px;
  padding-left: 5px;
  cursor: pointer;
}

.vbcorp-trap-detail {
  display: none;
}

.app-setting-confirm-table>tbody>tr>td:first-child {
  width: 30%;
  text-align: right;
}

.app-setting-confirm-table>tbody>tr>td:nth-child(2) {
  width: 70%;
  padding-left: 30px;
}

.app-column {
  width: 40%;
}

.trap-enable-list {
  margin: 0;
}

.trap-item {
  margin-left: 30px;
}

.btns-line-chart button {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}

.btns-line-chart {
  margin: 9px 0 9px 15px;
}

.btn-active {
  color: #ffffff;
  background-color: #209e91;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, 
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle, 
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child), 
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn, 
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child, 
.btn-group>.btn:last-child:not(:first-child), 
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.panel-heading2 {
  color: #fff;
  height: 44px;
  font-size: 16px;
  border-bottom: 1px solid rgba(0,0,0,.12);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 1px 0 0 rgba(255,255,255,.12);
}

.title-wrap-heading {
  padding: 14px 22px;
}

.btn-line-chart {
  font-size: 13px;
  line-height: 100%;
}

.btn-pie-chart {
  font-size: 13px;
  line-height: 100%;
}

.btn-bar-chart {
  font-size: 13px;
  line-height: 100%;
}

.btn-success {
  color: #fff;
  background: #209e91;
  border-color: #088679;
}

/* action log page */
.log-datetime {
  color: #fff;
  background-color: rgba(0,0,0,.15);
  margin-right: 10px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.log-datetime input {
  color: #fff;
  background-color: rgba(0,0,0,.15);
  border: none;
  padding: 3px 6px;
  height: 100%;
  border-radius: 5px;
}

.log-datetime-hyphen {
  line-height: 32px;
}

.log-datetime-btn-wrap {
  height: 32px;
  margin-right: 20px;
  position: relative;
  width: 40px;
}

.log-datetime-btn {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1.5;
}

.log-search {
  color: #fff;
  background-color: rgba(0,0,0,.15);
  overflow: hidden;
  text-shadow: none;
  white-space: nowrap;
  line-height: 25px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 200px;
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: none;
}

.log-search input {
  border: none;
  width: 85%;
  background-color: rgba(0,0,0,.15);
  padding: 3px 6px;
  margin-right: 7px;
}

.log-search i {
  cursor: pointer;
}

.log-select-wrap {
  line-height: 25px;
  width: 150px;
  margin-right: 10px;
}

.log-select {
  color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: rgba(0,0,0,.15);
  box-shadow: none;
  width: 100%;
  height: 100%;
  padding: 3px 6px;
}

.log-select option {
  color: #333;
  background-color: white;
  cursor: pointer;
}

input[type='date']::-webkit-inner-spin-button{
  -webkit-appearance: none;
}

input[type='date']::-webkit-clear-button{
  -webkit-appearance: none;
}

.log-filter-options {
  display: flex;
  height: 32px;
}

input::-webkit-calendar-picker-indicator:hover {
  background-color: rgba(0,0,0,.15);
}

/* Login Page */
.login-title {
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 24px;
  opacity: .9;
}

.decoy-login {
  width: 500px;
  margin: auto;
}
  
.login-btn-wrap {
  margin-top: 15px;
}
  
.login-panel {
  padding-bottom: 20px;
}
  
.login-btn {
  width: 100%;
}
  
.login-icon {
  margin-left: 5px;
}

/* add action page */
.dropdown-add-action {
  max-height: 384px; 
  min-height: 0px;
  overflow: hidden; 
}

.inner-add-action {
  max-height: 373px; 
  min-height: 0px;
  overflow-y: auto; 
}

.reload-icon {
  width: 15px;
  height: 15px;
  margin-left: 15px;
  cursor: pointer;
}

.reload-icon-first {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.reload-icon-vert-mid {
  line-height: 100%;
  vertical-align: middle;
}

.logout-icon {
  stroke: #ffffff;
}

.input-file {
  margin-top: 5px;
  font-size: 12px;
}

.setting-wrap {
  display: flex;
  align-items: center;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  justify-content: center;
}

.page-item.disabled .page-link {
  border-color: #ddd;
  background-color: rgba(0,0,0,.2);
  color: #868e96;
  pointer-events: none;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
  margin-right: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.page-link {
  border: 1px solid #ddd;
  background-color: rgba(0,0,0,.2);
  color: #fff;
  display: block;
  margin-left: -1px;
  line-height: 1.25;
  padding: .5rem .75rem;
  position: relative;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #209e91;
  border-color: #209e91;
}

a.page-link:hover {
  color: #209e91;
}

.setting-dtl-item {
  margin-left: 13px;
  margin-top: 10px;
}

.action-list-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-sentences {
  margin-bottom: 10px;
}

.btn-both-ends {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.align-items-center {
  align-items: center;
}

/* 管理画面 */
.admin-sort-icon {
  margin-left: 5px;
}

/* cssプロパティそのまま */
.flex {
  display: flex;
}

.font-size-12 {
  font-size: 12px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-right-10 {
  margin-right: 10px;
}

.height-100 {
  height: 100px;
}

.width-40 {
  width: 40%;
}

.error-page {
  width: 640px;
  margin: 150px auto;
  background: rgba(0,0,0,.5);
  border-radius: 5px;
  color: #fff;
  padding: 32px;
  text-align: center;
}

/* AT Decoy UI */
.switcher-container input:checked+.switcher {
  border: 1px solid #fff;
}

.switcher-container .switcher.primary {
  border: 1px solid #dfb81c;
}

.switcher-container .switcher {
  position: relative;
  display: inline-block;
  width: 84px;
  overflow: hidden;
  border-radius: 6px;
  box-sizing: border-box;
}

.switcher-container input:checked+.switcher .handle-container {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.switcher-container .switcher .handle-container {
  position: relative;
  width: 126px;
  cursor: pointer;
  -webkit-transform: translate3d(-42px,0,0);
  transform: translate3d(-42px,0,0);
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear,-webkit-transform .2s linear;
}

.switcher-container .switcher.primary .handle.handle-on {
  background-color: #dfb81c;
}

.switcher-container .switcher .handle-container .handle {
  width: 42px;
  float: left;
  line-height: 28px;
  height: 28px;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.switcher-container .switcher .handle-container .handle.handle-off {
  background: #fff;
  color: #000;
}

.switcher-container {
  font-weight: 400;
}

.switcher-container input {
  display: none;
}

.form-group label.switcher-container {
  margin-bottom: 0;
  height: 30px;
}

.setting-tgl-item {
  /* margin-left: 13px; */
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 250px;
}

.update-btn-protocol {
  width: 84px;
  height: 28px;
  margin-left: 15px;
  margin-top: 10px;
}

.protocol-setting-wrap {
  display: flex;
  justify-content: center;
}

.setting-btn-wrap {
  display: flex;
  justify-content: space-around;
}

.decoy-setting-tgl-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.decoy-setting-tgl-item label.switcher-container {
  margin-bottom: 0;
  margin-left: 15px;
}