:root {
  --primary-color: #2f3a5b;
  --secondary-color: #FF9900;
  --color-red: #ff000080;
  --color-red-light: #fbcccc80;
  --color-green: #28a745;
  --color-green-light: #e5feeb;
  --color-blue: #2f3a5b;
  --color-white: #ffffff;
  --color-grey: #cccccc;
  --color-light-grey: #ededed;
  --color-dark-grey: #333333;
  --color-orange: #ff9900;
  --color-yellow: #ffc104;
  --color-yellow-light: #fbf4dd;
  --color-black: #000000;
  --color-light: #f8f9fa;
}

html,
body,
.sidebar,
.main-area {}

html {
  height: 100%;
  /* overflow: hidden;
  overscroll-behavior: none; */
}

body {
  width: 100%;
  height: 100%;
  background-color: var(--color-grey);
  padding-bottom: 100px;
}

body.login {
  /* background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, .4) 10%, rgba(138, 114, 76, 0) 40%), -moz-linear-gradient(top, rgba(57, 173, 219, .25) 0%, rgba(42, 60, 87, .4) 100%), -moz-linear-gradient(-45deg, #670d10 0%, #092756 100%);
  background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, .4) 10%, rgba(138, 114, 76, 0) 40%), -webkit-linear-gradient(top, rgba(57, 173, 219, .25) 0%, rgba(42, 60, 87, .4) 100%), -webkit-linear-gradient(-45deg, #670d10 0%, #092756 100%);
  background: -o-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, .4) 10%, rgba(138, 114, 76, 0) 40%), -o-linear-gradient(top, rgba(57, 173, 219, .25) 0%, rgba(42, 60, 87, .4) 100%), -o-linear-gradient(-45deg, #670d10 0%, #092756 100%);
  background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, .4) 10%, rgba(138, 114, 76, 0) 40%), -ms-linear-gradient(top, rgba(57, 173, 219, .25) 0%, rgba(42, 60, 87, .4) 100%), -ms-linear-gradient(-45deg, #670d10 0%, #092756 100%);
  background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, .4) 10%, rgba(138, 114, 76, 0) 40%), linear-gradient(to bottom, rgba(57, 173, 219, .25) 0%, rgba(42, 60, 87, .4) 100%), linear-gradient(135deg, #670d10 0%, #092756 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3E1D6D', endColorstr='#092756', GradientType=1); */
  background-color: rgba(9, 39, 86, 0.5);

}

body.is_mobile {
  padding: 0px 0px 0px 0px;
}

img {
  vertical-align: middle;
}

a {
  color: #999;
}

a:hover,
a:active,
a:focus {
  outline: 0;
  color: #999;
  text-decoration: none !important;
}

.breadcrumb>.active {
  color: #333;
}

*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#preload {
  position: fixed;
  z-index: 9999;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  display: none;
}

#preload p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: orange;
  border-radius: 10px;
  padding: 10px;
  color: #FFF;
}

/* =============================================================================
   Forms
   ========================================================================== */

form {
  margin: 0;
}

fieldset {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background-color: var(--color-light-grey);
}

fieldset legend {
  padding: 0 20px;
  font-size: 16px;
  width: auto;
  border: none;
  margin: 0;
  background-color: var(--color-blue);
  color: var(--color-white);
}

input[type="text"],
input[type="password"],
textarea,
select {
  border: 1px solid #cccccc;
}

label {
  margin-right: 10px;
}

label,
input[type="text"],
input[type="password"] {
  height: 30px;
  line-height: 30px;
}

body.is_mobile label,
body.is_mobile input[type="text"],
body.is_mobile input[type="password"] {
  width: 100%;
}

textarea {
  margin-bottom: 20px;
  resize: vertical;
  cursor: text !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid var(--color-orange) !important;
  border-color: var(--color-orange) !important;
  /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 204, 0, 0.6) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 204, 0, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 204, 0, 0.6) !important; */
}

.btn-primary {
  background-color: var(--color-light-grey) !important;
  background-image: none !important;
  color: var(--color-blue) !important;
}

.btn-primary:hover {
  background-color: var(--color-blue) !important;
  color: var(--color-white) !important;
}

.btn-primary:hover [class^="icon-"],
.btn-primary:hover [class*=" icon-"] {
  background-image: url(../img/glyphicons-halflings-white.png);
}

.btn {
  background-image: none !important;
  color: var(--color-black);
}

.btn:hover {
  background-color: var(--color-blue);
  color: var(--color-white);
}

.btn:hover [class^="icon-"],
.btn:hover [class*=" icon-"] {
  background-image: url(../img/glyphicons-halflings-white.png);
}

.btn:focus {
  background-color: var(--color-blue);
  color: var(--color-white);
}

.modal {
  border: 0px;
}

