@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype"); }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-weight: 200;
  -webkit-tap-highlight-color: transparent; }

*:focus {
  outline: 0; }

input::-webkit-validation-bubble-message {
  display: none; }

body {
  background-color: #f9f9fb;
  color: #333333; }

.pull-right {
  float: right; }

.green {
  color: #43a047; }

.red {
  color: #d32f2f; }

.bg-secondary {
  background-color: #093e52; }

.bg-green {
  background-color: #43a047; }

.bg-red {
  background-color: #d32f2f; }

.clickable {
  cursor: pointer; }

.align-right {
  text-align: right; }

.empty {
  margin: 16px;
  color: #999999; }

.split-30,
.split-50,
.split-70 {
  display: inline-block;
  vertical-align: top; }

.split-30 {
  width: 30%; }

.split-50 {
  width: 50%;
  padding: 8px; }

.split-70 {
  width: 70%; }

h2 {
  float: left;
  width: 100%;
  padding: 0 8px 16px;
  font-size: 16px;
  font-weight: 400; }
  h2.extra-padding {
    padding: 8px 16px 4px; }

ul.language {
  padding: 4px;
  text-align: right; }
  ul.language li {
    display: inline-block;
    font-size: 12px;
    padding: 2px 4px;
    color: #999999;
    cursor: pointer; }
    ul.language li.active {
      color: #333333;
      text-decoration: underline; }

.web {
  display: none; }

@media (min-width: 1024px) {
  .mobile {
    display: none; }

  .web {
    display: block; } }
.upload-btn-wrapper {
  position: relative;
  display: inline-block;
  margin: 4px;
  width: 150px; }

.upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

.action-bar {
  margin-top: 50px;
  padding: 8px; }
  .action-bar .action {
    margin: 8px;
    min-width: 100px;
    padding: 0 12px;
    line-height: 42px; }
    .action-bar .action i.material-icons {
      padding-right: 2px;
      padding-bottom: 2px;
      font-size: 18px;
      vertical-align: middle; }
  .action-bar .trans-button {
    float: right;
    margin: 8px;
    cursor: pointer; }
    .action-bar .trans-button:active {
      color: #2a80b9; }
    .action-bar .trans-button i {
      line-height: 42px; }

.approve-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background: #2a80b9;
  color: #ffffff;
  padding: 0 10%; }
  .approve-bar i.material-icons {
    float: left;
    width: 33%;
    padding: 8px 0;
    text-align: center;
    cursor: pointer; }
    .approve-bar i.material-icons:active {
      background: #21638f; }

button {
  display: inline-block;
  margin: 4px;
  min-width: 100px;
  padding: 8px 10px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  transition: all 200ms ease; }
  button:hover:not(:disabled) {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  button.primary {
    background-color: #2a80b9;
    color: #ffffff; }
    button.primary:active {
      background-color: #21638f; }
  button.secondary {
    background-color: #093e52;
    color: #ffffff; }
    button.secondary:active {
      background-color: #0e6180; }
  button.green {
    background-color: #43a047;
    color: #ffffff; }
    button.green:active {
      background-color: #347c37; }
  button.red {
    background-color: #d32f2f;
    color: #ffffff; }
    button.red:active {
      background-color: #ab2424; }
  button.light {
    background-color: #ffffff;
    color: #333333; }
    button.light:active {
      background-color: #e6e6e6; }
  button:disabled {
    opacity: .5;
    cursor: default; }

checkbox {
  float: left; }
  checkbox .checkbox {
    cursor: pointer; }
    checkbox .checkbox .material-icons {
      float: left;
      color: #999999;
      font-size: 20px !important; }
      checkbox .checkbox .material-icons.active {
        color: #2a80b9; }
    checkbox .checkbox label {
      float: left;
      padding: 2px 4px;
      font-size: 14px;
      vertical-align: super;
      cursor: pointer; }

dimension .angucomplete-holder {
  position: relative;
  width: 100%; }
  dimension .angucomplete-holder input {
    width: calc(100% - 4px) !important; }
  dimension .angucomplete-holder .angucomplete-dropdown {
    z-index: 5;
    position: absolute;
    right: 2px;
    left: 2px;
    max-height: 180px;
    background: #f3f3f9;
    padding: 3px 0;
    font-size: 14px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    overflow-y: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  dimension .angucomplete-holder .angucomplete-row {
    padding: 3px 6px;
    cursor: pointer; }
    dimension .angucomplete-holder .angucomplete-row:hover {
      background: #e5e5ee; }
  dimension .angucomplete-holder .angucomplete-searching {
    padding: 3px 6px; }

dimension.large .angucomplete-holder {
  display: inline-block;
  width: 50%; }
  dimension.large .angucomplete-holder input {
    width: 100% !important; }
  dimension.large .angucomplete-holder .angucomplete-dropdown {
    right: 0;
    left: 0; }

header {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #2a80b9;
  height: 50px;
  color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  header .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center; }
    header .icon .material-icons {
      line-height: 50px; }
    header .icon.clickable:active {
      background: #21638f; }
  header p {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    vertical-align: top; }
    header p.title {
      max-width: calc(100% - 50px * 2);
      height: 50px;
      font-size: 16px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      header p.title:not(.no-padding) {
        padding-left: 16px; }

input:not([type="checkbox"]) {
  margin: 4px;
  width: calc(100% - 8px);
  padding: 8px;
  font-size: 14px;
  border: 1px solid #dddddd;
  border-radius: 2px; }

.loading-icon {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .loading-icon img {
    width: 30px;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.modal {
  z-index: 20;
  position: fixed; }
  .modal:not(.toast) {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3); }
    .modal:not(.toast) .modal-dialog {
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #ffffff;
      max-width: 800px;
      width: 100%;
      padding: 8px;
      border-radius: 2px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
      .modal:not(.toast) .modal-dialog .modal-content {
        width: 100%;
        max-height: 90vh; }
        .modal:not(.toast) .modal-dialog .modal-content h1 {
          width: 100%;
          padding: 8px;
          font-size: 18px;
          font-weight: 400px; }
        .modal:not(.toast) .modal-dialog .modal-content p {
          width: 100%;
          padding: 8px;
          font-size: 14px; }
        .modal:not(.toast) .modal-dialog .modal-content .buttons {
          width: 100%;
          padding: 4px;
          text-align: right; }
          .modal:not(.toast) .modal-dialog .modal-content .buttons button {
            width: 100px;
            box-shadow: none; }
  .modal.toast {
    bottom: 16px;
    left: 16px; }
    .modal.toast .modal-dialog {
      background: #333333;
      padding: 16px;
      color: #ffffff;
      font-weight: 300;
      border-radius: 2px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
      .modal.toast .modal-dialog i {
        font-size: 20px;
        padding-right: 8px;
        color: #43a047;
        vertical-align: bottom; }
  .modal.image-previewer .modal-dialog {
    max-width: 800px; }
    .modal.image-previewer .modal-dialog .modal-content img {
      width: 100%; }
  .modal .alert-error {
    color: #aa0000; }

table {
  margin: 16px 0;
  width: 100%;
  border-collapse: collapse; }
  table tr td {
    padding: 4px 6px; }
    table tr td .material-icons {
      color: #333333;
      font-size: 20px;
      cursor: pointer; }
    table tr td:nth-child(1) {
      padding-left: 16px; }
    table tr td:nth-last-child(1) {
      padding-right: 16px; }
    table tr td.selectItem {
      height: 40px; }
    table tr td.selected {
      background: #e6e6e6;
      font-weight: bold; }
  table tr.header td {
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    border-bottom: 1px solid #dddddd; }
  table tr.header .material-icons {
    color: #999999;
    font-size: 16px;
    vertical-align: middle; }
  table tr.clickable:active {
    background-color: #dddddd; }
  table tr:nth-child(2) td {
    padding-top: 8px; }

.tabs {
  z-index: 15;
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .tabs table {
    margin: 0;
    height: 50px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase; }
    .tabs table td:active {
      background: #f0f0f0; }
    .tabs table td.active {
      font-weight: 400;
      color: #2a80b9; }

.popuptabs {
  right: 0;
  left: 0;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .popuptabs table {
    margin: 0;
    height: 50px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase; }
    .popuptabs table td:active {
      background: #f0f0f0; }
    .popuptabs table td.active {
      font-weight: 400;
      color: #2a80b9; }

.companies {
  margin-top: 50px;
  padding-top: 8px; }
  .companies .item {
    float: left;
    width: 100%;
    cursor: pointer; }
    .companies .item:active {
      background-color: #dddddd; }
    .companies .item p {
      float: left;
      padding: 10px 16px 8px; }
    .companies .item i {
      float: right;
      padding: 6px; }

.comment {
  margin: 0 6px;
  width: calc(100% - 4px - 2px);
  height: 82px;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  resize: none; }

.mobile .document {
  margin-top: 100px;
  margin-bottom: 75px;
  min-height: calc(100vh - 50px * 3.5); }
  .mobile .document .details {
    padding: 10px 0; }
    .mobile .document .details .line {
      display: inline-block;
      width: 100%;
      padding: 8px 14px;
      vertical-align: top; }
      .mobile .document .details .line label {
        font-size: 12px;
        padding: 2px; }
      .mobile .document .details .line p {
        min-height: 22px;
        padding: 2px; }
        .mobile .document .details .line p.current {
          color: #2a80b9; }
      .mobile .document .details .line input {
        margin: 2px;
        width: calc(100% - 4px); }
    .mobile .document .details .toggle-button {
      padding: 4px 16px 8px !important; }
  .mobile .document .lines {
    padding: 8px 0; }
    .mobile .document .lines p {
      padding: 16px 16px 8px; }
    .mobile .document .lines .line {
      padding: 8px 14px;
      font-size: 14px; }
      .mobile .document .lines .line p {
        display: inline-block;
        padding: 2px; }
        .mobile .document .lines .line p.kind {
          width: 60%;
          font-weight: 400;
          font-size: 16px; }
        .mobile .document .lines .line p.price {
          width: 40%;
          font-weight: 400;
          text-align: right;
          font-size: 16px; }
        .mobile .document .lines .line p.description {
          width: 70%; }
        .mobile .document .lines .line p.count {
          width: 30%;
          text-align: right; }
        .mobile .document .lines .line p.project-number {
          width: 100%; }
  .mobile .document .comment {
    margin: 16px 8px 8px;
    width: calc(100% - 16px);
    height: 150px; }
  .mobile .document .previous-comments {
    margin: 16px 8px 8px;
    width: calc(100% - 16px); }
  .mobile .document .previous-comment {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 6px; }
    .mobile .document .previous-comment .meta-data {
      color: #999999;
      font-size: 14px;
      margin-bottom: 3px; }
  .mobile .document .invoice {
    background: #ffffff;
    padding: 16px; }
    .mobile .document .invoice img {
      width: 100%; }
.mobile .price-bar {
  position: fixed;
  right: 0;
  bottom: 40px;
  left: 0;
  background: #ffffff;
  padding: 8px 16px;
  font-size: 18px;
  text-align: right;
  border-top: 1px solid #dddddd; }
  .mobile .price-bar .price-vat {
    font-size: .5em; }

.web .document .back-button {
  float: left;
  padding-right: 4px;
  padding-left: 4px;
  cursor: pointer; }
  .web .document .back-button:active {
    color: #2a80b9; }
.web .document .price-vat {
  margin: 0px 16px; }
.web .document .invoice {
  padding: 6px; }
  .web .document .invoice .line {
    padding: 2px; }
  .web .document .invoice label,
  .web .document .invoice p {
    display: inline-block;
    width: 50%;
    vertical-align: top; }
  .web .document .invoice label {
    font-size: 13px;
    vertical-align: middle; }
  .web .document .invoice p {
    min-height: 22px;
    padding: 2px 0; }
  .web .document .invoice input {
    margin: 0;
    width: 50%; }
.web .document .comment {
  margin: 0 6px;
  width: calc(100% - 4px - 2px);
  height: 82px;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  resize: none; }
.web .document .main-content {
  width: 100%;
  padding-right: 30%; }
.web .document .previous-comments {
  width: calc(100% - 4px - 2px); }
.web .document .no-previous-comments {
  margin: 0 6px; }
.web .document .previous-comment {
  border-bottom: 1px solid #d5d5d5;
  margin: 0 6px;
  padding-bottom: 6px; }
  .web .document .previous-comment .meta-data {
    color: #999999;
    font-size: 14px;
    margin-bottom: 3px; }

.toggle-button {
  width: 100% !important;
  padding: 2px 2px 8px !important;
  color: #999999;
  cursor: pointer; }
  .toggle-button span {
    font-size: 12px;
    text-transform: uppercase; }
  .toggle-button i {
    font-size: 16px;
    vertical-align: bottom; }

.doc-viewer {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  background: #ffffff;
  width: 30%;
  padding: 16px;
  overflow-y: auto; }
  .doc-viewer img {
    width: 100%; }

@media (min-width: 500px) {
  .mobile .document .details .line {
    width: 50%; } }
.documents-list {
  margin-top: 50px;
  padding: 8px 0; }
  .documents-list .item {
    padding: 8px 14px;
    font-size: 14px;
    cursor: pointer; }
    .documents-list .item:active {
      background-color: #dddddd; }
    .documents-list .item p {
      display: inline-block;
      padding: 2px; }
      .documents-list .item p.name {
        width: 60%;
        font-weight: 400;
        font-size: 16px; }
      .documents-list .item p.amount {
        width: 40%;
        font-weight: 400;
        text-align: right;
        font-size: 16px; }
      .documents-list .item p.type {
        width: 50%; }
      .documents-list .item p.date {
        width: 50%;
        text-align: right; }
      .documents-list .item p.number {
        width: 30%; }
      .documents-list .item p.description {
        float: right;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 70%;
        text-align: right; }

.web h1 {
  margin: 0 16px;
  font-size: 22px; }
.web .documents-list {
  margin: 0;
  padding: 0; }

.mobile h3 {
  padding: 8px 14px; }

.error {
  margin-top: 66px;
  text-align: center; }
  .error p {
    padding: 16px; }
  .error button {
    margin: 16px; }

.login {
  padding: 8px; }
  .login .logo {
    width: 100%;
    padding: 16px;
    text-align: center; }
    .login .logo img {
      margin: 16px 0;
      max-width: 250px;
      width: 100%; }
  .login form {
    padding: 8px 4px; }
    .login form p {
      padding: 4px;
      font-size: 14px; }
    .login form button[type="submit"] {
      float: right;
      width: calc(100% - 8px); }

@media (min-width: 400px) {
  .login {
    margin: auto;
    width: 400px; }
    .login form button[type="submit"] {
      width: 100px; } }
.change-password {
  padding: 8px;
  margin-top: 40px; }
  .change-password form {
    padding: 8px 4px; }
    .change-password form p {
      padding: 4px;
      font-size: 14px; }
    .change-password form button[type="submit"] {
      float: right;
      width: calc(100% - 8px); }

@media (min-width: 400px) {
  .change-password {
    margin: 50px auto;
    width: 400px; }
    .change-password form button[type="submit"] {
      width: 100px; } }

/*# sourceMappingURL=astena.css.map */
