@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
body {
  font-family: 'Nunito', sans-serif;
  font-weight: 100;
  margin: 0;
  padding: 0; }

body {
  background: #eceae5; }

input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type="tel"],
select {
  border-radius: 5px;
  padding: 5px 10px;
  outline: none;
  border: 1px solid #aaa;
  height: 25px;
  background: white;
  box-sizing: content-box; }

select {
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3Agray%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  padding-right: 26px;
  margin-bottom: 6px;
  margin-top: 5px; }

input[required], select[required] {
  position: relative;
  overflow: hidden;
  background-color: rgba(49, 75, 150, 0.08); }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

a {
  color: #314B96;
  text-decoration: none; }
  a.active {
    background: #314b96;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px; }

a:hover {
  text-decoration: underline; }

.btn {
  min-width: 100px;
  padding: 10px 20px;
  color: white;
  border-radius: 4px;
  background: #314B96;
  outline: 0;
  transition: background .1s;
  border: 0;
  font-size: 14px;
  cursor: pointer; }
  .btn:hover {
    background: rgba(49, 75, 150, 0.7);
    color: white; }
  .btn:active {
    background: rgba(49, 75, 150, 0.7); }
  .btn:focus, .btn:active:focus {
    outline: 0; }
  .btn.with-glyph, .btn.sm.with-glyph {
    position: relative;
    padding-left: 33px; }
    .btn.with-glyph:hover .glyph, .btn.sm.with-glyph:hover .glyph {
      background: #ffe9aa; }
    .btn.with-glyph .glyph, .btn.sm.with-glyph .glyph {
      width: 24px;
      vertical-align: middle;
      font-weight: bold;
      font-size: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #fbc72f;
      color: blue;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      transition: background .1s; }

.btn.sm {
  padding: 5px 10px;
  font-size: 12px; }

.btn.secondary {
  background: #808080; }

.btn.secondary:hover {
  background: #a0a0a0; }

.btn.red {
  background: red;
  color: white; }
  .btn.red:hover {
    background: #ff3333; }

.btn.delete {
  background: red; }

.btn.delete:hover {
  background: #fb6767; }

a.btn, a.btn:hover {
  text-decoration: none; }

a.btn:not(.sm), a.btn:hover:not(.sm) {
  height: 100%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 1px;
  vertical-align: top; }

.btn.icon, .btn.icon:hover {
  padding: 0;
  padding-left: 10px;
  outline: none; }

.btn.primary, .btn.primary:hover, .btn.primary:visited, .btn.primary:focus,
.btn.icon, .btn.icon:hover, .btn.icon:visited, .btn.icon:focus, .btn:focus {
  color: white; }

.btn.icon .text {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px; }

.btn.icon .right-arrow {
  display: table-cell;
  font-size: 150%;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 10px;
  margin: -20px; }

.modal-header, .modal-footer {
  background-color: #eee; }

.modal-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.modal-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.info {
  color: #868686;
  background: rgba(247, 244, 189, 0.43);
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
  display: inline-block; }

.alert-success {
  background-color: #488F49;
  color: white; }

.alert-error {
  background-color: #AB433F;
  color: white; }

.small-input {
  max-width: 50px; }

.red-text {
  background-color: red;
  color: white; }

@media print {
  .left-menu, .back-link, .orders-list-type-selector:not(.active), #orderList_filter, .add-new-order {
    display: none !important; }
  a[href]:after {
    content: none !important; }
  a.orders-list-type-selector {
    border: 1px solid black;
    border-radius: 5px;
    background: #DDDDDD !important; }
  .wrapper {
    display: initial !important;
    height: initial !important; }
    .wrapper .content h1 {
      display: inline-block !important;
      vertical-align: middle !important;
      margin-right: 20px; } }

.login-page-wrapper .content {
  background: initial; }
  .login-page-wrapper .content #loginForm {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .login-page-wrapper .content #loginForm .logo {
      margin-bottom: 20px; }
    .login-page-wrapper .content #loginForm input.login-btn {
      margin: 0;
      width: 190px;
      margin-top: 20px; }

.error {
  margin: 0 auto;
  text-align: center;
  color: red;
  margin-bottom: 10px; }

.wrapper .content {
  -webkit-box-flex: 2;
  flex-grow: 2;
  overflow: scroll;
  padding: 22px; }

.wrapper .content .greeting-user {
  position: fixed;
  right: 22px;
  font-size: 15px;
  color: #566ca6; }

.wrapper .content .greeting-user .username {
  color: #314B96;
  text-decoration: underline;
  font-weight: 900; }

.wrapper .content .back-link {
  color: #314B96;
  text-decoration: none; }

.wrapper .content .back-link:hover .text {
  text-decoration: underline; }

.wrapper .content h1 {
  color: #314B96;
  font-weight: 900;
  margin-top: 7px; }

.new-order-form {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
  min-width: 720px; }
  .new-order-form .tt-menu {
    width: 300px;
    background: white;
    border: 1px solid gray;
    border-radius: 5px;
    max-height: 600px;
    overflow: scroll; }
    .new-order-form .tt-menu .tt-suggestion {
      padding: 5px 10px; }
      .new-order-form .tt-menu .tt-suggestion:hover, .new-order-form .tt-menu .tt-suggestion.tt-cursor {
        background: #eee; }
      .new-order-form .tt-menu .tt-suggestion strong.tt-highlight {
        color: #fbc72f; }

#notes {
  color: red; }

.new-order-characteristics {
  margin-top: 20px;
  flex: 0 0 100%; }

.new-order-characteristics th {
  font-size: 14px;
  font-family: 'Nunito', sans-serif;
  font-weight: 100;
  width: 100%;
  white-space: nowrap; }

.new-order-characteristics select {
  margin-top: 0;
  margin-bottom: 0; }

.buttons-container {
  margin-top: 2em;
  -webkit-box-flex: 1;
  flex: 1 0 100%; }

.order-item-group {
  white-space: nowrap;
  width: 100%;
  display: flex; }
  .order-item-group.price-group {
    background-color: rgba(251, 199, 47, 0.25);
    border-radius: 5px;
    border: 1px dashed gray;
    flex-wrap: wrap; }

.order-item {
  display: -webkit-box;
  display: flex;
  max-width: 350px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: baseline;
  align-items: center;
  -webkit-box-flex: 0;
  flex: 0 0 50%; }
  .order-item.full-width {
    max-width: 100%;
    min-width: 100%;
    flex-grow: 1; }
    .order-item.full-width label {
      flex-basis: 0;
      flex-grow: 0;
      min-width: 80px;
      text-align: left; }

.order-item label {
  margin-right: 10px;
  -webkit-box-flex: 1;
  flex: 1 0 30%;
  display: inline-block;
  text-align: end; }

.order-item input[type=tel],
.order-item input[type="text"],
.order-item input[type="number"],
.order-item input[type="password"],
.order-item input[type="date"],
.order-item select {
  -webkit-box-flex: 1;
  flex: 1 1 30%;
  font-size: 15px; }

.paste-location input {
  background-color: #fbc72f; }

#termen_executie_hidden_field {
  display: none; }

/* Orders List even row styling */
.transition-page #orderList_wrapper {
  flex: 1;
  margin-top: 90px;
  width: 100%; }

.orders-count-wrapper {
  opacity: .5;
  display: none;
  font-size: initial;
  margin-left: 30px; }

#orderList_wrapper, #orderList {
  background: white; }

#orderList {
  width: 100%;
  font-size: 13px;
  position: relative !important;
  /* Hack to fix scrolling, make it work with the page, not within the table. */ }

.page-title {
  display: flex;
  align-items: center; }
  .page-title a {
    font-size: initial; }
    .page-title a:first-child {
      margin-left: 40px; }

.dataTables_wrapper .dataTables_info {
  clear: initial;
  float: initial; }

.dataTables_scrollBody {
  height: initial !important; }
  .dataTables_scrollBody > div {
    /* Hack to fix scrolling, make it work with the page, not within the table. Hiding unneeded div. */
    display: none; }

#orderList tr td {
  cursor: pointer;
  position: relative;
  -webkit-transition: .1s background-color;
  transition: .1s background-color; }

#orderList tr.cancelled,
#orderList tr.cancelled.shown,
#orderList tr.cancelled.shown td {
  opacity: .5; }

#orderList tr.cancelled.shown + tr td {
  opacity: .5; }

#orderList tr.shown {
  background-color: lightgray; }
  #orderList tr.shown:not(.non-conformant):not(.was-non-conformant):not(.was-changed) > td {
    background-color: lightgray; }

