@charset "UTF-8";
/******************************************
* Cortex Media - Project CSS
******************************************/
h1 {
  font-family: "Lato", sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  margin-bottom: 1em;
  text-transform: uppercase;
}

h2 {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 0.5em;
}

h3 {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 0.25em;
}

h4 {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25em;
}

a {
  color: #48A882;
  text-decoration: none;
}
a:hover {
  color: #76B07A;
}
a.nocolor {
  color: inherit;
}

.small-font {
  font-size: 0.75rem;
}

.space {
  margin: 24px 0;
}

.container {
  min-height: 100%;
  position: relative;
  padding-bottom: 48px;
}

.content-wrapper {
  margin-left: 200px;
}

.content {
  margin: 72px 24px 24px;
}

.topbar {
  position: fixed;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  height: 48px;
}
.topbar .topbar-content {
  position: relative;
  float: right;
  z-index: 100;
  background: transparent;
  padding-right: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.topbar .topbar-content .topbar-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  height: 48px;
}
.topbar .topbar-content .topbar-box:last-child {
  padding-right: 0;
}

.infomessage-container {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 50;
  height: 48px;
  padding: 12px 24px;
  margin-left: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.infomessage-container.info {
  color: #00529B;
  background-color: #BDE5F8;
}
.infomessage-container.success {
  color: #4F8A10;
  background-color: #DFF2BF;
}
.infomessage-container.warning {
  color: #9F6000;
  background-color: #FEEFB3;
}
.infomessage-container.error {
  color: #D8000C;
  background-color: #FFBABA;
}

.breadcrumbs {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 40;
  height: 48px;
  margin-left: 200px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.sidemenu {
  width: 200px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #f5f5f5;
  color: #b9bbbe;
  border-right: 1px solid #e5e5e5;
  z-index: 200;
}
.sidemenu .logo {
  margin: 0 auto;
}
.sidemenu .logo img {
  padding: 10% 25% 5% 25%;
}
.sidemenu .title {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  margin: 0 auto;
  text-align: center;
}
.sidemenu .entries {
  margin-top: 24px;
}
.sidemenu .entries .entry {
  height: 48px;
  border-bottom: 1px solid #e5e5e5;
}
.sidemenu .entries .entry:first-child {
  border-top: 1px solid #e5e5e5;
}
.sidemenu .entries .entry a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 24px;
}
.sidemenu .entries .entry a:hover {
  color: #48A882;
}
.sidemenu .entries .entry:hover {
  background-color: #e0e0e0;
}
.sidemenu .entries .entry.empty:hover {
  background-color: transparent;
}
.sidemenu .entries .entry.active {
  background-color: #e5e5e5;
}

.form input[type=text],
.form input[type=search],
.form input[type=email],
.form input[type=date],
.form input[type=password],
.form select,
.form textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  outline: 0;
  background: #f2f2f2;
  border: 0;
  margin: 0 0 16px;
  padding: 12px 2.2em 12px 8px;
}
.form input[type=text].full-width,
.form input[type=search].full-width,
.form input[type=email].full-width,
.form input[type=date].full-width,
.form input[type=password].full-width,
.form select.full-width,
.form textarea.full-width {
  width: 100%;
}
.form input[type=text]::placeholder,
.form input[type=search]::placeholder,
.form input[type=email]::placeholder,
.form input[type=date]::placeholder,
.form input[type=password]::placeholder,
.form select::placeholder,
.form textarea::placeholder {
  color: #777777;
}
.form.form-invers input[type=text],
.form.form-invers input[type=email],
.form.form-invers input[type=date],
.form.form-invers input[type=password],
.form.form-invers textarea {
  background: #ffffff;
}
.form select.full-width {
  width: 100%;
}
.form .show-inner-icon {
  position: relative;
}
.form .show-inner-icon i {
  position: absolute;
  right: 0.55em;
  top: 0.55em;
  padding: 1em;
  pointer-events: none;
  background: url("/static/img/checkmark.svg") no-repeat;
}

.btn {
  display: inline-block;
  border: none;
  cursor: pointer;
  background: #3d454d;
  color: #f9f9f9;
  font-family: inherit;
  font-size: inherit;
  padding: 12px 48px;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
}
.btn:hover {
  color: #f9f9f9;
  background: #48A882;
}

.btn-lighter {
  background: #5d6975;
}

.btn-red-bg {
  background-color: #F59787;
}

.btn-grey-bg {
  background-color: #b0afb0;
}

/***********
* Checkbox
************/
input[type=checkbox] + label {
  display: block;
  cursor: pointer;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
  content: "✓";
  border: 0.1em solid #999;
  border-radius: 0.1em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  padding-left: 0.1em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
}

input[type=checkbox]:checked + label:before {
  background-color: #48A882;
  border-color: #48A882;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #76B07A;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #fff;
  border-color: #76B07A;
}

.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

/****************
* Tables
*****************/
.list-table {
  width: 100%;
}

.list-table th,
.list-table td {
  text-align: left;
  padding: 12px 8px;
  border-bottom: 1px #ddd solid;
}

.list-table th.no-border-padding,
.list-table td.no-border-padding {
  padding: 12px 8px 12px 0;
}

.list-table th {
  background-color: #e7e7e7;
  color: #909090;
  vertical-align: middle;
  height: 38px;
}

.list-table-preview-image-cell {
  width: 86px;
}

.list-table td {
  vertical-align: middle;
}

.list-table td.strong {
  font-weight: 700;
}

.list-table tr {
  cursor: pointer;
}

.list-table tr:hover {
  background-color: #f2f2f2;
}

.list-table tr .editicons {
  display: none;
}

.list-table tr:hover .editicons {
  display: inline;
}

.list-table tr.topOfTOPList {
  background-color: #bae7ba;
}

.list-table tr.topOfTOPList:hover {
  background-color: #aae7aa;
}

table tr.no-td-border td {
  border: 0;
}

.list-reloaded .pagination li {
  display: inline-block;
  background-color: #f5f5f5;
  margin-right: 6px;
}
.list-reloaded .pagination li.active {
  background-color: #76B07A;
}
.list-reloaded .pagination li.active a.page {
  color: #f9f9f9;
}
.list-reloaded .pagination li.active a.page:hover {
  cursor: pointer;
  background-color: #48A882;
}
.list-reloaded .pagination li a.page {
  padding: 12px;
  display: block;
}
.list-reloaded .pagination li a.page:hover {
  cursor: pointer;
  background-color: #e5e5e5;
}

.list-table .icon {
  width: 16px;
  opacity: 1;
}
.list-table .icon:hover {
  opacity: 0.5;
}

/****************
* Block
*****************/
.block {
  width: 100%;
  padding: 12px;
  background-color: #f5f5f5;
  box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 1px 0 #B3B3B3;
}

/****************
* Received Data
*****************/
#received-data-table div.json-data {
  height: 20px;
  overflow: hidden;
}
