/******************************************
* Base CSS
******************************************/
.red {
  color: #f2645a;
}

.grey {
  color: #b5b5b5;
}

.grey-light {
  color: #ccc;
}

.white {
  color: #fff;
}

/********************
* Main HTML Elements
*********************/
html {
  overflow-y: scroll;
}

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

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

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

/**************
* Placeholder
**************/
::-webkit-input-placeholder {
  color: #bbb;
}

:-moz-placeholder {
  color: #bbb;
}

::-moz-placeholder {
  color: #bbb;
}

:-ms-input-placeholder {
  color: #bbb;
}

.indicator {
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-position: center;
  display: inline-block;
  margin-right: 8px;
}
.indicator.large {
  width: 24px;
  height: 24px;
  background-size: 24px;
  margin-right: 12px;
}
.indicator.red {
  background-image: url("/static/img/icons/indicator_red.svg");
}
.indicator.yellow {
  background-image: url("/static/img/icons/indicator_yellow.svg");
}
.indicator.green {
  background-image: url("/static/img/icons/indicator_green.svg");
}
.indicator.blue {
  background-image: url("/static/img/icons/indicator_blue.svg");
}
.indicator.grey {
  background-image: url("/static/img/icons/indicator_grey.svg");
}

.state-group {
  margin-bottom: 24px;
}
.state-group:last-child {
  margin-bottom: 0;
}

.state {
  margin-left: 24px;
}

.task {
  border-left: 12px solid #efefef;
  margin-bottom: 32px;
  padding: 6px 12px;
}
.task .accept-task {
  margin-top: 12px;
}

.state {
  margin-bottom: 7px;
}

.gateway-map {
  width: 100%;
  aspect-ratio: 2/1;
}

.no-coordinates {
  margin-bottom: 1em;
  padding: 1em;
  box-sizing: border-box;
  background-color: #FFBABA;
  border: 1px solid #D8000C;
}
.no-coordinates.warning {
  background-color: #FEEFB3;
  border: 1px solid #9F6000;
}

/************************
* Include components
*************************/
.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.underline {
  text-decoration: underline;
}

.block-element {
  display: block;
}

.pointer {
  cursor: pointer;
}

.vertical-center {
  vertical-align: middle;
}

.centered-text {
  text-align: center;
}

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

.small-font {
  font-size: 0.8em;
}

.margin-top {
  margin-top: 40px;
}

.margin-top-double {
  margin-top: 80px;
}

.margin-top-half {
  margin-top: 20px;
}

.margin-left {
  margin-left: 40px;
}

.margin-left-half {
  margin-left: 20px;
}

.margin-right {
  margin-right: 40px;
}

.margin-right-half {
  margin-right: 20px;
}

.margin-bottom {
  margin-bottom: 40px;
}

.margin-bottom-half {
  margin-bottom: 20px;
}

.margin-bottom-double {
  margin-bottom: 80px;
}

.no-margin {
  margin: 0;
}

.strong {
  font-weight: 700;
}

.no-uppercase {
  text-transform: none;
}

.link-with-icon {
  font-weight: 700;
}
.link-with-icon .icon-in-link {
  height: 30px;
  margin-right: 8px;
  vertical-align: middle;
}
.link-with-icon .icon-in-link.small {
  height: 21px;
}
.link-with-icon.no-text .icon-in-link {
  margin-right: 0;
}

