body {
  background-color: #f5f5f5; }
  body * {
    font-family: 'Noto Sans', sans-serif; }
    body *:before, body *:after, body * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  body input {
    box-shadow: none;
    outline: none; }
  body .input {
    border-bottom: 1px solid #eee;
    border-radius: 2px;
    overflow: visible;
    position: relative;
    transition: all .3s ease; }
    body .input.inline {
      width: 49%;
      display: inline-block; }
    body .input.select {
      border: 1px solid #eee; }
    body .input .label-holder {
      color: #b9aea9;
      font-size: 15px;
      font-weight: 300;
      position: absolute;
      pointer-events: none;
      left: 35px;
      top: 10px;
      transition: 0.2s ease all;
      -moz-transition: 0.2s ease all;
      -webkit-transition: 0.2s ease all; }
    body .input .icon {
      position: absolute;
      top: 0;
      height: 100%;
      width: 35px;
      color: #cccccc;
      line-height: 34px;
      text-align: center; }
      body .input .icon:before {
        margin: 0;
        font-size: 14px; }
    body .input .label-str {
      position: absolute; }
    body .input.no-border {
      border-bottom: none; }
    body .input .f-input {
      width: 100%;
      height: 34px;
      border: none;
      font-size: 14px;
      padding-left: 34px;
      font-weight: 300; }
      body .input .f-input:focus, body .input .f-input:valid {
        box-shadow: none;
        outline: none; }
        body .input .f-input:focus ~ label, body .input .f-input:valid ~ label {
          top: -17px;
          left: 0;
          font-size: 13px; }
      body .input .f-input:focus {
        border-bottom: 1px solid #3498db; }
        body .input .f-input:focus.readonly, body .input .f-input:focus.disabled {
          background-color: #fff; }
        body .input .f-input:focus:focus ~ label, body .input .f-input:focus:valid ~ label {
          color: #3498db !important; }
        body .input .f-input:focus ~ div.icon:before {
          color: #3498db; }
    body .input label.fixed {
      top: -17px;
      left: 0;
      font-size: 13px; }
    body .input .help-block {
      display: block;
      text-align: center;
      padding: 5px;
      background-color: #eaeab4;
      color: red; }
  body .link {
    color: #3bafda;
    text-decoration: none; }
    body .link:hover {
      text-decoration: underline; }
  body .f-container {
    width: 95%;
    max-width: 1250px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    body .f-container:before, body .f-container:after {
      display: table;
      content: " "; }
    body .f-container:after {
      clear: both; }
  body .title-divider {
    width: 100%;
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    height: 50px;
    line-height: 50px;
    padding-left: 23px;
    font-size: 18px;
    color: #66666f; }
  body .clear-both:before, body .clear-both:after {
    display: table;
    content: " "; }
  body .clear-both:after {
    clear: both; }
  body .text-green {
    color: #2ecc71 !important; }
  body .text-orange {
    color: #ffaa00 !important; }
  body .text-blue {
    color: #3498db !important; }
  body .text-right {
    text-align: right !important; }
  body .text-left {
    text-align: left !important; }
  body .text-center {
    text-align: center !important; }
  body .bold {
    font-weight: 500; }
  body .readonly-input,
  body .disabled-input {
    background-color: #eee; }
  body .select2-container {
    width: 100% !important;
    padding-left: 35px; }
    body .select2-container .select2-selection {
      border: none !important;
      border-radius: 0 !important;
      height: 35px; }
      body .select2-container .select2-selection .select2-selection__rendered {
        line-height: 35px; }
  body .select2-dropdown {
    border: 1px solid #eee !important; }
  body .table {
    min-height: .01%;
    overflow-x: auto;
    margin-top: 30px; }
    body .table .dashboard-check {
      border: 1px solid #9a9a9a;
      display: inline;
      cursor: pointer;
      -webkit-appearance: button;
      height: 20px;
      width: 20px;
      border-radius: 3px;
      transition: all .3s ease; }
      body .table .dashboard-check:focus {
        box-shadow: none;
        outline: none; }
      body .table .dashboard-check:checked {
        background-color: #1abc9c;
        border: none; }
    body .table.list table th {
      background-color: #eee;
      cursor: pointer; }
      body .table.list table th.active-filter {
        background-color: #e0dfdf;
        border: 1px solid #bbb;
        font-size: 14px; }
    body .table table {
      width: 100%;
      max-width: 100%;
      margin-bottom: 10px;
      border-spacing: 0;
      border-collapse: collapse; }
      body .table table th,
      body .table table td {
        padding: 8px;
        font-size: 14px;
        color: #666666;
        text-align: left;
        border-top: 0;
        border-bottom: 1px solid #f3f3f3; }
        body .table table th.center,
        body .table table td.center {
          text-align: center; }
        body .table table th.right,
        body .table table td.right {
          text-align: right; }
        body .table table th .text-color,
        body .table table td .text-color {
          display: inline-block;
          padding: 5px;
          border-radius: 2px;
          font-size: 11.844px;
          font-weight: bold;
          line-height: 14px;
          color: #fff;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
          background-color: #999;
          white-space: nowrap;
          vertical-align: baseline;
          text-overflow: ellipsis;
          max-width: 150px;
          overflow: hidden; }
          body .table table th .text-color.green,
          body .table table td .text-color.green {
            background-color: #00b19d; }
          body .table table th .text-color.red,
          body .table table td .text-color.red {
            background-color: #e74c3c; }
          body .table table th .text-color.orange,
          body .table table td .text-color.orange {
            background-color: #ffaa00; }
          body .table table th .text-color.blue,
          body .table table td .text-color.blue {
            background-color: #428bca; }
      body .table table th {
        font-weight: bold;
        font-size: 15px; }
      body .table table tbody.select > tr:not(.tr-separator):hover, body .table table tbody.select > tr:not(.tr-separator).selected {
        background-color: #ccc; }
      body .table table .tr-separator {
        background-color: rgba(0, 0, 0, 0.1); }
        body .table table .tr-separator td {
          color: #6b6b6b; }
    body .table.white-theme table th {
      background-color: transparent;
      border-bottom: 2px solid #f3f3f3;
      font-weight: 400; }
    body .table.white-theme table td {
      border: none; }
    body .table.striped table tr:nth-child(even) {
      background-color: #eee; }
    body .table.striped table tr:nth-child(odd) {
      background-color: #fff; }
    body .table .break-words {
      max-width: 155px;
      word-wrap: break-word; }
  body .form .f-section-title {
    padding: 2px 20px;
    background-color: #fff;
    margin-bottom: 11px;
    text-align: center;
    color: #757575; }
    body .form .f-section-title h3 {
      font-size: 24px;
      font-weight: 500; }
  body .form .form-input {
    padding: 20px 20px 30px 15px;
    border-left: 5px solid transparent;
    position: relative;
    -moz-transition: border-left-color 0.5s, box-shadow 0.5s, background-color 0.5s;
    -o-transition: border-left-color 0.5s, box-shadow 0.5s, background-color 0.5s;
    -webkit-transition: border-left-color 0.5s, box-shadow 0.5s, background-color 0.5s;
    transition: border-left-color 0.5s, box-shadow 0.5s, background-color 0.5s; }
    body .form .form-input:hover:not(.no-hover) {
      border-color: #3498db; }
    body .form .form-input .password-brand {
      display: none; }
      body .form .form-input .password-brand.show {
        display: block; }
      body .form .form-input .password-brand .brand-message {
        width: 32%;
        float: left;
        font-size: 13px;
        text-align: center;
        padding: 3px;
        margin: 1px;
        color: #bbb; }
      body .form .form-input .password-brand .content-line-brand {
        width: 100%;
        float: left;
        background-color: #eee; }
        body .form .form-input .password-brand .content-line-brand .brand {
          width: 0;
          height: 3px;
          transition: all .3s ease; }
          body .form .form-input .password-brand .content-line-brand .brand.low {
            background-color: #e74c3c;
            width: 30%; }
          body .form .form-input .password-brand .content-line-brand .brand.middle {
            background-color: #f1c40f;
            width: 60%; }
          body .form .form-input .password-brand .content-line-brand .brand.high {
            background-color: #27ae60;
            width: 100%; }
    body .form .form-input .message-password {
      color: #7b7b7b;
      padding: 7px;
      background-color: #f9f9f9;
      display: block;
      margin-top: 12px;
      font-weight: 500; }
      body .form .form-input .message-password b {
        font-weight: bold; }
  body .form .form-button {
    padding: 15px 20px 30px 20px; }
  body .checkbox {
    visibility: hidden;
    display: none; }
    body .checkbox + label {
      position: relative;
      cursor: pointer;
      display: inline-block;
      width: 25px;
      height: 25px;
      line-height: 25px;
      font-size: 1rem;
      -webkit-user-select: none;
      -moz-user-select: none;
      -khtml-user-select: none;
      -ms-user-select: none; }
    body .checkbox.without-filled + label:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      z-index: 0;
      border: 1px solid #9a9a9a;
      border-radius: 2px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
      transition: 0.2s; }
    body .checkbox.without-filled:checked + label:before {
      top: -4px;
      left: -3px;
      width: 12px;
      height: 22px;
      border-top: 2px solid transparent;
      border-left: 2px solid transparent;
      border-right: 2px solid #26a69a;
      border-bottom: 2px solid #26a69a;
      border-radius: 0px;
      -webkit-transform: rotate(40deg);
      -moz-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      -o-transform: rotate(40deg);
      transform: rotate(40deg);
      -webkit-backface-visibility: hidden;
      -webkit-transform-origin: 100% 100%;
      -moz-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
      -o-transform-origin: 100% 100%;
      transform-origin: 100% 100%; }
    body .checkbox.filled-in + label:before {
      content: '';
      left: 0;
      position: absolute;
      transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
      z-index: 1; }
    body .checkbox.filled-in + label:after {
      content: '';
      left: 0;
      position: absolute;
      border-radius: 2px;
      transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
      z-index: 1; }
    body .checkbox.filled-in:not(:checked) + label:before {
      width: 0;
      height: 0;
      border: 2px solid transparent;
      left: 6px;
      top: 10px;
      -webkit-transform: rotateZ(37deg);
      transform: rotateZ(37deg);
      -webkit-transform-origin: 20% 40%;
      transform-origin: 100% 100%; }
    body .checkbox.filled-in:not(:checked) + label:after {
      height: 20px;
      width: 20px;
      background-color: transparent;
      border: 1px solid #9a9a9a;
      top: 0px;
      z-index: 0; }
    body .checkbox.filled-in:checked + label:before {
      top: 2px;
      left: 1px;
      width: 8px;
      height: 13px;
      border-top: 2px solid transparent;
      border-left: 2px solid transparent;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotateZ(37deg);
      transform: rotateZ(37deg);
      -webkit-transform-origin: 100% 100%;
      transform-origin: 100% 100%; }
    body .checkbox.filled-in:checked + label:after {
      top: 0px;
      width: 20px;
      height: 20px;
      border: 2px solid #26a69a;
      background-color: #26a69a;
      z-index: 0; }
  body .f-input-filter {
    width: 100%;
    max-width: 350px;
    height: 30px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 13px;
    padding-left: 10px; }
    body .f-input-filter:focus, body .f-input-filter:valid {
      box-shadow: none;
      outline: none; }
  body .search-filter {
    min-width: 250px;
    display: inline-block;
    text-align: right; }
  body .f-button {
    min-width: 100px;
    background-color: transparent;
    height: 35px;
    line-height: 35px;
    padding: 0 5px 0 5px;
    text-align: center;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    cursor: pointer;
    color: #389adb;
    text-decoration: none;
    display: block;
    position: relative; }
    body .f-button.right {
      float: right;
      margin-right: 5px; }
      body .f-button.right:before {
        position: absolute;
        font-size: 13px;
        right: 5px;
        margin: 0; }
    body .f-button.left {
      float: left; }
      body .f-button.left:before {
        position: absolute;
        font-size: 13px;
        left: 5px;
        margin: 0; }
    body .f-button:hover {
      background-color: rgba(0, 0, 0, 0.1); }
    body .f-button.f-button-success {
      background-color: #2ecc71;
      color: #fff; }
      body .f-button.f-button-success:not(.disabled):hover {
        background-color: #2db567; }
    body .f-button.f-button-second {
      background-color: #529adb;
      color: #fff; }
      body .f-button.f-button-second:hover {
        background-color: #4b8bc5; }
    body .f-button.f-button-red {
      background-color: #c42f32;
      color: #fff; }
      body .f-button.f-button-red:hover {
        background-color: #972527; }
    body .f-button.default-filter {
      min-width: 75px;
      background-color: #f7f7f7;
      margin-right: 4px;
      display: inline-block;
      height: 30px;
      line-height: 27px;
      margin-left: 5px;
      border: 1px solid #bbb;
      color: #000;
      font-size: 13px; }
      body .f-button.default-filter:hover {
        background-color: #eee; }
    body .f-button.disabled {
      background-color: #bbb; }
  body .f-topnav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: transparent;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    height: 65px; }
    body .f-topnav .f-topbar-main {
      background-color: #cc5354;
      min-height: 50px; }
      body .f-topnav .f-topbar-main .f-logo {
        color: #fffffF;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: .05em;
        float: left; }
        body .f-topnav .f-topbar-main .f-logo .text-logo {
          color: #ffffff;
          font-size: 18px;
          font-weight: 700;
          letter-spacing: .05em;
          margin-top: 9px;
          float: left; }
          body .f-topnav .f-topbar-main .f-logo .text-logo:before {
            margin: 0;
            margin-right: 5px;
            font-size: 20px; }
        body .f-topnav .f-topbar-main .f-logo .img {
          width: 80px;
          margin: 3px; }
      body .f-topnav .f-topbar-main .f-menu-profile {
        padding: 0;
        margin: 0;
        list-style: none;
        float: right; }
        body .f-topnav .f-topbar-main .f-menu-profile .li-profile {
          padding: 11px 5px 0px 8px;
          position: relative; }
          body .f-topnav .f-topbar-main .f-menu-profile .li-profile:hover {
            background-color: rgba(0, 0, 0, 0.1); }
          body .f-topnav .f-topbar-main .f-menu-profile .li-profile .list-actions {
            width: 100%;
            top: 40px;
            right: 0; }
          body .f-topnav .f-topbar-main .f-menu-profile .li-profile .action-profile {
            display: block;
            text-align: center;
            text-decoration: none;
            padding-top: 6px;
            padding-right: 11px;
            padding-bottom: 8px; }
            body .f-topnav .f-topbar-main .f-menu-profile .li-profile .action-profile .icon {
              width: 35px;
              height: inherit;
              display: inline-block;
              margin-right: 6px;
              background-color: #fff;
              border: 1px solid #ccc;
              padding: 5px;
              border-radius: 100%;
              color: #656769; }
              body .f-topnav .f-topbar-main .f-menu-profile .li-profile .action-profile .icon:before {
                margin: 0;
                color: #757575;
                font-size: 17px; }
            body .f-topnav .f-topbar-main .f-menu-profile .li-profile .action-profile .nick {
              font-size: 13px;
              display: inline-block;
              color: #fff; }
              body .f-topnav .f-topbar-main .f-menu-profile .li-profile .action-profile .nick:before {
                margin: 0;
                font-size: 8px;
                float: right;
                margin-left: 6px;
                margin-top: 4px; }
      body .f-topnav .f-topbar-main .f-content-menu-toggle {
        float: left; }
        body .f-topnav .f-topbar-main .f-content-menu-toggle .f-nav-toggle {
          border: 0;
          position: relative;
          width: 60px;
          height: 50px;
          padding: 0;
          margin: 0;
          float: right;
          cursor: pointer;
          background-color: transparent;
          background-image: none;
          border-radius: 4px;
          display: none; }
          body .f-topnav .f-topbar-main .f-content-menu-toggle .f-nav-toggle .lines {
            width: 25px;
            display: block;
            position: relative;
            margin: 15px auto 17px auto;
            height: 18px; }
            body .f-topnav .f-topbar-main .f-content-menu-toggle .f-nav-toggle .lines span {
              height: 2px;
              width: 100%;
              background-color: #757575;
              display: block;
              margin-bottom: 5px;
              -webkit-transition: -webkit-transform 0.5s ease;
              transition: -webkit-transform 0.5s ease;
              transition: transform .5s ease; }
          body .f-topnav .f-topbar-main .f-content-menu-toggle .f-nav-toggle.open .lines span {
            position: absolute; }
            body .f-topnav .f-topbar-main .f-content-menu-toggle .f-nav-toggle.open .lines span:first-child {
              top: 6px;
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
            body .f-topnav .f-topbar-main .f-content-menu-toggle .f-nav-toggle.open .lines span:nth-child(2) {
              visibility: hidden; }
            body .f-topnav .f-topbar-main .f-content-menu-toggle .f-nav-toggle.open .lines span:last-child {
              width: 100%;
              top: 6px;
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  body .f-navbar-custom {
    background-color: #cc5354;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
    body .f-navbar-custom:first-of-type a {
      padding-left: 0px; }
    body .f-navbar-custom .f-navigation {
      display: block; }
      body .f-navbar-custom .f-navigation .f-navigation-menu {
        list-style: none;
        margin: 0;
        padding: 0; }
        body .f-navbar-custom .f-navigation .f-navigation-menu .f-has-submenu {
          float: left;
          display: block;
          position: relative; }
          body .f-navbar-custom .f-navigation .f-navigation-menu .f-has-submenu:before {
            position: absolute;
            font-size: 12px;
            color: #fff;
            line-height: 67px;
            right: 3px; }
          body .f-navbar-custom .f-navigation .f-navigation-menu .f-has-submenu a.option {
            display: block;
            color: #fff;
            font-size: 15px;
            font-weight: 500;
            text-decoration: none;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            line-height: 60px;
            padding-left: 20px;
            padding-right: 20px; }
            body .f-navbar-custom .f-navigation .f-navigation-menu .f-has-submenu a.option:before {
              font-size: 15px;
              margin: 0;
              margin-right: 5px;
              color: #fff;
              line-height: inherit;
              vertical-align: bottom; }
          body .f-navbar-custom .f-navigation .f-navigation-menu .f-has-submenu .sub-menu {
            padding: 5px;
            list-style: none;
            min-width: 200px;
            margin-top: 10px;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
            background-color: #ffffff;
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
            margin: 0; }
            body .f-navbar-custom .f-navigation .f-navigation-menu .f-has-submenu .sub-menu li a {
              display: block;
              text-decoration: none;
              padding: 8px 25px;
              clear: both;
              white-space: nowrap;
              font-weight: 500;
              color: #494e53; }
            body .f-navbar-custom .f-navigation .f-navigation-menu .f-has-submenu .sub-menu li:hover a {
              color: #3bafda; }
            body .f-navbar-custom .f-navigation .f-navigation-menu .f-has-submenu .sub-menu.show {
              visibility: visible;
              opacity: 1; }
          body .f-navbar-custom .f-navigation .f-navigation-menu .f-has-submenu:hover a.option, body .f-navbar-custom .f-navigation .f-navigation-menu .f-has-submenu.active a.option {
            background-color: rgba(0, 0, 0, 0.2); }
  body .f-wrapper {
    margin-top: 145px;
    position: relative;
    min-height: 70vh; }
  body .f-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    bottom: 0px;
    color: #58666e;
    text-align: left;
    font-size: 15px;
    padding: 20px 0px; }
  body .f-row {
    margin-right: -15px;
    margin-left: -15px; }
    body .f-row.with-background {
      background-color: #fff;
      border: 1px solid rgba(54, 64, 74, 0.08); }
    body .f-row .filters {
      width: 100%;
      background-color: #fff;
      transition: all .3s ease;
      border: none;
      max-height: 0;
      border-bottom: none;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      display: none;
      padding: 10px; }
      body .f-row .filters.show {
        display: block;
        min-height: 50px;
        max-height: 9999px;
        border: 1px solid rgba(54, 64, 74, 0.08);
        border-bottom: none; }
    body .f-row .card-box {
      position: relative;
      padding: 20px;
      border: 1px solid rgba(54, 64, 74, 0.08);
      background-clip: padding-box;
      margin-bottom: 20px;
      background-color: #fff; }
      body .f-row .card-box.no-boder {
        border: none; }
      body .f-row .card-box .card-box-buttons {
        position: relative;
        min-height: 50px;
        overflow: visible;
        text-align: right; }
        body .f-row .card-box .card-box-buttons .button-card {
          display: inline-block;
          vertical-align: middle;
          color: #797979;
          cursor: pointer;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          text-align: center;
          transition: all .3s ease; }
          body .f-row .card-box .card-box-buttons .button-card.menu-card.left, body .f-row .card-box .card-box-buttons .button-card.active-filters.left, body .f-row .card-box .card-box-buttons .button-card.add-item.left {
            left: 15px;
            top: 15px; }
            body .f-row .card-box .card-box-buttons .button-card.menu-card.left.active-filters, body .f-row .card-box .card-box-buttons .button-card.active-filters.left.active-filters, body .f-row .card-box .card-box-buttons .button-card.add-item.left.active-filters {
              left: 46px; }
            body .f-row .card-box .card-box-buttons .button-card.menu-card.left.add-item, body .f-row .card-box .card-box-buttons .button-card.active-filters.left.add-item, body .f-row .card-box .card-box-buttons .button-card.add-item.left.add-item {
              left: 80px; }
          body .f-row .card-box .card-box-buttons .button-card.menu-card.right, body .f-row .card-box .card-box-buttons .button-card.active-filters.right, body .f-row .card-box .card-box-buttons .button-card.add-item.right {
            right: 15px;
            top: 15px; }
            body .f-row .card-box .card-box-buttons .button-card.menu-card.right.active-filters, body .f-row .card-box .card-box-buttons .button-card.active-filters.right.active-filters, body .f-row .card-box .card-box-buttons .button-card.add-item.right.active-filters {
              right: 46px; }
            body .f-row .card-box .card-box-buttons .button-card.menu-card.right.add-item, body .f-row .card-box .card-box-buttons .button-card.active-filters.right.add-item, body .f-row .card-box .card-box-buttons .button-card.add-item.right.add-item {
              right: 80px; }
          body .f-row .card-box .card-box-buttons .button-card.menu-card:hover, body .f-row .card-box .card-box-buttons .button-card.active-filters:hover, body .f-row .card-box .card-box-buttons .button-card.add-item:hover {
            background-color: #eee; }
            body .f-row .card-box .card-box-buttons .button-card.menu-card:hover.add-item, body .f-row .card-box .card-box-buttons .button-card.active-filters:hover.add-item, body .f-row .card-box .card-box-buttons .button-card.add-item:hover.add-item {
              background-color: #d43c30; }
          body .f-row .card-box .card-box-buttons .button-card.menu-card:before, body .f-row .card-box .card-box-buttons .button-card.active-filters:before, body .f-row .card-box .card-box-buttons .button-card.add-item:before {
            margin: 0;
            font-size: 15px;
            line-height: 40px; }
          body .f-row .card-box .card-box-buttons .button-card.add-item {
            background-color: #F44336;
            color: #fff;
            line-height: 35px;
            font-size: 23px;
            box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
      body .f-row .card-box .card-info {
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.1);
        width: 100%; }
        body .f-row .card-box .card-info .text-info {
          padding: 2px;
          color: #6b6b6b;
          width: 49%;
          float: left; }
      body .f-row .card-box .header-title {
        color: #797979;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.04em;
        line-height: 16px;
        margin: 0;
        margin-bottom: 5px; }
      body .f-row .card-box .header-title-description {
        font-size: 13px;
        color: #98a6ad;
        margin-bottom: 20px; }
      body .f-row .card-box .pagination {
        float: right; }
    body .f-row .col {
      width: 100%;
      position: relative;
      min-height: 1px;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
      body .f-row .col.col-25 {
        width: 25%; }
      body .f-row .col.col-50 {
        width: 50%; }
      body .f-row .col.col-75 {
        width: 75%; }
  body .list-actions {
    position: absolute;
    top: 28px;
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 4px 0;
    border-radius: 2px;
    min-width: 180px;
    z-index: 1;
    box-shadow: 0px 0px 2px gray;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    -ms-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    -o-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1); }
    body .list-actions.left {
      left: 11px; }
    body .list-actions.right {
      right: 11px; }
    body .list-actions.show {
      opacity: 1;
      transform: scale(1);
      -webkit-transform-origin: 50% 0;
      -moz-transform-origin: 50% 0;
      -o-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
      transform-origin: 50% 0; }
    body .list-actions li {
      min-height: 30px;
      padding: 5px 5px 5px 5px;
      font-size: 14px;
      text-align: left; }
      body .list-actions li.divider {
        height: 1px;
        min-height: 0;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
        padding: 0; }
      body .list-actions li:hover {
        background-color: #ce4640; }
        body .list-actions li:hover a {
          color: #fff; }
      body .list-actions li a {
        display: block;
        text-decoration: none;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #757575;
        white-space: nowrap; }
        body .list-actions li a:before {
          margin: 0;
          font-size: 14px;
          margin-right: 5px; }

@media (max-width: 1000px) {
  body .f-topnav .f-topbar-main {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  body .f-topnav .f-menu-profile .action-profile {
    padding-left: 7px; }
    body .f-topnav .f-menu-profile .action-profile .nick {
      display: none !important; }
    body .f-topnav .f-menu-profile .action-profile .icon {
      margin-right: 0; }
  body .f-topnav .f-content-menu-toggle .f-nav-toggle {
    display: block !important; }
  body .f-topnav .f-navbar-custom {
    max-height: 0;
    transition: all .3s ease;
    overflow: auto; }
    body .f-topnav .f-navbar-custom.toggle {
      max-height: 500px; }
    body .f-topnav .f-navbar-custom .f-navigation .f-navigation-menu .f-has-submenu {
      float: none;
      margin: 3px; }
      body .f-topnav .f-navbar-custom .f-navigation .f-navigation-menu .f-has-submenu.active:before {
        bottom: inherit;
        right: 0;
        top: 20px;
        transform: inherit;
        left: inherit;
        margin-left: inherit; }
      body .f-topnav .f-navbar-custom .f-navigation .f-navigation-menu .f-has-submenu .sub-menu {
        position: inherit;
        display: none;
        top: 0;
        border: none;
        box-shadow: inherit; }
        body .f-topnav .f-navbar-custom .f-navigation .f-navigation-menu .f-has-submenu .sub-menu li {
          padding-left: 10px; }
      body .f-topnav .f-navbar-custom .f-navigation .f-navigation-menu .f-has-submenu:hover a.option, body .f-topnav .f-navbar-custom .f-navigation .f-navigation-menu .f-has-submenu.active a.option {
        background-color: #fff;
        color: #504f4f; }
        body .f-topnav .f-navbar-custom .f-navigation .f-navigation-menu .f-has-submenu:hover a.option:before, body .f-topnav .f-navbar-custom .f-navigation .f-navigation-menu .f-has-submenu.active a.option:before {
          color: #504f4f; }
      body .f-topnav .f-navbar-custom .f-navigation .f-navigation-menu .f-has-submenu:hover:before, body .f-topnav .f-navbar-custom .f-navigation .f-navigation-menu .f-has-submenu.active:before {
        color: #504f4f; }
  body .f-wrapper {
    margin-top: 90px !important;
    min-height: 84vh; }
  body .f-container {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px; }
    body .f-container .f-row .col:not(.fixed) {
      width: 100% !important; } }
@media (min-width: 1010px) {
  .f-has-submenu .sub-menu {
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 1000;
    border: 1px solid #e7e7e7;
    visibility: hidden;
    opacity: 0; } }
body.auth {
  background-image: url("../../img/fondo_login.jpeg"); }
  body.auth .auth-logo {
    text-align: center;
    height: 50px;
    margin-bottom: 30px; }
    body.auth .auth-logo .img {
      width: 172px; }
  body.auth .container {
    background-color: transparent;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 50px 0;
    min-height: 100%;
    min-width: 350px;
    overflow: auto;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative; }
    body.auth .container .container-form-login {
      width: 95%;
      max-width: 400px;
      margin: 0 auto;
      border-radius: 2px; }
      body.auth .container .container-form-login .f-section-title {
        background-color: transparent;
        padding: 20px;
        border-bottom: 1px solid #ccc; }
        body.auth .container .container-form-login .f-section-title h3 {
          color: #585050; }
      body.auth .container .container-form-login .message-login {
        text-align: center;
        padding: 10px;
        font-weight: 500; }
        body.auth .container .container-form-login .message-login.error {
          background-color: #f9f9b5;
          color: #e74c3c; }
        body.auth .container .container-form-login .message-login.logout {
          background-color: #3498db;
          color: #fff; }
      body.auth .container .container-form-login .form {
        padding: 10px;
        margin-bottom: 1px;
        background-color: #fff;
        border-radius: 2px;
        o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
      body.auth .container .container-form-login .links-form-login {
        padding: 20px;
        margin-top: 5px;
        -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        background-color: white; }
        body.auth .container .container-form-login .links-form-login h4 {
          font-size: 18px;
          margin-top: 10px;
          margin-bottom: 10px; }
        body.auth .container .container-form-login .links-form-login span {
          color: #95a5a6; }
        body.auth .container .container-form-login .links-form-login a {
          text-decoration: none; }
          body.auth .container .container-form-login .links-form-login a:hover {
            text-decoration: underline; }
      body.auth .container .container-form-login .input {
        position: relative; }
        body.auth .container .container-form-login .input .f-input {
          padding-left: 34px; }
        body.auth .container .container-form-login .input .icon {
          position: absolute;
          height: 100%;
          width: 35px;
          color: #cccccc;
          line-height: 34px;
          text-align: center; }
          body.auth .container .container-form-login .input .icon:before {
            margin: 0;
            font-size: 14px; }
      body.auth .container .container-form-login .form-button .f-button-second {
        background-color: #27ae60;
        width: 100%;
        height: 45px;
        line-height: 45px;
        margin: 0 auto; }
        body.auth .container .container-form-login .form-button .f-button-second:hover {
          background-color: #269856; }
    body.auth .container .container-form-register {
      max-width: 620px;
      margin: 0 auto;
      width: 95%;
      background-color: #fff; }
      body.auth .container .container-form-register .form .f-clearfix {
        margin-bottom: 13px; }
        body.auth .container .container-form-register .form .f-clearfix .f-inputs-register {
          width: 50%;
          float: left;
          padding-right: 15px;
          padding-left: 15px;
          position: relative; }
          body.auth .container .container-form-register .form .f-clearfix .f-inputs-register.big {
            width: 100%; }
          body.auth .container .container-form-register .form .f-clearfix .f-inputs-register.left {
            padding-left: 0;
            padding-right: 2.5px; }
          body.auth .container .container-form-register .form .f-clearfix .f-inputs-register.right {
            padding-left: 2.5px;
            padding-right: 0; }
          body.auth .container .container-form-register .form .f-clearfix .f-inputs-register .register-content {
            margin-top: 5px;
            padding: 20px 0;
            background-color: #fff;
            -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
            -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
        body.auth .container .container-form-register .form .f-clearfix:after {
          clear: both; }
        body.auth .container .container-form-register .form .f-clearfix:before, body.auth .container .container-form-register .form .f-clearfix:after {
          content: " ";
          display: table; }
      body.auth .container .container-form-register .form .form-button {
        background-color: #f9f9f9;
        width: 100%;
        padding: 20px;
        border-top: 1px solid #eaeaea; }
        body.auth .container .container-form-register .form .form-button .f-button.f-button-success {
          width: 150px; }
        body.auth .container .container-form-register .form .form-button:after {
          clear: both; }
        body.auth .container .container-form-register .form .form-button:before, body.auth .container .container-form-register .form .form-button:after {
          content: " ";
          display: table; }
      body.auth .container .container-form-register .form .f-section-title {
        text-align: left;
        border: none;
        background-color: #1abc9c;
        margin-bottom: 30px; }
        body.auth .container .container-form-register .form .f-section-title h3 {
          color: #fff; }

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