#accbar, #accbar-reservation, #accbar-extra, #accbar-board, #accbar-planning, #accbar-alimentation, #accbar-management, #accbar-client, #accbar-connection, #accbar-stat {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  width: available;
  overflow: hidden;
  height: 65px;
}

#accbar-reservation {
  background: #2d89ef;
}

#accbar-extra {
  background: #ff9048;
}

#accbar-board {
  background: #ffc40d;
}

#accbar-planning {
  background: #7e3878;
}

#accbar-alimentation {
  background: #1e7145;
}

#accbar-management {
  background: #c0392b;
}

#accbar-client {
  background: #677686;
}

#accbar-connection {
  background: #5fa0ca;
}

#accbar-stat {
  background: #1d1d1d;
}

* {
  border-radius: 0 !important;
}

/* fix for the weird behaviour of the datepicker */
.datepicker table tr td.disabled {
  border: none !important;
}

body {
  /*background:$light-font-col;*/
  background: white;
  color: #494949;
}

h5 {
  font-weight: bold;
}

.maxwidth {
  width: 100%;
}

#wrap {
  margin: 0;
  padding: 0;
  min-width: 100%;
  width: auto;
  min-height: 98vh;
  padding-top: 90px;
  padding-bottom: 10px;
}

.log-ins-item {
  background: #b3cae2;
}

.form_date, .form_datetime, .form_time {
  background: white !important;
}

.chk-modal {
  width: 100%;
  height: 100%;
  background: #b3cae2;
  padding: 5px;
}

.chk-modal.chk-modal-occupied {
  background: #e8c7aa;
}

.occupied {
  color: #ebebeb;
}

#dateTable {
  width: 100%;
}

#dateTable th {
  background: #4689cf;
}

#dateTable tr {
  font-weight: bold;
  background: #b3cae2;
}

#dateTable .odd {
  color: #ebebeb;
  background: #4689cf;
}

#dateTable td {
  padding: 10px;
  border-right: 1px solid #1d4d7f;
}

#dateTable .tab-room {
  width: auto;
}

#dateTable .tab-occupied {
  background: #ff9048;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17 mars 2016, 16:53:03
    Author     : EricR
*/
.navbar {
  background-color: white;
  color: #1d4d7f;
}

.navbar-brand {
  display: block;
  background: white;
  margin: 0;
  padding: 0;
  height: 60px;
  width: 150px;
  padding-left: 15px;
  padding-right: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/logo.jpg");
}

.brand-img {
  height: 60px;
}

.menuAction {
  font-size: larger;
}

.menuAction a {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #1d4d7f !important;
  height: 60px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.menuAction a:hover {
  background-color: #ebebeb !important;
  /*border-bottom:5px solid red;
        animation-name: acc-pop;
        animation-duration: .1s;
        animation-timing-function:ease-out;*/
}

@-webkit-keyframes acc-pop {
  from {
    border-bottom-width: 0px;
  }
  to {
    border-bottom-width: 5px;
  }
}

@keyframes acc-pop {
  from {
    border-bottom-width: 0px;
  }
  to {
    border-bottom-width: 5px;
  }
}

.menuAction a.reservation:hover {
  border-color: #2d89ef;
}

.menuAction a.reservation:hover i {
  color: #2d89ef;
}

.menuAction a.board:hover {
  border-color: #ffc40d;
}

.menuAction a.board:hover i {
  color: #ffc40d;
}

.menuAction a.extra:hover {
  border-color: #ff9048;
}

.menuAction a.extra:hover i {
  color: #ff9048;
}

.menuAction a.planning:hover {
  border-color: #7e3878;
}

.menuAction a.planning:hover i {
  color: #7e3878;
}

.menuAction a.alimentation:hover {
  border-color: #1e7145;
}

.menuAction a.alimentation:hover i {
  color: #1e7145;
}

.menuAction a.management:hover {
  border-color: #c0392b;
}

.menuAction a.management:hover i {
  color: #c0392b;
}

.menuAction a.client:hover {
  border-color: #677686;
}

.menuAction a.client:hover i {
  color: #677686;
}

.menuAction a.stat:hover {
  border-color: #1d1d1d;
}

.menuAction a.stat:hover i {
  color: #1d1d1d;
}

.menuAction a.connection:hover {
  border-color: #5fa0ca;
}

.menuAction a.connection:hover i {
  color: #5fa0ca;
}

.menuDropdown {
  font-size: larger;
}

.menuDropdown .dropdown-toggle {
  /*position:absolute;
        top: 0px;
        left:0px;*/
  color: #1d4d7f !important;
  height: 60px;
}

.menuDropdown .dropdown-toggle a {
  color: #1d4d7f !important;
}

.menuDropdown .dropdown-toggle a:hover {
  background-color: #ebebeb !important;
}

.menuDropdown .dropdown-toggle:hover {
  background-color: #ebebeb !important;
  /*border-bottom:5px solid red;
        animation-name: acc-pop;
        animation-duration: .1s;
        animation-timing-function:ease-out;*/
}

.menuDropdown .dropdown-menu .fa {
  width: 16px;
}

.navbar-toggle {
  color: #1d4d7f !important;
  border-color: #1d4d7f !important;
}

.navbar-toggle .icon-bar {
  background-color: #1d4d7f !important;
}

.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: #ebebeb !important;
}

@media (max-width: 767px) {
  .menuAction a {
    height: auto !important;
  }
  .menuAction a:hover {
    border-bottom: 0;
    /*border-right:8px solid red;
            animation-name: acc-pop;
            animation-duration: .1s;
            animation-timing-function:ease-out;*/
  }
  @-webkit-keyframes acc-pop {
    from {
      border-right-width: 0px;
    }
    to {
      border-right-width: 8px;
    }
  }
  @keyframes acc-pop {
    from {
      border-right-width: 0px;
    }
    to {
      border-right-width: 8px;
    }
  }
  .menuDropdown {
    font-size: larger;
  }
  .menuDropdown .dropdown-toggle {
    height: auto !important;
  }
  .menuDropdown .dropdown-toggle:hover {
    border-bottom: 0;
  }
  .navbar-brand {
    display: block;
    background: white;
    margin: 0;
    padding: 0;
    height: 60px;
    width: 150px;
    padding-left: 15px;
    padding-right: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/logo.jpg");
  }
  .brand-img {
    height: 60px;
  }
}

.form-nav-btn {
  background-color: #4689cf;
  color: #ebebeb;
}

.smallSection {
  /*text-align: right;*/
  margin-bottom: 6px;
}

.smallSection p {
  margin-top: 5px;
}

.rm-div {
  color: #494949;
  font-size: large;
}

.rm-div:hover {
  color: #171717;
}

.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.disabled-colour {
  color: #9b9b9b !important;
}

.form-nav-btn:hover {
  background-color: #2d67a2;
  color: #ebebeb;
}

.form-nav-btn:active {
  background-color: #1d4d7f !important;
  color: #ebebeb !important;
}

.form-nav-btn:focus {
  background-color: #4689cf;
  color: #ebebeb;
}

.reservationContent .btn-highlight {
  color: #ebebeb;
  background: #2d89ef;
}

.reservationContent .btn-highlight:hover {
  background: #1e4775;
}

.reservationContent div.missing-val {
  border: 1px solid #ff9048;
  padding: 5px;
  margin: 5px;
}

.reservationContent .modal {
  background: white;
  margin: 5%;
  border: 1px solid #b3cae2;
}

.reservationContent #allowEdit {
  float: right;
  margin-right: 20px;
}

.reservationContent .modal-body .chk-modal {
  margin-top: 5px;
  position: relative;
}

.reservationContent .modal-body .chk-modal-checkbox-container {
  position: absolute;
  top: 8px;
  right: 8px;
}

.reservationContent .modal-body .chk-modal-checkbox {
  width: 150px;
  height: 100%;
  /*float:left;*/
  /*input{
                display:block;width:100%;height:100%;margin:0;
            }*/
}

.reservationContent .modal-body .chk-modal-label {
  padding: 10px;
  /*padding-left:40px;*/
  padding-right: 160px;
  cursor: pointer;
}

.reservationContent .modal-body .collapse {
  padding: 5px;
}

.reservationContent .element-date-single {
  margin-bottom: 3px;
}

.reservationContent .allow {
  background-color: #4689cf;
  color: #ebebeb;
}

.reservationContent .allow:hover {
  background-color: #1d4d7f;
  color: #ebebeb;
}

.reservationContent .elements-group {
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #1d4d7f;
}

.reservationContent .addBtns {
  float: right;
}

.reservationContent .validateBtns {
  margin-top: 10px;
}

.reservationContent .validateBtns .btn-prev {
  color: #2d89ef;
  background: #ebebeb;
  border-color: #2d89ef;
}

.reservationContent .validateBtns .btn-prev:hover {
  background: #e1e1e1;
}

.reservationContent .validateBtns .btn-prev:active {
  color: #2d89ef !important;
  background: #b3cae2 !important;
}

.reservationContent .validateBtns .btn-next {
  float: right;
  color: #ebebeb;
  background: #2d89ef;
}

.reservationContent .validateBtns .btn-next:hover {
  background: #1e4775;
}

.reservationContent .validateBtns .btn-next:active {
  background: #1e4775;
}

.reservationContent .validateBtns .btn-final {
  float: right;
  color: #ebebeb;
  background: #2d89ef;
}

.reservationContent .validateBtns .btn-final:hover, .reservationContent .validateBtns .btn-final:active {
  background: #1e4775;
}

.reservationContent .validateBtns .btn-delete, .reservationContent .validateBtns .btn-delete:focus {
  float: right;
  margin-right: 10px;
  color: #ebebeb;
  background: #ff9048;
}

.reservationContent .validateBtns .btn-cancel {
  float: right;
  margin-right: 10px;
}

.reservationContent .validateBtns .btn-delete:hover, .reservationContent .validateBtns .btn-delete:active {
  background: #ba6a35 !important;
}

.reservationContent .validateBtns .btn-final[data-loading=""] {
  color: #2d89ef;
  background: #ebebeb;
}

.reservation-del-modal-style .btn-highlight {
  color: #ebebeb;
  background: #2d89ef;
}

.reservation-del-modal-style .btn-highlight:hover {
  background: #1e4775;
}

.panel {
  background-color: rgba(255, 255, 255, 0.6);
}

.panel-heading {
  padding: 0;
}

.accordionLink {
  display: block;
  width: 100%;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1d4d7f;
}

.panel-title-big {
  padding: 0;
  margin: 0;
}