.full-width {
  width: 100%;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.centered {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-start {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.space-around {
  justify-content: space-around;
}

.align-self-center {
  align-self: center;
}

.align-self-end {
  align-self: flex-end;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #282828;
  background: #f2f2f2;
}

h1 {
  font-size: 2.1rem;
  font-weight: 400;
}

h2 {
  font-size: 1.5rem;
  font-weight: 400;
}

h3 {
  font-size: 1.25rem;
  font-weight: 400;
}

h4 {
  font-size: 1rem;
  font-weight: 700;
}

a {
  color: #08C;
  text-decoration: none;
}
a:hover {
  color: #51B3E3;
}
a.nocolor {
  color: inherit;
}

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

.large-font {
  font-size: 1.5rem;
}

.space {
  margin: 24px 0;
}

.monospace {
  font-family: monospace;
}

.login-content {
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  padding: 20px;
}
.login-content .login-title {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.login-content .login-title .login-title-right .login-logo {
  float: right;
  max-width: 60px;
}

/********************
* New Login Form
********************/
.login-wrapper {
  background: none;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-login-container {
  width: 100vw;
  height: 100vh;
}
.new-login-container .left {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  align-self: auto;
  background-color: #fff;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1023px) {
  .new-login-container .left {
    width: 50%;
  }
}
.new-login-container .left .login-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  align-self: auto;
  max-width: 500px;
  min-height: 100vh;
  background: #fff;
  height: auto;
  box-shadow: none;
  padding: 24px;
}
@media screen and (min-width: 767px) {
  .new-login-container .left .login-content {
    width: 66.6667%;
    padding: 48px;
  }
}
@media screen and (min-width: 1023px) {
  .new-login-container .left .login-content {
    padding: 24px;
  }
}
.new-login-container .left .login-content .inner {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  flex-flow: row wrap;
  height: auto;
}
.new-login-container .left .login-content .inner .login-logo,
.new-login-container .left .login-content .inner .login-title {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  height: auto;
  margin-bottom: 48px;
}
.new-login-container .left .login-content .inner .login-logo img,
.new-login-container .left .login-content .inner .login-title img {
  width: 70px;
}
.new-login-container .left .login-content .inner .login-logo h1,
.new-login-container .left .login-content .inner .login-title h1 {
  font-size: 2.125rem;
  font-weight: 300;
}
.new-login-container .left .login-content .inner .form {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}
.new-login-container .left .login-content .inner .form .form-row {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 24px;
  height: auto;
}
.new-login-container .left .login-content .inner .form .form-row.margin-bottom-double {
  margin-bottom: 48px;
}
.new-login-container .left .login-content .inner .form input[type=text],
.new-login-container .left .login-content .inner .form input[type=search],
.new-login-container .left .login-content .inner .form input[type=email],
.new-login-container .left .login-content .inner .form input[type=date],
.new-login-container .left .login-content .inner .form input[type=password],
.new-login-container .left .login-content .inner .form input[type=url],
.new-login-container .left .login-content .inner .form input[type=tel],
.new-login-container .left .login-content .inner .form textarea {
  margin: 0;
  border-radius: 2px;
  font-size: 1rem;
  padding: 10px 16px;
  width: 100%;
}
.new-login-container .left .login-content .inner .form label {
  font-size: 0.9em;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 8px;
}
.new-login-container .left .login-content .inner .form .btn {
  width: 100%;
  text-transform: none;
  letter-spacing: normal;
  border-radius: 2px;
  padding: 12px 32px;
}
.new-login-container .left .login-content .inner .form .lost-password-link-container {
  margin-top: 16px;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
}
.new-login-container .login-failed {
  margin-bottom: 24px;
}
.new-login-container .login-failed h3 {
  color: #bf4f47;
  margin-bottom: 8px;
}
.new-login-container .login-failed p {
  color: #bf4f47;
  margin-bottom: 24px;
}
.new-login-container .right {
  width: 50%;
  position: fixed;
  right: 0;
  height: auto;
  background: linear-gradient(83deg, #0088cc 0%, #0078b4 50%, #00679b 100%);
}
@media screen and (min-width: 1023px) {
  .new-login-container .right {
    height: 100vh;
  }
}

.topbar {
  position: fixed;
  /*background-color: #fff;
  border-bottom: 1px solid #e5e5e5;*/
  background: #f2f2f2;
  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: 48px;
  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 calc(24px/2);
  height: 48px;
}
.topbar .topbar-content .topbar-box img {
  display: block;
}
.topbar .topbar-content .topbar-box img:hover {
  filter: invert(50%);
}
.topbar .topbar-content .topbar-box a {
  display: inline-block;
}
.topbar .topbar-content .topbar-box:last-child {
  padding-right: 0;
}
.topbar .topbar-content .topbar-switched-user {
  margin-right: 12px;
  padding: 4px 8px;
  color: #fff;
  background-color: #f2645a;
}
.topbar .topbar-content .topbar-switched-user a {
  color: #e5f04c;
  transition: all 200ms;
}
.topbar .topbar-content .topbar-switched-user a:hover {
  opacity: 50%;
}

.loader {
  display: none;
}
.loader .balls {
  width: 4em;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.loader .balls div {
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #08C;
}
.loader .balls div:nth-of-type(1) {
  transform: translateX(-100%);
  animation: left-swing 0.5s ease-in alternate infinite;
}
.loader .balls div:nth-of-type(3) {
  transform: translateX(-95%);
  animation: right-swing 0.5s ease-out alternate infinite;
}

@keyframes left-swing {
  50%, 100% {
    transform: translateX(95%);
  }
}
@keyframes right-swing {
  50% {
    transform: translateX(-95%);
  }
  100% {
    transform: translateX(100%);
  }
}
.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}

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

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

.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;
}
.infomessage-container.loading {
  color: #08C;
  background-color: #191919;
}

.error-message {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  padding: 6px;
  background-color: #f2645a;
  color: #fff;
}

.breadcrumbs {
  position: absolute;
  width: 100%;
  left: 200px;
  z-index: 40;
  height: 48px;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumbs.transition {
  transition: 0.5s;
}
.breadcrumbs .home-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.breadcrumbs .slash {
  margin: 0 8px;
}
.breadcrumbs a {
  color: #282828;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

/******************
 * Tabs           *
 ******************/
.tab-container {
  height: 37px;
  background-color: #fff;
  border-bottom: 2px solid #f2645a;
}

.tab {
  float: left;
  height: 35px;
  padding: 5px 20px;
  margin: 0 5px 0 0;
  color: #fff;
  background-color: #c5c5c5;
  cursor: pointer;
}

.tab:hover {
  background-color: #bf4f47;
}

.tab .tab-label {
  line-height: 25px;
  /*same as .tab height minus padding*/
}

.tab-selected {
  background-color: #bf4f47;
}

.tab-loader {
  display: none;
  width: 50px;
  height: 35px;
  background: url("/img/icons/ajax-loader.gif") no-repeat center center;
}

table.dataTable thead .sorting {
  background-image: url("/static/img/icons/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("/static/img/icons/sort_asc.svg") !important;
  background-size: 14px;
  background-position: center right 12px;
}

table.dataTable thead .sorting_desc {
  background-image: url("/static/img/icons/sort_desc.svg") !important;
  background-size: 14px;
  background-position: center right 12px;
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("/static/img/icons/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("/static/img/icons/sort_desc_disabled.png");
}

table.dataTable thead th {
  background-color: #fff;
  padding: 12px 14px;
}
table.dataTable thead th.delete {
  width: 128px;
}

table.dataTable tbody td {
  padding: 0;
}
table.dataTable tbody td a {
  padding: 17px 14px;
  display: block;
  color: #282828;
}
table.dataTable tbody td.tr-padding {
  padding: 17px 14px;
}
table.dataTable tbody td.delete-col {
  padding: 8px 10px;
}
table.dataTable tbody td.delete-col img {
  visibility: hidden;
}
table.dataTable tbody td.copy-col img {
  visibility: hidden;
}
table.dataTable tbody td .icon {
  width: 20px;
}
table.dataTable tbody td .delete-confirm {
  width: 0;
  display: none;
  border: 1px solid #f2645a;
  background-color: #f2645a;
  white-space: nowrap;
  padding: 8px 12px;
  border-radius: 4px;
  color: #fff;
  transition: width 300ms ease-in-out;
}
table.dataTable tbody td.active-col {
  padding-left: 24px;
}

table.dataTable tbody tr:hover .delete-col img, table.dataTable tbody tr:hover .copy-col img {
  visibility: visible;
}

.dataTables_filter {
  position: absolute;
  right: 0;
  top: -66px;
}
.dataTables_filter label:after {
  position: absolute;
  content: " ";
  background-image: url("/static/img/icons/search.svg");
  background-size: 100%;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.dataTables_filter input[type=search] {
  padding: 12px 10px 10px;
  border-radius: 2px;
  background: transparent;
  border: 0;
  padding-right: 48px;
}
.dataTables_filter input[type=search].active, .dataTables_filter input[type=search]:hover, .dataTables_filter input[type=search]:not(:placeholder-shown) {
  border: 1px solid #aaa;
  background: #fff;
}

table.dataTable tbody td.dataTables_empty {
  padding: 12px 8px;
  font-size: 1.325em;
}

.dataTables_scrollHead {
  background-color: #fff;
  padding: 0 16px;
}

.dataTables_scrollBody {
  background-color: #fff;
  padding: 0 16px 16px 16px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0;
}

.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_length {
  padding-top: 0;
  margin-top: 24px;
}

.dataTables_wrapper {
  position: relative;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: transparent;
  border: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: transparent;
  border: 0;
  color: #08C !important;
  font-weight: 700;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: transparent;
  border: 0;
  color: #08C !important;
}

@media (min-width: 769px) {
  .dataTables_wrapper .dataTables_length {
    margin-left: 2em;
  }
}
.filters {
  max-width: 1000px;
  display: flex;
  justify-content: flex-start;
  margin-top: 48px;
  margin-bottom: 24px;
}
.filters .filter {
  flex: 0 0 31.5%;
  max-width: 31.5%;
  margin-right: 3%;
}

.no-filters {
  padding: 48px 0 24px;
}

.outer-bar {
  border-radius: 2px;
  height: 18px;
  width: 100%;
  border: 1px solid #cccccc;
  padding: 1px;
  width: 255px;
}
.outer-bar .inner-bar {
  background-color: #08C;
  height: 100%;
  border-radius: 2px;
}
.outer-bar .inner-bar.warn {
  background-color: #f2645a;
}

.textual-limits {
  font-size: 0.9em;
  margin-top: 6px;
}

.data-table-container {
  visibility: hidden;
}

.btn {
  display: inline-block;
  cursor: pointer;
  background: #08C;
  color: #fff;
  border: 0;
  border-radius: 2px;
  font-family: inherit;
  font-size: 1.2rem;
  padding: 11px 32px 11px;
  outline: none;
}
.btn:hover {
  background: #51B3E3;
  color: #fff;
}
.btn.small {
  font-size: 1rem;
  padding: 9px 24px 9px;
}

.btn-lighter {
  background: #5d6975;
  /*border: 2px solid $color-middle;*/
}

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

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

.btn-red {
  background-color: #f2645a;
  border-color: #f2645a;
}
.btn-red:hover {
  background-color: #bf4f47;
  border-color: #bf4f47;
  color: #fff;
}

.form input[type=text],
.form input[type=search],
.form input[type=email],
.form input[type=date],
.form input[type=password],
.form input[type=url],
.form input[type=number],
.form input[type=tel],
.form textarea {
  margin: 0;
  border-radius: 2px;
  font-size: 1rem;
  padding: 10px 16px;
  border: 0;
  border-bottom: 1.5px solid #282828;
  background-color: #f2f2f2;
}
.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 input[type=url].full-width,
.form input[type=number].full-width,
.form input[type=tel].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 input[type=url]::placeholder,
.form input[type=number]::placeholder,
.form input[type=tel]::placeholder,
.form textarea::placeholder {
  color: #d2d2d2;
}
.form .form-row {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 24px;
  height: auto;
}
.form .form-row.margin-bottom-double {
  margin-bottom: 48px;
}
.form label {
  font-size: 0.9em;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 8px;
  display: block;
}
.form label .bigger {
  font-size: 1.24em;
  margin-bottom: 8px;
}
.form label.invalid {
  color: #f2645a;
}
.form input[type=color] {
  padding: 5px;
}
.form.form-invers input[type=text],
.form.form-invers input[type=search],
.form.form-invers input[type=email],
.form.form-invers input[type=date],
.form.form-invers input[type=password],
.form.form-invers input[type=url],
.form.form-invers input[type=tel],
.form.form-invers input[type=color],
.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;
}

.user-edit-email .validation-field.ok {
  background: url("/static/img/icons/check.svg") #f2f2f2 no-repeat right 4px bottom 10px;
}
.user-edit-email .validation-field.failed {
  background: url("/static/img/icons/error.svg") #f2f2f2 no-repeat right 4px bottom 10px;
}

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

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

input[type=checkbox] + label {
  font-weight: 400;
  display: flex;
  align-items: center;
}

input[type=checkbox] + label:before {
  content: " ";
  border: 0.1em solid #999;
  border-radius: 50%;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  font-weight: 700;
  padding-left: 0.1em;
  margin-right: 1em;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
}

.checkbox-element {
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}
.checkbox-element:last-child, .checkbox-element.single {
  border-bottom: 0;
}

input[type=checkbox]:checked + label:before {
  background-color: #08C;
  border-color: #08C;
  color: #fff;
  background-image: url("/static/img/icons/checkbox.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}

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

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

.centered-checkbox {
  align-self: center;
}
.centered-checkbox label {
  margin-bottom: 0;
}

/***********
* Select2 Styling
************/
/***********
* Select2 Styling
************/
.select2 {
  max-width: 100%;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 0;
  border-bottom: 1.5px solid #282828;
  background-color: #f2f2f2;
  height: auto;
}
.select2-container--default .select2-selection--multiple textarea::placeholder, .select2-container--default .select2-selection--single textarea::placeholder {
  color: #282828;
}

.select2-container--default .select2-selection--single {
  padding: 4px 10px 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.select2-container--default .select2-selection--multiple {
  padding: 8px 10px 10px;
}
.select2-container--default .select2-selection--multiple:before {
  content: "";
  position: absolute;
  right: 12px;
  top: 42%;
  border-top: 6px solid #888;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0 0 0 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice button {
  border-right: 0;
  top: 4px;
}

.select2-container--default .select2-results > .select2-results__options {
  overflow-x: hidden;
}

.form-box {
  background: #fff;
  margin-bottom: 48px;
}
.form-box .form-box-header {
  padding: 16.008px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
}
.form-box .form-box-inner {
  padding: 36px;
}

.flatpickr-current-month {
  padding-top: 0;
}

.alwan__button {
  border: 1px solid #000;
}

.select2-hidden-accessible[required] {
  display: block;
  height: 0;
  border: 1px solid transparent;
  margin-bottom: -2px;
  width: auto;
}

/****************
* Tables
*****************/
table th, table td {
  padding: 2px 10px 2px 0;
}

table {
  border-spacing: 0;
  margin-bottom: 30px;
}

.list-table-container {
  padding: 0 16px;
  background-color: #fff;
}

.list-table {
  width: 100%;
}

.list-table th,
.list-table td {
  text-align: left;
  padding: 24px 14px 25px;
  color: #282828;
  border-bottom: 1px #ddd solid;
  background-color: #fff;
}
.list-table tr:last-child td {
  border-bottom: 0;
}

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

.list-table th {
  color: #909090;
  border-bottom: 1.5px solid #111;
  padding: 20px 14px;
  font-weight: 700;
  height: 38px;
}

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

.list-table td {
  vertical-align: middle;
}
.list-table td .title {
  font-size: 1.325em;
}
.list-table td .subtitle {
  color: #7f7f7f;
}
.list-table td .no-link-padding {
  padding: 12px 10px;
}
.list-table td.centered-text {
  text-align: center;
}

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

.list-table tr {
  cursor: pointer;
}

.list-table tr th.sorting_disabled {
  cursor: auto;
}

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

.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: #08C;
}
.list-reloaded .pagination li.active a.page {
  color: #f9f9f9;
}
.list-reloaded .pagination li.active a.page:hover {
  cursor: pointer;
  background-color: #08C;
}
.list-reloaded .pagination li a.page {
  padding: 12px;
  display: block;
}
.list-reloaded .pagination li a.page:hover {
  cursor: pointer;
  background-color: #e5e5e5;
}

.menu-button {
  width: 40px;
  margin: 4px;
  left: 10;
  z-index: 40;
  height: 48px;
  display: block;
  visibility: visible;
}
.menu-button label.hamburg {
  display: block;
  background: rgba(85, 85, 85, 0);
  width: 50px;
  height: 40px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}
.menu-button .line {
  position: absolute;
  height: calc(40px / 10);
  width: 100%;
  background: #000;
  border-radius: 2px;
  display: block;
  transition: 0.5s;
  transform-origin: center;
}
.menu-button .line:nth-child(1) {
  top: calc((40px - 5 * calc(40px / 10)) / 2);
}
.menu-button .line:nth-child(2) {
  top: calc(calc((40px - 5 * calc(40px / 10)) / 2) + 2 * calc(40px / 10));
}
.menu-button .line:nth-child(3) {
  top: calc(calc((40px - 5 * calc(40px / 10)) / 2) + 4 * calc(40px / 10));
}
.menu-button .line:nth-child(1).open {
  transform: translateY(calc(48px / 6)) rotate(-45deg);
}
.menu-button .line:nth-child(2).open {
  opacity: 0;
}
.menu-button .line:nth-child(3).open {
  transform: translateY(calc((48px / 6) * -1)) rotate(45deg);
}

.sidemenu {
  display: flex;
  flex-direction: column;
  width: 200px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #191919;
  color: #fff;
  border-right: 1px solid #e5e5e5;
  z-index: 200;
}
.sidemenu.transition {
  transition: 0.5s;
}
.sidemenu .logo {
  width: 100%;
  margin: 8% auto 5% auto;
  text-align: center;
}
.sidemenu .logo img {
  width: 50%;
}
.sidemenu .title {
  font-size: 1.5rem;
  margin: 0 auto;
  text-align: center;
}
.sidemenu .entries {
  margin-top: 24px;
}
.sidemenu .entries .entry {
  height: 48px;
  position: relative;
}
.sidemenu .entries .entry .indicator {
  width: 4px;
  height: 44%;
  background-color: #08C;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  display: none;
}
.sidemenu .entries .entry .icon {
  width: 24px;
  margin-right: 12px;
}
.sidemenu .entries .entry a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  color: #7f7f7f;
}
.sidemenu .entries .entry a:hover {
  color: #fff;
}
.sidemenu .entries .entry:hover, .sidemenu .entries .entry.active {
  background-color: #000000;
}
.sidemenu .entries .entry:hover .indicator, .sidemenu .entries .entry.active .indicator {
  display: block;
}
.sidemenu .entries .entry:hover a, .sidemenu .entries .entry.active a {
  color: #fff;
}
.sidemenu .entries .entry.empty:hover {
  background-color: transparent;
}
.sidemenu .footer {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 32px;
  color: #999;
  font-size: 0.9rem;
  padding-left: 18px;
}
.sidemenu .footer:hover {
  cursor: pointer;
  background-color: #000000;
}
.sidemenu .footer span.collapse-text {
  color: #fff;
  white-space: nowrap;
}

@media (min-width: 769px) {
  .menu-button {
    display: none;
  }

  .topbar-content .responsive-action {
    display: none !important;
  }

  .sidemenu {
    display: flex !important;
  }
  .sidemenu .responsive-topbar-actions {
    display: none;
  }

  body.collapsed .sidemenu {
    width: 48px;
  }
  body.collapsed .sidemenu .title {
    display: none;
  }
  body.collapsed .sidemenu .entries {
    margin-top: 0;
  }
  body.collapsed .sidemenu .entries .entry a {
    justify-content: center;
    padding: 0;
  }
  body.collapsed .sidemenu .entries .entry a .icon {
    margin: 0;
  }
  body.collapsed .sidemenu .entries .entry a .entry-text {
    display: none;
  }
  body.collapsed .sidemenu .logo {
    height: 37px;
    margin: 23% auto 1% auto;
  }
  body.collapsed .sidemenu .footer {
    margin-top: auto;
    display: flex;
  }
  body.collapsed .sidemenu .footer .collapse-text {
    display: none;
  }
  body.collapsed .content-wrapper {
    margin-left: 48px;
  }
  body.collapsed .breadcrumbs {
    left: 0;
    margin-left: 48px;
  }
  body.collapsed .infomessage-container {
    margin-left: 48px;
  }
}
@media (max-width: 768px) {
  .menu-button {
    display: block;
  }

  .topbar-content .desktop-action {
    display: none !important;
  }

  .sidemenu {
    display: none;
    right: 0;
    left: auto;
    margin-top: 48px;
    width: 200px;
    border-right: 1px solid #e5e5e5;
  }
  .sidemenu .logo {
    display: none;
  }
  .sidemenu .title {
    display: none;
  }
  .sidemenu .responsive-topbar-actions {
    display: flex;
    justify-content: space-evenly;
  }
  .sidemenu .responsive-topbar-actions .responsive-action img {
    height: 35px;
  }
  .sidemenu .footer {
    display: none;
  }

  .content-wrapper {
    margin-left: 0;
  }

  .content-wrapper {
    margin-left: 0;
  }

  .breadcrumbs {
    left: 0;
  }
}
/****************
* Block
*****************/
.block {
  width: 100%;
  padding: calc(24px / 2);
  border-radius: 6px;
  background-color: #f5f5f5;
  border: 1px solid #dee3ea;
}

.notfound {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem;
}
.notfound h1 {
  font-size: 7em;
  line-height: 1em;
}
.notfound h2 {
  font-size: 2.5em;
  line-height: 1em;
}

/********************
* Password validation
*********************/
#password-confirm-input[data-validated=true], #password-input[data-validated=true] {
  box-shadow: 0 0 5px green;
}

#password-strength-indicator-container {
  height: 5px;
  border-radius: 1rem;
  width: 100%;
  background-color: #f2f2f2;
}

#password-strength-indicator {
  height: 5px;
  border-radius: 1rem;
  background-color: red;
  width: 1rem;
  transition: all 1s;
}

.input-with-icon {
  white-space: nowrap;
}
.input-with-icon > input {
  width: 100%;
}

ul.password-validate li {
  font-size: 0.9em;
  margin-bottom: 2px;
}

li[data-validated=false] {
  color: red;
  position: relative;
}

li[data-validated=false]::before {
  content: " ";
  background-image: url("/static/img/icons/error.svg");
  height: 1rem;
  width: 1rem;
  display: inline-block;
  background-size: cover;
  position: relative;
  vertical-align: middle;
  margin-right: 4px;
}

li[data-validated=true] {
  color: green;
  position: relative;
}

li[data-validated=true]::before {
  content: " ";
  background-image: url("/static/img/icons/check.svg");
  height: 1rem;
  width: 1rem;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  margin-right: 4px;
}

.password-visibility[data-visible=true] {
  background: url("/static/img/icons/visibility_off.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  right: 2.5rem;
  top: calc(50% - 12px);
  cursor: pointer;
}

.password-visibility[data-visible=false] {
  background: url("/static/img/icons/visibility.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  right: 2.5rem;
  top: calc(50% - 12px);
  cursor: pointer;
}

/*****************
* Gateway online history and statistics
*****************/
.timespan-warning-history,
.timespan-warning-statistics {
  color: #f2645a;
}

/*# sourceMappingURL=project.css.map */
