label {
  text-transform: uppercase;
  cursor: default !important;
  color: #9e9e9e;
  font-weight: 400;
  font-size: 0.7em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

#content {
  margin-top: 3.5em;
}

.login-logo {
  display: flex;
  justify-content: center;
}

label.switch-label {
  height: 2rem;
  font-size: inherit;
  text-transform: none;
}

.forgot-password-wrapper {
  display: flex;
  justify-content: center;
}
.forgot-password-wrapper a {
  color: #9c9c9c;
}

#header {
  height: 3.5em;
  line-height: 3.5em;
  background-color: #009ee2;
  vertical-align: middle;
  position: fixed;
  top: 0;
  z-index: 666;
}
#header div:empty {
  content: "";
}
#header #back-btn {
  color: #fff;
  vertical-align: middle;
}
#header .grey-header {
  background-color: #f7f7f7;
  color: #009ee2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#header .grey-header .header-text {
  color: #009ee2;
  font-weight: 200;
  letter-spacing: 0.1em;
}
#header .grey-header a.header-text {
  color: #009ee2 !important;
}
#header .header-text {
  color: #ffffff;
  text-transform: uppercase;
}
#header .header-account-btn {
  text-align: right;
  display: inline-block;
  float: right;
}
#header .header-account-btn:after {
  clear: both;
}
#header #nav-hamburger {
  color: #ffffff;
}
@media only screen and (min-width: 64.063em) {
  #header #nav-hamburger {
    display: none;
  }
}
#header .logo {
  height: 3.5em;
}
@media only screen and (min-width: 64.063em) {
  #header .logo {
    box-shadow: 1px 0 10px -1px #888;
  }
}
#header .logo .logo-wrapper {
  display: inline-block;
}
#header #header-search input {
  height: 3em;
  margin-top: 0.25em;
  border: 0;
  background-color: white;
  box-shadow: none;
}
#header #header-search .postfix {
  height: 3em;
  margin-top: 0.25em;
  border: 0;
  background-color: #ffffff;
  color: #222222;
}
#header #header-search .postfix i {
  line-height: 3em;
}

.sh-table {
  background-color: white;
  border: 0;
  border-collapse: collapse;
  width: 100%;
}
.sh-table th {
  background-color: white;
  color: #9e9e9e;
  text-transform: uppercase;
}
.sh-table:not(.stack) td {
  background-color: #f7f7f7;
  border-bottom: 0.5em solid #ffffff;
}
@media only screen and (max-width: 64.063em) {
  .sh-table.stack td {
    padding: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .sh-table.stack td {
    background-color: #f7f7f7;
    border-bottom: 0.5em solid #ffffff;
  }
}
@media only screen and (max-width: 64.063em) {
  .sh-table.stack tr {
    margin: 0.5rem;
  }
}
.sh-table .button {
  margin-bottom: 0;
}
.sh-table thead, .sh-table tbody tfoot {
  border: 0;
}
.sh-table .inactive {
  text-decoration: line-through;
}

.button.rounded {
  border-radius: 1000px;
}
.button.grey {
  background-color: #9e9e9e;
}

.row.spaced {
  margin-bottom: 0.5em;
}

.full {
  width: 100%;
}
.full.row {
  max-width: 100%;
}

.right-shadow {
  box-shadow: 1px 0 10px -1px #888;
}

#sidebar {
  display: none;
  background-color: #f7f7f7;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 64.063em) {
  #sidebar {
    position: fixed;
    top: 3.5em;
    bottom: 0;
    display: block;
    box-shadow: 1px 0 10px -1px #888;
    overflow-y: auto;
  }
}
#sidebar .menu {
  padding-top: 1em;
}
#sidebar ul li {
  padding-left: 5px;
}
#sidebar ul li a {
  font-size: 1em;
  line-height: 2em;
  vertical-align: middle;
}
#sidebar ul li a i {
  font-size: 2em;
  margin-right: 0.5em;
  vertical-align: middle;
}
#sidebar ul li.active {
  border-left: 5px solid #009ee2;
  padding-left: 0;
}

.info-text {
  text-transform: uppercase;
  color: #9c9c9c;
  text-align: center;
  display: block;
  font-size: 13px;
  /*height: 1.5em;*/
  font-weight: 400;
  margin-top: 1em;
}
.info-text.blue {
  color: #009ee2 !important;
  font-weight: 700;
  font-size: 0.8em;
}
.info-text.big {
  font-size: 1em !important;
}
.info-text.small {
  font-size: 0.7em !important;
}

@media only screen and (max-width: 64.063em) {
  .show-for-large-up {
    display: none;
  }
}

.panel {
  margin-bottom: 1.25rem;
  margin-top: 1em;
  padding: 1.25rem;
  background: #f7f7f7;
  color: #333;
  display: inline-block;
  width: 100%;
}

.big-label {
  color: #009ee2 !important;
  text-transform: uppercase !important;
  font-weight: 200 !important;
  font-size: 2em !important;
  letter-spacing: 0.1em !important;
}

.rounded-label {
  background-color: white;
  border-radius: 1em;
  padding: 0.5em;
  color: #009ee2;
  font-weight: 200;
  font-size: 0.8em;
  display: block;
  width: 100%;
  min-height: 2.4em;
  letter-spacing: 0.1em !important;
}

.alert-box {
  background-color: #3adb76;
  height: 3.5em;
  line-height: 3.5em;
  padding-left: 1em;
  padding-right: 1em;
  color: white;
}
.alert-box.warning {
  background-color: #f08a24;
}
.alert-box.alert {
  background-color: #f04124;
}
.alert-box .close {
  color: white;
  float: right;
  opacity: 0.8;
}
.alert-box .close:hover {
  opacity: 1;
}
.alert-box .close:after {
  clear: both;
}

.capitalize {
  text-transform: capitalize;
}

.invoice-title {
  font-weight: 400;
  color: #009ee2;
  font-size: 2em;
}

input .error, select .error, textarea .error {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

label.error {
  color: #ec5840;
}

span.error {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

#version-footer {
  color: #666;
  position: absolute;
  bottom: 0;
  margin-left: 1em;
  font-size: 0.75rem;
}

label.inline-checkbox {
  display: inline;
  vertical-align: middle;
}

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