.panel-title-big a {
  color: inherit;
}

.accordionLink:hover {
  text-decoration: none;
  background-color: #ebebeb;
}

.accordionLink:focus {
  text-decoration: none;
  background-color: #ebebeb;
}

fieldset, .extraMeal {
  margin-top: 5px;
}

#board-content #in-persons .in-out-persons-content {
  border-color: #27ae60;
}

#board-content #in-persons .in-out-persons-data, #board-content #in-persons .in-out-persons-title {
  background: #27ae60;
  color: whitesmoke;
}

#board-content #out-persons .in-out-persons-content {
  border-color: #e74c3c;
}

#board-content #out-persons .in-out-persons-data, #board-content #out-persons .in-out-persons-title {
  background: #e74c3c;
  color: whitesmoke;
}

#board-content .in-out-persons-link:active {
  color: inherit;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 3px #888888;
          box-shadow: 0px 0px 3px #888888;
}

#board-content .in-out-persons-link:hover {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  background: rgba(10, 10, 10, 0.1);
}

#board-content .in-out-persons-link {
  color: inherit;
  display: block;
  -webkit-box-shadow: 0px 0px 7px #888888;
          box-shadow: 0px 0px 7px #888888;
}

#board-content .in-out-persons-link .in-out-persons {
  margin-top: 10px;
  margin-bottom: 10px;
}

#board-content .in-out-persons-link .in-out-persons .in-out-persons-title {
  padding: 10px;
  font-size: large;
  float: left;
  width: 80px;
  min-height: 100px;
  height: 100%;
}

#board-content .in-out-persons-link .in-out-persons .in-out-persons-title i.fa {
  font-size: 3em;
}

#board-content .in-out-persons-link .in-out-persons .in-out-persons-data {
  padding: 10px;
  float: right;
  width: 100px;
  min-height: 100px;
  height: 100%;
}

#board-content .in-out-persons-link .in-out-persons .in-out-persons-data span {
  display: block;
}

#board-content .in-out-persons-link .in-out-persons .in-out-persons-content {
  padding: 5px;
  border-color: grey;
  border-style: solid;
  border-width: 0px 100px 0px 80px;
  height: 100%;
  min-height: 100px;
  background: rgba(255, 255, 255, 0.8);
}

#board-content .in-out-persons-link .in-out-persons .in-out-persons-content h4 {
  margin: 0 0 0 0;
  border-bottom: 1px solid #969696;
  color: #969696;
}

#board-content #btnCalendar {
  font-size: larger;
  float: right;
}

#board-content #date-remainder {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  background: thistle;
  padding: 5px;
  text-align: center;
  font-size: larger;
  font-weight: bold;
}

#board-content .section-title {
  color: lightgrey;
}

#board-content .tile-board, #board-content .med-to-big-tile-board, #board-content .small-tile-board, #board-content .big-tile-board, #board-content .freeform-tile {
  color: rgba(56, 56, 56, 0.6);
  background-color: whitesmoke;
  text-align: center;
  float: left;
  vertical-align: text-bottom;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 10px;
  font-size: large;
}

#board-content .tile-board h4, #board-content .med-to-big-tile-board h4, #board-content .small-tile-board h4, #board-content .big-tile-board h4, #board-content .freeform-tile h4 {
  margin: 0;
  padding: 0;
}

#board-content .tile-board .thumb, #board-content .med-to-big-tile-board .thumb, #board-content .small-tile-board .thumb, #board-content .big-tile-board .thumb, #board-content .freeform-tile .thumb {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: x-large;
}

#board-content .tile-board .thumb-small, #board-content .med-to-big-tile-board .thumb-small, #board-content .small-tile-board .thumb-small, #board-content .big-tile-board .thumb-small, #board-content .freeform-tile .thumb-small {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: large;
}

#board-content .tile-board .left-text-align, #board-content .med-to-big-tile-board .left-text-align, #board-content .small-tile-board .left-text-align, #board-content .big-tile-board .left-text-align, #board-content .freeform-tile .left-text-align, #board-content .tile-board .text, #board-content .med-to-big-tile-board .text, #board-content .small-tile-board .text, #board-content .big-tile-board .text, #board-content .freeform-tile .text {
  text-align: left;
}

#board-content .tile-board .text, #board-content .med-to-big-tile-board .text, #board-content .small-tile-board .text, #board-content .big-tile-board .text, #board-content .freeform-tile .text {
  padding: 20px;
}

#board-content .tile-board a, #board-content .med-to-big-tile-board a, #board-content .small-tile-board a, #board-content .big-tile-board a, #board-content .freeform-tile a {
  color: inherit;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 200px;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 7px #888888;
          box-shadow: 0px 0px 7px #888888;
}

#board-content .tile-board a:active, #board-content .med-to-big-tile-board a:active, #board-content .small-tile-board a:active, #board-content .big-tile-board a:active, #board-content .freeform-tile a:active {
  color: inherit;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 200px;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 3px #888888;
          box-shadow: 0px 0px 3px #888888;
}

#board-content .tile-board a:hover, #board-content .med-to-big-tile-board a:hover, #board-content .small-tile-board a:hover, #board-content .big-tile-board a:hover, #board-content .freeform-tile a:hover {
  color: inherit;
  cursor: pointer;
  background: rgba(10, 10, 10, 0.1);
  text-decoration: none;
}

#board-content .tile-board .icon, #board-content .med-to-big-tile-board .icon, #board-content .small-tile-board .icon, #board-content .big-tile-board .icon, #board-content .freeform-tile .icon {
  display: block;
  font-size: 60px;
  padding-top: 40px;
}

#board-content .tile-board span.icon, #board-content .med-to-big-tile-board span.icon, #board-content .small-tile-board span.icon, #board-content .big-tile-board span.icon, #board-content .freeform-tile span.icon {
  padding-top: 25px;
  font-weight: bold;
}

#board-content .tile-board p, #board-content .med-to-big-tile-board p, #board-content .small-tile-board p, #board-content .big-tile-board p, #board-content .freeform-tile p {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#board-content .tile-board p.icolabel, #board-content .med-to-big-tile-board p.icolabel, #board-content .small-tile-board p.icolabel, #board-content .big-tile-board p.icolabel, #board-content .freeform-tile p.icolabel {
  min-height: 30%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

#board-content .small-tile-board {
  font-size: small;
  width: 90px;
  height: 90px;
}

#board-content .small-tile-board .icon {
  display: block;
  font-size: x-large;
  padding-top: 20px;
}

#board-content .small-tile-board span.icon {
  padding-top: 10px;
  font-weight: bold;
}

#board-content .small-tile-board p.icolabel {
  min-height: 30%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}

#board-content .small-tile-board a {
  height: 90px;
}

#board-content .small-tile-board a:active {
  height: 90px;
}

#board-content .big-tile-board {
  width: 420px;
  height: 200px;
}

#board-content .big-tile-board a {
  height: 200px;
}

#board-content .freeform-tile {
  font-size: medium;
}

#board-content .freeform-tile h4 {
  font-size: larger;
  padding: 5px;
  padding-top: 10px;
  border-bottom-width: 5px;
}

#board-content .freeform-tile a {
  padding: 0px;
  overflow: hidden;
}

#board-content .freeform-tile p {
  position: static;
  display: block;
  height: 100%;
}

#board-content .freeform-tile .highlight {
  font-size: large;
}

#board-content .freeform-tile .text {
  padding: 5px;
  text-align: left;
}

@media (max-width: 767px) {
  #board-content .in-out-persons-link .in-out-persons .in-out-persons-title {
    padding: 5px;
    font-size: larger;
    float: none;
    width: auto;
    min-height: 0px;
    height: auto;
  }
  #board-content .in-out-persons-link .in-out-persons .in-out-persons-title i.fa {
    font-size: larger;
  }
  #board-content .in-out-persons-link .in-out-persons .in-out-persons-data {
    padding: 5px;
    float: none;
    width: auto;
    min-height: 0px;
    height: auto;
  }
  #board-content .in-out-persons-link .in-out-persons .in-out-persons-data span {
    display: inline;
  }
  #board-content .in-out-persons-link .in-out-persons .in-out-persons-content {
    padding: 5px;
    border-width: 0px;
    height: 100%;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  #board-content .tile-board, #board-content .med-to-big-tile-board, #board-content .small-tile-board, #board-content .big-tile-board, #board-content .freeform-tile {
    width: 120px;
    height: 120px;
    font-size: small;
    margin: 5px;
  }
  #board-content .tile-board .thumb, #board-content .med-to-big-tile-board .thumb, #board-content .small-tile-board .thumb, #board-content .big-tile-board .thumb, #board-content .freeform-tile .thumb {
    top: 10px;
    right: 10px;
    font-size: large;
  }
  #board-content .tile-board .thumb-small, #board-content .med-to-big-tile-board .thumb-small, #board-content .small-tile-board .thumb-small, #board-content .big-tile-board .thumb-small, #board-content .freeform-tile .thumb-small {
    top: 5px;
    right: 5px;
    font-size: medium;
  }
  #board-content .tile-board p.icolabel, #board-content .med-to-big-tile-board p.icolabel, #board-content .small-tile-board p.icolabel, #board-content .big-tile-board p.icolabel, #board-content .freeform-tile p.icolabel {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  #board-content .tile-board .text, #board-content .med-to-big-tile-board .text, #board-content .small-tile-board .text, #board-content .big-tile-board .text, #board-content .freeform-tile .text {
    padding: 10px;
  }
  #board-content .tile-board a, #board-content .med-to-big-tile-board a, #board-content .small-tile-board a, #board-content .big-tile-board a, #board-content .freeform-tile a {
    height: 120px !important;
  }
  #board-content .tile-board .icon, #board-content .med-to-big-tile-board .icon, #board-content .small-tile-board .icon, #board-content .big-tile-board .icon, #board-content .freeform-tile .icon {
    padding-top: 20px;
    font-size: 35px;
  }
  #board-content .tile-board span.icon, #board-content .med-to-big-tile-board span.icon, #board-content .small-tile-board span.icon, #board-content .big-tile-board span.icon, #board-content .freeform-tile span.icon {
    padding-top: 15px;
  }
  #board-content .big-tile-board {
    width: 250px;
    height: 120px;
  }
  #board-content .med-to-big-tile-board {
    width: 250px;
    height: 120px;
  }
  #board-content .freeform-tile h4 {
    padding: 2px;
    padding-top: 5px;
    border-bottom-width: 3px;
  }
  #board-content .freeform-tile .text {
    padding: 2px;
  }
}

