hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

body.signin {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  max-width: 450px;
  padding: 15px;
}

.filter {
  display: none;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.nav-message {
  margin-bottom: 10px;
}

#message, #message .tab-content {
  height: 100%;
}

#message #html, #message #html .form-group, #message #html .django-ckeditor-widget, #message #html #cke_id_body_html {
  height: 100%;
}

#message #html .form-group {
  margin-bottom: 0;
}

#message #html .cke_chrome {
  border-bottom: 0;
}


/* status */

.ipstatus {
  width: 10px;
  height: 10px;
}

.statusok {
  font-size: 22px;
}

.statusnoOK {
  font-size: 22px;
}

.statusno {
  font-size: 22px;
}

.statusnok, .statusnokgreen {
  font-size: 22px;
}

.statusokblack {
  font-size: 22px;
}

.statusokred {
  font-size: 22px;
}

.statustrue {
  font-size: 22px;
}

.glyphline {
  font-size: 22px;
}

.abuse-top, .abuse-bottom {
  padding: 5px;
}

.fct-menu {
  margin: 5px 0 5px 0;
}

.fct-menu .btn {
  margin-left: 5px;
}

.pagination {
  margin: 0;
}

.pagination-info {
  padding: 6px 12px;
  line-height: 1.42857;
  border-width: 1px;
  border-style: solid;
  margin: 0 5px;
}

/* page */
.page-header {
  margin:0;
  border-bottom: 0px;
  padding: 2px 15px;
  display: flex;
  justify-content: space-between;
}

.page-header ul {
  margin-bottom: 0;
}

.page-header h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
}

/* menu */
.navbar {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 10px;
}

.navbar-info {
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-brand, .navbar-brand:hover {
  /*font-family: 'Caveat Brush', cursive;*/
  font-size: 24px;
  height: 50px;
  width: 50px;
  padding: 5px;
  line-height: 44px;
  display: block;
  text-align: center;
}

.navbar-left {
  height: 100%;
  width: 50px;
  position: absolute;
  left: 0;
  top: 0px;
  overflow:hidden;
  z-index: -1;
  border-radius: 4px;
}

.navbar-center {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar-center h1 {
  padding: 14px;
  margin: 0;
  font-size: 20px;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar .navbar-collapse .nav-pills {
  padding: 4px;
}

.nav-message {
  margin-bottom: 5px;
}

/* menu fct */
.menu-fct, .menu-fct-td {
  list-style: none;
}
.menu-fct .fa-navicon {
  font-size: 28px;
}
.menu-fct-td {
  margin: 0;
  padding: 0;
}

.menu-fct-td h3 {
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 5px;
}

.dropdown-menu-right {
  right: 0;
  left: initial;
}

.dropdown-item {
  white-space: nowrap;
  border-bottom: 1px solid #eee;
}

/* largeur colonne table */
.btn-group-xs > .btn, .btn-xs {
  padding: .25rem;
  font-size: .8rem;
  line-height: .8;
  border-radius: .2rem;
}

td.btn1 {
  width: 35px;
}
td.btn2 {
  width: 70px;
}
td.btn3 {
  width: 105px;
}
td.btn4 {
  width: 140px;
}
td.btn5 {
  width: 175px;
}
td.btn6 {
  width: 210px;
}
td.btn7 {
  width: 245px;
}
td.btn8 {
  width: 280px;
}
td.btn9 {
  width: 315px;
}

/* form */
.editform {
  display: inline;
}

#message #html label {
  display: none;
}

/* d3 */

.d3pie path {
  stroke-width: 1.5;
  cursor: pointer;
}
.d3chart .bar {
  fill: steelblue;
}

/* logs */
.routinglogs > tbody > tr > td, .routinglogs > tbody > tr > th, .routinglogs > tfoot > tr > td, .routinglogs > tfoot > tr > th, .routinglogs > thead > tr > td, .routinglogs > thead > tr > th {
    padding: 2px;
}

.spoollogs > tbody > tr > td, .spoollogs > tbody > tr > th, .spoollogs > tfoot > tr > td, .spoollogs > tfoot > tr > th, .spoollogs > thead > tr > td, .spoollogs > thead > tr > th {
    padding: 2px;
}

table.spoollogs {
  border-collapse: separate;
  border-spacing: 0;
}
