@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,700");
.general_container .container_content .contentDefault, header.header, header.header .left .busca_header input, header.header .left .busca_header .list_search, header .content_company_system, .principal_menu, .principal_menu .second_level, .principal_menu .third_level, .principal_menu .fourth_level, .principal_menu .first_level > li > a, .bg-login .center .cont-form-login .group-login .btn-login, .btn, .button, .config-menu, .btn-edit-min:before, .btn-aprova-min:before, .btn-reprova-min:before, .btn-info-min:before, .btn-olhar-min:before, .btn-copiar-min:before, .btn-import-min:before, .btn-finalizar-min:before, .btn-lixo-min:before, .btn-incluir-min:before, .btn-file-min:before, .btn-cogs-min:before, .btn-lupa-min:before, .btn-list-min:before, .grid-erp #contentFilter, .k-grid .k-grid-content table tbody tr.excluir-registro .btn-lixo-min:before, .k-grid .k-grid-content table tbody tr.excluir-registro .btn-lixo-min:after, .dropdown_menu > li > ul, .element_float.save_document, .produto-servico .cont-left .bar-func > li .cont-busca-prod-serv {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

header.header .left .busca_header .list_search, .principal_menu .second_level, .principal_menu .third_level, .principal_menu .fourth_level, .dropdown_menu > li > ul {
  background-color: white; }
  header.header .left .busca_header .list_search li a, .principal_menu .second_level li a, .principal_menu .third_level li a, .principal_menu .fourth_level li a, .dropdown_menu > li > ul li a {
    color: #8e8e8e;
    font-size: 13px; }
  header.header .left .busca_header .list_search li:hover, .principal_menu .second_level li:hover, .principal_menu .third_level li:hover, .principal_menu .fourth_level li:hover, .dropdown_menu > li > ul li:hover {
    background-color: #f5f5f5; }
    header.header .left .busca_header .list_search li:hover > a, .principal_menu .second_level li:hover > a, .principal_menu .third_level li:hover > a, .principal_menu .fourth_level li:hover > a, .dropdown_menu > li > ul li:hover > a {
      color: #282F3B; }
      header.header .left .busca_header .list_search li:hover > a span, .principal_menu .second_level li:hover > a span, .principal_menu .third_level li:hover > a span, .principal_menu .fourth_level li:hover > a span, .dropdown_menu > li > ul li:hover > a span, header.header .left .busca_header .list_search li:hover > a > i, .principal_menu .second_level li:hover > a > i, .principal_menu .third_level li:hover > a > i, .principal_menu .fourth_level li:hover > a > i, .dropdown_menu > li > ul li:hover > a > i {
        color: #282F3B; }

@-webkit-keyframes move {
  from {
    top: 0px;
    opacity: 0; }
  to {
    top: 20%;
    opacity: 1; } }
@keyframes move {
  from {
    top: 0px;
    opacity: 0; }
  to {
    top: 20%;
    opacity: 1; } }
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }
html {
  height: 100%; }

body {
  overflow: hidden;
  font-family: "Titillium Web", sans-serif;
  background-color: white; }

input,
textarea,
select {
  border: 1px solid #e0e0e0;
  color: #8e8e8e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 5px;
  text-align: left !important;
  font-weight: normal; }
  input:hover, input:focus,
  textarea:hover,
  textarea:focus,
  select:hover,
  select:focus {
    outline: none !important;
    border-color: #e0e0e0 !important; }
  input:-webkit-autofill,
  textarea:-webkit-autofill,
  select:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s; }

button:hover, button:focus {
  outline: none; }

input, select {
  height: 30px; }

a:hover {
  color: #3d5378;
  text-decoration: none; }

i.spaceIcon {
  margin: 0 5px 0 0; }

.general_container {
  display: flex;
  height: 100%; }
  .general_container.expand .header {
    top: -46px;
    cursor: pointer; }
    .general_container.expand .header:hover {
      top: 0; }
  .general_container.expand .principal_menu {
    left: -46px;
    cursor: pointer;
    position: absolute;
    height: 100%; }
    .general_container.expand .principal_menu:hover {
      left: 0; }
  .general_container.expand .container_content {
    width: 100%; }
    .general_container.expand .container_content .contentDefault {
      height: 100%; }
  .general_container .container_content {
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    .general_container .container_content .contentDefault {
      flex-grow: 2;
      width: 100%;
      height: calc(100% - 50px);
      overflow: auto;
      overflow-x: hidden;
      position: relative; }
      .general_container .container_content .contentDefault .topo-bar {
        display: flex;
        border-bottom: 1px solid #e0e0e0;
        padding: 6px;
        align-items: center;
        color: #8e8e8e; }
        .general_container .container_content .contentDefault .topo-bar .left, .general_container .container_content .contentDefault .topo-bar .right {
          width: 50%; }
        .general_container .container_content .contentDefault .topo-bar .right {
          display: flex;
          justify-content: flex-end; }
          .general_container .container_content .contentDefault .topo-bar .right button {
            margin: 0 0 0 4px; }
      .general_container .container_content .contentDefault .pages, .general_container .container_content .contentDefault .grid-erp {
        padding: 10px; }

.k-window-content .pages, .k-window-content .grid-erp {
  padding: 10px; }

.notify {
  background-color: #3d5378;
  color: white;
  display: block; }
  .notify .logo {
    float: left;
    width: 100%;
    height: 50px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url("/erp/resources/images/sprite.png"); }
  .notify .close {
    color: white !important; }
  .notify span {
    float: left; }
  .notify span[data-notify="message"] {
    font-size: 14px;
    float: left; }

header.header {
  background-color: #e0e0e0;
  position: relative;
  width: 100%;
  height: 50px;
  z-index: 9;
  display: flex; }
  header.header .left {
    display: flex;
    width: 50%;
    color: #8e8e8e; }
    header.header .left .busca_header {
      position: relative; }
      header.header .left .busca_header input {
        border: 0;
        height: 50px;
        padding: 0px 10px;
        margin: 0px;
        background-color: #ededed;
        width: 300px;
        color: #8e8e8e; }
        header.header .left .busca_header input:focus {
          width: 350px; }
      header.header .left .busca_header > i {
        position: absolute;
        right: 10px;
        top: 17px;
        font-size: 16px; }
      header.header .left .busca_header .list_search {
        position: absolute;
        width: 200%;
        padding: 0;
        margin: 0;
        -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.11);
        -moz-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.11);
        box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.11);
        display: none;
        max-height: 300px;
        overflow: auto; }
        header.header .left .busca_header .list_search li {
          cursor: pointer; }
          header.header .left .busca_header .list_search li a {
            padding: 10px 15px;
            display: flex;
            align-items: center; }
            header.header .left .busca_header .list_search li a > i {
              font-size: 16px;
              margin: 0 5px 0 0;
              color: #3d5378; }
            header.header .left .busca_header .list_search li a span {
              padding: 0 5px; }
              header.header .left .busca_header .list_search li a span.item_search {
                font-weight: bold; }
              header.header .left .busca_header .list_search li a span.arrow_right {
                font-size: 9px; }
          header.header .left .busca_header .list_search li.help_link {
            border-top: 1px dashed #e0e0e0; }
            header.header .left .busca_header .list_search li.help_link:hover a > i {
              color: #3d5378; }
            header.header .left .busca_header .list_search li.help_link a > i {
              color: #8e8e8e; }
    header.header .left .info_header {
      color: #8e8e8e;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      margin: 0 0 0 15px; }
      header.header .left .info_header .nome_fantasia {
        padding: 0 0 5px 0;
        width: 100%; }
      header.header .left .info_header .data_base {
        width: 100%; }
  header.header .right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    header.header .right .b_bar {
      margin: 0 15px;
      color: #8e8e8e;
      font-size: 16px;
      cursor: pointer; }
      header.header .right .b_bar:before {
        font-family: 'Font Awesome 5 Pro'; }
      header.header .right .b_bar.lock_bar:before {
        content: "\f424"; }
      header.header .right .b_bar.unlock_bar:before {
        content: "\f422"; }
    header.header .right .favorite_page {
      font-size: 16px;
      color: #ffc107;
      margin: 0 15px;
      cursor: pointer; }
    header.header .right .user_menu {
      width: 55px; }
      header.header .right .user_menu > li > a {
        background-color: #ededed;
        padding: 16.5px;
        display: block;
        text-align: center; }
        header.header .right .user_menu > li > a i {
          font-size: 16px;
          color: #8e8e8e; }
      header.header .right .user_menu > li > ul {
        z-index: 2; }
        header.header .right .user_menu > li > ul li a.user_name {
          cursor: auto;
          border-bottom: 1px dashed #e0e0e0;
          font-weight: bold; }
          header.header .right .user_menu > li > ul li a.user_name:hover {
            background-color: inherit; }
        header.header .right .user_menu > li > ul li a.logout {
          background-color: #f44336;
          color: white; }
          header.header .right .user_menu > li > ul li a.logout:hover i {
            color: white; }
header .content_company_system {
  display: none;
  flex-wrap: nowrap;
  position: absolute;
  max-width: 400px;
  width: 100%;
  top: 50px;
  right: 0;
  padding: 0 10px;
  align-items: center;
  background-color: #ededed;
  -webkit-box-shadow: inset -1px 42px 18px -41px rgba(158, 158, 158, 0.75);
  -moz-box-shadow: inset -1px 42px 18px -41px rgba(158, 158, 158, 0.75);
  box-shadow: inset -1px 42px 18px -41px rgba(158, 158, 158, 0.75);
  height: 0;
  opacity: 0; }
  header .content_company_system.show {
    display: flex;
    height: 50px;
    opacity: 1; }
  header .content_company_system .btn-group {
    width: 50%;
    margin: 7px 5px 7px 0; }
  header .content_company_system i {
    cursor: pointer;
    margin: 0 8px; }

.principal_menu {
  width: 50px;
  background:  radial-gradient(circle at bottom right, #00D1BD -25%, transparent 30%), #282F3B;
  /*background-image: url("/erp/resources/images/bg-menu.png");*/
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 10;
  -webkit-box-shadow: inset -4px -15px 27px -4px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: inset -4px -15px 27px -4px rgba(0, 0, 0, 0.31);
  box-shadow: inset -4px -15px 27px -4px rgba(0, 0, 0, 0.31); }
  .principal_menu li i {
    font-size: 16px; }
  .principal_menu .second_level, .principal_menu .third_level, .principal_menu .fourth_level {
    position: absolute;
    bottom: 0;
    width: 0;
    padding: 0;
    opacity: 0;
    width: 0;
    overflow: hidden;
    border-right: 1px solid #e0e0e0; }
    .principal_menu .second_level > li, .principal_menu .third_level > li, .principal_menu .fourth_level > li {
      text-align: left; }
      .principal_menu .second_level > li.selected, .principal_menu .third_level > li.selected, .principal_menu .fourth_level > li.selected {
        background-color: #f5f5f5;
        color: #3d5378; }
        .principal_menu .second_level > li.selected > ul, .principal_menu .third_level > li.selected > ul, .principal_menu .fourth_level > li.selected > ul {
          width: 300px;
          opacity: 1;
          z-index: 2;
          left: 300px;
          overflow: inherit; }
      .principal_menu .second_level > li i, .principal_menu .third_level > li i, .principal_menu .fourth_level > li i {
        position: absolute;
        right: 10px;
        font-size: 8px;
        top: 13px; }
      .principal_menu .second_level > li a, .principal_menu .third_level > li a, .principal_menu .fourth_level > li a {
        position: relative;
        color: #8e8e8e;
        padding: 10px;
        display: block;
        text-align: left;
        max-width: 300px;
        overflow: hidden;
        line-height: 15px;
        width: 300px; }
  .principal_menu .first_level {
    padding: 0; }
    .principal_menu .first_level .logo {
      width: 100%;
      height: 50px;
      background-position: 3px 4px;
      background-image: url("/erp/resources/images/sprite.png"); }
    .principal_menu .first_level > li {
      list-style: none;
      text-align: center; }
      .principal_menu .first_level > li.selected {
        background-color: #3d495f; }
        .principal_menu .first_level > li.selected > ul {
          opacity: 1;
          width: 300px;
          z-index: 2;
          left: 50px;
          overflow: inherit; }
      .principal_menu .first_level > li > a {
        display: block;
        padding: 15px;
        color: #29f1f2;
        font-size: 16px; }
      .principal_menu .first_level > li:hover {
        background-color: #3d495f;
        /*.second_level{
        	opacity: 1;
        	width:300px;
        	z-index:2;
        	left:50px;
        	overflow:inherit;
        }*/ }
  .principal_menu .second_level {
    left: 50px;
    top: 50px; }
    .principal_menu .second_level > li:hover {
      /*.third_level{
      	width: 300px;
      	opacity: 1;
      	z-index: 2;
      	left: 300px;
      	overflow: inherit;
      }*/ }
  .principal_menu .third_level {
    left: 300px;
    top: 0; }
    .principal_menu .third_level > li:hover {
      /*.fourth_level{
      	width: 300px;
      	opacity: 1;
      	z-index: 2;
      	left: 299px;
      	overflow: inherit;
      }*/ }
  .principal_menu .fourth_level {
    left: 300px;
    top: 0;
    overflow-y: auto !important;
    overflow-x: hidden !important; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .principal_menu > ul > li:nth-child(9) > ul {
    bottom: 0;
    top: auto; } }
/* HTML5 display-role reset for older browsers */
*:focus {
  outline: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

p {
  padding: 0;
  margin: 0; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.bg-login {
  height: 100%;
  width: 100%;
  display: flex;
  background: #00a7a8;
  background-image: -o-linear-gradient(-45deg, #006d6e, #006d6e, #00a7a8);
  background-image: -moz-linear-gradient(-45deg, #006d6e, #006d6e, #00a7a8);
  background-image: -webkit-linear-gradient(-45deg, #006d6e, #006d6e, #00a7a8);
  background-image: linear-gradient(-45deg, #006d6e, #006d6e, #00a7a8); }
  .bg-login .center {
    vertical-align: top;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-image: url("/erp/resources/images/bgLogin.png");
    background-repeat: no-repeat;
    position: relative; }
    .bg-login .center .cont-form-login {
      width: 100%;
      max-width: 330px;
      margin: 0 auto;
      top: 20%;
      position: relative;
      -webkit-animation: move 1s;
      animation: move 1s; }
      .bg-login .center .cont-form-login .logo-login {
        background-image: url("/erp/resources/images/sprite.png");
        background-position: 11px -60px;
        height: 80px;
        margin: 0 0 20px 0; }
      .bg-login .center .cont-form-login .form-group .btn-group {
        position: relative;
        left: -50px; }
      .bg-login .center .cont-form-login .msg-error, .bg-login .center .cont-form-login .loading, .bg-login .center .cont-form-login .msg-correct {
        margin: 5px; }
        .bg-login .center .cont-form-login .msg-error i, .bg-login .center .cont-form-login .loading i, .bg-login .center .cont-form-login .msg-correct i {
          margin: 0 5px 0; }
      .bg-login .center .cont-form-login .msg-error {
        color: white;
        text-align: center; }
      .bg-login .center .cont-form-login .loading {
        color: white;
        text-align: center; }
      .bg-login .center .cont-form-login .msg-correct {
        color: white;
        text-align: center; }
      .bg-login .center .cont-form-login .group-login {
        position: relative;
        margin: 0 25px; }
        .bg-login .center .cont-form-login .group-login .group-login-inp {
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          border-radius: 10px;
          overflow: hidden;
          background-color: white; }
        .bg-login .center .cont-form-login .group-login input {
          margin: 0px;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0;
          height: 40px;
          color: #8e8e8e !important; }
          .bg-login .center .cont-form-login .group-login input:-webkit-autofill {
            -webkit-box-shadow: inset 0 0 0 1000px white;
            -moz-box-shadow: inset 0 0 0 1000px white;
            box-shadow: inset 0 0 0 1000px white;
            -webkit-text-fill-color: #8e8e8e; }
          .bg-login .center .cont-form-login .group-login input:focus {
            border-color: #e0e0e0; }
          .bg-login .center .cont-form-login .group-login input:nth-child(1) {
            border-bottom: 1px solid #e0e0e0; }
          .bg-login .center .cont-form-login .group-login input:nth-child(2) {
            border-bottom: 1px solid #e0e0e0;
            border-top: 0px; }
        .bg-login .center .cont-form-login .group-login .btn-login {
          position: absolute;
          top: 25px;
          right: -25px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          border: 5px solid white;
          padding: 13px 15px;
          z-index: 100;
          background-color: #3d5378; }
          .bg-login .center .cont-form-login .group-login .btn-login:before {
            content: "\f061";
            font-family: 'Font Awesome 5 Pro';
            font-size: 28px;
            color: white; }
          .bg-login .center .cont-form-login .group-login .btn-login:hover {
            color: white;
            border-color: #3d5378; }
      .bg-login .center .cont-form-login .input-group {
        border: 0px !important;
        position: inherit !important;
        width: 100% !important; }
        .bg-login .center .cont-form-login .input-group .input-group-addon {
          position: absolute;
          z-index: -9999; }
        .bg-login .center .cont-form-login .input-group input {
          height: 40px !important;
          box-shadow: none !important;
          float: none !important;
          border-radius: 0px !important; }
      .bg-login .center .cont-form-login .colunas {
        display: flex;
        margin: 10px 25px;
        color: white;
        font-size: 13px; }
        .bg-login .center .cont-form-login .colunas .lembrarSenha {
          text-align: left;
          width: 50%;
          margin: 0px; }
          .bg-login .center .cont-form-login .colunas .lembrarSenha > label {
            display: flex;
            align-items: center; }
            .bg-login .center .cont-form-login .colunas .lembrarSenha > label:after {
              font-family: 'Font Awesome 5 Pro';
              padding: 5px 0 0 3px; }
        .bg-login .center .cont-form-login .colunas .recupSenha {
          text-align: right;
          width: 50%;
          display: flex;
          align-items: center; }
          .bg-login .center .cont-form-login .colunas .recupSenha a {
            color: white;
            display: block;
            width: 100%; }

.btn, .button {
  padding: 8px;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: inherit; }

.button i {
  margin: 0 5px 0 0; }

.btn-default {
  border: 1px solid #e0e0e0;
  color: #8e8e8e; }
  .btn-default:hover {
    background-color: #fcfcfc;
    border-color: #e0e0e0;
    color: #8e8e8e; }

.btn-primary, #btnRatearValores  {
  background-color: #3d5378;
  border: 1px solid #3d5378; }
  .btn-primary:hover,#btnRatearValores:hover {
    background-color: #264373; }
  #btnRatearValores, #btnOrcametos, #btnCalculaFrete, #btnDetalheTipoMovto, #btnPedidosCompra, #btnObterCAB_SEMTITULO, #btnObterCAB_ATUEST, #btnAplicaRegrasFiscaisCAB, #btnObterCONSUMIDOR_FINAL, #btnConsultarImpostos, #btnObterCFOP, #btnAplicaRegrasFiscais, #btnObterCST_PIS, #btnObterALIQ_PIS, #btnObterALIQ_PIS_ST, #btnObterCST_COFINS, #btnObterALIQ_COFINS, #btnObterALIQ_COFINS_ST, #btnCalcularImpostos, #doc-add, #btnIncluiLoteMov {
    background-color: #3d5378!important;
  }
  #btnRatearValores:hover, #btnOrcametos:hover, #btnCalculaFrete:hover, #btnDetalheTipoMovto:hover, #btnPedidosCompra:hover, #btnObterCAB_SEMTITULO:hover, #btnObterCAB_ATUEST:hover, #btnAplicaRegrasFiscaisCAB:hover, #btnObterCONSUMIDOR_FINAL:hover, #btnConsultarImpostos:hover, #btnObterCFOP:hover, #btnAplicaRegrasFiscais:hover, #btnObterCST_PIS:hover, #btnObterALIQ_PIS:hover, #btnObterALIQ_PIS_ST:hover, #btnObterCST_COFINS:hover, #btnObterALIQ_COFINS:hover, #btnObterALIQ_COFINS_ST:hover, #btnCalcularImpostos:hover, #doc-add:hover, #btnIncluiLoteMov:hover {
    background-color: #264373!important;
  }
.config-menu {
  background-color: #3d5378;
  border: 1px solid #3d5378;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .config-menu button {
    border: 0;
    background-color: #3d5378;
    color: white;
    padding: 7px 8px;
    font-size: 15px; }
    .config-menu button:hover {
      background-color: #264373;
      border-color: #264373; }
  .config-menu ul {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: white;
    -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.11);
    left: auto;
    border: 1px solid #e8e8e8; }
    .config-menu ul li {
      font-size: 13px;
      color: #8e8e8e;
      position: relative;
      padding: 0; }
      .config-menu ul li:hover ul {
        display: block; }
      .config-menu ul li a {
        padding: 10px 10px 10px 20px;
        font-size: 13px;
        color: #8e8e8e;
        display: block;
        position: relative;
        cursor: pointer; }
        .config-menu ul li a .fal {
          position: absolute;
          left: 7px;
          font-size: 8px;
          top: 16px; }
        .config-menu ul li a:hover {
          color: #8e8e8e;
          background-color: #efefef; }
  .config-menu .dropdown-menu {
    padding: 0;
    margin: 0; }
    .config-menu .dropdown-menu li ul {
      position: absolute;
      left: -200px;
      padding: 0;
      width: 200px;
      top: 0;
      display: none; }

.bt-blue {
  background-color: #3d5378;
  border: 1px solid #3d5378; }
  .bt-blue:hover {
    background-color: #264373;
    border-color: #264373; }
    .bt-blue:hover .fas, .bt-blue:hover .fa {
      color: white; }

.bt-red {
  background-color: #f44336;
  border: 1px solid #f44336; }
  .bt-red:hover {
    background-color: #ea1c0d;
    border-color: #ea1c0d; }
    .bt-red:hover .fas, .bt-red:hover .fa {
      color: white; }

.bt-purple {
  background-color: #3f51b5;
  border: 1px solid #3f51b5; }
  .bt-purple:hover {
    background-color: #32408f;
    border-color: #32408f; }
    .bt-purple:hover .fas, .bt-purple:hover .fa {
      color: white; }

.bt-green {
  background-color: #4caf50;
  border: 1px solid #4caf50; }
  .bt-green:hover {
    background-color: #3d8b40;
    border-color: #3d8b40; }
    .bt-green:hover .fas, .bt-green:hover .fa {
      color: white; }

.btn-login {
  background-color: #F74057;
  color: white; }
  .btn-login:hover {
    color: white; }

.btn-danger {
  border: none !important; }

.btnIconincluir {
  cursor: pointer;
  font-size: 20px;
  margin: 0 10px; }

.btn-blue-light {
  background-color: #3d5378;
  border-color: #3d5378;
  color: white; }

.btn-yellow {
  background-color: #ffc107;
  border-color: #ffc107;
  color: white; }

.btn-red {
  background-color: #f44336;
  border-color: #f44336;
  color: white; }

.btn-green {
  background-color: #4caf50;
  border-color: #4caf50;
  color: white; }

.btn-faturamento,
.btn-receitas,
.btn-nfe,
.btn-nferemove,
.btn-consultarlote,
.btn-imprimir,
.btn-ajuda {
  padding: 7px;
  color: #8e8e8e; }

.btn-edit-min, .btn-aprova-min, .btn-reprova-min, .btn-info-min, .btn-olhar-min, .btn-copiar-min, .btn-import-min, .btn-finalizar-min, .btn-lixo-min, .btn-incluir-min, .btn-file-min, .btn-cogs-min, .btn-lupa-min, .btn-list-min {
  margin: 0 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  color: #8e8e8e;
  font-weight: 300; }
  .btn-edit-min:before, .btn-aprova-min:before, .btn-reprova-min:before, .btn-info-min:before, .btn-olhar-min:before, .btn-copiar-min:before, .btn-import-min:before, .btn-finalizar-min:before, .btn-lixo-min:before, .btn-incluir-min:before, .btn-file-min:before, .btn-cogs-min:before, .btn-lupa-min:before, .btn-list-min:before {
    font-family: 'Font Awesome 5 Pro'; }
  .btn-edit-min:hover, .btn-aprova-min:hover, .btn-reprova-min:hover, .btn-info-min:hover, .btn-olhar-min:hover, .btn-copiar-min:hover, .btn-import-min:hover, .btn-finalizar-min:hover, .btn-lixo-min:hover, .btn-incluir-min:hover, .btn-file-min:hover, .btn-cogs-min:hover, .btn-lupa-min:hover, .btn-list-min:hover {
    color: gray; }

.btn-edit-min:before {
  content: "\f040"; }

.btn-list-min:before {
  content: "\f03a"; }

.btn-lupa-min:before {
  content: "\f002"; }

.btn-aprova-min:before {
  content: "\f00c"; }

.btn-reprova-min:before {
  content: "\f00d"; }

.btn-cogs-min:before {
  content: "\f085"; }

.btn-file-min:before {
  content: "\f0f6"; }

.btn-info-min:before {
  content: "\f059"; }

.btn-olhar-min:before {
  content: "\f002"; }

.btn-copiar-min:before {
  content: "\f0c5"; }

.btn-import-min:before {
  content: "\f019"; }

.btn-finalizar-min:before {
  content: "\f058"; }

.btn-lixo-min:before {
  content: "\f2ed"; }

.btn-incluir:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f055";
  cursor: pointer;
  font-size: 14px;
  margin: 0 5px; }

.btn-incluir-min:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f055";
  cursor: pointer;
  font-size: 14px;
  margin: 0 5px; }

.btn-incluir:after {
  content: "Incluir"; }

.btn-faturamento:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f055";
  cursor: pointer;
  font-size: 14px;
  margin: 0 5px; }

.btn-faturamento:after {
  content: "Faturamento";
  cursor: pointer;
  font-size: 14px;
  margin: 0 5px; }

.btn-receitas:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f055";
  cursor: pointer;
  font-size: 16px;
  color: #8e8e8e;
  margin: 0 0 0 5px; }

.btn-receitas:after {
  content: "Receitas";
  cursor: pointer;
  font-size: 14px;
  color: #8e8e8e;
  margin: 0 5px; }

.btn-nfe:after {
  content: "Gerar NFE";
  cursor: pointer;
  font-size: 14px;
  color: #8e8e8e;
  margin: 0 5px; }

.btn-nfe:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f15c";
  cursor: pointer;
  font-size: 16px;
  color: #8e8e8e;
  margin: 0 0 0 5px; }

.btn-nferemove:after {
  content: "Inutilizar NFE";
  cursor: pointer;
  font-size: 14px;
  color: #8e8e8e;
  margin: 0 5px; }

.btn-nferemove:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f05e";
  cursor: pointer;
  font-size: 16px;
  color: #8e8e8e;
  margin: 0 0 0 5px; }

.btn-consultarlote:after {
  content: "Consultar Lote";
  cursor: pointer;
  font-size: 14px;
  color: #8e8e8e;
  margin: 0 5px; }

.btn-consultarlote:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f187";
  cursor: pointer;
  font-size: 16px;
  color: #8e8e8e;
  margin: 0 0 0 5px; }

.btn-gerar:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f02f";
  cursor: pointer;
  font-size: 16px;
  color: #8e8e8e; }

.btn-gerar:after {
  content: "Gerar";
  cursor: pointer;
  font-size: 14px;
  color: #8e8e8e;
  margin: 0 0 0 5px; }

.btn-abrir:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f07c";
  cursor: pointer;
  font-size: 16px;
  color: #8e8e8e;
  margin: 0 0 0 5px; }

.btn-abrir:after {
  content: "Abrir";
  cursor: pointer;
  font-size: 14px;
  color: #8e8e8e;
  margin: 0 0 0 5px; }

.btn-exportar:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f1c6";
  cursor: pointer;
  font-size: 16px;
  color: #8e8e8e;
  margin: 0 0 0 5px; }

.btn-exportar:after {
  content: "Exportar";
  cursor: pointer;
  font-size: 14px;
  color: #8e8e8e;
  margin: 0 0 0 5px; }

.btn-add {
  background-color: inherit;
  cursor: pointer;
  border: 0px;
  color: #8e8e8e; }

.btn-add:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f055";
  margin: 0 0 0 5px; }

.btn-remove {
  background-color: inherit;
  cursor: pointer;
  border: 0px;
  color: #7D7D7D; }

.btn-remove:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f056 ";
  margin: 0 5px; }

.btn-salvar:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f0c7";
  cursor: pointer;
  color: #8e8e8e;
  margin: 0 0 0 5px; }

.btn-salvar:after {
  content: "Salvar";
  cursor: pointer;
  font-size: 14px;
  color: #8e8e8e;
  margin: 0 0 0 5px; }

.btn-ajuda:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f059";
  cursor: pointer;
  font-size: 16px;
  color: #8e8e8e;
  margin: 0 0 0 5px; }

.btn-ajuda:after {
  content: "Ajuda";
  cursor: pointer;
  font-size: 14px;
  color: #8e8e8e;
  margin: 0 0 0 5px; }

.btn-imprimir:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f02f";
  cursor: pointer;
  color: #8e8e8e;
  margin: 0 5px;
  font-size: 16px; }

.btn-imprimir:after {
  content: "Imprimir";
  cursor: pointer;
  font-size: 14px;
  color: #8e8e8e;
  margin: 0 0 0 5px; }

.btn-filtro {
  color: #02a9b3;
  background-color: #fff;
  border-radius: 5px;
  webkit-border-radius: 5px;
  moz-border-radius: 5px;
  border: 2px solid #fff;
  padding: 5px;
  cursor: pointer;
  top: 15px;
  position: relative; }

.btn-filtro:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f0b0";
  cursor: pointer;
  color: #02a9b3;
  margin: 0 5px;
  font-size: 16px; }

.btn-ok {
  background-color: #3d5378;
  border: none;
  color: #ffffff; }
  .btn-ok:hover {
    background-color: #264373; }
  .btn-ok:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f058";
    margin: 0 5px 0 0; }

.btn-ok:focus,
.btn-no:focus,
.btn-neutro:focus {
  color: #ffffff; }

.btn-neutro {
  background-color: #a1a1a1;
  border: none;
  color: #ffffff; }

.btn-neutro:before {
  font-family: 'Font Awesome 5 Pro';
  margin: 0 5px 0 0; }

.btn-neutro:hover {
  background-color: #878787;
  border: none;
  color: #ffffff; }

.btn-no {
  background-color: #d04948;
  border: none;
  color: #ffffff; }

.btn-no:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f057";
  margin: 0 5px 0 0; }

.btn-load:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f110" !important;
  margin: 0 5px 0 0;
  animation-name: rotate;
  animation-duration: .8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.btn-no:hover {
  background-color: #b6302f;
  border: none;
  color: #ffffff; }

.btn-ocupado {
  background-color: #d04948;
  padding: 5px 10px;
  margin: 5px 0;
  display: block;
  font-size: 12px; }

.btn-ocupado:before {
  font-family: 'Font Awesome 5 Pro';
  margin: 0 5px 0 0;
  color: #ffffff; }

.btn-ocupado:after {
  content: "Ocupado";
  color: #ffffff; }

.btn-disponivel {
  background-color: #9ca965;
  padding: 5px 10px;
  margin: 5px 0;
  display: block;
  font-size: 12px; }

.btn-disponivel:before {
  font-family: 'Font Awesome 5 Pro';
  margin: 0 5px 0 0;
  color: #ffffff; }

.btn-disponivel:after {
  content: "Disponivel";
  color: white; }

.btn-neutro {
  background-color: #a1a1a1;
  border: none;
  color: white; }

.btn-neutro:before {
  font-family: 'Font Awesome 5 Pro';
  margin: 0 5px 0 0; }

.btn-neutro:hover {
  background-color: #878787;
  border: none;
  color: #ffffff; }

.btn-full {
  width: 100%; }

.ct-flex {
  display: flex;
  flex-wrap: wrap; }
  .ct-flex .c-10 {
    width: 10%; }
  .ct-flex .c-20 {
    width: 20%; }
  .ct-flex .c-25 {
    width: 25%; }
  .ct-flex .c-30 {
    width: 30%; }
  .ct-flex .c-33 {
    width: 33%; }
  .ct-flex .c-40 {
    width: 40%; }
  .ct-flex .c-50 {
    width: 50%; }
  .ct-flex .c-60 {
    width: 60%; }
  .ct-flex .c-70 {
    width: 70%; }
  .ct-flex .c-80 {
    width: 80%; }
  .ct-flex .c-90 {
    width: 90%; }
  .ct-flex .c-100 {
    width: 100%; }
  .ct-flex > label {
    padding: 3px 7px; }
    .ct-flex > label > input, .ct-flex > label > textarea, .ct-flex > label > select, .ct-flex > label > .k-widget, .ct-flex > label > .input-group, .ct-flex > label > .btn-group {
      width: 100%;
      margin: 0; }

.label-input {
  vertical-align: top;
  padding: 2px 5px 5px 5px;
  font-size: 13px; }
  .label-input input, .label-input textarea, .label-input select, .label-input .bootstrap-select, .label-input .input-group {
    margin: 0px;
    width: 100%; }
    .label-input input:required, .label-input textarea:required, .label-input select:required, .label-input .bootstrap-select:required, .label-input .input-group:required {
      box-shadow: none; }
  .label-input textarea {
    min-height: 100px; }
  .label-input input[type="checkbox"] {
    width: 100%; }
  .label-input span.k-datepicker, .label-input span.k-timepicker, .label-input span.k-datetimepicker, .label-input span.k-colorpicker, .label-input span.k-numerictextbox, .label-input span.k-combobox, .label-input span.k-dropdown,
  .label-input span .k-toolbar, .label-input span .k-split-button {
    margin: 0px;
    width: 100% !important; }
  .label-input.label-medio {
    width: calc(50% - 3px); }
  .label-input.label-pequeno {
    width: calc(33.33333% - 3px); }
  .label-input.label-1-4 {
    width: calc(25% - 3px); }
  .label-input.label-grande {
    width: calc(100% - 3px); }

.label-input-limpar {
  display: inline-block;
  padding: 2px 5px 5px 5px;
  vertical-align: top; }
  .label-input-limpar input, .label-input-limpar textarea, .label-input-limpar select, .label-input-limpar .bootstrap-select {
    margin: 0px;
    width: 100% !important; }
  .label-input-limpar .est-limpar {
    position: relative; }
    .label-input-limpar .est-limpar .limpar {
      position: absolute;
      top: 0;
      bottom: 0;
      padding: 0 5px;
      border: 1px solid #e0e0e0;
      cursor: pointer;
      border-radius: 0px 5px 5px 0px;
      background-color: #efefef;
      margin-left: -2px; }
      .label-input-limpar .est-limpar .limpar:before {
        content: "\f12d";
        font-family: FontAwesome;
        color: #8e8e8e;
        padding: 25% 0 0 0;
        display: block; }

.columns-label-input {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }

.checkbox-form {
  font-size: 13px;
  margin: 5px;
  position: relative; }
  .checkbox-form input {
    position: relative;
    width: auto !important;
    vertical-align: middle;
    margin: 0px 2px 0 0;
    height: 17px; }

.radio-form {
  font-size: 13px;
  margin: 5px;
  position: relative; }
  .radio-form input {
    position: relative;
    width: auto !important;
    vertical-align: middle;
    margin: 0px 2px 0 0;
    height: 17px; }

.est-cmp {
  padding: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #fcfcfc;
  border: 1px solid #e0e0e0;
  margin: 0 0 5px 0; }

.c-desc {
  display: flex;
  flex-wrap: wrap; }
  .c-desc > .input-group {
    width: 20%;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -ms-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px; }
  .c-desc > input {
    width: 80%;
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    margin: 0; }

.k-datepicker, .k-datetimepicker, .k-colorpicker, .input-group, .k-timepicker {
  border: 1px solid #e0e0e0 !important; }

.bootstrap-select.open .dropdown-toggle {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
.bootstrap-select > .dropdown-toggle {
  border: 1px solid #e0e0e0;
  color: #8e8e8e;
  background-color: white;
  height: 30px;
  padding: 6px;
  width: 100%; }
  .bootstrap-select > .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle; }
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none; }
.bootstrap-select > .dropdown-menu {
  min-width: 350px;
  max-width: 100%; }
  .bootstrap-select > .dropdown-menu .bs-searchbox, .bootstrap-select > .dropdown-menu .bs-actionsbox, .bootstrap-select > .dropdown-menu .bs-donebutton {
    padding: 4px 8px; }
  .bootstrap-select > .dropdown-menu > .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select > .dropdown-menu .bs-searchbox input {
    margin: 0; }
  .bootstrap-select > .dropdown-menu .active a {
    background-color: #3d5378;
    color: white; }
  .bootstrap-select > .dropdown-menu li a {
    font-size: 14px;
    cursor: pointer;
    padding: 5px 12px;
    color: #8e8e8e; }
    .bootstrap-select > .dropdown-menu li a:hover {
      color: #3d5378;
      background-color: #fcfcfc; }
    .bootstrap-select > .dropdown-menu li a span.check-mark {
      display: none; }

.input-group {
  padding: 0px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  border-radius: 3px !important;
  height: 30px;
  background-color: white; }
  .input-group input {
    border: 0px;
    height: 27px;
    -webkit-box-shadow: inset 2px 2px 9px -8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 2px 2px 9px -8px rgba(0, 0, 0, 0.5);
    box-shadow: inset 2px 2px 9px -8px rgba(0, 0, 0, 0.5);
    margin: 0px;
    width: 100%; }
  .input-group .mtd-selectbox {
    height: 27px; }
  .input-group .input-group-btn .btn-primary {
    padding: 3px 5px !important;
    background-color: white;
    color: #8e8e8e;
    border: 0;
    font-size: 13px; }
  .input-group .input-group-btn button {
    margin: 0; }
  .input-group .btn {
    padding: 6px !important;
    border-radius: 3px !important;
    margin: 0 6px;
    border-left: 1px solid #e0e0e0; }
  .input-group .btn:disabled {
    color: lightgray; }
  .input-group .btn-default {
    border: 0px !important; }
  .input-group .input-group-addon {
    padding: 2px 8px !important;
    background-color: #efefef; }
  .input-group .form-control {
    margin: 0px !important; }

.k-picker-wrap {
  height: 28px;
  font-size: 13px;
  color: #8e8e8e;
  border: 0; }

.validation-error {
  border: 1px solid #d29fa7 !important;
  animation: shake 0.82s;
  background-color: #f2dede; }

table .validation-error-tl {
  background-color: #ffcccc !important;
  animation: shake 0.82s; }

.bootstrap-select > .disabled {
  border: 1px solid #e0e0e0;
  color: #8e8e8e;
  background-color: #ebebe4 !important; }

.grid-erp-action {
  padding: 0 !important;
  margin: 0;
  display: flex; }
  .grid-erp-action li {
    margin: 0 4px 0 0; }

.grid-erp-toolbar {
  min-height: 40px;
  padding: 0px 0px 5px 0px;
  background-color: #fff; }
  .grid-erp-toolbar .grid-erp-filters {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: flex-end; }
    .grid-erp-toolbar .grid-erp-filters > li {
      list-style: none;
      display: inline-block;
      margin: 0 0 0 4px; }
      .grid-erp-toolbar .grid-erp-filters > li .bootstrap-select {
        width: 100px !important; }
      .grid-erp-toolbar .grid-erp-filters > li .search-grid {
        display: block;
        position: relative;
        color: #8e8e8e;
        font-size: 13px; }
        .grid-erp-toolbar .grid-erp-filters > li .search-grid .lupaGridSearch {
          position: absolute;
          cursor: pointer;
          top: 0;
          border-radius: 3px;
          right: 45px;
          padding: 9px 10px; }
        .grid-erp-toolbar .grid-erp-filters > li .search-grid .lupaGridSearch:before {
          font-family: 'Font Awesome 5 Pro';
          content: "\f002"; }
        .grid-erp-toolbar .grid-erp-filters > li .search-grid .clearSearch {
          position: absolute;
          cursor: pointer;
          top: 0;
          border-radius: 3px;
          right: 25px;
          padding: 9px 10px; }
        .grid-erp-toolbar .grid-erp-filters > li .search-grid .clearSearch:before {
          font-family: 'Glyphicons Halflings';
          content: "\e221"; }          
        .grid-erp-toolbar .grid-erp-filters > li .search-grid .fixSearch {
          position: absolute;
          cursor: pointer;
          top: 0;
          border-radius: 3px;
          right: 0px;
          padding: 9px 10px; }
        .grid-erp-toolbar .grid-erp-filters > li .search-grid .fixSearch:before {
          font-family: 'Glyphicons Halflings';
          content: "\e157"; }
        .grid-erp-toolbar .grid-erp-filters > li .search-grid .fixSearch-check {
          position: absolute;
          cursor: pointer;
          top: 0;
          border-radius: 3px;
          right: 0px;
          padding: 9px 10px; }
        .grid-erp-toolbar .grid-erp-filters > li .search-grid .fixSearch-check:before {
          font-family: 'Glyphicons Halflings';
          content: "\e067"; }
    .grid-erp-toolbar .grid-erp-filters input, .grid-erp-toolbar .grid-erp-filters select {
      margin: 0px;
      padding: 0px 12px;
      width: 100%;
      height: 32px;
      color: #8e8e8e;
      font-size: 13px; }

.grid-erp .infoTable {
  margin: 5px 0;
  color: #8e8e8e; }
  .grid-erp .infoTable .toggleFilter {
    cursor: pointer;
    margin: 0 5px 0 0; }
  .grid-erp .infoTable .label {
    background-color: #efefef;
    color: #8e8e8e;
    display: inline-flex; }
.grid-erp #contentFilter {
  display: none;
  padding: 20px;
  background-color: #efefef; }

.grid-no-header .k-grid-header {
  height: 0;
  border-bottom-width: 0;
  visibility: hidden;
  display: none;
  overflow: hidden; }

.k-grid tr th, .k-grid tr td {
  max-width: 400px; }
.k-grid tr th:last-child, .k-grid tr td:last-child {
  max-width: none; }
.k-grid tr th .mtd-check-all {
  left: 7px; }

.k-grid {
  border-color: #e0e0e0; }
  .k-grid .k-grouping-header {
    color: #8e8e8e;
    background-color: #fcfcfc; }
    .k-grid .k-grouping-header .k-group-indicator {
      border: 1px solid #e0e0e0;
      border-radius: 5px; }
      .k-grid .k-grouping-header .k-group-indicator .k-i-sarrow-s, .k-grid .k-grouping-header .k-group-indicator .k-i-sarrow-n {
        color: #fcfcfc; }
      .k-grid .k-grouping-header .k-group-indicator .k-i-sarrow-s:before {
        color: #8e8e8e;
        font-family: "Font Awesome 5 Pro";
        content: "\f062"; }
      .k-grid .k-grouping-header .k-group-indicator .k-i-sarrow-n:before {
        color: #8e8e8e;
        font-family: "Font Awesome 5 Pro";
        content: "\f063"; }
      .k-grid .k-grouping-header .k-group-indicator .k-button {
        border: none; }
        .k-grid .k-grouping-header .k-group-indicator .k-button .k-i-group-delete:before {
          color: #8e8e8e;
          font-family: "Font Awesome 5 Pro";
          content: "\f00d"; }
  .k-grid .k-grid-header {
    border-color: #e0e0e0;
    background-color: #fcfcfc; }
    .k-grid .k-grid-header .k-header {
      background-color: #fcfcfc;
      border-color: #e0e0e0;
      padding: 5px;
      padding-left: 5px; }
      .k-grid .k-grid-header .k-header a {
        color: #8e8e8e; }
    .k-grid .k-grid-header .k-grid-filter.k-state-active {
      color: red; }
    .k-grid .k-grid-header .k-grid-header-wrap {
      border-color: #e0e0e0; }
    .k-grid .k-grid-header tr th {
      font-weight: bold;
      color: #8e8e8e;
      font-size: 13px;
      border-color: #e0e0e0; }
    .k-grid .k-grid-header tr th[colspan]:not([colspan="1"]) {
      text-align: center; }
  .k-grid .k-grid-content table tbody tr {
    color: #8e8e8e;
    font-size: 14px; }
    .k-grid .k-grid-content table tbody tr.excluir-registro {
      text-decoration: none; }
      .k-grid .k-grid-content table tbody tr.excluir-registro td {
        color: red;
        text-decoration: line-through; }
        .k-grid .k-grid-content table tbody tr.excluir-registro td:nth-child(1) {
          text-align: center;
          text-decoration: none; }
      .k-grid .k-grid-content table tbody tr.excluir-registro .btn-edit-min {
        display: none; }
      .k-grid .k-grid-content table tbody tr.excluir-registro .btn-lixo-min:before {
        content: "\f0e2"; }
      .k-grid .k-grid-content table tbody tr.excluir-registro .btn-lixo-min:before {
        color: red; }
    .k-grid .k-grid-content table tbody tr.k-alt {
      background-color: #fcfcfc; }
    .k-grid .k-grid-content table tbody tr.k-state-selected {
      color: #3d5378;
      font-weight: bold;
      background-color: #f7f7f7; }
      .k-grid .k-grid-content table tbody tr.k-state-selected a {
        font-weight: normal; }
    .k-grid .k-grid-content table tbody tr td {
      height: auto;
      overflow: hidden;
      white-space: nowrap;
      border-color: #e0e0e0;
      border-left: 1px solid #e0e0e0;
      padding: 5px;
      font-size: 13px; }
      .k-grid .k-grid-content table tbody tr td[data-field="OCO_SC5_ANOTACAO"] {
        overflow: auto;
        white-space: nowrap;
        text-overflow: clip;
      }
      .k-grid .k-grid-content table tbody tr td:nth-child(1) {
        border-left: 0; }
      .k-grid .k-grid-content table tbody tr td .k-numerictextbox .k-state-default {
        border-color: #e0e0e0; }
  .k-grid .k-grid-footer {
    border-color: #e0e0e0; }
    .k-grid .k-grid-footer .k-grid-footer-wrap {
      border: 0; }
    .k-grid .k-grid-footer .k-footer-template {
      height: 20px; }
      .k-grid .k-grid-footer .k-footer-template td {
        border-color: #e0e0e0;
        border-bottom: 0;
        color: #8e8e8e;
        background-color: #efefef;
        white-space: nowrap;
        padding: 3px; }

.k-pager-wrap {
  border-color: #e0e0e0;
  color: #8e8e8e; }
  .k-pager-wrap .k-pager-sizes {
    margin-top: 5px; }
    .k-pager-wrap .k-pager-sizes .k-dropdown {
      border: 1px solid #e0e0e0; }
      .k-pager-wrap .k-pager-sizes .k-dropdown .k-icon {
        position: relative;
        top: 5px; }
      .k-pager-wrap .k-pager-sizes .k-dropdown .k-select {
        border-left: 1px solid #e0e0e0; }
  .k-pager-wrap .k-pager-nav {
    border: 0; }
    .k-pager-wrap .k-pager-nav .k-icon {
      margin: 10px 0 0 0;
      color: #8e8e8e; }
  .k-pager-wrap .k-pager-numbers .k-link {
    border-color: white;
    color: #8e8e8e; }
  .k-pager-wrap .k-pager-numbers .k-state-selected {
    border-color: #3d5378;
    background-color: #efefef;
    color: #8e8e8e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

.grid-erp .toolbar-grid {
  display: flex;
  flex-wrap: wrap; }
  .grid-erp .toolbar-grid .actions-grid {
    width: 80%;
    display: flex;
    margin: 0; }
  .grid-erp .toolbar-grid .filters-grid {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    margin: 0; }
    .grid-erp .toolbar-grid .filters-grid .dropdown-toggle {
      height: 32px; }
    .grid-erp .toolbar-grid .filters-grid .bootstrap-select {
      width: 100% !important;
      max-width: 220px; }
  .grid-erp .toolbar-grid .actions-grid, .grid-erp .toolbar-grid .filters-grid {
    padding: 0px; }
    .grid-erp .toolbar-grid .actions-grid li, .grid-erp .toolbar-grid .filters-grid li {
      list-style: none; }
  .grid-erp .toolbar-grid .actions-grid li {
    margin: 0 4px 5px 0; }
.grid-erp .k-grid .k-grid-content {
  min-height: 100px;
   }
  .grid-erp .k-grid .k-grid-content .k-loading-image {
    background-color: #1ab394;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out;
    width: 52px;
    height: 52px;
    top: 26%;
    left: 48.5%; }
.grid-erp .k-grid .k-grid-content a.btn-act.disabled {
  cursor: not-allowed;
  color: #f4f4f4; }
.grid-erp .grid-filter-bar {
  position: relative;
  clear: both;
  white-space: normal;
  line-height: 1.286em;
  color: #8e8e8e;
  width: 100%;
  display: flex;
  border: 1px solid #e0e0e0;
  border-width: 0 1px 1px 1px;
  background-color: #efefef; }
  .grid-erp .grid-filter-bar .left, .grid-erp .grid-filter-bar .right {
    flex-wrap: wrap;
    display: flex; }
    .grid-erp .grid-filter-bar .left .status-pnl-it, .grid-erp .grid-filter-bar .right .status-pnl-it {
      border-right: 1px solid #e0e0e0;
      border-bottom: 1px solid #e0e0e0;
      font-size: 11px; }
      .grid-erp .grid-filter-bar .left .status-pnl-it .status-pnl-title, .grid-erp .grid-filter-bar .right .status-pnl-it .status-pnl-title {
        position: relative;
        top: 5px;
        width: 100%;
        margin: 0 5px 0 5px;
        font-weight: bold; }
      .grid-erp .grid-filter-bar .left .status-pnl-it ul, .grid-erp .grid-filter-bar .right .status-pnl-it ul {
        position: relative;
        top: 5px;
        display: flex;
        padding: 0px; }
        .grid-erp .grid-filter-bar .left .status-pnl-it ul li, .grid-erp .grid-filter-bar .right .status-pnl-it ul li {
          margin: 5px;
          display: flex; }
          .grid-erp .grid-filter-bar .left .status-pnl-it ul li span, .grid-erp .grid-filter-bar .right .status-pnl-it ul li span {
            margin-right: 5px; }
      .grid-erp .grid-filter-bar .left .status-pnl-it .aprovado:before, .grid-erp .grid-filter-bar .right .status-pnl-it .aprovado:before {
        color: #25ae07 !important;
        border-color: #25ae07 !important; }
      .grid-erp .grid-filter-bar .left .status-pnl-it .recusado:before, .grid-erp .grid-filter-bar .right .status-pnl-it .recusado:before {
        color: #bb1c0c !important;
        border-color: #bb1c0c !important; }
      .grid-erp .grid-filter-bar .left .status-pnl-it .emProcesso:before, .grid-erp .grid-filter-bar .right .status-pnl-it .emProcesso:before {
        color: #c1ae35 !important;
        border-color: #c1ae35 !important; }
      .grid-erp .grid-filter-bar .left .status-pnl-it .corAprov:before, .grid-erp .grid-filter-bar .right .status-pnl-it .corAprov:before {
        content: "\f111";
        font-family: FontAwesome;
        color: #25ae07 !important; }
      .grid-erp .grid-filter-bar .left .status-pnl-it .corReprov:before, .grid-erp .grid-filter-bar .right .status-pnl-it .corReprov:before {
        content: "\f111";
        font-family: FontAwesome;
        color: #bb1c0c !important; }
      .grid-erp .grid-filter-bar .left .status-pnl-it .corProc:before, .grid-erp .grid-filter-bar .right .status-pnl-it .corProc:before {
        content: "\f111";
        font-family: FontAwesome;
        color: #c1ae35 !important; }
      .grid-erp .grid-filter-bar .left .status-pnl-it .corInat:before, .grid-erp .grid-filter-bar .right .status-pnl-it .corInat:before {
        content: "\f111";
        font-family: FontAwesome;
        color: #676A6C !important; }
    .grid-erp .grid-filter-bar .left .live-filter, .grid-erp .grid-filter-bar .right .live-filter {
      align-self: center;
      padding: 5px 10px; }
      .grid-erp .grid-filter-bar .left .live-filter i, .grid-erp .grid-filter-bar .right .live-filter i {
        font-weight: bold;
        margin-right: 5px;
        cursor: pointer; }

.k-filter-menu {
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  border: 0; }
  .k-filter-menu > div > div:last-child {
    border-top-width: 0; }
  .k-filter-menu .k-input {
    color: #8e8e8e;
    font-weight: normal; }
  .k-filter-menu .k-button {
    color: #8e8e8e;
    font-size: 13px;
    background-color: #3d5378;
    color: white;
    font-weight: normal; }
  .k-filter-menu .k-numeric-wrap {
    border-color: #e0e0e0; }
  .k-filter-menu .k-list-container {
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border: 0; }
    .k-filter-menu .k-list-container .k-list .k-item {
      color: #8e8e8e;
      font-weight: normal; }

.statusGrid .red, .status-pnl-it .red {
  background-color: #9c0d0b;
  border: 2px solid #c40d0b; }
.statusGrid .green, .status-pnl-it .green {
  background-color: #376f2c;
  border: 2px solid #52ab3d; }
.statusGrid .yellow, .status-pnl-it .yellow {
  background-color: #fff110;
  border: 2px solid #ffe60f; }
.statusGrid .orange, .status-pnl-it .orange {
  background-color: #ffbd19;
  border: 2px solid #ff9d15; }
.statusGrid .purple, .status-pnl-it .purple {
  background-color: #8011ff;
  border: 2px solid #7316ff; }
.statusGrid .blue, .status-pnl-it .blue {
  background-color: #1e78ff;
  border: 2px solid #1552ff; }
.statusGrid .check:before, .status-pnl-it .check:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f00C";
  color: green;
  position: relative;
  top: -2px; }
.statusGrid .exclamation:after, .status-pnl-it .exclamation:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f071";
  color: red;
  position: inherit;
  top: -3px;
  right: -11px;
  font-size: 12px; }
.statusGrid .circle, .status-pnl-it .circle {
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: block;
  margin: 2px; }

.bcrumb {
  display: flex;
  padding: 0;
  margin: 0;
  color: gray;
  align-items: center;
  font-size: 13px; }
  .bcrumb li {
    padding: 0 3px;
    list-style: none; }
    .bcrumb li a {
      color: gray; }
      .bcrumb li a i {
        margin: 0 5px 0 0; }
    .bcrumb li:last-child {
      font-size: 16px; }

.dropdown_menu {
  padding: 0;
  margin: 0;
  z-index: 2;
  -webkit-box-shadow: inset -1px 42px 18px -41px rgba(158, 158, 158, 0.75);
  -moz-box-shadow: inset -1px 42px 18px -41px rgba(158, 158, 158, 0.75);
  box-shadow: inset -1px 42px 18px -41px rgba(158, 158, 158, 0.75); }
  .dropdown_menu > li {
    position: relative; }
    .dropdown_menu > li a:hover {
      background: #b7b7b7 !important; }
    .dropdown_menu > li > ul {
      -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.11);
      -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.11);
      box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.11);
      position: absolute;
      padding: 0;
      width: 200px;
      right: 0;
      height: 0;
      opacity: 0;
      overflow: hidden; }
      .dropdown_menu > li > ul li a {
        text-align: center;
        padding: 10px 5px;
        display: block; }
        .dropdown_menu > li > ul li a i {
          margin: 0 5px 0 0; }

.dropdown_menu.ativo > li > ul {
  height: 210px;
  opacity: 1;
  display: inherit; }

.accordion-erp .card {
  border: 1px solid #e0e0e0;
  margin: 25px 0 5px 0;
  position: relative;
  min-height: 50px; }
  .accordion-erp .card .card-header {
    position: absolute;
    top: -29px;
    left: 10px;
    z-index: 2; }
    .accordion-erp .card .card-header h5 button {
      background-color: white;
      font-size: 20px;
      color: #3d5378; }
      .accordion-erp .card .card-header h5 button:hover, .accordion-erp .card .card-header h5 button:focus {
        color: #3d5378;
        outline: none; }
      .accordion-erp .card .card-header h5 button i {
        margin: 0 5px 0 0; }
  .accordion-erp .card .card-body {
    padding: 26px;
    background-color: white; }

.tit-sh {
  color: #8e8e8e;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  margin: 0 0 10px 0;
  padding-bottom: 5px;
  width: 100%; }

.nomeCampo {
  font-size: 13px;
  margin: 0 0 2px 0;
  color: #8e8e8e;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  min-height: 14px; }

new .nomeCampo {
  display: block;
  float: left;
  margin-top: -10px;
  position: relative;
  top: 5px;
  left: 5px;
  padding: 0px 5px 0px 5px;
  overflow: hidden;
  font-size: 12px;
  color: #8e8e8e;
  z-index: 2;
  background-color: #FFFFFF;
  font-weight: normal; }

div#contentFilter .nomeCampo {
  background-color: transparent; }

.transparent {
  background-color: transparent; }

.toolbar {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: no-wrap;
  margin: 0 0 5px 0; }
  .toolbar .left, .toolbar .right {
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%; }
  .toolbar .right {
    justify-content: flex-end; }
  .toolbar li {
    margin: 0 4px 0 0; }

.nav-tabs {
  margin-bottom: -1px;
  border-color: #e0e0e0; }
  .nav-tabs li.active {
    border-color: #e0e0e0;
    font-size: 14px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
    .nav-tabs li.active a {
      color: #3d5378; }
      .nav-tabs li.active a:hover, .nav-tabs li.active a:focus, .nav-tabs li.active a:active {
        color: #3d5378; }
  .nav-tabs li a {
    color: #8e8e8e; }

.tab-content .tab-pane {
  border: 1px solid #e0e0e0;
  border-top: 0;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  border-radius: 3px !important;
  padding: 15px; }

.k-window .k-window-titlebar {
  margin-top: -50px;
  height: 50px;
  color: #8e8e8e;
  text-align: center;
  font-size: 15px;
  background-color: #efefef;
  padding: 16px 0;
  border-bottom: 0; }
  .k-window .k-window-titlebar .k-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: #d6d6d6; }
  .k-window .k-window-titlebar .k-window-actions {
    display: flex; }
    .k-window .k-window-titlebar .k-window-actions .k-window-action {
      width: 20px;
      height: 20px;
      opacity: inherit !important;
      display: block;
      margin: 10px 0 0 2px; }
      .k-window .k-window-titlebar .k-window-actions .k-window-action .k-icon {
        color: #8e8e8e; }
      .k-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
        background-color: #f5f5f5;
        border-color: #f5f5f5; }
.k-window .k-content {
  padding: 15px 15px 15px 15px;
  overflow-x: hidden;
  background-color: white; }
  .k-window .k-content iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .k-window .k-content .k-editable-area iframe, .k-window .k-content .mce-edit-area iframe {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit; }
.k-window .k-window-footer {
  border-top: 1px solid #e0e0e0;
  margin: 10px 0 0;
  padding: 10px 0 0;
  position: absolute;
  right: 15px;
  left: 15px;
  bottom: 15px;
  text-align: right; }
  .k-window .k-window-footer .fa {
    margin: 0 7px 0 0; }
.k-window .k-footer {
  padding: 10px;
  width: 100%;
  background-color: #efefef;
  border-top: 1px solid #e0e0e0;
  text-align: right; }

.footer-iframe {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 10px;
  width: 100%;
  background-color: #efefef;
  border-top: 1px solid #e0e0e0;
  text-align: right;
  z-index: 5;
  }

.content-iframe {
  padding: 15px;
  height: calc(100% - 20px); }
  .content-iframe .internal-iframe {
    margin-bottom: 70px; }

.page_error {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
  color: #8e8e8e;
  margin-top: 60px;
  text-align: center;
  padding: 20px;
  background-image: url("/erp/resources/images/bg-gray.png");
  background-repeat: no-repeat;
  background-position: bottom; }
  .page_error h1 {
    font-size: 26px;
    font-weight: bold; }
    .page_error h1 i {
      font-size: 66px;
      margin: 0 0 10px 0; }
  .page_error .message h2 {
    font-size: 17px;
    margin: 25px 0; }
  .page_error footer {
    text-align: center;
    margin: 10px 0; }

.ft-content-window.ft-alert {
  min-height: 100px; }

.ft-footer-window {
  position: absolute;
  bottom: 0px;
  background-color: #f2f2f2;
  width: 100%;
  left: 0;
  padding: 10px;
  margin-top: 10px;
  text-align: right; }

.k-scheduler-navigation .k-i-calendar {
  margin-top: 15px; }

.k-list-container {
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  border: 0; }
  .k-list-container .k-list .k-item {
    color: #8e8e8e;
    font-weight: normal; }
  .k-list-container .k-list .k-state-selected {
    color: white !important;
    background: #3d5378 !important; }

.k-datetimepicker .k-link {
  display: block;
  position: absolute;
  top: 5px; }
.k-datetimepicker .k-link-time {
  right: 7px;
  margin-left: 5px; }
.k-datetimepicker .k-link-date {
  position: relative; }
.k-datetimepicker .k-picker-wrap .k-icon {
  margin: 0; }

.k-datepicker .k-select, .k-timepicker .k-select {
  border: 0; }
  .k-datepicker .k-select .k-icon, .k-timepicker .k-select .k-icon {
    margin-top: 5px; }
.k-datepicker .k-picker-wrap input, .k-timepicker .k-picker-wrap input {
  height: 28px; }

.k-calendar {
  color: #8e8e8e;
  font-size: 13px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }
  .k-calendar .k-header {
    background-color: #3d5378; }
    .k-calendar .k-header .k-x-icon {
      margin: 8px 0 0 0; }
    .k-calendar .k-header .k-link {
      color: white; }
  .k-calendar .k-content {
    background-color: white; }
    .k-calendar .k-content .k-state-hover .k-link {
      background-color: #0bc2c3;
      color: white; }
    .k-calendar .k-content .k-link {
      color: #8e8e8e;
      font-size: 13px; }
    .k-calendar .k-content .k-today {
      background-color: #3d5378;
      border-radius: 50%; }
      .k-calendar .k-content .k-today .k-link {
        color: white !important; }
  .k-calendar .k-footer {
    background-color: white;
    border: 1px solid #e0e0e0; }
    .k-calendar .k-footer .k-nav-today {
      color: #8e8e8e; }
      .k-calendar .k-footer .k-nav-today:hover {
        text-decoration: none; }

.k-scheduler {
  border-color: #3d5378;
  color: #3d5378; }
  .k-scheduler .k-nav-day {
    font-weight: normal; }
  .k-scheduler .k-scheduler-table {
    color: #3d5378;
    font-weight: normal; }
    .k-scheduler .k-scheduler-table .customNonwork {
      background-color: #efefef !important; }

.k-event, .k-task-complete {
  border-color: #606fc7;
  background: #606fc7 0 -257px none repeat-x;
  color: #ffffff; }

.k-event.k-event-inverse {
  color: white !important; }

.k-event .k-event-top-actions .k-icon {
  display: none; }

.element_float {
  position: fixed;
  z-index: 9; }
  .element_float header {
    color: #8e8e8e; }
  .element_float.save_document {
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    right: 30;
    bottom: 15;
    padding: 15px;
    opacity: 0; }
    .element_float.save_document header {
      padding: 0 0 10px 0;
      font-size: 16px; }

.content-slide {
  overflow: hidden; }
  .content-slide .ps-orcamento {
    margin: 35px 0; }
  .content-slide .slider-telas {
    padding: 0;
    margin: 0;
    display: flex;
    position: relative; }
    .content-slide .slider-telas > li {
      list-style: none;
      width: 100%;
      height: 0; }
      .content-slide .slider-telas > li.first-element {
        height: auto; }

.container-lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3); }
  .container-lightbox .content-lightbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    -webkit-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    padding: 10px;
    max-width: 1000px; }
    .container-lightbox .content-lightbox > img {
      max-width: 960px;
      max-height: 500px; }
    .container-lightbox .content-lightbox .excluir-lightbox {
      position: absolute;
      top: -16px;
      right: -16px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      width: 25px;
      height: 25px;
      padding: 3px 5px;
      cursor: pointer;
      border: 2px solid white;
      background-color: black;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); }
      .container-lightbox .content-lightbox .excluir-lightbox:before {
        font-family: "fontAwesome";
        content: "\f00d";
        font-size: 13px;
        color: white; }

.cmp-ps {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px; }
  .cmp-ps label {
    font-weight: bold;
    color: #8e8e8e; }
  .cmp-ps .mtd-number, .cmp-ps .mtd-money {
    text-align: right; }
  .cmp-ps .ps-var-sel {
    cursor: pointer; }
    .cmp-ps .ps-var-sel i.disabled {
      cursor: not-allowed;
      color: #dbdbdb; }
  .cmp-ps .cmp-ps-bar {
    display: flex; }
    .cmp-ps .cmp-ps-bar .cmp-ps-sel {
      width: 100%; }
      .cmp-ps .cmp-ps-bar .cmp-ps-sel label span {
        margin-right: 10px; }
        .cmp-ps .cmp-ps-bar .cmp-ps-sel label span i {
          cursor: pointer;
          margin-right: 2px;
          font-weight: bold; }
      .cmp-ps .cmp-ps-bar .cmp-ps-sel label span.disabled {
        color: #dbdbdb; }
        .cmp-ps .cmp-ps-bar .cmp-ps-sel label span.disabled i {
          cursor: not-allowed; }
    .cmp-ps .cmp-ps-bar .cmp-armazem-sel {
      width: 100%; }

.produto-servico {
  display: flex;
  border: 1px solid #e0e0e0;
  width: 100%;
  min-height: 250px; }
  .produto-servico .prod-image {
    background-repeat: no-repeat;
    background-position: center; }
  .produto-servico .cont-left {
    width: 15%;
    border-right: 1px solid #e0e0e0;
    background-color: #efefef;
    position: relative; }
    .produto-servico .cont-left .bar-func {
      list-style: none;
      width: 100%;
      text-align: center;
      display: flex;
      padding: 0px;
      margin: -15px 0 0 0;
      justify-content: center; }
      .produto-servico .cont-left .bar-func > li {
        position: relative; }
        .produto-servico .cont-left .bar-func > li .btn-bar {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          border: 1px solid #e0e0e0;
          margin: 0 2px;
          padding: 9px 10px;
          background-color: white;
          font-size: 15px;
          cursor: pointer;
          position: relative;
          z-index: 9; }
          .produto-servico .cont-left .bar-func > li .btn-bar:hover {
            background-color: #efefef; }
        .produto-servico .cont-left .bar-func > li .cont-busca-prod-serv {
          position: absolute;
          opacity: 0;
          top: -40;
          width: 800px;
          left: -12; }
          .produto-servico .cont-left .bar-func > li .cont-busca-prod-serv:before {
            font-family: FontAwesome;
            content: "\f0d7";
            position: absolute;
            left: 20;
            bottom: -19px;
            font-size: 30px;
            color: white;
            z-index: 3; }
          .produto-servico .cont-left .bar-func > li .cont-busca-prod-serv .acess-grid {
            position: absolute;
            right: 0px;
            top: 0px;
            z-index: 4;
            font-size: 15px;
            cursor: pointer;
            padding: 8px; }
            .produto-servico .cont-left .bar-func > li .cont-busca-prod-serv .acess-grid:hover .grid-ul {
              display: flex; }
            .produto-servico .cont-left .bar-func > li .cont-busca-prod-serv .acess-grid .grid-ul {
              list-style: none;
              padding: 0px;
              margin: 0px;
              display: flex;
              font-size: 11px;
              position: absolute;
              -webkit-border-radius: 3px;
              -moz-border-radius: 3px;
              -ms-border-radius: 3px;
              border-radius: 3px;
              background-color: #efefef;
              left: -31px;
              top: 33px;
              display: none; }
              .produto-servico .cont-left .bar-func > li .cont-busca-prod-serv .acess-grid .grid-ul:before {
                font-family: FontAwesome;
                content: "\f0d8";
                position: absolute;
                top: -9px;
                right: 42px;
                text-align: center;
                color: #8e8e8e; }
              .produto-servico .cont-left .bar-func > li .cont-busca-prod-serv .acess-grid .grid-ul li {
                padding: 3px 5px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                border-radius: 3px; }
                .produto-servico .cont-left .bar-func > li .cont-busca-prod-serv .acess-grid .grid-ul li:hover {
                  background-color: #efefef; }
            .produto-servico .cont-left .bar-func > li .cont-busca-prod-serv .acess-grid:before {
              font-family: FontAwesome;
              content: "\f0ce"; }
          .produto-servico .cont-left .bar-func > li .cont-busca-prod-serv input {
            width: 100%;
            height: 38px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            border-radius: 2px;
            -webkit-box-shadow: 3px 3px 17px -1px rgba(0, 0, 0, 0.26);
            -moz-box-shadow: 3px 3px 17px -1px rgba(0, 0, 0, 0.26);
            box-shadow: 3px 3px 17px -1px rgba(0, 0, 0, 0.26);
            border: 0px;
            color: #8e8e8e;
            padding: 0 40px 0 15px;
            font-size: 13px;
            z-index: 2;
            position: relative; }
          .produto-servico .cont-left .bar-func > li .cont-busca-prod-serv .list-sugest-busca {
            position: absolute;
            right: -5px;
            width: 700px;
            padding: 0px;
            margin: 0px;
            z-index: 1;
            border: 1px solid #e0e0e0;
            display: none; }
            .produto-servico .cont-left .bar-func > li .cont-busca-prod-serv .list-sugest-busca li {
              list-style: none;
              text-align: left;
              padding: 5px 8px;
              color: #8e8e8e;
              font-size: 13px;
              cursor: pointer; }
              .produto-servico .cont-left .bar-func > li .cont-busca-prod-serv .list-sugest-busca li:hover {
                background-color: white !important; }
              .produto-servico .cont-left .bar-func > li .cont-busca-prod-serv .list-sugest-busca li:nth-child(even) {
                background-color: #efefef; }
              .produto-servico .cont-left .bar-func > li .cont-busca-prod-serv .list-sugest-busca li:nth-child(odd) {
                background-color: #efefef; }
              .produto-servico .cont-left .bar-func > li .cont-busca-prod-serv .list-sugest-busca li span {
                border-radius: 50%;
                webkit-border-radius: 50%;
                moz-border-radius: 50%;
                background-color: white;
                padding: 0px 6px;
                font-size: 13px;
                margin: 0 8px 0 0; }
                .produto-servico .cont-left .bar-func > li .cont-busca-prod-serv .list-sugest-busca li span:before {
                  font-weight: bold; }
              .produto-servico .cont-left .bar-func > li .cont-busca-prod-serv .list-sugest-busca li .list-prod:before {
                content: "P"; }
              .produto-servico .cont-left .bar-func > li .cont-busca-prod-serv .list-sugest-busca li .list-serv:before {
                content: "S"; }
    .produto-servico .cont-left .prod-serv-name {
      position: absolute;
      bottom: 0;
      text-align: center;
      width: 100%;
      margin: 5px 0px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .produto-servico .cont-right {
    width: 85%;
    position: relative; }
    .produto-servico .cont-right .startSearch {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 15px; }
    .produto-servico .cont-right .k-grid {
      border: 0px !important; }
    .produto-servico .cont-right .grid-erp {
      margin: 0px !important;
      padding: 0px !important; }

.k-colorpicker .k-picker-wrap .k-select .k-icon {
  position: relative;
  top: 5px; }

.k-grid-norecords {
  height: auto; }

.k-progressbar {
  border-color: #e0e0e0; }
  .k-progressbar .k-state-selected {
    background-color: #3d5378;
    border: none; }
  .k-progressbar .k-progress-status {
    color: #8e8e8e;
    mix-blend-mode: difference; }

.k-treeview .k-in {
  margin: 1px 0 1px .3333em;
  padding: .429em .6667em .429em .5833em;
  line-height: 1.3333em;
  text-decoration: none;
  border-width: 0px !important; }

.k-treeview .k-checkbox-label {
  margin-top: 5px; }
.k-treeview .k-in.k-state-selected {
  color: black;
  font-weight: bold; }

.k-grouping-header,
.k-grid-toolbar {
  padding: 5px;
  border-color: #e0e0e0; }
  .k-grouping-header .k-group-indicator,
  .k-grid-toolbar .k-group-indicator {
    padding: 0 0 0 5px; }

.k-grid td span.mtd-money, .k-grid td span.mtd-number {
  display: block;
  widows: 100%;
  text-align: right; }
.k-grid td span i {
  cursor: pointer; }

.sb-group {
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 2px 4px;
  border-radius: 5px; }
  .sb-group .sk-spinner-three-bounce div {
    background-color: #3d5378 !important; }
  .sb-group .sb-panel {
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 3;
    background: white;
    display: none; }
    .sb-group .sb-panel tr {
      cursor: pointer; }
  .sb-group .k-grid-content {
    height: 170px; }
    .sb-group .k-grid-content tbody tr {
      height: 30px; }

.tour-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10101;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .1; }

.tour {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10102;
  width: 100%;
  height: 100%; }
  .tour .ballon {
    position: relative;
    background-color: #3d5378;
    border-radius: .4em;
    -webkit-box-shadow: 8px 8px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 8px 8px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 8px 8px 4px 0px rgba(0, 0, 0, 0.1);
    width: 300px;
    height: 150px;
    z-index: 10002;
    color: white; }
    .tour .ballon div {
      position: relative;
      top: 10px;
      height: 130px;
      padding: 20px;
      display: table;
      text-align: left; }
      .tour .ballon div p {
        vertical-align: middle;
        display: table-cell;
        font-size: 16px;
        word-wrap: break-word; }
    .tour .ballon .fa {
      position: absolute;
      opacity: .5; }
    .tour .ballon .fa-close {
      top: 5px;
      right: 5px;
      cursor: pointer; }
    .tour .ballon .fa-forward {
      bottom: 5px;
      right: 5px;
      cursor: pointer; }
    .tour .ballon .fa-backward {
      bottom: 5px;
      left: 5px;
      cursor: pointer; }
    .tour .ballon .video-btn {
      position: absolute;
      background-color: #0bc2c3;
      bottom: 10px;
      padding: 5px;
      font-size: 22px;
      left: 135px;
      cursor: pointer;
      border-radius: 5px;
      width: 35px;
      height: 30px; }
      .tour .ballon .video-btn .fa-video {
        color: white;
        position: relative;
        left: 0px;
        opacity: 1; }
    .tour .ballon .logo {
      position: absolute;
      top: 0px;
      left: 2px;
      width: 20px;
      height: 20px;
      background-position: 0px 0px;
      background-repeat: no-repeat;
      background-image: url("/erp/resources/images/sprite.png");
      opacity: .8; }
    .tour .ballon .fa-close:hover {
      background: #0bc2c3; }
  .tour .ballon-right:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left-color: #3d5378;
    border-right: 0;
    margin-top: -20px;
    margin-right: -20px; }
  .tour .ballon-top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom-color: #3d5378;
    border-top: 0;
    margin-left: -20px;
    margin-top: -20px; }
  .tour .ballon-bottom:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #3d5378;
    border-bottom: 0;
    margin-left: -20px;
    margin-bottom: -20px; }
  .tour .ballon-left:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right-color: #3d5378;
    border-left: 0;
    margin-top: -20px;
    margin-left: -20px; }

.slack-icon {
  background-image: url("/erp/resources/images/slash.png") !important;
  background-size: 15px 15px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 25px !important;
  height: 25px !important;
  display: block !important;
  float: left !important; }

.headerConsulta {
  position: relative;
  margin-right: 450px; }

.contentConsulta {
  border-radius: 5px;
  moz-border-radius: 5px;
  webkit-border-radius: 5px;
  border: 1px solid #e0e0e0;
  position: relative;
  margin-top: 20px;
  min-height: 120px; }
  .contentConsulta .k-grid span.mtd-money, .contentConsulta .k-grid span.mtd-number {
    width: 100%;
    text-align: right;
    display: block; }
  .contentConsulta .k-grid span i {
    cursor: pointer; }

.contentPainel .abasPainel li {
  cursor: pointer; }

.radio-panel {
  background-color: white;
  margin: -7px 5px 10px 5px;
  padding: 5px; }

.radio-item label {
  font-weight: normal;
  margin-left: 2px;
  position: relative;
  top: -2px;
  cursor: pointer; }

.table-resizable.resizing, .table-resizable th::before {
  cursor: col-resize;
  user-select: none; }
.table-resizable th {
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .table-resizable th::before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1em; }
  .table-resizable th:last-of-type::before {
    display: none; }
.table-resizable td {
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*!
 * Font Awesome Pro 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: ""; }

.fa-accessible-icon:before {
  content: ""; }

.fa-accusoft:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-card:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-adversal:before {
  content: ""; }

.fa-affiliatetheme:before {
  content: ""; }

.fa-alarm-clock:before {
  content: ""; }

.fa-algolia:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-allergies:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-amazon-pay:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-amilia:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angrycreative:before {
  content: ""; }

.fa-angular:before {
  content: ""; }

.fa-app-store:before {
  content: ""; }

.fa-app-store-ios:before {
  content: ""; }

.fa-apper:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-apple-pay:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-arrow-alt-circle-down:before {
  content: ""; }

.fa-arrow-alt-circle-left:before {
  content: ""; }

.fa-arrow-alt-circle-right:before {
  content: ""; }

.fa-arrow-alt-circle-up:before {
  content: ""; }

.fa-arrow-alt-down:before {
  content: ""; }

.fa-arrow-alt-from-bottom:before {
  content: ""; }

.fa-arrow-alt-from-left:before {
  content: ""; }

.fa-arrow-alt-from-right:before {
  content: ""; }

.fa-arrow-alt-from-top:before {
  content: ""; }

.fa-arrow-alt-left:before {
  content: ""; }

.fa-arrow-alt-right:before {
  content: ""; }

.fa-arrow-alt-square-down:before {
  content: ""; }

.fa-arrow-alt-square-left:before {
  content: ""; }

.fa-arrow-alt-square-right:before {
  content: ""; }

.fa-arrow-alt-square-up:before {
  content: ""; }

.fa-arrow-alt-to-bottom:before {
  content: ""; }

.fa-arrow-alt-to-left:before {
  content: ""; }

.fa-arrow-alt-to-right:before {
  content: ""; }

.fa-arrow-alt-to-top:before {
  content: ""; }

.fa-arrow-alt-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-arrow-from-bottom:before {
  content: ""; }

.fa-arrow-from-left:before {
  content: ""; }

.fa-arrow-from-right:before {
  content: ""; }

.fa-arrow-from-top:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-square-down:before {
  content: ""; }

.fa-arrow-square-left:before {
  content: ""; }

.fa-arrow-square-right:before {
  content: ""; }

.fa-arrow-square-up:before {
  content: ""; }

.fa-arrow-to-bottom:before {
  content: ""; }

.fa-arrow-to-left:before {
  content: ""; }

.fa-arrow-to-right:before {
  content: ""; }

.fa-arrow-to-top:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-arrows-alt-h:before {
  content: ""; }

.fa-arrows-alt-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-asymmetrik:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-audible:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-autoprefixer:before {
  content: ""; }

.fa-avianex:before {
  content: ""; }

.fa-aviato:before {
  content: ""; }

.fa-aws:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-badge:before {
  content: ""; }

.fa-badge-check:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-band-aid:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-barcode-alt:before {
  content: ""; }

.fa-barcode-read:before {
  content: ""; }

.fa-barcode-scan:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-baseball:before {
  content: ""; }

.fa-baseball-ball:before {
  content: ""; }

.fa-basketball-ball:before {
  content: ""; }

.fa-basketball-hoop:before {
  content: ""; }

.fa-bath:before {
  content: ""; }

.fa-battery-bolt:before {
  content: ""; }

.fa-battery-empty:before {
  content: ""; }

.fa-battery-full:before {
  content: ""; }

.fa-battery-half:before {
  content: ""; }

.fa-battery-quarter:before {
  content: ""; }

.fa-battery-slash:before {
  content: ""; }

.fa-battery-three-quarters:before {
  content: ""; }

.fa-bed:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bimobject:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitcoin:before {
  content: ""; }

.fa-bity:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-blackberry:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-blogger:before {
  content: ""; }

.fa-blogger-b:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-bolt:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-bowling-ball:before {
  content: ""; }

.fa-bowling-pins:before {
  content: ""; }

.fa-box:before {
  content: ""; }

.fa-box-check:before {
  content: ""; }

.fa-boxes:before {
  content: ""; }

.fa-boxing-glove:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-briefcase-medical:before {
  content: ""; }

.fa-browser:before {
  content: ""; }

.fa-btc:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-burn:before {
  content: ""; }

.fa-buromobelexperte:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-calendar-alt:before {
  content: ""; }

.fa-calendar-check:before {
  content: ""; }

.fa-calendar-edit:before {
  content: ""; }

.fa-calendar-exclamation:before {
  content: ""; }

.fa-calendar-minus:before {
  content: ""; }

.fa-calendar-plus:before {
  content: ""; }

.fa-calendar-times:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-camera-alt:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-capsules:before {
  content: ""; }

.fa-car:before {
  content: ""; }

.fa-caret-circle-down:before {
  content: ""; }

.fa-caret-circle-left:before {
  content: ""; }

.fa-caret-circle-right:before {
  content: ""; }

.fa-caret-circle-up:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-caret-square-down:before {
  content: ""; }

.fa-caret-square-left:before {
  content: ""; }

.fa-caret-square-right:before {
  content: ""; }

.fa-caret-square-up:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cc-amazon-pay:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-apple-pay:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-centercode:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-chart-area:before {
  content: ""; }

.fa-chart-bar:before {
  content: ""; }

.fa-chart-line:before {
  content: ""; }

.fa-chart-pie:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-chess:before {
  content: ""; }

.fa-chess-bishop:before {
  content: ""; }

.fa-chess-bishop-alt:before {
  content: ""; }

.fa-chess-board:before {
  content: ""; }

.fa-chess-clock:before {
  content: ""; }

.fa-chess-clock-alt:before {
  content: ""; }

.fa-chess-king:before {
  content: ""; }

.fa-chess-king-alt:before {
  content: ""; }

.fa-chess-knight:before {
  content: ""; }

.fa-chess-knight-alt:before {
  content: ""; }

.fa-chess-pawn:before {
  content: ""; }

.fa-chess-pawn-alt:before {
  content: ""; }

.fa-chess-queen:before {
  content: ""; }

.fa-chess-queen-alt:before {
  content: ""; }

.fa-chess-rook:before {
  content: ""; }

.fa-chess-rook-alt:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-double-down:before {
  content: ""; }

.fa-chevron-double-left:before {
  content: ""; }

.fa-chevron-double-right:before {
  content: ""; }

.fa-chevron-double-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-chevron-square-down:before {
  content: ""; }

.fa-chevron-square-left:before {
  content: ""; }

.fa-chevron-square-right:before {
  content: ""; }

.fa-chevron-square-up:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-circle-notch:before {
  content: ""; }

.fa-clipboard:before {
  content: ""; }

.fa-clipboard-check:before {
  content: ""; }

.fa-clipboard-list:before {
  content: ""; }

.fa-clock:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-closed-captioning:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-download-alt:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-cloud-upload-alt:before {
  content: ""; }

.fa-cloudscale:before {
  content: ""; }

.fa-cloudsmith:before {
  content: ""; }

.fa-cloudversify:before {
  content: ""; }

.fa-club:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-code-branch:before {
  content: ""; }

.fa-code-commit:before {
  content: ""; }

.fa-code-merge:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cog:before {
  content: ""; }

.fa-cogs:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-comment-alt:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-compress-alt:before {
  content: ""; }

.fa-compress-wide:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-conveyor-belt:before {
  content: ""; }

.fa-conveyor-belt-alt:before {
  content: ""; }

.fa-copy:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-cpanel:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-credit-card-blank:before {
  content: ""; }

.fa-credit-card-front:before {
  content: ""; }

.fa-cricket:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-css3-alt:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-curling:before {
  content: ""; }

.fa-cut:before {
  content: ""; }

.fa-cuttlefish:before {
  content: ""; }

.fa-d-and-d:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-deaf:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-deploydog:before {
  content: ""; }

.fa-deskpro:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-desktop-alt:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-diagnoses:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-digital-ocean:before {
  content: ""; }

.fa-discord:before {
  content: ""; }

.fa-discourse:before {
  content: ""; }

.fa-dna:before {
  content: ""; }

.fa-dochub:before {
  content: ""; }

.fa-docker:before {
  content: ""; }

.fa-dollar-sign:before {
  content: ""; }

.fa-dolly:before {
  content: ""; }

.fa-dolly-empty:before {
  content: ""; }

.fa-dolly-flatbed:before {
  content: ""; }

.fa-dolly-flatbed-alt:before {
  content: ""; }

.fa-dolly-flatbed-empty:before {
  content: ""; }

.fa-dot-circle:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-draft2digital:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-dribbble-square:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-dumbbell:before {
  content: ""; }

.fa-dyalog:before {
  content: ""; }

.fa-earlybirds:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-edit:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-elementor:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-h-alt:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-ellipsis-v-alt:before {
  content: ""; }

.fa-ember:before {
  content: ""; }

.fa-empire:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-erlang:before {
  content: ""; }

.fa-ethereum:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-euro-sign:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-exchange-alt:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-exclamation-square:before {
  content: ""; }

.fa-exclamation-triangle:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-expand-alt:before {
  content: ""; }

.fa-expand-arrows:before {
  content: ""; }

.fa-expand-arrows-alt:before {
  content: ""; }

.fa-expand-wide:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-external-link-alt:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-external-link-square-alt:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-dropper:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-facebook-f:before {
  content: ""; }

.fa-facebook-messenger:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-field-hockey:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-alt:before {
  content: ""; }

.fa-file-archive:before {
  content: ""; }

.fa-file-audio:before {
  content: ""; }

.fa-file-check:before {
  content: ""; }

.fa-file-code:before {
  content: ""; }

.fa-file-edit:before {
  content: ""; }

.fa-file-excel:before {
  content: ""; }

.fa-file-exclamation:before {
  content: ""; }

.fa-file-image:before {
  content: ""; }

.fa-file-medical:before {
  content: ""; }

.fa-file-medical-alt:before {
  content: ""; }

.fa-file-minus:before {
  content: ""; }

.fa-file-pdf:before {
  content: ""; }

.fa-file-plus:before {
  content: ""; }

.fa-file-powerpoint:before {
  content: ""; }

.fa-file-times:before {
  content: ""; }

.fa-file-video:before {
  content: ""; }

.fa-file-word:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-film-alt:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-first-aid:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-firstdraft:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-flipboard:before {
  content: ""; }

.fa-fly:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-font-awesome:before {
  content: ""; }

.fa-font-awesome-alt:before {
  content: ""; }

.fa-font-awesome-flag:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-fonticons-fi:before {
  content: ""; }

.fa-football-ball:before {
  content: ""; }

.fa-football-helmet:before {
  content: ""; }

.fa-forklift:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-fort-awesome-alt:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-freebsd:before {
  content: ""; }

.fa-frown:before {
  content: ""; }

.fa-futbol:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-gavel:before {
  content: ""; }

.fa-gem:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-gitkraken:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-gitter:before {
  content: ""; }

.fa-glass-martini:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-gofore:before {
  content: ""; }

.fa-golf-ball:before {
  content: ""; }

.fa-golf-club:before {
  content: ""; }

.fa-goodreads:before {
  content: ""; }

.fa-goodreads-g:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-google-drive:before {
  content: ""; }

.fa-google-play:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-google-plus-g:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-graduation-cap:before {
  content: ""; }

.fa-gratipay:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-gripfire:before {
  content: ""; }

.fa-grunt:before {
  content: ""; }

.fa-gulp:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-h1:before {
  content: ""; }

.fa-h2:before {
  content: ""; }

.fa-h3:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-hacker-news-square:before {
  content: ""; }

.fa-hand-holding-box:before {
  content: ""; }

.fa-hand-lizard:before {
  content: ""; }

.fa-hand-paper:before {
  content: ""; }

.fa-hand-peace:before {
  content: ""; }

.fa-hand-point-down:before {
  content: ""; }

.fa-hand-point-left:before {
  content: ""; }

.fa-hand-point-right:before {
  content: ""; }

.fa-hand-point-up:before {
  content: ""; }

.fa-hand-pointer:before {
  content: ""; }

.fa-hand-receiving:before {
  content: ""; }

.fa-hand-rock:before {
  content: ""; }

.fa-hand-scissors:before {
  content: ""; }

.fa-hand-spock:before {
  content: ""; }

.fa-handshake:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-hdd:before {
  content: ""; }

.fa-heading:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-hexagon:before {
  content: ""; }

.fa-hips:before {
  content: ""; }

.fa-hire-a-helper:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-hockey-puck:before {
  content: ""; }

.fa-hockey-sticks:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-hooli:before {
  content: ""; }

.fa-hospital:before {
  content: ""; }

.fa-hospital-alt:before {
  content: ""; }

.fa-hospital-symbol:before {
  content: ""; }

.fa-hotjar:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-start:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-hubspot:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-id-card:before {
  content: ""; }

.fa-id-card-alt:before {
  content: ""; }

.fa-image:before {
  content: ""; }

.fa-images:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-inbox-in:before {
  content: ""; }

.fa-inbox-out:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-industry-alt:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-info-square:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-inventory:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-itunes:before {
  content: ""; }

.fa-itunes-note:before {
  content: ""; }

.fa-jack-o-lantern:before {
  content: ""; }

.fa-jenkins:before {
  content: ""; }

.fa-joget:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-js:before {
  content: ""; }

.fa-js-square:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-keyboard:before {
  content: ""; }

.fa-keycdn:before {
  content: ""; }

.fa-kickstarter:before {
  content: ""; }

.fa-kickstarter-k:before {
  content: ""; }

.fa-korvue:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-laravel:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-lemon:before {
  content: ""; }

.fa-less:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-level-down-alt:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-up-alt:before {
  content: ""; }

.fa-life-ring:before {
  content: ""; }

.fa-lightbulb:before {
  content: ""; }

.fa-line:before {
  content: ""; }

.fa-link:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-linkedin-in:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-lira-sign:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-lock-alt:before {
  content: ""; }

.fa-lock-open:before {
  content: ""; }

.fa-lock-open-alt:before {
  content: ""; }

.fa-long-arrow-alt-down:before {
  content: ""; }

.fa-long-arrow-alt-left:before {
  content: ""; }

.fa-long-arrow-alt-right:before {
  content: ""; }

.fa-long-arrow-alt-up:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-luchador:before {
  content: ""; }

.fa-lyft:before {
  content: ""; }

.fa-magento:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-map-marker-alt:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-medapps:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-medium-m:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-medrt:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.fa-meh:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-alt:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-microsoft:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-minus-hexagon:before {
  content: ""; }

.fa-minus-octagon:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-mix:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-mizuni:before {
  content: ""; }

.fa-mobile:before {
  content: ""; }

.fa-mobile-alt:before {
  content: ""; }

.fa-mobile-android:before {
  content: ""; }

.fa-mobile-android-alt:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-monero:before {
  content: ""; }

.fa-money-bill:before {
  content: ""; }

.fa-money-bill-alt:before {
  content: ""; }

.fa-moon:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-napster:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-newspaper:before {
  content: ""; }

.fa-nintendo-switch:before {
  content: ""; }

.fa-node:before {
  content: ""; }

.fa-node-js:before {
  content: ""; }

.fa-notes-medical:before {
  content: ""; }

.fa-npm:before {
  content: ""; }

.fa-ns8:before {
  content: ""; }

.fa-nutritionix:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-octagon:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-osi:before {
  content: ""; }

.fa-outdent:before {
  content: ""; }

.fa-page4:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-palfed:before {
  content: ""; }

.fa-pallet:before {
  content: ""; }

.fa-pallet-alt:before {
  content: ""; }

.fa-paper-plane:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-paste:before {
  content: ""; }

.fa-patreon:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-pen:before {
  content: ""; }

.fa-pen-alt:before {
  content: ""; }

.fa-pen-square:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-pencil-alt:before {
  content: ""; }

.fa-pennant:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-periscope:before {
  content: ""; }

.fa-phabricator:before {
  content: ""; }

.fa-phoenix-framework:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-phone-slash:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-phone-volume:before {
  content: ""; }

.fa-php:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pills:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-plane-alt:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-playstation:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-plus-hexagon:before {
  content: ""; }

.fa-plus-octagon:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-poo:before {
  content: ""; }

.fa-portrait:before {
  content: ""; }

.fa-pound-sign:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-prescription-bottle:before {
  content: ""; }

.fa-prescription-bottle-alt:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-procedures:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-pushed:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-python:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-question-square:before {
  content: ""; }

.fa-quidditch:before {
  content: ""; }

.fa-quinscape:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-racquet:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-react:before {
  content: ""; }

.fa-rebel:before {
  content: ""; }

.fa-rectangle-landscape:before {
  content: ""; }

.fa-rectangle-portrait:before {
  content: ""; }

.fa-rectangle-wide:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-red-river:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-redo:before {
  content: ""; }

.fa-redo-alt:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-rendact:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-repeat:before {
  content: ""; }

.fa-repeat-1:before {
  content: ""; }

.fa-repeat-1-alt:before {
  content: ""; }

.fa-repeat-alt:before {
  content: ""; }

.fa-reply:before {
  content: ""; }

.fa-reply-all:before {
  content: ""; }

.fa-replyd:before {
  content: ""; }

.fa-resolving:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-retweet-alt:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-rocketchat:before {
  content: ""; }

.fa-rockrms:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-ruble-sign:before {
  content: ""; }

.fa-rupee-sign:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-sass:before {
  content: ""; }

.fa-save:before {
  content: ""; }

.fa-scanner:before {
  content: ""; }

.fa-scanner-keyboard:before {
  content: ""; }

.fa-scanner-touchscreen:before {
  content: ""; }

.fa-schlix:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-scrubber:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-searchengin:before {
  content: ""; }

.fa-sellcast:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-servicestack:before {
  content: ""; }

.fa-share:before {
  content: ""; }

.fa-share-all:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-shekel-sign:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-shield-alt:before {
  content: ""; }

.fa-shield-check:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-shipping-fast:before {
  content: ""; }

.fa-shipping-timed:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-shuttlecock:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-sign-in-alt:before {
  content: ""; }

.fa-sign-language:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-sign-out-alt:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-sistrix:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-slack-hash:before {
  content: ""; }

.fa-sliders-h:before {
  content: ""; }

.fa-sliders-h-square:before {
  content: ""; }

.fa-sliders-v:before {
  content: ""; }

.fa-sliders-v-square:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-smile:before {
  content: ""; }

.fa-smoking:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-snowflake:before {
  content: ""; }

.fa-sort:before {
  content: ""; }

.fa-sort-alpha-down:before {
  content: ""; }

.fa-sort-alpha-up:before {
  content: ""; }

.fa-sort-amount-down:before {
  content: ""; }

.fa-sort-amount-up:before {
  content: ""; }

.fa-sort-down:before {
  content: ""; }

.fa-sort-numeric-down:before {
  content: ""; }

.fa-sort-numeric-up:before {
  content: ""; }

.fa-sort-up:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-spade:before {
  content: ""; }

.fa-speakap:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-spinner-third:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-square-full:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-exclamation:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-staylinked:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-steam-symbol:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-sticker-mule:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stopwatch:before {
  content: ""; }

.fa-strava:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-stripe:before {
  content: ""; }

.fa-stripe-s:before {
  content: ""; }

.fa-studiovinari:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-sun:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-supple:before {
  content: ""; }

.fa-sync:before {
  content: ""; }

.fa-sync-alt:before {
  content: ""; }

.fa-syringe:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-table-tennis:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-tablet-alt:before {
  content: ""; }

.fa-tablet-android:before {
  content: ""; }

.fa-tablet-android-alt:before {
  content: ""; }

.fa-tablet-rugged:before {
  content: ""; }

.fa-tablets:before {
  content: ""; }

.fa-tachometer:before {
  content: ""; }

.fa-tachometer-alt:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-taxi:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-telegram-plane:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-tennis-ball:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-thermometer:before {
  content: ""; }

.fa-thermometer-empty:before {
  content: ""; }

.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbtack:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-ticket-alt:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-times-hexagon:before {
  content: ""; }

.fa-times-octagon:before {
  content: ""; }

.fa-times-square:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-trash-alt:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-tree-alt:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-triangle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-trophy-alt:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-tv:before {
  content: ""; }

.fa-tv-retro:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-typo3:before {
  content: ""; }

.fa-uber:before {
  content: ""; }

.fa-uikit:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-undo:before {
  content: ""; }

.fa-undo-alt:before {
  content: ""; }

.fa-uniregistry:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-university:before {
  content: ""; }

.fa-unlink:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-untappd:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-usd-circle:before {
  content: ""; }

.fa-usd-square:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-user-alt:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-users:before {
  content: ""; }

.fa-ussunnah:before {
  content: ""; }

.fa-utensil-fork:before {
  content: ""; }

.fa-utensil-knife:before {
  content: ""; }

.fa-utensil-spoon:before {
  content: ""; }

.fa-utensils:before {
  content: ""; }

.fa-utensils-alt:before {
  content: ""; }

.fa-vaadin:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-vial:before {
  content: ""; }

.fa-vials:before {
  content: ""; }

.fa-viber:before {
  content: ""; }

.fa-video:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-vimeo-v:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-vnv:before {
  content: ""; }

.fa-volleyball-ball:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-mute:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-vuejs:before {
  content: ""; }

.fa-warehouse:before {
  content: ""; }

.fa-warehouse-alt:before {
  content: ""; }

.fa-watch:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-weight:before {
  content: ""; }

.fa-weixin:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-whatsapp-square:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-whistle:before {
  content: ""; }

.fa-whmcs:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-window:before {
  content: ""; }

.fa-window-alt:before {
  content: ""; }

.fa-window-close:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-won-sign:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-wordpress-simple:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-x-ray:before {
  content: ""; }

.fa-xbox:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-y-combinator:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-yandex:before {
  content: ""; }

.fa-yandex-international:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-yen-sign:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Pro 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("vendor/font_awesome/webfonts/fa-light-300.eot");
  src: url("vendor/font_awesome/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("vendor/font_awesome/webfonts/fa-light-300.woff2") format("woff2"), url("vendor/font_awesome/webfonts/fa-light-300.woff") format("woff"), url("vendor/font_awesome/webfonts/fa-light-300.ttf") format("truetype"), url("vendor/font_awesome/webfonts/fa-light-300.svg#fontawesome") format("svg"); }
.fal, .fa {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-rotating-plane"></div>
 *
 */
.sk-spinner-rotating-plane.sk-spinner {
  width: 30px;
  height: 30px;
  background-color: #3d5378;
  margin: 0 auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-double-bounce">
 *      <div class="sk-double-bounce1"></div>
 *      <div class="sk-double-bounce2"></div>
 *    </div>
 *
 */
.sk-spinner-double-bounce.sk-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto; }

.sk-spinner-double-bounce .sk-double-bounce1, .sk-spinner-double-bounce .sk-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #3d5378;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out; }

.sk-spinner-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
.sk-spinner-wave.sk-spinner {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px; }

.sk-spinner-wave div {
  background-color: #3d5378;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }

.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }
@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wandering-cubes">
 *      <div class="sk-cube1"></div>
 *      <div class="sk-cube2"></div>
 *    </div>
 *
 */
.sk-spinner-wandering-cubes.sk-spinner {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  position: relative; }

.sk-spinner-wandering-cubes .sk-cube1, .sk-spinner-wandering-cubes .sk-cube2 {
  background-color: #3d5378;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
  animation: sk-wanderingCubeMove 1.8s infinite ease-in-out; }

.sk-spinner-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse.sk-spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #3d5378;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-chasing-dots">
 *      <div class="sk-dot1"></div>
 *      <div class="sk-dot2"></div>
 *    </div>
 *
 */
.sk-spinner-chasing-dots.sk-spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear; }

.sk-spinner-chasing-dots .sk-dot1, .sk-spinner-chasing-dots .sk-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #3d5378;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out; }

.sk-spinner-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center; }

.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #3d5378;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative; }

.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #3d5378;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-cube-grid">
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *    </div>
 *
 */
.sk-spinner-cube-grid {
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */ }

.sk-spinner-cube-grid.sk-spinner {
  width: 30px;
  height: 30px;
  margin: 0 auto; }

.sk-spinner-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #3d5378;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-spinner-cube-grid .sk-cube:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-spinner-cube-grid .sk-cube:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-spinner-cube-grid .sk-cube:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-spinner-cube-grid .sk-cube:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-spinner-cube-grid .sk-cube:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-spinner-cube-grid .sk-cube:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-spinner-cube-grid .sk-cube:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-spinner-cube-grid .sk-cube:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-spinner-cube-grid .sk-cube:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wordpress">
 *      <span class="sk-inner-circle"></span>
 *    </div>
 *
 */
.sk-spinner-wordpress.sk-spinner {
  background-color: #3d5378;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
  -webkit-animation: sk-innerCircle 1s linear infinite;
  animation: sk-innerCircle 1s linear infinite; }

.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px; }

@-webkit-keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-fading-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative; }

.sk-spinner-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-spinner-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 18%;
  height: 18%;
  background-color: #3d5378;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.sk-spinner-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-spinner-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-spinner-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-spinner-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-spinner-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-spinner-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-spinner-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-spinner-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-spinner-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-spinner-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-spinner-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-spinner-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-spinner-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-spinner-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-spinner-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-spinner-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-spinner-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-spinner-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-spinner-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-spinner-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-spinner-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-spinner-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

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