#board-content .extra {
  background: #ff9048;
}

#board-content .planning {
  background: #7e3878;
  color: rgba(233, 233, 233, 0.6);
}

#board-content .management {
  background: #c0392b;
  color: rgba(233, 233, 233, 0.6);
}

#board-content .client {
  background: #677686;
  color: rgba(233, 233, 233, 0.6);
}

#board-content .reservation {
  background: #2d89ef;
  color: rgba(233, 233, 233, 0.6);
}

#board-content .alimentation {
  background: #1e7145;
  color: rgba(233, 233, 233, 0.6);
}

#board-content .morning {
  background: lightsalmon;
  color: rgba(56, 56, 56, 0.6);
}

#board-content .connection {
  background: #5fa0ca;
  color: rgba(233, 233, 233, 0.6);
}

#board-content .stat {
  background: #1d1d1d;
  color: rgba(233, 233, 233, 0.6);
}

#board-content .turquoise {
  background: #53CDB5;
}

#calendar {
  margin-bottom: 10px;
}

#calendar .fc-btnCalendar-button:before {
  content: "\f073";
  font-family: FontAwesome;
}

#calendar button {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  background: #fafafa;
  color: #494949;
}

#calendar button:hover {
  background: #a58ba3;
  color: #ebebeb;
}

#calendar button.fc-state-active {
  background: #a58ba3;
  color: #ebebeb;
}

#calendar .fc-event {
  border: 0;
}

#calendar .selectedEvent {
  -webkit-box-shadow: 0px 0px 5px #000;
          box-shadow: 0px 0px 5px #000;
  font-weight: bold !important;
  z-index: 100;
}

.btn-cal-save {
  background: #7e3878;
  color: #ebebeb;
}

.btn-cal-save:hover {
  color: #ebebeb;
  background: #4c2549;
}

.btn-cal-save:active {
  color: #7e3878 !important;
  background: #ebebeb !important;
}

#print-report .separator {
  border-bottom: 1px solid #a58ba3;
  margin: 8px 0px 8px 0px;
}

#print-report h1, #print-report h2, #print-report h3, #print-report h4, #print-report h5 {
  margin: 0 !important;
}

#print-report h1, #print-report h2, #print-report h3, #print-report h4 {
  margin-bottom: 5px !important;
  margin-top: 10px !important;
}

#eventPanel {
  position: relative;
  padding: 5px;
  background: rgba(50, 50, 50, 0.1);
  border: 1px solid rgba(50, 50, 50, 0.3);
  -webkit-box-shadow: 0px 0px 5px #888888;
          box-shadow: 0px 0px 5px #888888;
}

#eventPanel #delete-button {
  margin-top: -5px;
  margin-right: -5px;
  float: right;
}

#eventPanel #eventPanelLinks {
  text-align: right;
  font-size: large !important;
}

#eventPanel #eventPanelLinks {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 34px;
}

#eventPanel #eventPanelContent .separator, #eventPanel #eventPanelTable .separator {
  border-bottom: 1px solid #a58ba3;
  margin: 4px 0px 4px 0px;
}

#eventPanel #eventPanelContent .title, #eventPanel #eventPanelContent .full-title, #eventPanel #eventPanelTable .title, #eventPanel #eventPanelTable .full-title {
  font-weight: bold;
  margin: 0 !important;
}

#eventPanel #eventPanelContent .title h5, #eventPanel #eventPanelContent .full-title h5, #eventPanel #eventPanelTable .title h5, #eventPanel #eventPanelTable .full-title h5 {
  margin: 0 !important;
}

#eventPanel #eventPanelContent .full-title, #eventPanel #eventPanelTable .full-title {
  padding-bottom: 5px;
  text-align: center;
}

#eventPanel #eventPanelContent .row, #eventPanel #eventPanelTable .row {
  margin-bottom: 10px;
}

@media all and (min-width: 992px) {
  #eventPanel #eventPanelContent, #eventPanel #eventPanelTable {
    border-bottom: 1px solid rgba(100, 100, 100, 0.15);
    margin-bottom: 34px;
    max-height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

#eventPanel .btn-link {
  color: #7e3878;
}

#eventPanel .btn-link:hover {
  color: #4c2549;
}

@media all and (min-width: 992px) {
  #eventPanel {
    position: fixed;
    max-width: 400px;
  }
}

#alimentation-content .btn-toggle {
  text-align: left;
}

#alimentation-content .selected.btn-toggle {
  background: #1e7145;
  color: whitesmoke;
}

#alimentation-content .selected.btn-toggle:hover {
  background: #175634;
  color: whitesmoke;
}

#alimentation-content .selected.btn-toggle:before {
  content: "\f192";
  font-family: FontAwesome;
}

#alimentation-content :not(.selected).btn-toggle:before {
  content: "\f10c";
  font-family: FontAwesome;
}

#alimentation-content #timeframe-selector {
  margin-bottom: 20px;
}

#alimentation-content .btn-search {
  background: #1e7145;
  color: #ebebeb;
  float: right;
}

#alimentation-content .btn-search:hover {
  background: #175634;
}

#alimentation-content .total-tbl-nb {
  padding-left: 0.2em;
  padding-right: 0.5em;
  text-align: right;
}

#alimentation-content .day-card {
  margin-bottom: 10px;
  padding: 5px;
}

#alimentation-content .day-card .day-title h3.disabled-colour {
  margin: 0;
  padding: 0;
  margin-bottom: -10px;
}

#alimentation-content .day-card .meal-card {
  margin: -5px;
  padding: 5px;
}

#alimentation-content .day-card .meal-card .total-pers {
  font-size: x-large;
}

#alimentation-content .day-card .meal-card .more-details {
  font-size: large;
  color: #1e7145;
  position: absolute;
  top: 0px;
  right: 0px;
}

#alimentation-content .day-card .meal-card .more-details:hover {
  color: #175634;
}

#alimentation-content .day-card .meal-card .collapse-link-container {
  text-align: right;
}

#alimentation-content .day-card .meal-card .collapse-link-container .more-details {
  padding: 0;
  margin: 0;
  height: auto;
}

#alimentation-content .day-card .meal-card .extrameal-note {
  color: grey;
}

#alimentation-content .day-card .meal-card .totalCalc {
  padding: 5px;
  padding-top: 0;
}

#alimentation-content .day-card .meal-card .totalDay {
  border-top: 1px solid #494949;
  background: #99c6ae;
  padding: 5px;
  padding-top: 0;
}

#alimentation-content .day-card .collapse-link-container {
  text-align: right;
}

.generic-freeform-card h4 {
  border-bottom: 1px solid grey;
}

.morning-card h4 {
  border-bottom: 1px solid lightsalmon;
}

.noon-card h4 {
  border-bottom: 1px solid #d43f3a;
}

.evening-card h4 {
  border-bottom: 1px solid slategrey;
}

#client-content {
  /*
 * Table styles
 */
  /*
 * Control feature layout
 */
  position: relative;
}

#client-content table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, #client-content table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #677686;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  content: "\f150";
}

#client-content table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, #client-content table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  padding-left: 30px !important;
}

#client-content table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, #client-content table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
  background: none;
  color: #677686;
  font-family: FontAwesome;
  content: "\f151";
}

#client-content table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
     * Header and footer styles
     */
  /*
     * Body styles
     */
}

#client-content table.dataTable thead th,
#client-content table.dataTable tfoot th {
  font-weight: bold;
}

#client-content table.dataTable thead th,
#client-content table.dataTable thead td {
  padding: 10px 10px 6px 10px;
  border-bottom: 1px solid #677686;
}

#client-content table.dataTable thead th:active,
#client-content table.dataTable thead td:active {
  outline: none;
}

#client-content table.dataTable tfoot th,
#client-content table.dataTable tfoot td {
  padding: 10px 10px 6px 10px;
  border-top: 1px solid #677686;
}

#client-content table.dataTable thead .sorting,
#client-content table.dataTable thead .sorting_asc,
#client-content table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

#client-content table.dataTable thead .sorting,
#client-content table.dataTable thead .sorting_asc,
#client-content table.dataTable thead .sorting_desc,
#client-content table.dataTable thead .sorting_asc_disabled,
#client-content table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

#client-content table.dataTable tbody tr {
  background-color: #ffffff;
}

#client-content table.dataTable tbody tr.selected {
  background-color: #677686;
}

#client-content table.dataTable tbody th,
#client-content table.dataTable tbody td {
  padding: 8px 10px;
}

#client-content table.dataTable.row-border tbody th, #client-content table.dataTable.row-border tbody td,
#client-content table.dataTable.display tbody th,
#client-content table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}

#client-content table.dataTable.row-border tbody tr:first-child th,
#client-content table.dataTable.row-border tbody tr:first-child td,
#client-content table.dataTable.display tbody tr:first-child th,
#client-content table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

#client-content table.dataTable.cell-border tbody th, #client-content table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

#client-content table.dataTable.cell-border tbody tr th:first-child,
#client-content table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}

#client-content table.dataTable.cell-border tbody tr:first-child th,
#client-content table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

#client-content table.dataTable.stripe tbody tr.odd,
#client-content table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

#client-content table.dataTable.stripe tbody tr.odd.selected,
#client-content table.dataTable.display tbody tr.odd.selected {
  background-color: #657383;
}

#client-content table.dataTable.hover tbody tr:hover,
#client-content table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

#client-content table.dataTable.hover tbody tr:hover.selected,
#client-content table.dataTable.display tbody tr:hover.selected {
  background-color: #637281;
}

#client-content table.dataTable.order-column tbody tr > .sorting_1,
#client-content table.dataTable.order-column tbody tr > .sorting_2,
#client-content table.dataTable.order-column tbody tr > .sorting_3, #client-content table.dataTable.display tbody tr > .sorting_1,
#client-content table.dataTable.display tbody tr > .sorting_2,
#client-content table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

#client-content table.dataTable.order-column tbody tr.selected > .sorting_1,
#client-content table.dataTable.order-column tbody tr.selected > .sorting_2,
#client-content table.dataTable.order-column tbody tr.selected > .sorting_3, #client-content table.dataTable.display tbody tr.selected > .sorting_1,
#client-content table.dataTable.display tbody tr.selected > .sorting_2,
#client-content table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #657483;
}

#client-content table.dataTable.display tbody tr.odd > .sorting_1,
#client-content table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

#client-content table.dataTable.display tbody tr.odd > .sorting_2,
#client-content table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

#client-content table.dataTable.display tbody tr.odd > .sorting_3,
#client-content table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