#orderList tr.was-changed,
#orderList tr.was-changed.shown,
#orderList tr.was-changed.shown > td {
  background-color: #c8ffd4;
  color: #333; }

#orderList tr.was-changed.shown + tr > td {
  border-top: 1px solid #c8ffd4;
  border-bottom: 5px solid #c8ffd4;
  background-color: #eceae5; }

#orderList tr.was-changed.shown + tr > td:first-child {
  border-left: 5px solid #c8ffd4; }

#orderList tr.was-changed.shown + tr > td:last-child {
  border-right: 5px solid #c8ffd4; }

#orderList tr.was-non-conformant,
#orderList tr.was-non-conformant.shown,
#orderList tr.was-non-conformant.shown > td {
  background-color: #ffc8c8;
  color: #333; }

#orderList tr.was-non-conformant.shown + tr > td {
  border-top: 1px solid #ffc8c8;
  border-bottom: 5px solid #ffc8c8;
  background-color: #eceae5; }

#orderList tr.was-non-conformant.shown + tr > td:first-child {
  border-left: 5px solid #ffc8c8; }

#orderList tr.was-non-conformant.shown + tr > td:last-child {
  border-right: 5px solid #ffc8c8; }

#orderList tr.non-conformant,
#orderList tr.non-conformant.shown,
#orderList tr.non-conformant.shown > td {
  background-color: red;
  color: white; }