body.is_mobile .bootbox .modal-body {
  padding: 20px 10px;
}

.modal-header {
  background-color: var(--primary-color);
  border-radius: 6px 6px 0px 0px;
}

.modal-header h3 {
  color: var(--color-white);
}

.modal-header .close {
  color: var(--color-white);
  opacity: 1;
}

.navbar-inverse .navbar-inner {
  background-color: var(--primary-color) !important;
  background-image: none;
}

.navbar-inverse .brand,
.navbar-inverse .nav>li>a {
  color: var(--color-white);
}

.navbar-inverse .brand,
.navbar-inverse .nav>li>a.new span {
  background-color: red;
  color: white;
  padding: 5px;
  border-radius: 5px;
}

.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
  border-top-color: var(--color-orange) !important;
  border-bottom-color: var(--color-orange) !important;
}

.datepicker td.active,
.datepicker td.active:hover,
.datepicker td.active.disabled,
.datepicker td.active.disabled:hover {
  background-image: none !important;
  background-color: var(--color-orange) !important;
  color: black;
}

.dropdown-menu>li>a {
  padding: 16px;
}

.dropdown-menu>li>a:hover {
  background-image: none !important;
  background-color: var(--primary-color) !important;
  color: var(--color-white);
}

.dropdown-menu .divider {
  margin: 0px;
}

/* =============================================================================
   Navigation
   ========================================================================== */

.navbar {
  line-height: 40px;
  margin: 0;
}

.navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  /* background-image: linear-gradient(to bottom,#2f3a5b,#111);
  background-repeat: repeat-x;
  border-color: #2f3a5b;
  background-color: rgb(47, 58, 91); */
  background-color: var(--color-blue) !important;
  border-color: var(--color-blue) !important;
}

.navbar-search {
  margin-top: 0;
}

#menu-top {
  border-bottom: 1px solid #FFF;
}

.settings .icon {
  padding-top: 8px;
  padding-bottom: 8px;
}

.settings .dropdown-toggle:after {
  display: none;
}

.settings .dropdown-menu {
  right: 0;
}

.settings .logout {
  padding-right: 0;
}

.mobile-menu-button {
  display: none;
  background-color: #fff;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
  position: absolute;
  top: 15px;
  left: 10px;
}

body.is_mobile .mobile-menu-button {
  display: block;
}

.mobile-menu-button::before {
  content: "";
  margin-top: -8px;
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.mobile-menu-button::after {
  content: "";
  margin-top: 8px;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.mobile-menu-button.open {
  background: rgba(255, 255, 255, 0);
}

.mobile-menu-button.open::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

.mobile-menu-button.open::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

body.is_mobile .navbar {
  height: 40px;
}

body.is_mobile .navbar .hide-on-mobile,
body.is_mobile .hide-on-mobile {
  display: none !important;
}

body.is_mobile #menu-top {
  display: none;
  background-color: rgb(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 40px
}

body.is_mobile #menu-top .nav {
  float: none;
  display: block;
}

body.is_mobile #menu-top .nav>li {
  display: block;
  float: none;
  margin: 10px;
}

body.is_mobile #menu-top .nav>li a {
  display: block;
  font-size: 16px;
}

body.is_mobile #menu-top .nav>li.divider-vertical {
  display: none;
}

body.is_mobile ::-webkit-scrollbar {
  display: none;
}

/* =============================================================================
   Content
   ========================================================================== */

.main-area {
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
  /*   -webkit-overflow-scrolling: touch;
  height: 100vh;
  overflow-y: auto; */
}

/* body.is_mobile .main-area {
  overflow-x: auto;
}*/

