html, body {
  background: #f1f1f1;
  font-size: 12px; }

table .expired td {
  background: #ffdede;
  color: #000; }

table .coming-soon td {
  background: #eaffc2;
  color: #000; }

table .filters th {
  position: relative;
  height: 25px; }

table .filters input, table .filters select {
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%; }

.center {
  text-align: center; }

.form-section {
  background: #e8e8e8;
  margin-bottom: 14px; }

.form-section-title {
  padding: 5px; }

.panel-l {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-right: solid 1px #000;
  background: #333;
  color: #ececec;
  width: 300px; }

.panel-r {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 301px;
  right: 0; }

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#menu ul li {
  position: relative; }

#menu ul li, #menu ul li a {
  display: block; }

#menu ul li a.minibutton {
  position: absolute;
  right: 0;
  top: 0; }

#menu ul li a {
  padding: 10px 25px;
  text-decoration: none;
  color: inherit; }

#menu ul li a:hover {
  text-decoration: underline; }

.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  border-bottom: solid 1px #212121;
  margin-bottom: 10px; }

.user-data {
  padding-left: 15px;
  height: 100%;
  display: flex;
  align-items: center; }

.user-name {
  padding-left: 10px; }

.user-photo {
  height: 70%;
  border-radius: 50%; }

.user-exit {
  width: 50px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: inherit;
  font-size: 1.3em; }

.user-exit:hover {
  text-decoration: none;
  color: inherit; }

.box {
  background: white;
  border: solid 1px #d0d0d0;
  border-top: solid 2px #1076f5;
  margin-bottom: 10px; }

.box-title {
  border-bottom: solid 1px #dadada;
  padding: 10px 10px;
  text-transform: uppercase;
  font-size: 0.9em; }

.box-title label {
  display: block;
  font-weight: normal; }

.box-body {
  padding: 10px; }

.box-alert {
  border-top-color: #f51010; }

.box-disabled {
  border-top-color: #b6b6b7; }

.align-r {
  text-align: right; }

.float-r {
  float: right; }

.padr {
  padding-right: 10px; }

.mart2 {
  margin-top: 20px; }

.marb {
  margin-bottom: 10px; }

.note {
  margin-bottom: 10px; }

.note-date {
  font-style: italic; }

.note-user {
  font-weight: bold; }

.note-body {
  padding-left: 5px; }

.cards-content {
  display: flex; }

.home-card {
  width: 500px; }