#orderList tr.non-conformant.shown + tr > td {
  border-top: 1px solid red;
  border-bottom: 5px solid red;
  background-color: #eceae5; }

#orderList tr.non-conformant.shown + tr > td:first-child {
  border-left: 5px solid red; }

#orderList tr.non-conformant.shown + tr > td:last-child {
  border-right: 5px solid red; }

#orderList tr.shown + tr > td {
  cursor: initial;
  border-top: 1px solid lightgray;
  border-bottom: 5px solid lightgray;
  background-color: #eceae5; }

#orderList tr.shown + tr > td:first-child {
  border-left: 5px solid lightgray; }

#orderList tr.shown + tr > td:last-child {
  border-right: 5px solid lightgray; }

#orderList tr .action-buttons a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  margin-right: 7px;
  margin-top: 1px; }

#orderList tr.even:not(.non-conformant):not(.was-non-conformant):not(.was-changed) td {
  background: #eceae5; }

.invoice-actions.facturat .factureaza {
  display: none !important;
  /* TODO: Fix this. */ }

.invoice-actions.facturat .facturat {
  display: flex !important;
  /* TODO: Fix this. */ }

.invoice-actions.factureaza .factureaza {
  display: block !important;
  /* TODO: Fix this. */ }

.invoice-actions.factureaza .facturat {
  display: none !important;
  /* TODO: Fix this. */ }

span.facturat {
  border: 1px dashed green;
  border-radius: 3px;
  padding: 5px;
  font-size: 12px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  padding: 2px 10px; }

#orderList tr .loader-inner {
  -webkit-box-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: flex; }

#orderList tr .loader-inner > div {
  border-color: #314B96;
  border-bottom-color: transparent; }

#orderList tr #order-characteristicts {
  font-size: 13px; }

.order-characteristics {
  counter-reset: section;
  padding-left: 20px; }

.order-characteristics .order-characteristic-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 10px;
  border-bottom: 1px solid lightgray; }
  .order-characteristics .order-characteristic-row .delete-btn {
    border: 1px solid gray;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 10px;
    right: 10px;
    position: absolute;
    text-align: center;
    color: gray;
    opacity: 0;
    transition: opacity 0.2s ease-out;
    display: flex;
    align-items: center;
    padding: 5px; }
    .order-characteristics .order-characteristic-row .delete-btn:hover {
      background-color: red;
      color: white;
      cursor: pointer; }
  .order-characteristics .order-characteristic-row:hover .delete-btn {
    opacity: 1; }

.order-characteristics .order-characteristic-row:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05); }

.order-characteristics .order-characteristic-row:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  left: -28px;
  border-right: 2px solid gray;
  padding: 10px;
  padding-right: 10px;
  top: 0; }

.order-characteristics .order-characteristic-row .order-characteristic-item {
  margin-right: 20px;
  margin-bottom: 7px;
  margin-top: 7px;
  margin-left: 15px; }

.order-characteristics .order-characteristic-row .order-characteristic-item label {
  font-size: 11px;
  white-space: nowrap;
  opacity: .5; }

.order-characteristics .order-characteristic-row .order-characteristic-item label + .twitter-typeahead {
  display: block !important;
  /* override twitter bootstrap defaults */ }

.order-characteristics .order-characteristic-row .order-characteristic-item .order-characteristic-value {
  font-size: 15px;
  display: block; }

.order-id {
  position: fixed;
  right: -60px;
  bottom: -102px;
  font-size: 400px;
  color: #e9edf6;
  font-family: monospace; }

#invoiceModal .order-item label {
  flex: initial;
  margin-bottom: 0; }

/* Transition Controls */
.operator-name {
  background-color: #fbc72f;
  padding: 16px;
  margin-right: 1px;
  margin-bottom: -1px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 900;
  min-height: 50px;
  vertical-align: top;
  min-width: 50px; }