#client-content table.dataTable.display tbody tr.odd.selected > .sorting_1,
#client-content table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #61707f;
}

#client-content table.dataTable.display tbody tr.odd.selected > .sorting_2,
#client-content table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #627080;
}

#client-content table.dataTable.display tbody tr.odd.selected > .sorting_3,
#client-content table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #637181;
}

#client-content table.dataTable.display tbody tr.even > .sorting_1,
#client-content table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

#client-content table.dataTable.display tbody tr.even > .sorting_2,
#client-content table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

#client-content table.dataTable.display tbody tr.even > .sorting_3,
#client-content table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

#client-content table.dataTable.display tbody tr.even.selected > .sorting_1,
#client-content table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #657483;
}

#client-content table.dataTable.display tbody tr.even.selected > .sorting_2,
#client-content table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #667584;
}

#client-content table.dataTable.display tbody tr.even.selected > .sorting_3,
#client-content table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #677685;
}

#client-content table.dataTable.display tbody tr:hover > .sorting_1,
#client-content table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

#client-content table.dataTable.display tbody tr:hover > .sorting_2,
#client-content table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

#client-content table.dataTable.display tbody tr:hover > .sorting_3,
#client-content table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

#client-content table.dataTable.display tbody tr:hover.selected > .sorting_1,
#client-content table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #5f6c7b;
}

#client-content table.dataTable.display tbody tr:hover.selected > .sorting_2,
#client-content table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #5f6d7c;
}

#client-content table.dataTable.display tbody tr:hover.selected > .sorting_3,
#client-content table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #616f7e;
}

#client-content table.dataTable.no-footer {
  border-bottom: 1px solid #677686;
}

#client-content table.dataTable.nowrap th, #client-content table.dataTable.nowrap td {
  white-space: nowrap;
}

#client-content table.dataTable.compact thead th,
#client-content table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

#client-content table.dataTable.compact tfoot th,
#client-content table.dataTable.compact tfoot td {
  padding: 4px;
}

#client-content table.dataTable.compact tbody th,
#client-content table.dataTable.compact tbody td {
  padding: 4px;
}

#client-content table.dataTable th.dt-left,
#client-content table.dataTable td.dt-left {
  text-align: left;
}

#client-content table.dataTable th.dt-center,
#client-content table.dataTable td.dt-center,
#client-content table.dataTable td.dataTables_empty {
  text-align: center;
}

#client-content table.dataTable th.dt-right,
#client-content table.dataTable td.dt-right {
  text-align: right;
}

#client-content table.dataTable th.dt-justify,
#client-content table.dataTable td.dt-justify {
  text-align: justify;
}

#client-content table.dataTable th.dt-nowrap,
#client-content table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

#client-content table.dataTable thead th.dt-head-left,
#client-content table.dataTable thead td.dt-head-left,
#client-content table.dataTable tfoot th.dt-head-left,
#client-content table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

#client-content table.dataTable thead th.dt-head-center,
#client-content table.dataTable thead td.dt-head-center,
#client-content table.dataTable tfoot th.dt-head-center,
#client-content table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

#client-content table.dataTable thead th.dt-head-right,
#client-content table.dataTable thead td.dt-head-right,
#client-content table.dataTable tfoot th.dt-head-right,
#client-content table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

#client-content table.dataTable thead th.dt-head-justify,
#client-content table.dataTable thead td.dt-head-justify,
#client-content table.dataTable tfoot th.dt-head-justify,
#client-content table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

#client-content table.dataTable thead th.dt-head-nowrap,
#client-content table.dataTable thead td.dt-head-nowrap,
#client-content table.dataTable tfoot th.dt-head-nowrap,
#client-content table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

#client-content table.dataTable tbody th.dt-body-left,
#client-content table.dataTable tbody td.dt-body-left {
  text-align: left;
}

#client-content table.dataTable tbody th.dt-body-center,
#client-content table.dataTable tbody td.dt-body-center {
  text-align: center;
}

#client-content table.dataTable tbody th.dt-body-right,
#client-content table.dataTable tbody td.dt-body-right {
  text-align: right;
}

#client-content table.dataTable tbody th.dt-body-justify,
#client-content table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

#client-content table.dataTable tbody th.dt-body-nowrap,
#client-content table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

#client-content table.dataTable,
#client-content table.dataTable th,
#client-content table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#client-content .dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

#client-content .dataTables_wrapper .dataTables_length {
  float: left;
}

#client-content .dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

#client-content .dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

#client-content .dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

#client-content .dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

#client-content .dataTables_wrapper .dataTables_paginate a {
  color: #677686;
}

#client-content .dataTables_wrapper .dataTables_paginate a:hover {
  color: #677686;
}

#client-content .dataTables_wrapper .dataTables_paginate a:focus {
  color: #677686;
}

#client-content .dataTables_wrapper .dataTables_paginate .active > a {
  background-color: #677686;
  border-color: #677686;
  color: #FFFFFF;
}

#client-content .dataTables_wrapper .dataTables_paginate .active > a:hover {
  color: #FFFFFF;
}

#client-content .dataTables_wrapper .dataTables_paginate .active > a:focus {
  color: #FFFFF;
}

#client-content .dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

#client-content .dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

#client-content .dataTables_wrapper .dataTables_length,
#client-content .dataTables_wrapper .dataTables_filter,
#client-content .dataTables_wrapper .dataTables_info,
#client-content .dataTables_wrapper .dataTables_processing,
#client-content .dataTables_wrapper .dataTables_paginate {
  color: #333333;
}

#client-content .dataTables_wrapper .dataTables_scroll {
  clear: both;
}

#client-content .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

#client-content .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, #client-content .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}

#client-content .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
#client-content .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

#client-content .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #677686;
}

#client-content .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
#client-content .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}

#client-content .dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  #client-content .dataTables_wrapper .dataTables_info,
  #client-content .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  #client-content .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  #client-content .dataTables_wrapper .dataTables_length,
  #client-content .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  #client-content .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

#client-content .btn-highlight {
  background: #677686;
  color: #e1e1e1;
}

#client-content .btn-highlight:hover {
  background: #434e5b;
}

#client-content .btn-client-create {
  margin-bottom: 10px;
}

#client-content .btn-link {
  color: #677686;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
}

#client-content .btn-link:hover {
  color: #434e5b;
}

#client-content #client-form-div {
  /*position:absolute;
        z-index:1000;
        top:10%;
        left:10px;
        padding:10px;
        background:rgb(255,255,255);
        border:1px solid rgba(50,50,50,0.3);
        box-shadow: 0px 0px 5px #888888;*/
}

#client-content #client-form-div #client-form-buttons {
  margin-top: 10px;
  float: right;
}

#client-content #metrics-content .separator {
  border-bottom: 1px solid #a58ba3;
  margin: 4px 0px 4px 0px;
}

#client-content #metrics-content .title, #client-content #metrics-content #eventPanel #eventPanelContent .full-title, #eventPanel #eventPanelContent #client-content #metrics-content .full-title, #client-content #metrics-content #eventPanel #eventPanelTable .full-title, #eventPanel #eventPanelTable #client-content #metrics-content .full-title {
  font-weight: bold;
}

#client-content #metrics-content .section {
  margin-bottom: 10px;
}

#client-content #metrics-content .legend-metrics {
  color: grey;
}

#management-content {
  /*
 * Table styles
 */
  /*
 * Control feature layout
 */
}

#management-content table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, #management-content table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #c0392b;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  content: "\f150";
}

#management-content table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, #management-content table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  padding-left: 30px !important;
}

#management-content table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, #management-content table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
  background: none;
  color: #c0392b;
  font-family: FontAwesome;
  content: "\f151";
}

#management-content table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
     * Header and footer styles
     */
  /*
     * Body styles
     */
}

#management-content table.dataTable thead th,
#management-content table.dataTable tfoot th {
  font-weight: bold;
}

#management-content table.dataTable thead th,
#management-content table.dataTable thead td {
  padding: 10px 10px 6px 10px;
  border-bottom: 1px solid #c0392b;
}

#management-content table.dataTable thead th:active,
#management-content table.dataTable thead td:active {
  outline: none;
}

#management-content table.dataTable tfoot th,
#management-content table.dataTable tfoot td {
  padding: 10px 10px 6px 10px;
  border-top: 1px solid #c0392b;
}

#management-content table.dataTable thead .sorting,
#management-content table.dataTable thead .sorting_asc,
#management-content table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

#management-content table.dataTable thead .sorting,
#management-content table.dataTable thead .sorting_asc,
#management-content table.dataTable thead .sorting_desc,
#management-content table.dataTable thead .sorting_asc_disabled,
#management-content table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

#management-content table.dataTable tbody tr {
  background-color: #ffffff;
}

#management-content table.dataTable tbody tr.selected {
  background-color: #c0392b;
}

#management-content table.dataTable tbody th,
#management-content table.dataTable tbody td {
  padding: 8px 10px;
}

#management-content table.dataTable.row-border tbody th, #management-content table.dataTable.row-border tbody td,
#management-content table.dataTable.display tbody th,
#management-content table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}

#management-content table.dataTable.row-border tbody tr:first-child th,
#management-content table.dataTable.row-border tbody tr:first-child td,
#management-content table.dataTable.display tbody tr:first-child th,
#management-content table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

#management-content table.dataTable.cell-border tbody th, #management-content table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

#management-content table.dataTable.cell-border tbody tr th:first-child,
#management-content table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}

#management-content table.dataTable.cell-border tbody tr:first-child th,
#management-content table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

#management-content table.dataTable.stripe tbody tr.odd,
#management-content table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

#management-content table.dataTable.stripe tbody tr.odd.selected,
#management-content table.dataTable.display tbody tr.odd.selected {
  background-color: #bb382a;
}

#management-content table.dataTable.hover tbody tr:hover,
#management-content table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

#management-content table.dataTable.hover tbody tr:hover.selected,
#management-content table.dataTable.display tbody tr:hover.selected {
  background-color: #b93729;
}

#management-content table.dataTable.order-column tbody tr > .sorting_1,
#management-content table.dataTable.order-column tbody tr > .sorting_2,
#management-content table.dataTable.order-column tbody tr > .sorting_3, #management-content table.dataTable.display tbody tr > .sorting_1,
#management-content table.dataTable.display tbody tr > .sorting_2,
#management-content table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

#management-content table.dataTable.order-column tbody tr.selected > .sorting_1,
#management-content table.dataTable.order-column tbody tr.selected > .sorting_2,
#management-content table.dataTable.order-column tbody tr.selected > .sorting_3, #management-content table.dataTable.display tbody tr.selected > .sorting_1,
#management-content table.dataTable.display tbody tr.selected > .sorting_2,
#management-content table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #bc382a;
}