.main-area .headerbar {
  background: rgb(255, 255, 255);
  /* Old browsers */
  background: -moz-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(238, 238, 238, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, rgba(255, 255, 255, 1)),
      color-stop(100%, rgba(238, 238, 238, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(238, 238, 238, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(238, 238, 238, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(238, 238, 238, 1) 100%);
  /* IE10+ */
  background: linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(238, 238, 238, 1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  /* IE6-9 */
  border-bottom: 1px solid #ddd;
  height: 29px;
  padding: 8px 20px;
}

.main-area .headerbar h1 {
  font-size: 14px;
  line-height: 29px;
  margin: 0;
  float: left;
}

.main-area .content {
  /* padding: 20px 20px 94px;*/
}

/* =============================================================================
   Tables
   ========================================================================== */

.table {
  margin: 0 0 40px;
}

.table.no-margin {
  margin: 0 0 0 0;
}

.table td {
  vertical-align: middle;
}

table th:first-child,
table td:first-child {
  padding-left: 20px;
}

/* =============================================================================
   Bottom Bar
   ========================================================================== */

/* =============================================================================
   Tabs
   ========================================================================== */

.tabbable .table {
  margin-bottom: 20px;
}

.tabs-below .nav-tabs {
  margin: 0;
  border: 0;
  list-style: none;
  background-color: #191919;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,
      left top,
      left bottom,
      from(#292929),
      to(#191919));
  background-image: -moz-linear-gradient(top, #292929, #191919);
  background-image: -ms-linear-gradient(top, #292929, #191919);
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #292929),
      color-stop(100%, #191919));
  background-image: -webkit-linear-gradient(top, #292929, #191919);
  background-image: -o-linear-gradient(top, #292929, #191919);
  background-image: linear-gradient(top, #292929, #191919);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#191919', GradientType=0);
  color: #ffffff;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.tabs-below .nav-tabs>li {
  margin-top: 0;
}

.tabs-below .nav-tabs>li>a {
  border: transparent;
  font-weight: bold;
  color: #bfbfbf;
  margin-right: 0;
  padding: 10px 20px 11px;
  border-right: 1px solid #444;
  border-left: 1px solid #0a0a0a;
  display: block;
  line-height: 19px;
}

.tabs-below .nav-tabs>li>a:hover,
.tabs-below .nav-tabs .active>a,
.tabs-below .nav-tabs .active>a:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #444;
  color: #fff;
  text-decoration: none;
  border: none;
  border-right: 1px solid #444 !important;
  border-left: 1px solid #0a0a0a !important;
}

.tabs-below .nav-tabs>li:first-child>a,
.tabs-below .nav-tabs>li:first-child>a:hover {
  border-left: none !important;
}

.tabs-below .nav-tabs>li:last-child>a,
.tabs-below .nav-tabs>li:last-child>a:hover {
  border-right: 1px solid #0a0a0a !important;
}

.tab-content {
  padding-bottom: 74px;
}

/* =============================================================================
   Options
   ========================================================================== */

.options {
  margin: 0;
}

/* =============================================================================
   Profiles
   ========================================================================== */

.profile {
  background: #f9f9f9;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  margin-bottom: 20px;
}

.profile .primaryInfo {
  padding: 20px 46px 0;
}

.profile dl {
  clear: both;
  margin-top: 40px;
}

.profile dl dt {
  margin: 40px 0 20px;
  border-top: 1px solid #ddd;
  line-height: 0;
}

.profile dl dt span {
  background: #fff;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  padding: 2px 25px;
  margin-left: 20px;
}

.profile dl dd {
  clear: both;
  line-height: 20px;
  padding-top: 6px;
  margin: 0;
}

.profile dl dd span {
  font-weight: bold;
  float: left;
  text-align: right;
  width: 70px;
  margin-right: 10px;
}

.profile dl.profile-custom dd span {
  width: 160px;
}

.notes textarea {
  resize: both;
  width: 100%;
}

/* =============================================================================
   Invoice
   ========================================================================== */

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

.invoice .total td:first-child,
.invoice .total:hover td:first-child {
  background: none !important;
}

.invoice .total td:last-child {
  border-left: none;
}

.subtotal,
.total,
th.align-right,
td.align-right {
  text-align: right;
}

.tax {
  background: none;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* Contain floats: h5bp.com/q */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.no-padding {
  padding: 0;
}

/* =============================================================================
   Random
   ========================================================================== */

.index-options {
  margin-top: -3px;
  margin-bottom: 0px;
}

.headerbar .pull-right {
  margin-left: 15px;
}

.alert {
  border-radius: 0px 0px 0px 0px;
  margin-bottom: 0px;
}

/* Dashboard */

.widget {
  border: 1px solid #dddddd;
  margin-top: 20px;
}

.padded {
  padding: 15px;
}

.widget-title {
  padding: 8px 20px;
}

.widget .content-padding {
  padding: 90px;
}

.main-area .content-padding {
  padding: 20px 20px 94px;
}

#beta {
  width: 61px;
  height: 59px;
  background-image: url("../img/beta.png");
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9992;
}

#login {
  margin-top: 5em;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--primary-color);
}

body.is_mobile #login {
  margin-top: 4em;
  /* width: auto; */
}

body.is_mobile #login .form-horizontal .control-group {
  margin-bottom: 10px;
}

#login .control-label {
  width: auto;
  float: none;
  padding-left: 12px;
  text-align: left;
}

#login label,
input[type="text"],
input[type="password"] {
  width: 100%;
}

#login .controls>.radio:first-child,
.controls>.checkbox:first-child {
  text-align: left;
  padding-left: 0px;
  padding-bottom: 10px;
}

#login .controls {
  margin: 0px;
  padding: 0px 10px;
  position: relative;
}

.btn_login {
  width: 100% !important;
  margin: auto;
  background-color: var(--color-orange) !important;
  border: 1px solid;
  border-color: var(--color-white) !important;
  background-image: none;
  color: var(--color-white) !important;
}

.btn_login:hover {
  background-color: var(--color-blue) !important;
  color: var(--color-white) !important;
}

#get_new_passord {
  margin-bottom: 20px;
  display: block;
}

.signup-link {
  margin: 20px auto;
  background-color: var(--color-grey) !important;
  border: 1px solid;
  border-color: var(--color-white) !important;
  color: #2e3a5c;
  display: block;
  padding: 10px;
  max-width: 180px;
}

.signup-link:hover {
  /* color: var(--color-orange); */
}

#login hr {
  border-top: 1px dotted grey;
  margin: 10px;
}

.login_hr {
  border: none !important;
}

.login_bg {
  background-color: #ededed;
  height: 100%;
  /*color:white;*/
}

.ckeckbox_label_login {
  text-align: right;
}

body.is_mobile .ckeckbox_label_login {
  text-align: left;
  padding-left: 0px;
  padding-bottom: 10px;
}

body.login .input-icon {}

body.login .icon {
  position: absolute;
  right: -4px;
  bottom: 0px;
  height: 40px;
  width: 40px;
  background-color: var(--secondary-color);
  border-radius: 0px 0.25rem 0.25rem 0px;
}

@media only screen and (max-width: 414px) {
  body.login .icon {
    top: 0px;
  }
}

body.login .icon i {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  line-height: 2.4rem;
  color: var(--primary-color);
}

.ckeckbox_login {
  float: none !important;
  margin-top: 0 !important;
  margin-left: 0px !important;
  margin-right: 8px !important;
}

.login_footer {
  color: #000000;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.login_footer p {
  margin: 0px 0px 4px 0px !important;
  font-size: 9px;
  color: var(--color-white);
}

.renew_license {
  background-color: red;
  color: white;
  padding: 10px;
  text-align: center;
  border: 1px solid white;
  display: block;
  margin: 10px auto;
}

.renew_license:hover {
  color: white;
}

.install-step {
  margin-top: 3em;
  width: 660px;
}

.install-step,
#login {
  border-radius: 20px;
  border: 2px solid var(--secondary-color);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  color: #ffffff;
  -webkit-box-shadow: 0 20px 70px 0 rgb(255 255 255 / 30%);
  box-shadow: 0 10px 50px 0 rgb(255 255 255 / 30%);
}

.widget-title {
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #eee 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #f7f7f7),
      color-stop(100%, #eee));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #eee 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #eee 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #eee 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eeeeee', GradientType=0);
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.install-step h1,
#login h1 {
  font-family: "ColaborateLightRegular", Arial, sans-serif;
  letter-spacing: -2px;
  margin-bottom: 0.66667em;
  text-align: center;
}

legend,
.install-step h2 {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #333333;
  display: block;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}

.login-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  height: 100px;
}

#preload .progress {
  position: relative;
  /*top: 50%;*/
  width: 150px;
  margin: 200px auto;
}

#preload .preload-text {
  position: relative;
  top: 200px;
  width: 100%;
  margin: auto;
  text-align: center;
  color: white;
  z-index: 1050;
}