.operator-name + .btn {
  margin-top: -1px; }

#orderList .transition-controls-wrapper {
  z-index: 80; }

.transition-controls-wrapper {
  display: inline-block;
  position: relative;
  z-index: 90; }
  .transition-controls-wrapper .delete-btn {
    background: #ff5858;
    height: 50px; }
    .transition-controls-wrapper .delete-btn:hover {
      background: red; }
  .transition-controls-wrapper.bulk-transition-wrapper {
    position: absolute;
    display: none; }
  .transition-controls-wrapper .transition-command-dialog,
  .transition-controls-wrapper .invoice-command-dialog {
    position: absolute;
    top: -3px;
    right: -352px;
    display: none; }
    .transition-controls-wrapper .transition-command-dialog.visible,
    .transition-controls-wrapper .invoice-command-dialog.visible {
      display: block; }
    .transition-controls-wrapper .transition-command-dialog select,
    .transition-controls-wrapper .invoice-command-dialog select {
      margin-left: 10px; }
    .transition-controls-wrapper .transition-command-dialog .notes-row,
    .transition-controls-wrapper .invoice-command-dialog .notes-row {
      display: none; }
      .transition-controls-wrapper .transition-command-dialog .notes-row td,
      .transition-controls-wrapper .invoice-command-dialog .notes-row td {
        padding-top: 4px; }
      .transition-controls-wrapper .transition-command-dialog .notes-row .notes,
      .transition-controls-wrapper .invoice-command-dialog .notes-row .notes {
        width: 166px;
        margin: 5px 0 6px 10px; }
  .transition-controls-wrapper .invoice-command-dialog {
    top: 55px; }

.orders-list-type-selector:not(.active) {
  margin: 5px; }

.red-if-defined {
  color: red;
  font-weight: 900; }

/* End Transition Controls */
.order-list-filter {
  top: 0;
  padding: 10px;
  border-radius: 0;
  margin: 0;
  border: 0;
  background-color: #fbc72f;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A#314B96%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A);
  color: #333;
  font-size: 14px; }

.transition-page {
  padding: 20px;
  background: white; }
  .transition-page.page-wrapper {
    min-height: calc(100vh); }
  .transition-page h1 {
    background-color: #314B96;
    color: white;
    padding: 20px;
    display: flex;
    vertical-align: top;
    position: fixed;
    top: -20px;
    left: 0;
    right: 0;
    z-index: 100; }
    .transition-page h1 .text {
      flex: 1;
      margin-top: 3px; }

.order-list-filter.department {
  right: 169px;
  width: 160px;
  margin-right: 2px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-right: 30px; }

.order-list-filter.operator {
  right: 0;
  min-width: 150px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

#usersTable tr {
  padding-top: 5px;
  padding-bottom: 5px; }

#usersTable th {
  font-size: 120%;
  color: gray;
  text-align: left; }

#usersTable th,
#usersTable td {
  padding-right: 27px;
  padding-top: 7px;
  padding-bottom: 7px; }

input[type="radio"].user-role {
  display: none; }

input[type="radio"].user-role + label, .unlock {
  cursor: pointer;
  border-radius: 6px;
  padding: 5px 7px;
  margin-right: 10px;
  border: 1px solid #314B96;
  line-height: 2rem; }