#management-content table.dataTable.display tbody tr.odd > .sorting_1,
#management-content table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

#management-content table.dataTable.display tbody tr.odd > .sorting_2,
#management-content table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

#management-content table.dataTable.display tbody tr.odd > .sorting_3,
#management-content table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

#management-content table.dataTable.display tbody tr.odd.selected > .sorting_1,
#management-content table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #b63629;
}

#management-content table.dataTable.display tbody tr.odd.selected > .sorting_2,
#management-content table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #b73629;
}

#management-content table.dataTable.display tbody tr.odd.selected > .sorting_3,
#management-content table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #b93729;
}

#management-content table.dataTable.display tbody tr.even > .sorting_1,
#management-content table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

#management-content table.dataTable.display tbody tr.even > .sorting_2,
#management-content table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

#management-content table.dataTable.display tbody tr.even > .sorting_3,
#management-content table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

#management-content table.dataTable.display tbody tr.even.selected > .sorting_1,
#management-content table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #bc382a;
}

#management-content table.dataTable.display tbody tr.even.selected > .sorting_2,
#management-content table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #be382a;
}

#management-content table.dataTable.display tbody tr.even.selected > .sorting_3,
#management-content table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #bf392b;
}

#management-content table.dataTable.display tbody tr:hover > .sorting_1,
#management-content table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

#management-content table.dataTable.display tbody tr:hover > .sorting_2,
#management-content table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

#management-content table.dataTable.display tbody tr:hover > .sorting_3,
#management-content table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

#management-content table.dataTable.display tbody tr:hover.selected > .sorting_1,
#management-content table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #b03427;
}

#management-content table.dataTable.display tbody tr:hover.selected > .sorting_2,
#management-content table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #b23528;
}

#management-content table.dataTable.display tbody tr:hover.selected > .sorting_3,
#management-content table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #b43528;
}

#management-content table.dataTable.no-footer {
  border-bottom: 1px solid #c0392b;
}

#management-content table.dataTable.nowrap th, #management-content table.dataTable.nowrap td {
  white-space: nowrap;
}

#management-content table.dataTable.compact thead th,
#management-content table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

#management-content table.dataTable.compact tfoot th,
#management-content table.dataTable.compact tfoot td {
  padding: 4px;
}

#management-content table.dataTable.compact tbody th,
#management-content table.dataTable.compact tbody td {
  padding: 4px;
}

#management-content table.dataTable th.dt-left,
#management-content table.dataTable td.dt-left {
  text-align: left;
}

#management-content table.dataTable th.dt-center,
#management-content table.dataTable td.dt-center,
#management-content table.dataTable td.dataTables_empty {
  text-align: center;
}

#management-content table.dataTable th.dt-right,
#management-content table.dataTable td.dt-right {
  text-align: right;
}

#management-content table.dataTable th.dt-justify,
#management-content table.dataTable td.dt-justify {
  text-align: justify;
}

#management-content table.dataTable th.dt-nowrap,
#management-content table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

#management-content table.dataTable thead th.dt-head-left,
#management-content table.dataTable thead td.dt-head-left,
#management-content table.dataTable tfoot th.dt-head-left,
#management-content table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

#management-content table.dataTable thead th.dt-head-center,
#management-content table.dataTable thead td.dt-head-center,
#management-content table.dataTable tfoot th.dt-head-center,
#management-content table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

#management-content table.dataTable thead th.dt-head-right,
#management-content table.dataTable thead td.dt-head-right,
#management-content table.dataTable tfoot th.dt-head-right,
#management-content table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

#management-content table.dataTable thead th.dt-head-justify,
#management-content table.dataTable thead td.dt-head-justify,
#management-content table.dataTable tfoot th.dt-head-justify,
#management-content table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

#management-content table.dataTable thead th.dt-head-nowrap,
#management-content table.dataTable thead td.dt-head-nowrap,
#management-content table.dataTable tfoot th.dt-head-nowrap,
#management-content table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

#management-content table.dataTable tbody th.dt-body-left,
#management-content table.dataTable tbody td.dt-body-left {
  text-align: left;
}

#management-content table.dataTable tbody th.dt-body-center,
#management-content table.dataTable tbody td.dt-body-center {
  text-align: center;
}

#management-content table.dataTable tbody th.dt-body-right,
#management-content table.dataTable tbody td.dt-body-right {
  text-align: right;
}

#management-content table.dataTable tbody th.dt-body-justify,
#management-content table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

#management-content table.dataTable tbody th.dt-body-nowrap,
#management-content table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

#management-content table.dataTable,
#management-content table.dataTable th,
#management-content table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#management-content .dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

#management-content .dataTables_wrapper .dataTables_length {
  float: left;
}

#management-content .dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

#management-content .dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

#management-content .dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

#management-content .dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

#management-content .dataTables_wrapper .dataTables_paginate a {
  color: #c0392b;
}

#management-content .dataTables_wrapper .dataTables_paginate a:hover {
  color: #c0392b;
}

#management-content .dataTables_wrapper .dataTables_paginate a:focus {
  color: #c0392b;
}

#management-content .dataTables_wrapper .dataTables_paginate .active > a {
  background-color: #c0392b;
  border-color: #c0392b;
  color: #FFFFFF;
}

#management-content .dataTables_wrapper .dataTables_paginate .active > a:hover {
  color: #FFFFFF;
}

#management-content .dataTables_wrapper .dataTables_paginate .active > a:focus {
  color: #FFFFF;
}

#management-content .dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

#management-content .dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

#management-content .dataTables_wrapper .dataTables_length,
#management-content .dataTables_wrapper .dataTables_filter,
#management-content .dataTables_wrapper .dataTables_info,
#management-content .dataTables_wrapper .dataTables_processing,
#management-content .dataTables_wrapper .dataTables_paginate {
  color: #333333;
}

#management-content .dataTables_wrapper .dataTables_scroll {
  clear: both;
}

#management-content .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

#management-content .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, #management-content .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}

#management-content .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
#management-content .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

#management-content .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #c0392b;
}

#management-content .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
#management-content .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}

#management-content .dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  #management-content .dataTables_wrapper .dataTables_info,
  #management-content .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  #management-content .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  #management-content .dataTables_wrapper .dataTables_length,
  #management-content .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  #management-content .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

#management-content .btn-create {
  margin-bottom: 10px;
}

#management-content .btn-highlight {
  background: #c0392b;
  color: #e1e1e1;
}

#management-content .btn-highlight:hover {
  background: #992316;
}

#management-content .form-div {
  position: absolute;
  z-index: 1000;
  top: 10%;
  left: 10px;
  padding: 10px;
  background: white;
  border: 1px solid rgba(50, 50, 50, 0.3);
  -webkit-box-shadow: 0px 0px 5px #888888;
          box-shadow: 0px 0px 5px #888888;
}

#management-content .form-div .form-buttons {
  margin-top: 10px;
  float: right;
}

#management-content .btn-link {
  color: #c0392b;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
}

#management-content .btn-link:hover {
  color: #992316;
}

#frame-loader {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: rgba(50, 50, 50, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

#frame-blocker {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: rgba(50, 50, 50, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
}

#stat-content {
  /*
 * Table styles
 */
  /*
 * Control feature layout
 */
}

#stat-content table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, #stat-content table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #1d1d1d;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  content: "\f150";
}

#stat-content table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, #stat-content table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  padding-left: 30px !important;
}

#stat-content table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, #stat-content table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
  background: none;
  color: #1d1d1d;
  font-family: FontAwesome;
  content: "\f151";
}

#stat-content table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
     * Header and footer styles
     */
  /*
     * Body styles
     */
}

#stat-content table.dataTable thead th,
#stat-content table.dataTable tfoot th {
  font-weight: bold;
}

#stat-content table.dataTable thead th,
#stat-content table.dataTable thead td {
  padding: 10px 10px 6px 10px;
  border-bottom: 1px solid #1d1d1d;
}

#stat-content table.dataTable thead th:active,
#stat-content table.dataTable thead td:active {
  outline: none;
}

#stat-content table.dataTable tfoot th,
#stat-content table.dataTable tfoot td {
  padding: 10px 10px 6px 10px;
  border-top: 1px solid #1d1d1d;
}

#stat-content table.dataTable thead .sorting,
#stat-content table.dataTable thead .sorting_asc,
#stat-content table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

#stat-content table.dataTable thead .sorting,
#stat-content table.dataTable thead .sorting_asc,
#stat-content table.dataTable thead .sorting_desc,
#stat-content table.dataTable thead .sorting_asc_disabled,
#stat-content table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

#stat-content table.dataTable tbody tr {
  background-color: #ffffff;
}

#stat-content table.dataTable tbody tr.selected {
  background-color: #1d1d1d;
}

#stat-content table.dataTable tbody th,
#stat-content table.dataTable tbody td {
  padding: 8px 10px;
}

#stat-content table.dataTable.row-border tbody th, #stat-content table.dataTable.row-border tbody td,
#stat-content table.dataTable.display tbody th,
#stat-content table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}

#stat-content table.dataTable.row-border tbody tr:first-child th,
#stat-content table.dataTable.row-border tbody tr:first-child td,
#stat-content table.dataTable.display tbody tr:first-child th,
#stat-content table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

#stat-content table.dataTable.cell-border tbody th, #stat-content table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

#stat-content table.dataTable.cell-border tbody tr th:first-child,
#stat-content table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}

#stat-content table.dataTable.cell-border tbody tr:first-child th,
#stat-content table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

#stat-content table.dataTable.stripe tbody tr.odd,
#stat-content table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

#stat-content table.dataTable.stripe tbody tr.odd.selected,
#stat-content table.dataTable.display tbody tr.odd.selected {
  background-color: #1c1c1c;
}

#stat-content table.dataTable.hover tbody tr:hover,
#stat-content table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

#stat-content table.dataTable.hover tbody tr:hover.selected,
#stat-content table.dataTable.display tbody tr:hover.selected {
  background-color: #1c1c1c;
}

#stat-content table.dataTable.order-column tbody tr > .sorting_1,
#stat-content table.dataTable.order-column tbody tr > .sorting_2,
#stat-content table.dataTable.order-column tbody tr > .sorting_3, #stat-content table.dataTable.display tbody tr > .sorting_1,
#stat-content table.dataTable.display tbody tr > .sorting_2,
#stat-content table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

