html {
  position: relative;
  min-height: 100%;
}

body {
  min-height: 200px;
  padding-top: 60px;
  margin-bottom: 40px;
  font-family: 'Ubuntu', sans-serif;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  background-color: #3f51b5;
  border-color: #3f51b5 !important;
}

.footer-copyright {
  overflow: hidden;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.o-nav {
  border-radius: 0;
  background-color: #3f51b5 !important;
  border-color: #3f51b5 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-property: max-height, box-shadow;
}

.o-nav a[role=button] {
  color: white !important;
  text-decoration: none;
}

.o-nav a[data-toggle=modal]:focus {
  outline: 0;
  outline-offset: -2px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #2f3e94;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #253692;
}

.card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
}

.shadow--2dp {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.panel-default > .panel-heading {
  color: #fff;
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.panel-body p {
  font-size: 14px;
}

.panel-body span {
  font-size: 14px;
}

.panel-body {
  padding: 0;
}

.input-group-addon {
  background: #6c7ae0;
  color: white;
}

.btn:hover,
.btn:active,
.btn:active {
  color: white;
}

.btn {
  background: #6c7ae0;
  color: white;
  margin-left: 5px;
  margin-bottom: 5px;
}

#tbl input {
  border: 0;
}

#tbl td {
  padding: 0;
}

#tbl th {
  padding: 0;
  text-align: center;
  background-color: #6c7ae0;
  color: white;
}

#tbl .val_input {
  text-align: center;
  width: 100%;
}

#network {
  width: auto;
  height: 400px;
}

.modal-header {
  color: white;
  padding: 10px;
}

.modal-header .close {
  opacity: 1;
  color: white;
}