#preload .preload-text.message {
  padding: 10px;
  background-color: green;
  color: white;
  text-align: center;
}

.avoid-clicks {
  pointer-events: none;
}

#list-data .dropdown-menu {
  min-width: 120px !important;
  width: 120px !important;
}

.handle {
  cursor: move;
}

.handle:hover {
  background-color: #ffcc00 !important;
}

#vars-for-js {
  display: none;
}

.modal .container {
  width: auto !important;
}

.modal .container #login {
  /*width: auto !important;
  margin: 0px !important;
  padding: 0px;*/
}

/* =============================================================================
   EDITOR
   ========================================================================== */

.editor {
  height: 200px;
  width: 590px;
}

/* =============================================================================
   DEBUG
   ========================================================================== */

#debug-popup {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 250px;
  height: 120px;
  background-color: white;
  border: 1px solid #ccc;
  padding: 5px;
  z-index: 9999;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

[class^="icon-"],
[class*=" icon-"] {
  background-image: url(../img/glyphicons-halflings-black.png);
}

#install-pwa {
  padding: 10px;
  text-align: center;
  background-color: var(--color-orange);
  color: var(--color-white);
  border: 1px solid var(--color-white);
  border-radius: 0px 0px 20px 20px;
  display: none;
  text-decoration: blink;
  /* 	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate; */
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}


@-webkit-keyframes blinker {
  from {
    opacity: 1.0;
  }

  to {
    opacity: 0.0;
  }
}

/* 
PWA - Here goes the CSS that will only apply if app is running standalone
*/
@media all and (display-mode: standalone) {
  body.is_mobile #login {
    margin-top: 1em;
  }
}