#stat-content table.dataTable.order-column tbody tr.selected > .sorting_1,
#stat-content table.dataTable.order-column tbody tr.selected > .sorting_2,
#stat-content table.dataTable.order-column tbody tr.selected > .sorting_3, #stat-content table.dataTable.display tbody tr.selected > .sorting_1,
#stat-content table.dataTable.display tbody tr.selected > .sorting_2,
#stat-content table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #1c1c1c;
}

#stat-content table.dataTable.display tbody tr.odd > .sorting_1,
#stat-content table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

#stat-content table.dataTable.display tbody tr.odd > .sorting_2,
#stat-content table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

#stat-content table.dataTable.display tbody tr.odd > .sorting_3,
#stat-content table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

#stat-content table.dataTable.display tbody tr.odd.selected > .sorting_1,
#stat-content table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #1b1b1b;
}

#stat-content table.dataTable.display tbody tr.odd.selected > .sorting_2,
#stat-content table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #1c1c1c;
}

#stat-content table.dataTable.display tbody tr.odd.selected > .sorting_3,
#stat-content table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #1c1c1c;
}

#stat-content table.dataTable.display tbody tr.even > .sorting_1,
#stat-content table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

#stat-content table.dataTable.display tbody tr.even > .sorting_2,
#stat-content table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

#stat-content table.dataTable.display tbody tr.even > .sorting_3,
#stat-content table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

#stat-content table.dataTable.display tbody tr.even.selected > .sorting_1,
#stat-content table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #1c1c1c;
}

#stat-content table.dataTable.display tbody tr.even.selected > .sorting_2,
#stat-content table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #1d1d1d;
}

#stat-content table.dataTable.display tbody tr.even.selected > .sorting_3,
#stat-content table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #1d1d1d;
}

#stat-content table.dataTable.display tbody tr:hover > .sorting_1,
#stat-content table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

#stat-content table.dataTable.display tbody tr:hover > .sorting_2,
#stat-content table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

#stat-content table.dataTable.display tbody tr:hover > .sorting_3,
#stat-content table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

#stat-content table.dataTable.display tbody tr:hover.selected > .sorting_1,
#stat-content table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #1b1b1b;
}

#stat-content table.dataTable.display tbody tr:hover.selected > .sorting_2,
#stat-content table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #1b1b1b;
}

#stat-content table.dataTable.display tbody tr:hover.selected > .sorting_3,
#stat-content table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #1b1b1b;
}

#stat-content table.dataTable.no-footer {
  border-bottom: 1px solid #1d1d1d;
}

#stat-content table.dataTable.nowrap th, #stat-content table.dataTable.nowrap td {
  white-space: nowrap;
}

#stat-content table.dataTable.compact thead th,
#stat-content table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

#stat-content table.dataTable.compact tfoot th,
#stat-content table.dataTable.compact tfoot td {
  padding: 4px;
}

#stat-content table.dataTable.compact tbody th,
#stat-content table.dataTable.compact tbody td {
  padding: 4px;
}

#stat-content table.dataTable th.dt-left,
#stat-content table.dataTable td.dt-left {
  text-align: left;
}

#stat-content table.dataTable th.dt-center,
#stat-content table.dataTable td.dt-center,
#stat-content table.dataTable td.dataTables_empty {
  text-align: center;
}

#stat-content table.dataTable th.dt-right,
#stat-content table.dataTable td.dt-right {
  text-align: right;
}

#stat-content table.dataTable th.dt-justify,
#stat-content table.dataTable td.dt-justify {
  text-align: justify;
}

#stat-content table.dataTable th.dt-nowrap,
#stat-content table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

#stat-content table.dataTable thead th.dt-head-left,
#stat-content table.dataTable thead td.dt-head-left,
#stat-content table.dataTable tfoot th.dt-head-left,
#stat-content table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

#stat-content table.dataTable thead th.dt-head-center,
#stat-content table.dataTable thead td.dt-head-center,
#stat-content table.dataTable tfoot th.dt-head-center,
#stat-content table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

#stat-content table.dataTable thead th.dt-head-right,
#stat-content table.dataTable thead td.dt-head-right,
#stat-content table.dataTable tfoot th.dt-head-right,
#stat-content table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

#stat-content table.dataTable thead th.dt-head-justify,
#stat-content table.dataTable thead td.dt-head-justify,
#stat-content table.dataTable tfoot th.dt-head-justify,
#stat-content table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

#stat-content table.dataTable thead th.dt-head-nowrap,
#stat-content table.dataTable thead td.dt-head-nowrap,
#stat-content table.dataTable tfoot th.dt-head-nowrap,
#stat-content table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

#stat-content table.dataTable tbody th.dt-body-left,
#stat-content table.dataTable tbody td.dt-body-left {
  text-align: left;
}

#stat-content table.dataTable tbody th.dt-body-center,
#stat-content table.dataTable tbody td.dt-body-center {
  text-align: center;
}

#stat-content table.dataTable tbody th.dt-body-right,
#stat-content table.dataTable tbody td.dt-body-right {
  text-align: right;
}

#stat-content table.dataTable tbody th.dt-body-justify,
#stat-content table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

#stat-content table.dataTable tbody th.dt-body-nowrap,
#stat-content table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

#stat-content table.dataTable,
#stat-content table.dataTable th,
#stat-content table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#stat-content .dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

#stat-content .dataTables_wrapper .dataTables_length {
  float: left;
}

#stat-content .dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

#stat-content .dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

#stat-content .dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

#stat-content .dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

#stat-content .dataTables_wrapper .dataTables_paginate a {
  color: #1d1d1d;
}

#stat-content .dataTables_wrapper .dataTables_paginate a:hover {
  color: #1d1d1d;
}

#stat-content .dataTables_wrapper .dataTables_paginate a:focus {
  color: #1d1d1d;
}

#stat-content .dataTables_wrapper .dataTables_paginate .active > a {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  color: #FFFFFF;
}

#stat-content .dataTables_wrapper .dataTables_paginate .active > a:hover {
  color: #FFFFFF;
}

#stat-content .dataTables_wrapper .dataTables_paginate .active > a:focus {
  color: #FFFFF;
}

#stat-content .dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

#stat-content .dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

#stat-content .dataTables_wrapper .dataTables_length,
#stat-content .dataTables_wrapper .dataTables_filter,
#stat-content .dataTables_wrapper .dataTables_info,
#stat-content .dataTables_wrapper .dataTables_processing,
#stat-content .dataTables_wrapper .dataTables_paginate {
  color: #333333;
}

#stat-content .dataTables_wrapper .dataTables_scroll {
  clear: both;
}

#stat-content .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

#stat-content .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, #stat-content .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}

#stat-content .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
#stat-content .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

#stat-content .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #1d1d1d;
}

#stat-content .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
#stat-content .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}

#stat-content .dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  #stat-content .dataTables_wrapper .dataTables_info,
  #stat-content .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  #stat-content .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  #stat-content .dataTables_wrapper .dataTables_length,
  #stat-content .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  #stat-content .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

#stat-content .btn-highlight {
  background: #454545;
  border: #1d1d1d;
  color: whitesmoke;
}

#stat-content .btn-search {
  float: right;
}

#stat-content .btn-highlight:hover {
  background: #1d1d1d;
}

#stat-content .btn-toggle {
  text-align: left;
}

#stat-content .selected.btn-toggle {
  background: #454545;
  color: whitesmoke;
}

#stat-content .selected.btn-toggle:hover {
  background: #1d1d1d;
}

#stat-content .selected.btn-toggle:before {
  content: "\f192";
  font-family: FontAwesome;
}

#stat-content :not(.selected).btn-toggle:before {
  content: "\f10c";
  font-family: FontAwesome;
}

#stat-content .notes {
  color: grey;
}

.table-container {
  width: 100%;
  overflow-x: auto;
}

.fixedHeader-floating {
  border-top: 1px solid #1D1D1D;
}

.fixedHeader-floating th {
  padding: 10px 10px 6px 10px;
}

.compact.fixedHeader-floating th {
  padding: 4px;
}

table.compact {
  font-size: 12px;
}

.connection-form-style {
  margin-top: 20vh;
}

.admin-form-style, .connection-form-style {
  /*
 * Table styles
 */
  /*
 * Control feature layout
 */
}

.admin-form-style table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, .connection-form-style table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, .admin-form-style table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before, .connection-form-style table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #5fa0ca;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  content: "\f150";
}

.admin-form-style table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, .connection-form-style table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, .admin-form-style table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child, .connection-form-style table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  padding-left: 30px !important;
}

.admin-form-style table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, .connection-form-style table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, .admin-form-style table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before, .connection-form-style table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
  background: none;
  color: #5fa0ca;
  font-family: FontAwesome;
  content: "\f151";
}

.admin-form-style table.dataTable, .connection-form-style table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
     * Header and footer styles
     */
  /*
     * Body styles
     */
}

.admin-form-style table.dataTable thead th, .connection-form-style table.dataTable thead th,
.admin-form-style table.dataTable tfoot th,
.connection-form-style table.dataTable tfoot th {
  font-weight: bold;
}

.admin-form-style table.dataTable thead th, .connection-form-style table.dataTable thead th,
.admin-form-style table.dataTable thead td,
.connection-form-style table.dataTable thead td {
  padding: 10px 10px 6px 10px;
  border-bottom: 1px solid #5fa0ca;
}

.admin-form-style table.dataTable thead th:active, .connection-form-style table.dataTable thead th:active,
.admin-form-style table.dataTable thead td:active,
.connection-form-style table.dataTable thead td:active {
  outline: none;
}


.admin-form-style table.dataTable tfoot th,
.connection-form-style table.dataTable tfoot th,
.admin-form-style table.dataTable tfoot td,
.connection-form-style table.dataTable tfoot td {
  padding: 10px 10px 6px 10px;
  border-top: 1px solid #5fa0ca;
}

.admin-form-style table.dataTable thead .sorting, .connection-form-style table.dataTable thead .sorting,
.admin-form-style table.dataTable thead .sorting_asc,
.connection-form-style table.dataTable thead .sorting_asc,
.admin-form-style table.dataTable thead .sorting_desc,
.connection-form-style table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

.admin-form-style table.dataTable thead .sorting, .connection-form-style table.dataTable thead .sorting,
.admin-form-style table.dataTable thead .sorting_asc,
.connection-form-style table.dataTable thead .sorting_asc,
.admin-form-style table.dataTable thead .sorting_desc,
.connection-form-style table.dataTable thead .sorting_desc,
.admin-form-style table.dataTable thead .sorting_asc_disabled,
.connection-form-style table.dataTable thead .sorting_asc_disabled,
.admin-form-style table.dataTable thead .sorting_desc_disabled,
.connection-form-style table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

