* {
  box-sizing: border-box; }

h1 {
  font-size: 3rem; }

.-ib {
  display: inline-block; }

.invisible {
  display: none !important; }

.visible {
  display: block !important; }

.-deleted {
  pointer-events: none;
  opacity: .3; }

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

.rel {
  position: relative; }

.mo-box {
  vertical-align: top;
  padding: 5px; }
  .mo-box.-gray {
    background-color: #e9e9e9; }

.mo-text--strong {
  font-weight: 700;
  font-size: 14px; }

.sweet-alert input[type=text] {
  display: none; }

.message {
  background: #fff;
  border-left: 4px solid #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  margin: 10px 15px 2px;
  padding: 10px;
  cursor: pointer; }

.success {
  border-color: #5cb85c; }
  .success i.fa {
    color: #5cb85c; }

.error {
  border-color: #cc0000; }
  .error i.fa {
    color: #cc0000; }

.warning {
  border-color: orange; }

.warning_new_company, .ok_existing_company {
  display: none;
  white-space: nowrap;
  font-size: 12px; }

/*
 * 
 * ============================================
 *              CUSTOM BUTTONS
 * ===========================================
 * 
 * */
.button {
  padding: 0 30px;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  letter-spacing: .1rem;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  white-space: nowrap; }

.button.button-accepted {
  background-color: #dff0d8;
  color: white;
  cursor: default; }

.button.button-call {
  background-color: #388E3C;
  color: white; }

.button.button-success {
  background-color: #5cb85c;
  color: white; }

.button.button-blue {
  background-color: #33C3F0;
  color: white; }

.button.button-error {
  background-color: #D32F2F;
  color: white; }

.button.button-error:hover {
  background-color: #B92929; }

.button.button-restore {
  pointer-events: all;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  opacity: 1 !important;
  border: 2px solid black;
  font-weight: bold;
  width: 200px;
  height: 40px;
  background: #A99;
  color: black;
  font-size: 1.2em;
  padding: 0 20px;
  z-index: 9; }

.button.disabled,
*[class^="button"].disabled {
  border: none !important;
  cursor: default !important;
  color: #aaa !important;
  background-color: auto !important; }

.js-edit, .js-delete {
  text-decoration: none; }

.js-delete {
  color: #cc0000; }
  .js-delete:hover {
    color: #990000; }

.mo-table {
  width: 100%;
  border-collapse: collapse; }
  .mo-table thead {
    background-color: #f4f5f5;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 400; }
    .mo-table thead th {
      letter-spacing: 0.02em;
      text-transform: uppercase;
      font-weight: 400; }
  .mo-table td, .mo-table th {
    padding: 12px 15px;
    text-align: left; }
  .mo-table tr {
    border-bottom: 1px solid #dee1e2; }
    .mo-table tr:hover {
      background-color: #f9fafa; }
  .mo-table.-cashedorders a, .mo-table.-paidorders a, .mo-table.-orders2pay a, .mo-table.-orders2getpaid a {
    color: inherit;
    border-bottom: 1px dashed; }

.mo-table_action {
  margin: 0 8px;
  text-decoration: none; }
  .mo-table_action:focus {
    outline: none; }
  .mo-table_action:hover {
    cursor: pointer; }
  .mo-table_action .mo-tooltip_target:focus {
    outline: none; }

/*
 * 
 * ============================================
 *              TABBED SECTIONS
 * ===========================================
 * 
 * */
.transformer-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid white; }

.transformer-tabs li {
  display: inline-block;
  padding: 0;
  background: #ddd;
  vertical-align: bottom; }

.transformer-tabs li a.active {
  color: #3498db;
  border-bottom-color: #3498db; }

.transformer-tabs a {
  display: inline-block;
  color: black;
  text-decoration: none;
  padding: 0.5rem; }

.transformer-tabs a.active {
  border-bottom: 3px solid transparent;
  position: relative;
  bottom: -3px; }

.tabs > div {
  display: none;
  padding: 1rem; }

.tabs > div {
  background: white; }

.tabs > .active {
  display: block; }

/*
 * 
 * ============================================
 *              CLEARFIX
 * ===========================================
 * 
 * */
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear:before,
.clear:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clear:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clear {
  *zoom: 1; }

/*
 * 
 * ============================================
 *              OMNI WINDOW OVERLAY
 * ===========================================
 * 
 * */
.ow-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  width: 700%;
  background: #424242;
  opacity: 0.8; }

.modal {
  z-index: 100000 !important;
  height: 85vh !important;
  top: 8.5vh !important;
  width: 70% !important;
  overflow: scroll !important;
  background-color: #fff; }

.ow-closed {
  display: none; }

.close-button {
  position: fixed;
  padding: 7px 8px;
  border-radius: 50px;
  background: #ff8080;
  color: white;
  font-size: 1.2em;
  display: inline-block;
  margin: -7px 0 0 -7px; }

/*
 * MO TOOLTIP
 * *
 * 
 */
.mo-tooltip_target {
  position: relative;
  overflow: visible;
  /*
  &:hover, &:focus{
    .mo-tooltip,{
      visibility: visible;
      opacity: 1;
      margin-bottom: 13px;
      &.-top{
        
      }
    }
  }
  */ }

.mo-tooltip {
  display: block;
  position: absolute;
  min-width: 40px;
  font-size: 13px;
  line-height: 16px;
  min-height: 16px;
  padding: 8px 12px;
  margin: 0;
  z-index: 10;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  letter-spacing: normal;
  white-space: pre;
  word-wrap: break-word;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  color: #fff;
  background-color: #26292b;
  visibility: hidden;
  opacity: 0;
  transition: all 0.15s ease-out;
  pointer-events: none; }
  .mo-tooltip.-top {
    font-size: 18px;
    bottom: 100%;
    left: 50%;
    margin-bottom: 18px;
    transform: translate(-50%, 0); }

._customer {
  position: relative; }
  ._customer .btnDeleteCustomerOrder, ._customer .btnDeleteTmpCustomerOrder {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #cc0000;
    cursor: pointer; }
  ._customer ._load_entloadWrapper {
    position: relative; }
    ._customer ._load_entloadWrapper .btnDeleteLoadEntload, ._customer ._load_entloadWrapper .btnDeleteTmpLoadEntload {
      position: absolute;
      top: 5px;
      right: 10px;
      color: #cc0000;
      cursor: pointer; }
  ._customer .btnToggleContainer {
    cursor: pointer; }
    ._customer .btnToggleContainer.wide {
      display: block;
      padding: 10px 0;
      width: 50%; }

.MultiFile-row {
  display: block;
  border-bottom: 1px dashed #ccc; }
  .MultiFile-row .MultiFile-remove {
    margin: 0 10px; }
  .MultiFile-row .MultiFile-view {
    float: right;
    margin-right: 15px; }
  .MultiFile-row .MultiFile-label a {
    color: #131313;
    text-decoration: none; }
  .MultiFile-row:hover {
    background-color: #ddd; }

.mo-form input:not([type=submit]) {
  font-size: 12px;
  width: 170px; }
.mo-form .load_address, .mo-form .entload_address {
  width: 300px !important; }
.mo-form .load_addition, .mo-form .entload_addition {
  width: 665px !important; }
.mo-form input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
.mo-form #fileUploadContainer label {
  width: 300px; }
.mo-form p.error {
  color: #cc0000; }
.mo-form .addRowToForm {
  width: 100%;
  padding: 13px 15px;
  margin: 0;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  margin: 4px 0;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  border: 1px solid transparent;
  border-collapse: collapse;
  color: #4c5357;
  font-weight: 400;
  transition: all .1s; }
  .mo-form .addRowToForm:hover {
    background-color: #f9fafa; }
.mo-form label {
  width: 75px;
  display: inline-block; }
.mo-form label + strong {
  float: right;
  width: 60%; }
.mo-form input[type=checkbox] {
  display: inline-block;
  margin-left: 1em;
  width: 20px;
  vertical-align: middle; }
.mo-form fieldset {
  padding: 0.35em 0.625em 0.75em;
  border-width: 0;
  background: #eee;
  border: 1px solid #d3dae7; }
  .mo-form fieldset.productDetailsFieldset {
    display: none; }
  .mo-form fieldset.productFieldset {
    position: relative; }
  .mo-form fieldset .btnRow {
    padding-top: 30px; }
.mo-form legend {
  font-weight: 300 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 400; }
.mo-form .required > label:after, .mo-form label.required:after {
  content: "*"; }
.mo-form span.required, .mo-form .required > label:after, .mo-form label.required:after {
  color: #d00;
  font-size: 10px;
  font-weight: bold;
  vertical-align: top;
  margin-right: -8px; }

.orderProductsWrapper legend {
  display: inline-block;
  margin-right: 10px; }

.icon-append, .icon-prepend, textarea:not(.init) {
  font-family: inherit;
  width: 100%;
  vertical-align: center;
  padding: 0 8px;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 36px;
  color: #626262;
  background: #fff;
  border: 2px solid #d3dae7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.icon-append, .icon-prepend {
  z-index: 1;
  color: #d3dae7;
  position: absolute;
  top: 5px;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  background-color: transparent;
  border-top: none;
  border-bottom: none; }
  .icon-append .fa, .icon-prepend .fa {
    top: 15px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -transform: translateX(-50%) translateY(-50%); }
  .icon-append ~ input, .icon-append ~ select, .icon-append ~ textarea, .icon-prepend ~ input, .icon-prepend ~ select, .icon-prepend ~ textarea {
    padding-left: 40px !important; }
    .icon-append ~ input[type=number], .icon-append ~ select[type=number], .icon-append ~ textarea[type=number], .icon-prepend ~ input[type=number], .icon-prepend ~ select[type=number], .icon-prepend ~ textarea[type=number] {
      padding-right: 40px !important; }
    .icon-append ~ input ~ span.unit, .icon-append ~ select ~ span.unit, .icon-append ~ textarea ~ span.unit, .icon-prepend ~ input ~ span.unit, .icon-prepend ~ select ~ span.unit, .icon-prepend ~ textarea ~ span.unit {
      position: absolute;
      top: 5px;
      width: 30px;
      height: 30px;
      right: 5px;
      text-align: center;
      padding-top: 3px;
      color: #b2bed5; }
  .icon-append ~ textarea, .icon-prepend ~ textarea {
    height: 300px; }

.icon-prepend {
  left: 5px;
  padding-right: 3px;
  padding-left: 0;
  border-left: none;
  border-right-width: 1px;
  border-right-style: solid; }

/*
 * login
 */
#login {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%); }
  #login input[type=text], #login input[type=password] {
    width: 100%; }

.auth_login #main {
  position: static; }

.app_content {
  margin: 64px 0 0 56px;
  padding-top: 32px; }

/*
 * MO NAV
 * *
 * 
 */
.app_navigation {
  background-color: #f4f5f5;
  width: 56px;
  position: fixed;
  left: 0;
  top: 64px;
  height: 100%;
  border-right: 1px solid #dee1e2;
  transition: width 240ms; }
  .app_navigation:hover {
    width: 184px;
    transition: width 240ms;
    box-shadow: 6px 0 6px rgba(0, 0, 0, 0.06); }
    .app_navigation:hover a {
      pointer-events: all; }
  .app_navigation ul {
    padding: 12px 0;
    overflow: hidden; }
    .app_navigation ul li {
      line-height: 24px;
      list-style-type: none;
      margin: 0; }
      .app_navigation ul li a {
        display: block;
        padding: 8px 16px;
        cursor: pointer;
        text-decoration: none;
        color: #4e6d7c;
        position: relative;
        box-sizing: border-box;
        white-space: nowrap;
        pointer-events: none; }
        .app_navigation ul li a:hover, .app_navigation ul li a.-active {
          color: #4e6d7c !important;
          background-color: #dee1e2 !important; }
        .app_navigation ul li a .fa {
          display: inline-block;
          vertical-align: bottom;
          margin-right: 12px;
          width: 24px;
          height: 24px;
          font-size: 1.5em;
          text-align: center;
          margin-left: auto; }

.app_topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%; }
  .app_topbar .mo_topbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    height: 64px;
    margin: 0 auto;
    padding-right: 12px;
    color: #fff;
    background-color: #2f414a; }
    .app_topbar .mo_topbar .logo {
      width: 55px;
      margin-top: 6px; }
    .app_topbar .mo_topbar .companyName {
      font-size: 22px;
      line-height: 32px;
      font-weight: 200;
      margin-left: 12px;
      max-width: 35%;
      position: relative;
      display: inline-block; }
    .app_topbar .mo_topbar .right_topbar {
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .app_topbar .mo_topbar .right_topbar .pi_wrapper {
        font-size: 15px;
        line-height: 24px; }
        .app_topbar .mo_topbar .right_topbar .pi_wrapper span {
          margin-right: 15px;
          position: relative;
          vertical-align: middle;
          padding: 8px 16px;
          display: inline-block; }
        .app_topbar .mo_topbar .right_topbar .pi_wrapper .button {
          margin: 0; }

.mo-header_page .mo-header_title {
  display: block; }
.mo-header_page .mo-header_actions {
  width: 45%;
  margin-left: 5%;
  display: inline-block;
  vertical-align: bottom;
  float: right;
  margin-top: -55px; }
  .mo-header_page .mo-header_actions .button {
    float: right; }

.-orders2pay tr.overdue, .-orders2getpaid tr.overdue {
  background-color: #cc0000;
  color: white; }

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