input[type="radio"]:not(:checked).user-role + label {
  background-color: #fff;
  color: #314B96; }

input[type="radio"]:not(:checked).user-role + label:hover {
  background-color: rgba(49, 75, 150, 0.11); }

.operators-wrapper {
  display: flex; }
  .operators-wrapper .department {
    min-width: 200px; }
    .operators-wrapper .department h4 {
      font-weight: bold;
      color: #314B96; }
    .operators-wrapper .department ul, .operators-wrapper .department li {
      padding: 0; }

.order-view-container {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap; }
  .order-view-container .order-item {
    flex: 0 0 50%;
    font-size: 16px; }
    .order-view-container .order-item label {
      margin-right: 10px;
      flex: 1 0 30%; }
    .order-view-container .order-item span {
      font-weight: bold;
      flex: 1 0 30%; }

.order-preview-container {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; }
  .order-preview-container .order-item {
    flex: 0 0 50%;
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    align-items: baseline; }
    .order-preview-container .order-item label {
      margin-right: 10px;
      flex: 1 0 30%; }
    .order-preview-container .order-item span {
      flex: 1 0 30%; }
    .order-preview-container .order-item .camel-case-hack {
      text-transform: lowercase; }
      .order-preview-container .order-item .camel-case-hack:first-letter {
        text-transform: uppercase; }
    .order-preview-container .order-item.significant {
      background-color: #fbc72f; }
      .order-preview-container .order-item.significant label {
        margin-top: 5px; }
      .order-preview-container .order-item.significant:nth-child(odd) {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
      .order-preview-container .order-item.significant:nth-child(even) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }

.order-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.bottom-button-wrapper {
  width: 100%;
  text-align: right;
  padding: 10px; }
  .bottom-button-wrapper > * {
    margin-left: 10px; }

.order-log {
  border: 1px solid lightgray;
  border-spacing: 0px; }
  .order-log td {
    border: 0px solid lightgray !important; }

.pull-right {
  float: right; }

.audit-log-visible {
  border-bottom: 1px dashed gray;
  padding-bottom: 10px;
  margin-bottom: 30px; }

.new-user-form {
  display: flex;
  flex-wrap: wrap;
  min-width: 350px;
  width: 50%; }
  .new-user-form .user-item {
    display: flex;
    margin-width: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-align: baseline;
    align-items: center;
    -webkit-box-flex: 0;
    flex: 1 0 100%; }
    .new-user-form .user-item label {
      margin-right: 10px;
      flex: 1 0 30%;
      text-align: right; }
    .new-user-form .user-item input {
      flex: 0 0 50%; }
  .new-user-form .buttons-container {
    text-align: right; }

.page-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: calc(100vh - 40px); }
  .page-wrapper .content {
    flex: 1;
    display: flex;
    align-items: center; }
    .page-wrapper .content .logo {
      width: 200px; }
    .page-wrapper .content #loginForm input {
      display: block;
      margin: 0 auto;
      margin-bottom: 10px; }
    .page-wrapper .content #loginForm input[type=text], .page-wrapper .content #loginForm input[type=password] {
      min-width: 170px;
      margin-bottom: 18px; }
    .page-wrapper .content .btn {
      margin-top: 30px; }

.wrapper {
  display: -webkit-box;
  display: flex;
  height: 100vh; }

.left-menu {
  min-width: 223px;
  max-width: 223px;
  background: #eceae5;
  border-right: 1px solid #a8a8a9;
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex: 1 0 223px; }
  .left-menu .logo {
    width: 180px;
    margin-left: -10px; }
  .left-menu .menu-wrapper {
    -webkit-box-flex: 1;
    flex-grow: 1; }
    .left-menu .menu-wrapper .link {
      display: block;
      margin: 30px 5px;
      text-decoration: none;
      color: #566ca6;
      font-size: 20px;
      position: relative;
      z-index: 1; }
      .left-menu .menu-wrapper .link.active {
        font-weight: bold; }
      .left-menu .menu-wrapper .link.active:before, .left-menu .menu-wrapper .link:hover:before {
        content: "";
        background: #ddd;
        position: absolute;
        left: -150px;
        right: -15px;
        top: -10px;
        z-index: -1;
        bottom: -10px; }
      .left-menu .menu-wrapper .link.sublink {
        margin-top: -15px;
        font-size: 16px;
        padding-left: 10px; }
      .left-menu .menu-wrapper .link .inactive {
        pointer-events: none;
        color: gray; }
  .left-menu .add-new-order .glyph {
    font-size: 40px;
    padding: 0px 18px 3px 18px;
    margin-right: 10px; }
  .left-menu .add-new-order .text {
    font-size: 19px; }
  .left-menu .copyright-text {
    font-size: 12px;
    color: #666; }

.add-new-order {
  margin: 20px 0;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  text-decoration: none; }
  .add-new-order:hover {
    cursor: pointer; }
    .add-new-order:hover .glyph {
      transform: rotate(270deg); }
    .add-new-order:hover .text {
      text-decoration: underline; }
  .add-new-order .glyph {
    background-color: #314B96;
    font-size: 20px;
    padding: 1px 9px 2px 9px;
    border-radius: 32px;
    color: #fbc72f;
    margin-right: 14px;
    -webkit-transition: .3s transform ease-in-out;
    transition: .3s transform ease-in-out; }
  .add-new-order .text {
    color: #314B96;
    text-decoration: none; }

.footer {
  width: 100%;
  padding: 10px 20px;
  font-size: 12px;
  color: #666;
  margin-bottom: -40px;
  text-align: center; }

.content {
  font-size: 14px;
  background: white; }

.message {
  min-width: 100%;
  margin-top: 25px; }

.price-format, .cota-tva-format {
  text-align: right;
  font-family: monospace; }

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button; }