.admin-form-style table.dataTable tbody tr, .connection-form-style table.dataTable tbody tr {
  background-color: #ffffff;
}

.admin-form-style table.dataTable tbody tr.selected, .connection-form-style table.dataTable tbody tr.selected {
  background-color: #5fa0ca;
}

.admin-form-style table.dataTable tbody th, .connection-form-style table.dataTable tbody th,
.admin-form-style table.dataTable tbody td,
.connection-form-style table.dataTable tbody td {
  padding: 8px 10px;
}

.admin-form-style table.dataTable.row-border tbody th, .connection-form-style table.dataTable.row-border tbody th, .admin-form-style table.dataTable.row-border tbody td, .connection-form-style table.dataTable.row-border tbody td,
.admin-form-style table.dataTable.display tbody th,
.connection-form-style table.dataTable.display tbody th,
.admin-form-style table.dataTable.display tbody td,
.connection-form-style table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}

.admin-form-style table.dataTable.row-border tbody tr:first-child th, .connection-form-style table.dataTable.row-border tbody tr:first-child th,
.admin-form-style table.dataTable.row-border tbody tr:first-child td,
.connection-form-style table.dataTable.row-border tbody tr:first-child td,
.admin-form-style table.dataTable.display tbody tr:first-child th,
.connection-form-style table.dataTable.display tbody tr:first-child th,
.admin-form-style table.dataTable.display tbody tr:first-child td,
.connection-form-style table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

.admin-form-style table.dataTable.cell-border tbody th, .connection-form-style table.dataTable.cell-border tbody th, .admin-form-style table.dataTable.cell-border tbody td, .connection-form-style table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.admin-form-style table.dataTable.cell-border tbody tr th:first-child, .connection-form-style table.dataTable.cell-border tbody tr th:first-child,
.admin-form-style table.dataTable.cell-border tbody tr td:first-child,
.connection-form-style table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}

.admin-form-style table.dataTable.cell-border tbody tr:first-child th, .connection-form-style table.dataTable.cell-border tbody tr:first-child th,
.admin-form-style table.dataTable.cell-border tbody tr:first-child td,
.connection-form-style table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

.admin-form-style table.dataTable.stripe tbody tr.odd, .connection-form-style table.dataTable.stripe tbody tr.odd,
.admin-form-style table.dataTable.display tbody tr.odd,
.connection-form-style table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

.admin-form-style table.dataTable.stripe tbody tr.odd.selected, .connection-form-style table.dataTable.stripe tbody tr.odd.selected,
.admin-form-style table.dataTable.display tbody tr.odd.selected,
.connection-form-style table.dataTable.display tbody tr.odd.selected {
  background-color: #5d9cc5;
}

.admin-form-style table.dataTable.hover tbody tr:hover, .connection-form-style table.dataTable.hover tbody tr:hover,
.admin-form-style table.dataTable.display tbody tr:hover,
.connection-form-style table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

.admin-form-style table.dataTable.hover tbody tr:hover.selected, .connection-form-style table.dataTable.hover tbody tr:hover.selected,
.admin-form-style table.dataTable.display tbody tr:hover.selected,
.connection-form-style table.dataTable.display tbody tr:hover.selected {
  background-color: #5c9ac3;
}

.admin-form-style table.dataTable.order-column tbody tr > .sorting_1, .connection-form-style table.dataTable.order-column tbody tr > .sorting_1,
.admin-form-style table.dataTable.order-column tbody tr > .sorting_2,
.connection-form-style table.dataTable.order-column tbody tr > .sorting_2,
.admin-form-style table.dataTable.order-column tbody tr > .sorting_3,
.connection-form-style table.dataTable.order-column tbody tr > .sorting_3, .admin-form-style table.dataTable.display tbody tr > .sorting_1, .connection-form-style table.dataTable.display tbody tr > .sorting_1,
.admin-form-style table.dataTable.display tbody tr > .sorting_2,
.connection-form-style table.dataTable.display tbody tr > .sorting_2,
.admin-form-style table.dataTable.display tbody tr > .sorting_3,
.connection-form-style table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

.admin-form-style table.dataTable.order-column tbody tr.selected > .sorting_1, .connection-form-style table.dataTable.order-column tbody tr.selected > .sorting_1,
.admin-form-style table.dataTable.order-column tbody tr.selected > .sorting_2,
.connection-form-style table.dataTable.order-column tbody tr.selected > .sorting_2,
.admin-form-style table.dataTable.order-column tbody tr.selected > .sorting_3,
.connection-form-style table.dataTable.order-column tbody tr.selected > .sorting_3, .admin-form-style table.dataTable.display tbody tr.selected > .sorting_1, .connection-form-style table.dataTable.display tbody tr.selected > .sorting_1,
.admin-form-style table.dataTable.display tbody tr.selected > .sorting_2,
.connection-form-style table.dataTable.display tbody tr.selected > .sorting_2,
.admin-form-style table.dataTable.display tbody tr.selected > .sorting_3,
.connection-form-style table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #5d9dc6;
}

.admin-form-style table.dataTable.display tbody tr.odd > .sorting_1, .connection-form-style table.dataTable.display tbody tr.odd > .sorting_1,
.admin-form-style table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
.connection-form-style table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

.admin-form-style table.dataTable.display tbody tr.odd > .sorting_2, .connection-form-style table.dataTable.display tbody tr.odd > .sorting_2,
.admin-form-style table.dataTable.order-column.stripe tbody tr.odd > .sorting_2,
.connection-form-style table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

.admin-form-style table.dataTable.display tbody tr.odd > .sorting_3, .connection-form-style table.dataTable.display tbody tr.odd > .sorting_3,
.admin-form-style table.dataTable.order-column.stripe tbody tr.odd > .sorting_3,
.connection-form-style table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

.admin-form-style table.dataTable.display tbody tr.odd.selected > .sorting_1, .connection-form-style table.dataTable.display tbody tr.odd.selected > .sorting_1,
.admin-form-style table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1,
.connection-form-style table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #5a97bf;
}

.admin-form-style table.dataTable.display tbody tr.odd.selected > .sorting_2, .connection-form-style table.dataTable.display tbody tr.odd.selected > .sorting_2,
.admin-form-style table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2,
.connection-form-style table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #5b98c1;
}

.admin-form-style table.dataTable.display tbody tr.odd.selected > .sorting_3, .connection-form-style table.dataTable.display tbody tr.odd.selected > .sorting_3,
.admin-form-style table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3,
.connection-form-style table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #5b9ac2;
}

.admin-form-style table.dataTable.display tbody tr.even > .sorting_1, .connection-form-style table.dataTable.display tbody tr.even > .sorting_1,
.admin-form-style table.dataTable.order-column.stripe tbody tr.even > .sorting_1,
.connection-form-style table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

.admin-form-style table.dataTable.display tbody tr.even > .sorting_2, .connection-form-style table.dataTable.display tbody tr.even > .sorting_2,
.admin-form-style table.dataTable.order-column.stripe tbody tr.even > .sorting_2,
.connection-form-style table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

.admin-form-style table.dataTable.display tbody tr.even > .sorting_3, .connection-form-style table.dataTable.display tbody tr.even > .sorting_3,
.admin-form-style table.dataTable.order-column.stripe tbody tr.even > .sorting_3,
.connection-form-style table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

.admin-form-style table.dataTable.display tbody tr.even.selected > .sorting_1, .connection-form-style table.dataTable.display tbody tr.even.selected > .sorting_1,
.admin-form-style table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1,
.connection-form-style table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #5d9dc6;
}

.admin-form-style table.dataTable.display tbody tr.even.selected > .sorting_2, .connection-form-style table.dataTable.display tbody tr.even.selected > .sorting_2,
.admin-form-style table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2,
.connection-form-style table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #5e9ec8;
}

.admin-form-style table.dataTable.display tbody tr.even.selected > .sorting_3, .connection-form-style table.dataTable.display tbody tr.even.selected > .sorting_3,
.admin-form-style table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3,
.connection-form-style table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #5f9fc9;
}

.admin-form-style table.dataTable.display tbody tr:hover > .sorting_1, .connection-form-style table.dataTable.display tbody tr:hover > .sorting_1,
.admin-form-style table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
.connection-form-style table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

.admin-form-style table.dataTable.display tbody tr:hover > .sorting_2, .connection-form-style table.dataTable.display tbody tr:hover > .sorting_2,
.admin-form-style table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
.connection-form-style table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

.admin-form-style table.dataTable.display tbody tr:hover > .sorting_3, .connection-form-style table.dataTable.display tbody tr:hover > .sorting_3,
.admin-form-style table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
.connection-form-style table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

.admin-form-style table.dataTable.display tbody tr:hover.selected > .sorting_1, .connection-form-style table.dataTable.display tbody tr:hover.selected > .sorting_1,
.admin-form-style table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
.connection-form-style table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #5793b9;
}

.admin-form-style table.dataTable.display tbody tr:hover.selected > .sorting_2, .connection-form-style table.dataTable.display tbody tr:hover.selected > .sorting_2,
.admin-form-style table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
.connection-form-style table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #5894bb;
}

.admin-form-style table.dataTable.display tbody tr:hover.selected > .sorting_3, .connection-form-style table.dataTable.display tbody tr:hover.selected > .sorting_3,
.admin-form-style table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
.connection-form-style table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #5996bd;
}

.admin-form-style table.dataTable.no-footer, .connection-form-style table.dataTable.no-footer {
  border-bottom: 1px solid #5fa0ca;
}

.admin-form-style table.dataTable.nowrap th, .connection-form-style table.dataTable.nowrap th, .admin-form-style table.dataTable.nowrap td, .connection-form-style table.dataTable.nowrap td {
  white-space: nowrap;
}

.admin-form-style table.dataTable.compact thead th, .connection-form-style table.dataTable.compact thead th,
.admin-form-style table.dataTable.compact thead td,
.connection-form-style table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

.admin-form-style table.dataTable.compact tfoot th, .connection-form-style table.dataTable.compact tfoot th,
.admin-form-style table.dataTable.compact tfoot td,
.connection-form-style table.dataTable.compact tfoot td {
  padding: 4px;
}

.admin-form-style table.dataTable.compact tbody th, .connection-form-style table.dataTable.compact tbody th,
.admin-form-style table.dataTable.compact tbody td,
.connection-form-style table.dataTable.compact tbody td {
  padding: 4px;
}

.admin-form-style table.dataTable th.dt-left, .connection-form-style table.dataTable th.dt-left,
.admin-form-style table.dataTable td.dt-left,
.connection-form-style table.dataTable td.dt-left {
  text-align: left;
}

.admin-form-style table.dataTable th.dt-center, .connection-form-style table.dataTable th.dt-center,
.admin-form-style table.dataTable td.dt-center,
.connection-form-style table.dataTable td.dt-center,
.admin-form-style table.dataTable td.dataTables_empty,
.connection-form-style table.dataTable td.dataTables_empty {
  text-align: center;
}

.admin-form-style table.dataTable th.dt-right, .connection-form-style table.dataTable th.dt-right,
.admin-form-style table.dataTable td.dt-right,
.connection-form-style table.dataTable td.dt-right {
  text-align: right;
}

.admin-form-style table.dataTable th.dt-justify, .connection-form-style table.dataTable th.dt-justify,
.admin-form-style table.dataTable td.dt-justify,
.connection-form-style table.dataTable td.dt-justify {
  text-align: justify;
}

.admin-form-style table.dataTable th.dt-nowrap, .connection-form-style table.dataTable th.dt-nowrap,
.admin-form-style table.dataTable td.dt-nowrap,
.connection-form-style table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

.admin-form-style table.dataTable thead th.dt-head-left, .connection-form-style table.dataTable thead th.dt-head-left,
.admin-form-style table.dataTable thead td.dt-head-left,
.connection-form-style table.dataTable thead td.dt-head-left,
.admin-form-style table.dataTable tfoot th.dt-head-left,
.connection-form-style table.dataTable tfoot th.dt-head-left,
.admin-form-style table.dataTable tfoot td.dt-head-left,
.connection-form-style table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

.admin-form-style table.dataTable thead th.dt-head-center, .connection-form-style table.dataTable thead th.dt-head-center,
.admin-form-style table.dataTable thead td.dt-head-center,
.connection-form-style table.dataTable thead td.dt-head-center,
.admin-form-style table.dataTable tfoot th.dt-head-center,
.connection-form-style table.dataTable tfoot th.dt-head-center,
.admin-form-style table.dataTable tfoot td.dt-head-center,
.connection-form-style table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

.admin-form-style table.dataTable thead th.dt-head-right, .connection-form-style table.dataTable thead th.dt-head-right,
.admin-form-style table.dataTable thead td.dt-head-right,
.connection-form-style table.dataTable thead td.dt-head-right,
.admin-form-style table.dataTable tfoot th.dt-head-right,
.connection-form-style table.dataTable tfoot th.dt-head-right,
.admin-form-style table.dataTable tfoot td.dt-head-right,
.connection-form-style table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

.admin-form-style table.dataTable thead th.dt-head-justify, .connection-form-style table.dataTable thead th.dt-head-justify,
.admin-form-style table.dataTable thead td.dt-head-justify,
.connection-form-style table.dataTable thead td.dt-head-justify,
.admin-form-style table.dataTable tfoot th.dt-head-justify,
.connection-form-style table.dataTable tfoot th.dt-head-justify,
.admin-form-style table.dataTable tfoot td.dt-head-justify,
.connection-form-style table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

.admin-form-style table.dataTable thead th.dt-head-nowrap, .connection-form-style table.dataTable thead th.dt-head-nowrap,
.admin-form-style table.dataTable thead td.dt-head-nowrap,
.connection-form-style table.dataTable thead td.dt-head-nowrap,
.admin-form-style table.dataTable tfoot th.dt-head-nowrap,
.connection-form-style table.dataTable tfoot th.dt-head-nowrap,
.admin-form-style table.dataTable tfoot td.dt-head-nowrap,
.connection-form-style table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

.admin-form-style table.dataTable tbody th.dt-body-left, .connection-form-style table.dataTable tbody th.dt-body-left,
.admin-form-style table.dataTable tbody td.dt-body-left,
.connection-form-style table.dataTable tbody td.dt-body-left {
  text-align: left;
}

.admin-form-style table.dataTable tbody th.dt-body-center, .connection-form-style table.dataTable tbody th.dt-body-center,
.admin-form-style table.dataTable tbody td.dt-body-center,
.connection-form-style table.dataTable tbody td.dt-body-center {
  text-align: center;
}

.admin-form-style table.dataTable tbody th.dt-body-right, .connection-form-style table.dataTable tbody th.dt-body-right,
.admin-form-style table.dataTable tbody td.dt-body-right,
.connection-form-style table.dataTable tbody td.dt-body-right {
  text-align: right;
}

.admin-form-style table.dataTable tbody th.dt-body-justify, .connection-form-style table.dataTable tbody th.dt-body-justify,
.admin-form-style table.dataTable tbody td.dt-body-justify,
.connection-form-style table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

.admin-form-style table.dataTable tbody th.dt-body-nowrap, .connection-form-style table.dataTable tbody th.dt-body-nowrap,
.admin-form-style table.dataTable tbody td.dt-body-nowrap,
.connection-form-style table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

.admin-form-style table.dataTable, .connection-form-style table.dataTable,
.admin-form-style table.dataTable th,
.connection-form-style table.dataTable th,
.admin-form-style table.dataTable td,
.connection-form-style table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.admin-form-style .dataTables_wrapper, .connection-form-style .dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.admin-form-style .dataTables_wrapper .dataTables_length, .connection-form-style .dataTables_wrapper .dataTables_length {
  float: left;
}

.admin-form-style .dataTables_wrapper .dataTables_filter, .connection-form-style .dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.admin-form-style .dataTables_wrapper .dataTables_filter input, .connection-form-style .dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

.admin-form-style .dataTables_wrapper .dataTables_info, .connection-form-style .dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.admin-form-style .dataTables_wrapper .dataTables_paginate, .connection-form-style .dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.admin-form-style .dataTables_wrapper .dataTables_paginate a, .connection-form-style .dataTables_wrapper .dataTables_paginate a {
  color: #5fa0ca;
}

.admin-form-style .dataTables_wrapper .dataTables_paginate a:hover, .connection-form-style .dataTables_wrapper .dataTables_paginate a:hover {
  color: #5fa0ca;
}

.admin-form-style .dataTables_wrapper .dataTables_paginate a:focus, .connection-form-style .dataTables_wrapper .dataTables_paginate a:focus {
  color: #5fa0ca;
}

.admin-form-style .dataTables_wrapper .dataTables_paginate .active > a, .connection-form-style .dataTables_wrapper .dataTables_paginate .active > a {
  background-color: #5fa0ca;
  border-color: #5fa0ca;
  color: #FFFFFF;
}

.admin-form-style .dataTables_wrapper .dataTables_paginate .active > a:hover, .connection-form-style .dataTables_wrapper .dataTables_paginate .active > a:hover {
  color: #FFFFFF;
}

.admin-form-style .dataTables_wrapper .dataTables_paginate .active > a:focus, .connection-form-style .dataTables_wrapper .dataTables_paginate .active > a:focus {
  color: #FFFFF;
}

.admin-form-style .dataTables_wrapper .dataTables_paginate .ellipsis, .connection-form-style .dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.admin-form-style .dataTables_wrapper .dataTables_processing, .connection-form-style .dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.admin-form-style .dataTables_wrapper .dataTables_length, .connection-form-style .dataTables_wrapper .dataTables_length, .admin-form-style .dataTables_wrapper .dataTables_filter, .connection-form-style .dataTables_wrapper .dataTables_filter, .admin-form-style .dataTables_wrapper .dataTables_info, .connection-form-style .dataTables_wrapper .dataTables_info, .admin-form-style .dataTables_wrapper .dataTables_processing, .connection-form-style .dataTables_wrapper .dataTables_processing, .admin-form-style .dataTables_wrapper .dataTables_paginate, .connection-form-style .dataTables_wrapper .dataTables_paginate {
  color: #333333;
}

.admin-form-style .dataTables_wrapper .dataTables_scroll, .connection-form-style .dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.admin-form-style .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody, .connection-form-style .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.admin-form-style .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .connection-form-style .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .admin-form-style .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td, .connection-form-style .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}

.admin-form-style .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing, .connection-form-style .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.admin-form-style .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing,
.connection-form-style .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.admin-form-style .dataTables_wrapper.no-footer .dataTables_scrollBody, .connection-form-style .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #5fa0ca;
}

.admin-form-style .dataTables_wrapper.no-footer div.dataTables_scrollHead table, .connection-form-style .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.admin-form-style .dataTables_wrapper.no-footer div.dataTables_scrollBody table,
.connection-form-style .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}

.admin-form-style .dataTables_wrapper:after, .connection-form-style .dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .admin-form-style .dataTables_wrapper .dataTables_info, .connection-form-style .dataTables_wrapper .dataTables_info, .admin-form-style .dataTables_wrapper .dataTables_paginate, .connection-form-style .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .admin-form-style .dataTables_wrapper .dataTables_paginate, .connection-form-style .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .admin-form-style .dataTables_wrapper .dataTables_length, .connection-form-style .dataTables_wrapper .dataTables_length, .admin-form-style .dataTables_wrapper .dataTables_filter, .connection-form-style .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .admin-form-style .dataTables_wrapper .dataTables_filter, .connection-form-style .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

.admin-form-style .btn-link, .connection-form-style .btn-link {
  color: #5fa0ca;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.admin-form-style .btn-link:hover, .connection-form-style .btn-link:hover {
  color: #2E6DA4;
}

.admin-form-style .btn-user-create, .connection-form-style .btn-user-create {
  margin-bottom: 10px;
}

.admin-form-style .btn-highlight, .connection-form-style .btn-highlight {
  background: #5fa0ca;
  color: whitesmoke;
}

.admin-form-style .btn-highlight:hover, .connection-form-style .btn-highlight:hover {
  background: #2E6DA4;
}

#client-table_length {
  margin-right: 5px;
}

#footer {
  min-height: 2vh;
  position: relative;
  left: 0;
  right: 0;
}

#bgText {
  white-space: nowrap;
  position: absolute;
  font-size: 70px;
  bottom: 50px;
  right: 16px;
  z-index: -1;
  overflow: hidden;
  text-align: right;
  vertical-align: text-bottom;
  color: rgba(63, 63, 63, 0.1);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#bgText i {
  font-size: 250px;
}

#footLine {
  /*border-top:1px solid $rgba-primary-l;
    color:$dark-font-col;
    margin-top:-5px;
    padding-top:5px;
    margin-left:10%;
    margin-right:10%;*/
}
/*# sourceMappingURL=mainstyle.css.map */