﻿@charset "UTF-8";
/**
* Modulo POI 2018
*
* Padrões de organização CSS  
*
* Nomenclatura BEM   (estrutura de codificação mais consistente nos arquivos CSS/SASS)
* Organização de CSS (SMACSS - scalable and modular architecture for CSS)
* 
* @project      Car10 / POI
* @Version      2.0
* @package      Modulo
* @author       Davi Militão
* @copyright     2018 car10 tecnologia da informação
*
*/
@import 'https://fonts.googleapis.com/css?family=Montserrat:300,400,700';
body {
  padding-bottom: 0px; }

/*@font-face {
    font-family: 'exo_2light';
    src: url('../../lib/fonts/exo2-light-webfont.woff2') format('woff2'), url('../../lib/fonts/exo2-light-webfont.woff') format('woff'), url('../../lib/fonts/exo2-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Exo-Bold";
    src: url("../../lib/fonts/Exo-Bold.eot") format("eot"), url("../../lib/fonts/Exo-Bold.woff") format("woff"), url("../../lib/fonts/Exo-Bold.ttf") format("truetype"), url("../../lib/fonts/Exo-Bold.svg#Exo-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    font-style: normal;
    font-weight: 300;
    src: url('../../lib/fonts/exo-v6-latin-300.eot');*/
/* IE9 Compat Modes */
/*src: local('Exo Light'), local('Exo-Light'), url('../../lib/fonts/exo-v6-latin-300.eot?#iefix') format('embedded-opentype'),*/
/* IE6-IE8 */
/*url('../../lib/fonts/exo-v6-latin-300.woff2') format('woff2'),*/
/* Super Modern Browsers */
/*url('../../lib/fonts/exo-v6-latin-300.woff') format('woff'),*/
/* Modern Browsers */
/*url('../../lib/fonts/exo-v6-latin-300.ttf') format('truetype'),*/
/* Safari, Android, iOS */
/*url('../../lib/fonts/exo-v6-latin-300.svg#Exo') format('svg');*/
/* Legacy iOS */
/*}*/
@font-face {
  font-family: 'poppinsbold';
  src: url("../../lib/fonts/poppins-bold-webfont.woff2") format("woff2"), url("../../lib/fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'poppinslight';
  src: url("../../lib/fonts/poppins-light-webfont.woff2") format("woff2"), url("../../lib/fonts/poppins-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'poppinsregular';
  src: url("../../lib/fonts/poppins-regular-webfont.woff2") format("woff2"), url("../../lib/fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "poppinsregular", Verdana, sans-serif !important;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: #5f6468;
  background: #f0f0f0; }
  body .site-container {
    max-width: 1920px;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 0; }

label {
  font-weight: 300; }

strong {
  font-family: "poppinsbold", Verdana, sans-serif; }

h1, h2, h3, h4 {
  font-family: "poppinsbold", Verdana, sans-serif; }

.txt-featured {
  font-weight: 600;
  color: #333;
  line-height: 16px; }

.txt-common {
  font-weight: normal;
  color: #525252; }

@media only screen and (min-width: 320px) and (max-width: 740px) {
  body .site-container {
    display: block !important; } }

.loadingWebsite {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(245, 166, 35, 0.76);
  background-size: 150px;
  background-image: url(../../images/loading/loading_2final.gif); }

#loading {
  position: fixed;
  z-index: 99999999;
  width: 100%;
  height: 100vh;
  display: none;
  top: 0;
  background: url(../../images/loading/loading_2final.gif) center center no-repeat rgba(96, 125, 139, 0.8);
  background-size: 150px;
  -moz-box-shadow: 0 2px 5px 0 #808080;
  -webkit-box-shadow: 0 1px 5px 0 #808080;
  box-shadow: 0 2px 5px 0 #808080; }

.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 8px 0px 4px; }
  .breadcrumb a {
    color: #cacaca; }
  .breadcrumb .active {
    color: #cacaca; }

/* estilos de cores e ações dos botões
*/
.poi__btn.poi-default, .poi__btn--flat.poi-default, .poi__btn--outline.poi-default {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #fff;
  background: #2E2D37;
  min-height: 40px;
  line-height: 34px;
  position: relative;
  overflow: hidden;
  font-family: "poppinsbold", Verdana, sans-serif;
  letter-spacing: normal;
  padding: 5px 8px; }
  .poi__btn.poi-default:hover, .poi__btn--flat.poi-default:hover, .poi__btn--outline.poi-default:hover, .poi__btn.poi-default:focus, .poi__btn--flat.poi-default:focus, .poi__btn--outline.poi-default:focus, .poi__btn.poi-default:active, .poi__btn--flat.poi-default:active, .poi__btn--outline.poi-default:active {
    text-decoration: none;
    outline: none; }
  .poi__btn.poi-default:hover, .poi__btn--flat.poi-default:hover, .poi__btn--outline.poi-default:hover {
    border-color: #222229;
    background-color: #222229; }
  .poi__btn.poi-default:active, .poi__btn--flat.poi-default:active, .poi__btn--outline.poi-default:active {
    border-color: #121115;
    background-color: #121115; }
  .-hollow.poi__btn.poi-default, .-hollow.poi__btn--flat.poi-default, .-hollow.poi__btn--outline.poi-default {
    background: none;
    color: #fff;
    border: 3px solid #2E2D37; }
    .-hollow.poi__btn.poi-default:hover, .-hollow.poi__btn--flat.poi-default:hover, .-hollow.poi__btn--outline.poi-default:hover, .-hollow.poi__btn.poi-default:focus, .-hollow.poi__btn--flat.poi-default:focus, .-hollow.poi__btn--outline.poi-default:focus, .-hollow.poi__btn.poi-default:active, .-hollow.poi__btn--flat.poi-default:active, .-hollow.poi__btn--outline.poi-default:active {
      color: #fff;
      background: #2E2D37;
      text-decoration: none; }

.poi__btn.poi-primary, .poi__btn--flat.poi-primary, .poi__btn--outline.poi-primary {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #ffffff;
  background: #F3123C;
  min-height: 40px;
  line-height: 34px;
  position: relative;
  overflow: hidden;
  font-family: "poppinsbold", Verdana, sans-serif;
  letter-spacing: normal;
  padding: 5px 8px; }
  .poi__btn.poi-primary:hover, .poi__btn--flat.poi-primary:hover, .poi__btn--outline.poi-primary:hover, .poi__btn.poi-primary:focus, .poi__btn--flat.poi-primary:focus, .poi__btn--outline.poi-primary:focus, .poi__btn.poi-primary:active, .poi__btn--flat.poi-primary:active, .poi__btn--outline.poi-primary:active {
    text-decoration: none;
    outline: none; }
  .poi__btn.poi-primary:hover, .poi__btn--flat.poi-primary:hover, .poi__btn--outline.poi-primary:hover {
    border-color: #e00b33;
    background-color: #e00b33; }
  .poi__btn.poi-primary:active, .poi__btn--flat.poi-primary:active, .poi__btn--outline.poi-primary:active {
    border-color: #be0a2b;
    background-color: #be0a2b; }
  .-hollow.poi__btn.poi-primary, .-hollow.poi__btn--flat.poi-primary, .-hollow.poi__btn--outline.poi-primary {
    background: none;
    color: #ffffff;
    border: 3px solid #F3123C; }
    .-hollow.poi__btn.poi-primary:hover, .-hollow.poi__btn--flat.poi-primary:hover, .-hollow.poi__btn--outline.poi-primary:hover, .-hollow.poi__btn.poi-primary:focus, .-hollow.poi__btn--flat.poi-primary:focus, .-hollow.poi__btn--outline.poi-primary:focus, .-hollow.poi__btn.poi-primary:active, .-hollow.poi__btn--flat.poi-primary:active, .-hollow.poi__btn--outline.poi-primary:active {
      color: #ffffff;
      background: #F3123C;
      text-decoration: none; }

.poi__btn.poi-secondary, .poi__btn--flat.poi-secondary, .poi__btn--outline.poi-secondary {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #ffffff;
  background: #2E2D37;
  min-height: 40px;
  line-height: 34px;
  position: relative;
  overflow: hidden;
  font-family: "poppinsbold", Verdana, sans-serif;
  letter-spacing: normal;
  padding: 5px 8px; }
  .poi__btn.poi-secondary:hover, .poi__btn--flat.poi-secondary:hover, .poi__btn--outline.poi-secondary:hover, .poi__btn.poi-secondary:focus, .poi__btn--flat.poi-secondary:focus, .poi__btn--outline.poi-secondary:focus, .poi__btn.poi-secondary:active, .poi__btn--flat.poi-secondary:active, .poi__btn--outline.poi-secondary:active {
    text-decoration: none;
    outline: none; }
  .poi__btn.poi-secondary:hover, .poi__btn--flat.poi-secondary:hover, .poi__btn--outline.poi-secondary:hover {
    border-color: #222229;
    background-color: #222229; }
  .poi__btn.poi-secondary:active, .poi__btn--flat.poi-secondary:active, .poi__btn--outline.poi-secondary:active {
    border-color: #121115;
    background-color: #121115; }
  .-hollow.poi__btn.poi-secondary, .-hollow.poi__btn--flat.poi-secondary, .-hollow.poi__btn--outline.poi-secondary {
    background: none;
    color: #ffffff;
    border: 3px solid #2E2D37; }
    .-hollow.poi__btn.poi-secondary:hover, .-hollow.poi__btn--flat.poi-secondary:hover, .-hollow.poi__btn--outline.poi-secondary:hover, .-hollow.poi__btn.poi-secondary:focus, .-hollow.poi__btn--flat.poi-secondary:focus, .-hollow.poi__btn--outline.poi-secondary:focus, .-hollow.poi__btn.poi-secondary:active, .-hollow.poi__btn--flat.poi-secondary:active, .-hollow.poi__btn--outline.poi-secondary:active {
      color: #ffffff;
      background: #2E2D37;
      text-decoration: none; }

.poi__btn.poi-success, .poi__btn--flat.poi-success, .poi__btn--outline.poi-success {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #ffffff;
  background: #F3123C;
  min-height: 40px;
  line-height: 34px;
  position: relative;
  overflow: hidden;
  font-family: "poppinsbold", Verdana, sans-serif;
  letter-spacing: normal;
  padding: 5px 8px; }
  .poi__btn.poi-success:hover, .poi__btn--flat.poi-success:hover, .poi__btn--outline.poi-success:hover, .poi__btn.poi-success:focus, .poi__btn--flat.poi-success:focus, .poi__btn--outline.poi-success:focus, .poi__btn.poi-success:active, .poi__btn--flat.poi-success:active, .poi__btn--outline.poi-success:active {
    text-decoration: none;
    outline: none; }
  .poi__btn.poi-success:hover, .poi__btn--flat.poi-success:hover, .poi__btn--outline.poi-success:hover {
    border-color: #e00b33;
    background-color: #e00b33; }
  .poi__btn.poi-success:active, .poi__btn--flat.poi-success:active, .poi__btn--outline.poi-success:active {
    border-color: #be0a2b;
    background-color: #be0a2b; }
  .-hollow.poi__btn.poi-success, .-hollow.poi__btn--flat.poi-success, .-hollow.poi__btn--outline.poi-success {
    background: none;
    color: #ffffff;
    border: 3px solid #F3123C; }
    .-hollow.poi__btn.poi-success:hover, .-hollow.poi__btn--flat.poi-success:hover, .-hollow.poi__btn--outline.poi-success:hover, .-hollow.poi__btn.poi-success:focus, .-hollow.poi__btn--flat.poi-success:focus, .-hollow.poi__btn--outline.poi-success:focus, .-hollow.poi__btn.poi-success:active, .-hollow.poi__btn--flat.poi-success:active, .-hollow.poi__btn--outline.poi-success:active {
      color: #ffffff;
      background: #F3123C;
      text-decoration: none; }

.poi__btn.poi-tutorial, .poi__btn--flat.poi-tutorial, .poi__btn--outline.poi-tutorial {
  font-size: 16px;
  font-weight: lighter;
  font-family: "poppinsregular", Verdana, sans-serif;
  min-height: 40px !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #ffffff;
  background: #2E2D37;
  min-height: 40px;
  line-height: 34px;
  position: relative;
  overflow: hidden;
  font-family: "poppinsbold", Verdana, sans-serif;
  letter-spacing: normal;
  padding: 5px 8px; }
  .poi__btn.poi-tutorial:hover, .poi__btn--flat.poi-tutorial:hover, .poi__btn--outline.poi-tutorial:hover, .poi__btn.poi-tutorial:focus, .poi__btn--flat.poi-tutorial:focus, .poi__btn--outline.poi-tutorial:focus, .poi__btn.poi-tutorial:active, .poi__btn--flat.poi-tutorial:active, .poi__btn--outline.poi-tutorial:active {
    text-decoration: none;
    outline: none; }
  .poi__btn.poi-tutorial:hover, .poi__btn--flat.poi-tutorial:hover, .poi__btn--outline.poi-tutorial:hover {
    border-color: #222229;
    background-color: #222229; }
  .poi__btn.poi-tutorial:active, .poi__btn--flat.poi-tutorial:active, .poi__btn--outline.poi-tutorial:active {
    border-color: #121115;
    background-color: #121115; }
  .-hollow.poi__btn.poi-tutorial, .-hollow.poi__btn--flat.poi-tutorial, .-hollow.poi__btn--outline.poi-tutorial {
    background: none;
    color: #ffffff;
    border: 3px solid #2E2D37; }
    .-hollow.poi__btn.poi-tutorial:hover, .-hollow.poi__btn--flat.poi-tutorial:hover, .-hollow.poi__btn--outline.poi-tutorial:hover, .-hollow.poi__btn.poi-tutorial:focus, .-hollow.poi__btn--flat.poi-tutorial:focus, .-hollow.poi__btn--outline.poi-tutorial:focus, .-hollow.poi__btn.poi-tutorial:active, .-hollow.poi__btn--flat.poi-tutorial:active, .-hollow.poi__btn--outline.poi-tutorial:active {
      color: #ffffff;
      background: #2E2D37;
      text-decoration: none; }

/**
* Extends necessarios
*/
.poi-default.poi__btn--link {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #009cde;
  background: transparent;
  min-height: 40px;
  line-height: 34px;
  position: relative;
  overflow: hidden;
  font-family: "poppinsbold", Verdana, sans-serif;
  letter-spacing: normal;
  padding: 5px 8px; }
  .poi-default.poi__btn--link:hover, .poi-default.poi__btn--link:focus, .poi-default.poi__btn--link:active {
    text-decoration: none;
    outline: none; }
  .poi-default.poi__btn--link:hover {
    border-color: transparent;
    background-color: transparent; }
  .poi-default.poi__btn--link:active {
    border-color: transparent;
    background-color: transparent; }
  .poi-default.-hollow.poi__btn--link {
    background: none;
    color: #009cde;
    border: 3px solid transparent; }
    .poi-default.-hollow.poi__btn--link:hover, .poi-default.-hollow.poi__btn--link:focus, .poi-default.-hollow.poi__btn--link:active {
      color: #009cde;
      background: transparent;
      text-decoration: none; }
  .poi-default.poi__btn--link:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
    color: #001f2c;
    background: transparent;
    min-height: 40px;
    line-height: 34px;
    position: relative;
    overflow: hidden;
    font-family: "poppinsbold", Verdana, sans-serif;
    letter-spacing: normal;
    padding: 5px 8px;
    text-decoration: underline !important; }
    .poi-default.poi__btn--link:hover:hover, .poi-default.poi__btn--link:hover:focus, .poi-default.poi__btn--link:hover:active {
      text-decoration: none;
      outline: none; }
    .poi-default.poi__btn--link:hover:hover {
      border-color: transparent;
      background-color: transparent; }
    .poi-default.poi__btn--link:hover:active {
      border-color: transparent;
      background-color: transparent; }
    .poi-default.poi__btn--link:hover.-hollow {
      background: none;
      color: #001f2c;
      border: 3px solid transparent; }
      .poi-default.poi__btn--link:hover.-hollow:hover, .poi-default.poi__btn--link:hover.-hollow:focus, .poi-default.poi__btn--link:hover.-hollow:active {
        color: #001f2c;
        background: transparent;
        text-decoration: none; }

.poi__btn:active {
  -webkit-box-shadow: inset 0 0px 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0px 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0px 0 0 rgba(0, 0, 0, 0.5); }

.poi__btn--modal.poi-default, .poi__btn--modal.poi-primary, .poi__btn--modal.poi-secondary {
  font-weight: bold !important;
  text-transform: uppercase; }

/**
* chamada dos botões 
*/
.poi__btn {
  border: 0;
  display: inline-block;
  position: relative;
  overflow: hidden; }
  .poi__btn.poi-success:hover {
    color: #fff; }

.poi__btn--flat {
  font-weight: bold;
  font-size: 18px; }
  .poi__btn--flat.poi-success:hover {
    color: #fff; }
  .poi__btn--flat.width-aux {
    min-width: 260px; }
  .poi__btn--flat.btn-escolher {
    min-height: 40px !important;
    font-size: 18px !important;
    margin-top: 15px; }

.poi__btn--outline {
  font-size: 16px; }
  .poi__btn--outline.poi-success:hover {
    color: #fff; }
  .poi__btn--outline.poi-secondary {
    border-width: 1px;
    border-style: solid;
    border-color: #2E2D37;
    min-height: inherit;
    color: #2E2D37;
    background-color: transparent; }
    .poi__btn--outline.poi-secondary:hover {
      color: #fff;
      background-color: #2E2D37; }

.poi__btn--link {
  text-decoration: underline; }

.poi__btn--modal {
  font-weight: bold;
  background-color: transparent;
  font-size: 18px; }
  .poi__btn--modal.poi-default {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
    color: #afafaf;
    background: transparent;
    min-height: 40px;
    line-height: 34px;
    position: relative;
    overflow: hidden;
    font-family: "poppinsbold", Verdana, sans-serif;
    letter-spacing: normal;
    padding: 5px 8px; }
    .poi__btn--modal.poi-default:hover, .poi__btn--modal.poi-default:focus, .poi__btn--modal.poi-default:active {
      text-decoration: none;
      outline: none; }
    .poi__btn--modal.poi-default:hover {
      border-color: transparent;
      background-color: transparent; }
    .poi__btn--modal.poi-default:active {
      border-color: transparent;
      background-color: transparent; }
    .poi__btn--modal.poi-default.-hollow {
      background: none;
      color: #afafaf;
      border: 3px solid transparent; }
      .poi__btn--modal.poi-default.-hollow:hover, .poi__btn--modal.poi-default.-hollow:focus, .poi__btn--modal.poi-default.-hollow:active {
        color: #afafaf;
        background: transparent;
        text-decoration: none; }
    .poi__btn--modal.poi-default:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -moz-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
      -o-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
      -webkit-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
      transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
      color: #afafaf;
      background: #fefefe;
      min-height: 40px;
      line-height: 34px;
      position: relative;
      overflow: hidden;
      font-family: "poppinsbold", Verdana, sans-serif;
      letter-spacing: normal;
      padding: 5px 8px; }
      .poi__btn--modal.poi-default:hover:hover, .poi__btn--modal.poi-default:hover:focus, .poi__btn--modal.poi-default:hover:active {
        text-decoration: none;
        outline: none; }
      .poi__btn--modal.poi-default:hover:hover {
        border-color: #f0f0f3;
        background-color: #f0f0f3; }
      .poi__btn--modal.poi-default:hover:active {
        border-color: #dddce3;
        background-color: #dddce3; }
      .poi__btn--modal.poi-default:hover.-hollow {
        background: none;
        color: #afafaf;
        border: 3px solid #fefefe; }
        .poi__btn--modal.poi-default:hover.-hollow:hover, .poi__btn--modal.poi-default:hover.-hollow:focus, .poi__btn--modal.poi-default:hover.-hollow:active {
          color: #afafaf;
          background: #fefefe;
          text-decoration: none; }
  .poi__btn--modal.poi-primary {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
    color: #F3123C;
    background: transparent;
    min-height: 40px;
    line-height: 34px;
    position: relative;
    overflow: hidden;
    font-family: "poppinsbold", Verdana, sans-serif;
    letter-spacing: normal;
    padding: 5px 8px; }
    .poi__btn--modal.poi-primary:hover, .poi__btn--modal.poi-primary:focus, .poi__btn--modal.poi-primary:active {
      text-decoration: none;
      outline: none; }
    .poi__btn--modal.poi-primary:hover {
      border-color: transparent;
      background-color: transparent; }
    .poi__btn--modal.poi-primary:active {
      border-color: transparent;
      background-color: transparent; }
    .poi__btn--modal.poi-primary.-hollow {
      background: none;
      color: #F3123C;
      border: 3px solid transparent; }
      .poi__btn--modal.poi-primary.-hollow:hover, .poi__btn--modal.poi-primary.-hollow:focus, .poi__btn--modal.poi-primary.-hollow:active {
        color: #F3123C;
        background: transparent;
        text-decoration: none; }
    .poi__btn--modal.poi-primary:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -moz-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
      -o-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
      -webkit-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
      transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
      color: #F3123C;
      background: #fefefe;
      min-height: 40px;
      line-height: 34px;
      position: relative;
      overflow: hidden;
      font-family: "poppinsbold", Verdana, sans-serif;
      letter-spacing: normal;
      padding: 5px 8px; }
      .poi__btn--modal.poi-primary:hover:hover, .poi__btn--modal.poi-primary:hover:focus, .poi__btn--modal.poi-primary:hover:active {
        text-decoration: none;
        outline: none; }
      .poi__btn--modal.poi-primary:hover:hover {
        border-color: #f0f0f3;
        background-color: #f0f0f3; }
      .poi__btn--modal.poi-primary:hover:active {
        border-color: #dddce3;
        background-color: #dddce3; }
      .poi__btn--modal.poi-primary:hover.-hollow {
        background: none;
        color: #F3123C;
        border: 3px solid #fefefe; }
        .poi__btn--modal.poi-primary:hover.-hollow:hover, .poi__btn--modal.poi-primary:hover.-hollow:focus, .poi__btn--modal.poi-primary:hover.-hollow:active {
          color: #F3123C;
          background: #fefefe;
          text-decoration: none; }
  .poi__btn--modal.poi-secondary {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
    color: #fff;
    background: transparent;
    min-height: 40px;
    line-height: 34px;
    position: relative;
    overflow: hidden;
    font-family: "poppinsbold", Verdana, sans-serif;
    letter-spacing: normal;
    padding: 5px 8px; }
    .poi__btn--modal.poi-secondary:hover, .poi__btn--modal.poi-secondary:focus, .poi__btn--modal.poi-secondary:active {
      text-decoration: none;
      outline: none; }
    .poi__btn--modal.poi-secondary:hover {
      border-color: transparent;
      background-color: transparent; }
    .poi__btn--modal.poi-secondary:active {
      border-color: transparent;
      background-color: transparent; }
    .poi__btn--modal.poi-secondary.-hollow {
      background: none;
      color: #fff;
      border: 3px solid transparent; }
      .poi__btn--modal.poi-secondary.-hollow:hover, .poi__btn--modal.poi-secondary.-hollow:focus, .poi__btn--modal.poi-secondary.-hollow:active {
        color: #fff;
        background: transparent;
        text-decoration: none; }
    .poi__btn--modal.poi-secondary:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -moz-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
      -o-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
      -webkit-transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
      transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
      color: #fff;
      background: #5d5b6f;
      min-height: 40px;
      line-height: 34px;
      position: relative;
      overflow: hidden;
      font-family: "poppinsbold", Verdana, sans-serif;
      letter-spacing: normal;
      padding: 5px 8px; }
      .poi__btn--modal.poi-secondary:hover:hover, .poi__btn--modal.poi-secondary:hover:focus, .poi__btn--modal.poi-secondary:hover:active {
        text-decoration: none;
        outline: none; }
      .poi__btn--modal.poi-secondary:hover:hover {
        border-color: #514f61;
        background-color: #514f61; }
      .poi__btn--modal.poi-secondary:hover:active {
        border-color: #413f4d;
        background-color: #413f4d; }
      .poi__btn--modal.poi-secondary:hover.-hollow {
        background: none;
        color: #fff;
        border: 3px solid #5d5b6f; }
        .poi__btn--modal.poi-secondary:hover.-hollow:hover, .poi__btn--modal.poi-secondary:hover.-hollow:focus, .poi__btn--modal.poi-secondary:hover.-hollow:active {
          color: #fff;
          background: #5d5b6f;
          text-decoration: none; }

.poi__btn--icon.poi-block {
  display: inline-block;
  color: #F3123C;
  padding: 5px 0; }
  .poi__btn--icon.poi-block .line-icon {
    width: 100%;
    font-size: 32px; }
  .poi__btn--icon.poi-block .line-text {
    width: 100%;
    font-size: 10px;
    display: block; }
  .poi__btn--icon.poi-block:hover {
    color: #005478; }

.poi__btn--icon.poi-inline--success {
  display: inline-block;
  margin-right: 8px; }
  .poi__btn--icon.poi-inline--success .line-icon {
    color: #F3123C;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold; }
  .poi__btn--icon.poi-inline--success .line-text {
    color: #2E2D37;
    font-size: 11px;
    margin-left: -3px; }

.poi__btn--icon.poi-inline--primary {
  color: #000;
  display: inline-block;
  margin-right: 8px; }
  .poi__btn--icon.poi-inline--primary .line-icon {
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: #F3123C; }
  .poi__btn--icon.poi-inline--primary .line-text {
    font-size: 11px;
    margin-left: -3px; }

.btn__car10--colllapse {
  font-family: "poppinsbold", Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #2E2D37;
  padding: 13px; }
  .btn__car10--colllapse:hover {
    text-decoration: underline; }
  .btn__car10--colllapse:active {
    box-shadow: none; }

.btn-parcelas {
  background-color: #4a4a4a;
  border: 1px solid #4a4a4a;
  font-size: 15px;
  border-radius: 8px;
  padding: 6px 15px;
  margin-right: 15px;
  color: #fff; }
  .btn-parcelas:hover, .btn-parcelas:focus, .btn-parcelas:active {
    background-color: #fff;
    color: #4a4a4a;
    outline: none !important; }

.dropdown-toggle {
  margin-top: 5px;
  font-size: 16px;
  color: #fff; }
  .dropdown-toggle:hover, .dropdown-toggle:focus, .dropdown-toggle:active {
    outline: none !important;
    color: #fff; }
  .dropdown-toggle.btn-link {
    color: #fff; }
    .dropdown-toggle.btn-link:hover {
      color: #fff;
      text-decoration: underline; }
    .dropdown-toggle.btn-link:focus, .dropdown-toggle.btn-link:active {
      color: #fff; }
  .dropdown-toggle .caret {
    margin-left: 5px;
    margin-bottom: 8px; }
  .dropdown-toggle .caret {
    border-top: 7px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }

.car10-dismiss {
  box-shadow: none;
  color: #fff;
  font-size: 27px;
  padding: 3px 15px;
  border: 1px solid #F3123C;
  margin: 0 15px;
  border-radius: 50%; }
  .car10-dismiss:hover, .car10-dismiss:active, .car10-dismiss:focus {
    border-color: #f54364;
    color: #fff;
    background-color: #F3123C; }

.menu-logado a.item-list, .menu-logado button.item-list {
  font-size: 16px;
  text-transform: uppercase; }

.btn-block-poi {
  max-width: 240px;
  width: 100%; }

@media screen and (min-width: 320px) and (max-width: 667px) {
  .btn-link-xs {
    font-weight: bold;
    color: #F3123C;
    text-decoration: none;
    font-size: 16px;
    margin-top: 15px;
    border: none !important;
    float: none !important;
    width: 100%; }
  .btn-mapa-responsive .mapBtn {
    display: inline-block;
    color: #F3123C;
    padding: 5px 6px;
    border: 1px solid #dedede;
    border-radius: 50%;
    z-index: 1;
    background: #fff;
    margin-top: -30px;
    margin-bottom: 20px; }
    .btn-mapa-responsive .mapBtn i {
      font-size: 34px; }
    .btn-mapa-responsive .mapBtn:hover {
      color: #fff;
      background-color: #F3123C; } }

/**
* efeito ao clicar no botao
*/
.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear; }

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5); } }

@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5); } }

@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5); } }

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5); } }

.card {
  display: block;
  transition: all 250ms; }
  .card:hover {
    transform: translateY(-5px); }

.card-poi, .card-poi--pecas, .card-poi--adicinais, .card-poi--dashboard, .card-poi--pagfacil, .card-poi--pagfacil--busca, .card-poi--pagfacil--legenda {
  background-color: #fff;
  border: 1px solid rgba(175, 175, 175, 0.3);
  border-radius: 4px;
  display: inline-block;
  padding: 20px;
  width: 100%; }

.no-style {
  background: transparent;
  border: none; }

.card-poi {
  margin-top: 5px;
  border-color: transparent; }
  .card-poi .card-col {
    float: left;
    position: relative;
    min-height: 1px; }

.card-poi--pecas {
  border-color: transparent;
  margin-top: 5px;
  padding-left: 0; }
  .card-poi--pecas-1 {
    width: 50%; }
  .card-poi--pecas-2 {
    width: 50%; }

.card-poi--adicinais {
  border-color: transparent;
  margin-top: 5px;
  padding-left: 0; }
  .card-poi--adicinais-1 {
    width: 50%; }
  .card-poi--adicinais-2 {
    width: 50%; }

.card-border-disorderly {
  padding: 0 15px;
  margin-top: 22px;
  margin-bottom: 25px; }
  .card-border-disorderly .border-row {
    border-bottom: 2px solid #ededed;
    border-top: none;
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed;
    min-height: 68px; }
    .card-border-disorderly .border-row:first-child {
      border-left: none; }
    .card-border-disorderly .border-row:last-child {
      border-right: none; }

.card-box-dados-adicionais.simple-dados-adicionais .card-box {
  border: solid 1px #ededed;
  border-left: 5px solid #024089;
  padding: 10px 15px 5px 15px;
  display: inline-block;
  width: 100%;
  min-height: 90px; }
  .card-box-dados-adicionais.simple-dados-adicionais .card-box label {
    color: #a3a3a3;
    margin-bottom: 0px; }
    .card-box-dados-adicionais.simple-dados-adicionais .card-box label.lbl-inline {
      width: 100%; }
  .card-box-dados-adicionais.simple-dados-adicionais .card-box .input-group-addon {
    display: none; }
  .card-box-dados-adicionais.simple-dados-adicionais .card-box input[type=text], .card-box-dados-adicionais.simple-dados-adicionais .card-box input[type=tel] {
    border-color: transparent;
    font-size: 20px;
    padding-left: 0;
    box-shadow: none; }

.card-poi--dashboard {
  border-color: transparent;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0; }

.card-valores-ocorrencia.card-01, .card-valores-ocorrencia.card-02, .card-valores-ocorrencia.card-03, .card-valores-ocorrencia.card-04 {
  background-repeat: no-repeat;
  padding-left: 110px;
  background-size: 80px;
  background-position: 10px;
  min-height: 100px; }

.card-valores-ocorrencia {
  padding: 25px;
  border: 1px dashed #dedede;
  background-color: #fff;
  margin: 35px 0 40px;
  border-radius: 4px; }
  .card-valores-ocorrencia label {
    width: 100%; }
    .card-valores-ocorrencia label:first-child {
      color: #a3a3a3;
      margin-bottom: 0px; }
    .card-valores-ocorrencia label:last-child {
      font-size: 20px;
      color: #5f5f5f; }
  .card-valores-ocorrencia.card-01 {
    background-image: url("../../images/icons/ic-adicionais-01.svg"); }
  .card-valores-ocorrencia.card-02 {
    background-image: url("../../images/icons/ic-adicionais-02.svg"); }
  .card-valores-ocorrencia.card-03 {
    background-image: url("../../images/icons/ic-adicionais-03.svg"); }
  .card-valores-ocorrencia.card-04 {
    background-image: url("../../images/icons/ic-adicionais-04.svg");
    border: 1px dashed #4a90e2; }
    .card-valores-ocorrencia.card-04 label {
      color: #4a90e2; }

.card-poi--pagfacil {
  border-color: transparent;
  padding-top: 0;
  margin-bottom: 30px; }

.card-poi--pagfacil--busca {
  border-color: transparent;
  padding-top: 0;
  margin-bottom: 30px; }

.card-poi--pagfacil--legenda {
  background-color: transparent;
  border-color: #d8d8d8;
  padding-top: 0;
  margin-bottom: 30px; }

@media screen and (min-width: 320px) and (max-width: 667px) {
  .card.card-Profile {
    margin: 0 auto;
    max-width: 100%; }
  .card-poi {
    background-color: #f0f0f0;
    padding: 0px; }
  .card-poi--pecas {
    width: auto;
    margin: 10px;
    padding: 20px 0px 5px 0;
    border: 1px solid rgba(175, 175, 175, 0.3);
    box-shadow: 0 1px 5.5px 0 rgba(0, 0, 0, 0.14); }
  .card-poi--adicinais {
    width: auto;
    display: block;
    margin: 10px;
    padding: 20px 0px 5px 0;
    border: 1px solid rgba(175, 175, 175, 0.3);
    box-shadow: 0 1px 5.5px 0 rgba(0, 0, 0, 0.14); }
    .card-poi--adicinais .card-box {
      margin-bottom: 15px; }
      .card-poi--adicinais .card-box label {
        min-height: 40px; }
  .card-border-disorderly .border-row {
    margin-top: 15px; }
    .card-border-disorderly .border-row:nth-child(3) {
      border-right: none; }
    .card-border-disorderly .border-row:nth-child(4) {
      border-left: none; }
  .row-responsive-card {
    background-color: #fff;
    border: 1px solid rgba(175, 175, 175, 0.3);
    box-shadow: 0 1px 5.5px 0 rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    display: inline-block;
    padding: 15px;
    width: auto;
    margin: 260px 10px 20px 10px;
    position: relative; }
  .valores-ocorrencia {
    /*Hack*/ }
    .valores-ocorrencia .row .col-xs-4, .valores-ocorrencia .row .col-xs-12 {
      padding-right: 10px;
      padding-left: 10px; }
  .card-valores-ocorrencia {
    min-height: 70px;
    margin: 15px 0; }
    .card-valores-ocorrencia label {
      width: 100%; }
      .card-valores-ocorrencia label:first-child {
        font-size: 13px; }
      .card-valores-ocorrencia label:last-child {
        font-size: 14px; }
    .card-valores-ocorrencia.card-04 {
      background-image: none;
      text-align: center;
      padding: 20px 15px;
      min-height: 57px;
      border-radius: 8px; }
      .card-valores-ocorrencia.card-04 label:first-child {
        font-size: 13px;
        width: auto;
        float: left; }
      .card-valores-ocorrencia.card-04 label:last-child {
        font-size: 14px;
        width: auto;
        float: right; }
    .card-valores-ocorrencia.card-01, .card-valores-ocorrencia.card-02, .card-valores-ocorrencia.card-03 {
      background-image: none;
      padding: 5px;
      line-height: 16px;
      text-align: center;
      min-height: 70px;
      border-radius: 8px; }
      .card-valores-ocorrencia.card-01 label:last-child, .card-valores-ocorrencia.card-02 label:last-child, .card-valores-ocorrencia.card-03 label:last-child {
        font-size: 14px;
        position: absolute;
        bottom: 15px;
        left: 0; }
  .valores-ocorrencia {
    margin: 15px 15px 95px; }
  .card-box-dados-adicionais.simple-dados-adicionais .card-box {
    border: none;
    min-height: inherit;
    padding: 0px 15px 0px 15px;
    margin-bottom: 0; }
  .card-box-dados-adicionais.simple-dados-adicionais {
    /*Hack*/ }
    .card-box-dados-adicionais.simple-dados-adicionais .col-xs-6:first-child {
      border-right: 1px solid #ededed;
      border-bottom: 1px solid #ededed; }
    .card-box-dados-adicionais.simple-dados-adicionais .col-xs-6:nth-child(2) {
      border-bottom: 1px solid #ededed; }
    .card-box-dados-adicionais.simple-dados-adicionais .col-xs-12 {
      margin-top: 15px;
      border-bottom: 1px solid #ededed; }
  .card-poi--dashboard .title-top--table-dash {
    border: none;
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px; }
    .card-poi--dashboard .title-top--table-dash h3 {
      border-left: 4px solid;
      padding-left: 15px; }
    .card-poi--dashboard .title-top--table-dash + .col-xs-12 {
      padding-right: 0;
      padding-left: 0; }
  .card-poi--dashboard table.dataTable tbody th, .card-poi--dashboard table.dataTable tbody td {
    text-align: right; }
  .card-poi--dashboard .rwd-table tr {
    border-bottom: 30px solid #ffffff !important;
    border-left: 5px solid #0f5bb4 !important;
    border-right: 1px solid #fff !important;
    border-top: 1px solid #fff !important; }
  .card-poi--dashboard .card-poi--dashboard table.dataTable tbody th, .card-poi--dashboard .card-poi--dashboard table.dataTable tbody td {
    text-align: right; }
  .card-poi--dashboard .rwd-table td:before {
    text-align: left;
    float: left; }
  .card-poi--dashboard .rwd-table tbody tr {
    border: none; }
    .card-poi--dashboard .rwd-table tbody tr.odd {
      background-color: #f4f6fa !important; }
  .card-poi--pagfacil {
    padding: 0;
    border: none; } }

.rwd-table {
  background: #fff;
  margin: 1em 0;
  min-width: 300px;
  border: none; }
  .rwd-table thead {
    background-color: #fff; }
  .rwd-table tr {
    border-bottom: 1px solid transparent; }
  .rwd-table th {
    display: none; }
  .rwd-table td {
    display: block; }
    .rwd-table td:first-child {
      padding-top: .5em; }
    .rwd-table td:last-child {
      padding-bottom: .5em; }
    .rwd-table td:before {
      content: attr(data-th) ": ";
      width: 6.5em;
      display: inline-block; }
      @media (min-width: 740px) {
        .rwd-table td:before {
          display: none; } }
  .rwd-table th, .rwd-table td {
    text-align: left; }
    .rwd-table th img, .rwd-table td img {
      vertical-align: bottom;
      margin-right: 8px;
      max-height: 24px; }
    @media (min-width: 740px) {
      .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em; }
        .rwd-table th:last-child, .rwd-table td:last-child {
          padding-right: 0; } }
  .rwd-table tbody tr.odd {
    background-color: #f4f6fa !important; }
  @media (max-width: 740px) {
    .rwd-table tr {
      border-bottom: 30px solid #f1f4f7 !important;
      border-left: 5px solid #2E2D37 !important;
      border-right: 1px solid #ededed !important;
      border-top: 1px solid #ededed !important; }
    .rwd-table td {
      border-top: 1px solid #f9f9f9 !important; } }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: none;
  /* background-color: transparent; */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
  background: none;
  font-weight: bold; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid transparent; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid transparent; }

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #eee; }

#listaItensTroca .input-group-addon {
  padding: 0;
  background-color: transparent;
  border: none; }

#listaItensTroca.tbl-pcs-trocar.simple-tbl .table .table-cell.edit-colspan-2 select.form-control {
  border: none;
  box-shadow: none; }

#listaItensTroca.tbl-pcs-trocar.edit-tbl .table {
  padding: 2px;
  max-width: 100%;
  display: flex;
  flex-flow: row wrap; }
  #listaItensTroca.tbl-pcs-trocar.edit-tbl .table .table-cell {
    flex: 1 25%;
    font-size: 15px;
    color: #5f5f5f;
    padding: 20px 8px 0; }
    #listaItensTroca.tbl-pcs-trocar.edit-tbl .table .table-cell.edit-colspan-4 {
      flex: 1 100%;
      margin-top: 20px;
      border-top: 1px dashed #999; }
      #listaItensTroca.tbl-pcs-trocar.edit-tbl .table .table-cell.edit-colspan-4 label {
        border: 1px solid #eee;
        width: 100%;
        border-radius: 4px;
        padding: 8px 12px;
        min-height: 40px;
        line-height: 15px; }
    #listaItensTroca.tbl-pcs-trocar.edit-tbl .table .table-cell.edit-colspan-2 {
      flex: 1 45%; }
    #listaItensTroca.tbl-pcs-trocar.edit-tbl .table .table-cell.edit-colspan-1 {
      flex: 1 10% !important; }
      #listaItensTroca.tbl-pcs-trocar.edit-tbl .table .table-cell.edit-colspan-1 .btn-ajust {
        min-height: 40px;
        width: 100%;
        font-size: 18px;
        font-weight: bold; }
  #listaItensTroca.tbl-pcs-trocar.edit-tbl .table .colspan-4 {
    flex: 1 100%;
    padding: 8px; }
    #listaItensTroca.tbl-pcs-trocar.edit-tbl .table .colspan-4 .label-top {
      color: #fff; }
    #listaItensTroca.tbl-pcs-trocar.edit-tbl .table .colspan-4 .label-fotter-l {
      font-family: "poppinsbold", Verdana, sans-serif;
      color: #5f5f5f; }
    #listaItensTroca.tbl-pcs-trocar.edit-tbl .table .colspan-4 .label-fotter-r {
      font-family: "poppinsbold", Verdana, sans-serif;
      float: right; }
    #listaItensTroca.tbl-pcs-trocar.edit-tbl .table .colspan-4:first-child {
      background-color: #2E2D37;
      color: #fff; }
    #listaItensTroca.tbl-pcs-trocar.edit-tbl .table .colspan-4:last-child {
      background-color: #fff;
      margin-top: 20px; }

#listaItensTroca.tbl-pcs-trocar.simple-tbl .table {
  padding: 2px;
  max-width: 100%;
  display: flex;
  flex-flow: row wrap; }
  #listaItensTroca.tbl-pcs-trocar.simple-tbl .table .table-cell {
    flex: 1 25%;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    color: #5f5f5f;
    padding: 8px; }
    #listaItensTroca.tbl-pcs-trocar.simple-tbl .table .table-cell.edit-colspan-4 {
      flex: 1 50%; }
      #listaItensTroca.tbl-pcs-trocar.simple-tbl .table .table-cell.edit-colspan-4 label {
        border: 1px solid transparent;
        width: 100%;
        border-radius: 4px;
        padding: 8px 12px;
        min-height: 40px;
        line-height: 15px; }
    #listaItensTroca.tbl-pcs-trocar.simple-tbl .table .table-cell.edit-colspan-2 select.form-control {
      border: none; }
    #listaItensTroca.tbl-pcs-trocar.simple-tbl .table .table-cell.edit-colspan-2 input[type=text], #listaItensTroca.tbl-pcs-trocar.simple-tbl .table .table-cell.edit-colspan-2 input[type=tel] {
      border: none;
      text-align: right; }
    #listaItensTroca.tbl-pcs-trocar.simple-tbl .table .table-cell.edit-colspan-1 {
      display: none; }
  #listaItensTroca.tbl-pcs-trocar.simple-tbl .table .colspan-4 {
    flex: 1 100%;
    padding: 8px; }
    #listaItensTroca.tbl-pcs-trocar.simple-tbl .table .colspan-4 .label-top {
      color: #fff; }
    #listaItensTroca.tbl-pcs-trocar.simple-tbl .table .colspan-4 .label-fotter-l {
      font-family: "poppinsbold", Verdana, sans-serif;
      color: #5f5f5f; }
    #listaItensTroca.tbl-pcs-trocar.simple-tbl .table .colspan-4 .label-fotter-r {
      font-family: "poppinsbold", Verdana, sans-serif;
      color: #F3123C;
      float: right; }
    #listaItensTroca.tbl-pcs-trocar.simple-tbl .table .colspan-4:first-child {
      background-color: #2E2D37;
      color: #fff; }
    #listaItensTroca.tbl-pcs-trocar.simple-tbl .table .colspan-4:last-child {
      background-color: #fff; }

#listaItensReparo.tbl-pcs-trocar.edit-tbl .table {
  padding: 2px;
  max-width: 100%;
  display: flex;
  flex-flow: row wrap; }
  #listaItensReparo.tbl-pcs-trocar.edit-tbl .table .table-cell {
    flex: 1 25%;
    font-size: 15px;
    color: #5f5f5f;
    padding: 20px 8px 0; }
    #listaItensReparo.tbl-pcs-trocar.edit-tbl .table .table-cell.edit-colspan-4 {
      flex: 1 100%;
      margin-top: 20px;
      border-top: 1px dashed #999; }
      #listaItensReparo.tbl-pcs-trocar.edit-tbl .table .table-cell.edit-colspan-4 label {
        border: 1px solid #eee;
        width: 100%;
        border-radius: 4px;
        padding: 8px 12px;
        min-height: 40px;
        line-height: 15px; }
    #listaItensReparo.tbl-pcs-trocar.edit-tbl .table .table-cell.edit-colspan-2 {
      flex: 1 90%; }
      #listaItensReparo.tbl-pcs-trocar.edit-tbl .table .table-cell.edit-colspan-2.first-child-td {
        display: none; }
    #listaItensReparo.tbl-pcs-trocar.edit-tbl .table .table-cell.edit-colspan-1 {
      flex: 1 10% !important; }
      #listaItensReparo.tbl-pcs-trocar.edit-tbl .table .table-cell.edit-colspan-1 .btn-ajust {
        min-height: 40px;
        width: 100%;
        font-size: 18px;
        font-weight: bold; }
  #listaItensReparo.tbl-pcs-trocar.edit-tbl .table .colspan-4 {
    flex: 1 100%;
    padding: 8px; }
    #listaItensReparo.tbl-pcs-trocar.edit-tbl .table .colspan-4 .label-top {
      color: #fff; }
    #listaItensReparo.tbl-pcs-trocar.edit-tbl .table .colspan-4 .label-fotter-l {
      font-family: "poppinsbold", Verdana, sans-serif;
      color: #5f5f5f; }
    #listaItensReparo.tbl-pcs-trocar.edit-tbl .table .colspan-4 .label-fotter-r {
      font-family: "poppinsbold", Verdana, sans-serif;
      float: right; }
    #listaItensReparo.tbl-pcs-trocar.edit-tbl .table .colspan-4:first-child {
      background-color: #2E2D37;
      color: #fff; }
    #listaItensReparo.tbl-pcs-trocar.edit-tbl .table .colspan-4:last-child {
      background-color: #fff;
      margin-top: 20px; }

#listaItensReparo.tbl-pcs-trocar.simple-tbl .table {
  padding: 2px;
  max-width: 100%;
  display: flex;
  flex-flow: row wrap; }
  #listaItensReparo.tbl-pcs-trocar.simple-tbl .table .table-cell {
    flex: 1 25%;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    color: #5f5f5f;
    padding: 8px; }
    #listaItensReparo.tbl-pcs-trocar.simple-tbl .table .table-cell.edit-colspan-4 {
      flex: 1 50%; }
      #listaItensReparo.tbl-pcs-trocar.simple-tbl .table .table-cell.edit-colspan-4 label {
        border: 1px solid transparent;
        width: 100%;
        border-radius: 4px;
        padding: 8px 12px;
        min-height: 40px;
        line-height: 15px; }
    #listaItensReparo.tbl-pcs-trocar.simple-tbl .table .table-cell.edit-colspan-2 select.form-control {
      border: none; }
    #listaItensReparo.tbl-pcs-trocar.simple-tbl .table .table-cell.edit-colspan-2 input[type=text], #listaItensReparo.tbl-pcs-trocar.simple-tbl .table .table-cell.edit-colspan-2 input[type=tel] {
      border: none;
      text-align: right; }
    #listaItensReparo.tbl-pcs-trocar.simple-tbl .table .table-cell.edit-colspan-1 {
      display: none; }
  #listaItensReparo.tbl-pcs-trocar.simple-tbl .table .colspan-4 {
    flex: 1 100%;
    padding: 8px; }
    #listaItensReparo.tbl-pcs-trocar.simple-tbl .table .colspan-4 .label-top {
      color: #fff; }
    #listaItensReparo.tbl-pcs-trocar.simple-tbl .table .colspan-4 .label-fotter-l {
      font-family: "poppinsbold", Verdana, sans-serif;
      color: #5f5f5f; }
    #listaItensReparo.tbl-pcs-trocar.simple-tbl .table .colspan-4 .label-fotter-r {
      font-family: "poppinsbold", Verdana, sans-serif;
      color: #F3123C;
      float: right; }
    #listaItensReparo.tbl-pcs-trocar.simple-tbl .table .colspan-4:first-child {
      background-color: #2E2D37;
      color: #fff; }
    #listaItensReparo.tbl-pcs-trocar.simple-tbl .table .colspan-4:last-child {
      background-color: #fff; }

.table-pecas-trocar.edit-pecas-troca {
  display: none; }

.table-pecas-trocar.simple-pecas-troca {
  display: block; }

@media screen and (min-width: 320px) and (max-width: 667px) {
  #listaItensTroca .input-group-addon {
    padding: 0;
    background-color: transparent;
    border: none; }
  #listaItensTroca.tbl-pcs-trocar {
    display: inline-block; }
    #listaItensTroca.tbl-pcs-trocar.edit-tbl .table .table-cell.edit-colspan-2 {
      flex: 1 40%; }
    #listaItensTroca.tbl-pcs-trocar.simple-tbl .table .table-cell {
      padding: 0; }
    #listaItensTroca.tbl-pcs-trocar.simple-tbl .table .colspan-4:first-child {
      padding: 8px; }
    #listaItensTroca.tbl-pcs-trocar.simple-tbl .table .colspan-4:last-child {
      padding: 8px; }
  #listaItensReparo.tbl-pcs-trocar {
    display: inline-block; }
    #listaItensReparo.tbl-pcs-trocar.edit-tbl .table .table-cell.edit-colspan-2 {
      flex: 1 80%; }
    #listaItensReparo.tbl-pcs-trocar.simple-tbl .table .table-cell {
      padding: 0; }
    #listaItensReparo.tbl-pcs-trocar.simple-tbl .table .colspan-4:first-child {
      padding: 8px; }
    #listaItensReparo.tbl-pcs-trocar.simple-tbl .table .colspan-4:last-child {
      padding: 8px; } }

.tabs-dados-ocorrencia .nav-tabs {
  border-bottom: 2px solid transparent; }
  .tabs-dados-ocorrencia .nav-tabs li.active a {
    color: #2E2D37 !important;
    cursor: default;
    background-color: rgba(74, 144, 226, 0.8);
    border: 1px solid #1c5fad;
    border-bottom-color: #1c5fad; }
    .tabs-dados-ocorrencia .nav-tabs li.active a:after, .tabs-dados-ocorrencia .nav-tabs li.active a::after {
      display: none; }
  .tabs-dados-ocorrencia .nav-tabs li a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #cacaca; }
    .tabs-dados-ocorrencia .nav-tabs li a:after, .tabs-dados-ocorrencia .nav-tabs li a::after {
      display: none; }

.tabs-dados-ocorrencia .tab-content {
  padding: 20px; }

@media screen and (min-width: 320px) and (max-width: 667px) {
  .tabs-dados-ocorrencia .tab-content {
    padding: 20px 0; }
  .tabs-dados-ocorrencia .nav-tabs li a {
    color: #303030 !important;
    background-color: rgba(74, 74, 74, 0.6);
    border: solid 0.5px #424242;
    border-bottom-color: #424242;
    font-size: 12px;
    text-align: center;
    padding: 8px 4px; } }

.title-top--icon h1, .title-top--table-pecas h1, .title-top--icon h2, .title-top--table-pecas h2, .title-top--icon h3, .title-top--table-pecas h3 {
  font-size: 20px;
  font-family: "poppinsbold", Verdana, sans-serif;
  display: inline-block; }

.title-top--icon h1,
.title-top--icon h2,
.title-top--icon h3 {
  color: #4a4a4a; }

.title-top--icon img {
  max-width: 18px;
  float: left;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 8px; }

.title-top--table-pecas {
  border-left: 6px solid #2E2D37;
  padding-left: 20px;
  height: 22px;
  margin-bottom: 25px;
  margin-top: 15px; }
  .title-top--table-pecas h1,
  .title-top--table-pecas h2,
  .title-top--table-pecas h3 {
    color: #2E2D37;
    margin: 0px; }

.title-box--text label {
  color: #a3a3a3;
  font-size: 18px;
  margin-bottom: 0; }

.title-box--text p {
  color: #5f5f5f;
  font-size: 19px;
  font-weight: 600; }

h1.page-header {
  font-size: 28px;
  display: inline-block;
  margin: 0 0 20px;
  border: none;
  color: #2E2D37; }

.title-top--table-dash {
  border-left: 3px solid #2E2D37;
  padding: 20px;
  border-bottom: 1px solid #ededed; }
  .title-top--table-dash h1,
  .title-top--table-dash h2,
  .title-top--table-dash h3 {
    color: #2E2D37;
    margin: 0px;
    font-size: 20px; }

@media screen and (min-width: 320px) and (max-width: 667px) {
  h1.page-header {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0; }
  .title-top--icon h3 {
    text-align: center; }
  .title-top--icon img {
    display: none; }
  .title-box--text label {
    font-size: 13px; }
  .title-box--text p {
    font-size: 14px;
    line-height: 14px; } }

/*Navbar*/
#wrapper .line-wrapper {
  width: 1px;
  background-color: #dedede;
  height: 100%;
  display: block;
  position: absolute;
  margin-left: 65px;
  text-align: center;
  top: 0;
  bottom: 0; }

#wrapper #sidebar-wrapper {
  z-index: 100;
  padding-top: 120px;
  float: left;
  width: 9%;
  position: relative;
  -webkit-transition: width 300ms ease-out;
  -moz-transition: width 300ms ease-out;
  -ms-transition: width 300ms ease-out;
  -o-transition: width 300ms ease-out;
  transition: width 300ms ease-out; }
  #wrapper #sidebar-wrapper .line-wrapper {
    width: 1px;
    background-color: #dedede;
    height: 99vh;
    display: block;
    position: absolute;
    margin-left: 65px;
    text-align: center;
    top: 0; }
  #wrapper #sidebar-wrapper .sidebar-wrapper-menu {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    border: solid 0.5px #ededed;
    background-color: #fff;
    top: auto;
    width: 60px;
    position: relative;
    visibility: visible;
    opacity: 1;
    overflow: visible;
    max-height: none;
    border-radius: 35px;
    margin-left: 35px;
    padding-top: 20px; }
    #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover {
      list-style: none;
      padding: .6em 0; }
      #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li {
        position: relative;
        vertical-align: middle; }
        #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li a {
          display: block; }
          #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li a.open-menu {
            padding: 1px 0; }
            #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li a.open-menu .revert-icon {
              -moz-transform: scaleX(-1);
              -webkit-transform: scaleX(-1);
              -o-transform: scaleX(-1);
              transform: scaleX(-1);
              -ms-filter: fliph;
              /*IE*/
              filter: fliph;
              /*IE*/ }
          #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li a.margin-menu {
            margin-top: 200px; }
          #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li a img.ic-side-menu {
            display: block;
            margin: 20px auto; }
          #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li a .ic-side-menu {
            display: block;
            margin: 0 auto;
            padding: 10px 0 0;
            text-align: center; }
    #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover {
      list-style: none;
      padding: .6em 0; }
      #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li {
        position: relative;
        vertical-align: middle; }
        #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li a {
          display: block; }
          #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li a.open-menu {
            padding: 1px 0; }
            #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li a.open-menu .revert-icon {
              -moz-transform: scaleX(-1);
              -webkit-transform: scaleX(-1);
              -o-transform: scaleX(-1);
              transform: scaleX(-1);
              -ms-filter: fliph;
              /*IE*/
              filter: fliph;
              /*IE*/ }
          #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li a.margin-menu {
            margin-top: 200px; }
          #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li a img.ic-side-menu {
            display: block;
            margin: 20px auto; }
          #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li a .ic-side-menu {
            display: block;
            margin: 0 auto;
            padding: 10px 0 0;
            text-align: center; }
        #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li:hover a.svg-img svg g {
          stroke: #2E2D37; }
          #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li:hover a.svg-img svg g g {
            fill: #2E2D37; }
        #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li:hover a.svg-img svg circle {
          stroke: #2E2D37; }
        #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li:hover a.svg-img svg circle + g {
          fill: #2E2D37;
          stroke: #2E2D37; }
        #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li:hover ul.action-hover {
          display: block;
          box-shadow: 1px 1px 7px 3px rgba(153, 153, 153, 0.18); }
          #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li:hover ul.action-hover li {
            visibility: visible;
            opacity: 1;
            width: 165px;
            padding: 0px 10px; }
        #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li ul.action-hover {
          position: absolute;
          float: left;
          top: 10px;
          margin: 0;
          padding: 0;
          left: 100%;
          z-index: -4;
          display: none; }
          #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li ul.action-hover li {
            line-height: 3em;
            visibility: hidden;
            opacity: 0;
            list-style: none;
            margin: 0;
            background-color: #ffffff;
            z-index: 0;
            padding: 0px;
            width: 180px;
            transition: transform 0.3s; }
            #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li ul.action-hover li:first-child {
              font-weight: bold;
              background-color: #2E2D37; }
              #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li ul.action-hover li:first-child:hover {
                font-weight: bold;
                background-color: #2E2D37; }
              #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li ul.action-hover li:first-child span {
                color: #ffffff;
                font-weight: bold; }
            #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li ul.action-hover li a {
              color: #777;
              font-weight: 600;
              padding-left: 10px; }
            #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li ul.action-hover li:hover {
              background-color: #696977; }
              #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li ul.action-hover li:hover a {
                color: #fff; }
        #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li ul.action-hidden {
          position: absolute;
          float: left;
          top: 10px;
          margin: 0;
          padding: 0;
          left: 100%;
          z-index: -4;
          display: none; }
          #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--hover li ul.action-hidden li {
            display: none; }
    #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--clique {
      display: none;
      position: absolute;
      border-radius: 0 4px 4px 0;
      top: 0;
      left: 100%;
      width: 165px;
      height: 90%;
      background-color: #fff;
      z-index: -4;
      margin: 30px 0 0;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      list-style: none;
      padding: 0; }
      #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--clique li.first-nivel {
        padding: 0 0;
        line-height: 52px;
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #eee;
        /*&:hover {
                        div {
                            background-color: #2E2D37;
                            color: #fff;
                        }
                        ul {
                            display: block;
                            margin: 0;
                            padding: 0;
                            list-style: none;

                            li {
                                a {
                                    transition: all 0.25s ease;
                                }
                            }
                        }
                    }*/ }
        #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--clique li.first-nivel:hover {
          background-color: #eee; }
        #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--clique li.first-nivel div:before {
          content: "";
          float: right;
          width: 16px;
          height: 16px;
          margin: 20px 0 0 0;
          background-image: url("../../images/icons/ic-open-menu.svg");
          background-repeat: no-repeat;
          transition: all 0.25s ease; }
        #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--clique li.first-nivel a, #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--clique li.first-nivel div {
          color: #ccc;
          font-weight: bold;
          padding: 0 10px;
          cursor: pointer; }
        #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--clique li.first-nivel ul {
          display: none;
          opacity: 0;
          height: 0; }
          #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--clique li.first-nivel ul li a {
            transition: all 0.25s ease; }
        #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--clique li.first-nivel.open-second-nivel div {
          background-color: #2E2D37;
          color: #fff; }
          #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--clique li.first-nivel.open-second-nivel div:before {
            transition: all 0.25s ease;
            transform: rotate(90deg); }
        #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--clique li.first-nivel.open-second-nivel ul {
          display: block;
          margin: 0;
          padding: 0;
          list-style: none;
          background-color: #f5f5f5; }
          #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--clique li.first-nivel.open-second-nivel ul li a {
            transition: all 0.25s ease;
            display: block; }
          #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--clique li.first-nivel.open-second-nivel ul li:hover {
            background-color: #eee; }
            #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.side-menu--clique li.first-nivel.open-second-nivel ul li:hover a {
              color: #424242; }
    #wrapper #sidebar-wrapper .sidebar-wrapper-menu ul.ulclass {
      display: block; }

#wrapper #page-content-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  float: left;
  width: 91%;
  position: relative;
  z-index: -5;
  -webkit-transition: width 300ms ease-out;
  -moz-transition: width 300ms ease-out;
  -ms-transition: width 300ms ease-out;
  -o-transition: width 300ms ease-out;
  transition: width 300ms ease-out; }

#wrapper.toggle-class #sidebar-wrapper {
  width: 17% !important;
  -webkit-transition: width 300ms ease-in;
  -moz-transition: width 300ms ease-in;
  -ms-transition: width 300ms ease-in;
  -o-transition: width 300ms ease-in;
  transition: width 300ms ease-in; }

#wrapper.toggle-class #page-content-wrapper {
  width: 83% !important;
  -webkit-transition: width 300ms ease-in;
  -moz-transition: width 300ms ease-in;
  -ms-transition: width 300ms ease-in;
  -o-transition: width 300ms ease-in;
  transition: width 300ms ease-in; }

#navbar-detalhes-orcamento .nav-tabs {
  border-bottom: 1px solid transparent;
  border-top: 1px solid #ededed;
  margin: 25px 0 0;
  padding-top: 20px; }

#navbar-detalhes-orcamento .nav-tabs > li.active > a, #navbar-detalhes-orcamento .nav-tabs > li.active > a:focus, #navbar-detalhes-orcamento .nav-tabs > li.active > a:hover {
  color: #F3123C;
  cursor: default;
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  box-shadow: 0px 5px 0px #F3123C; }

#navbar-detalhes-orcamento .nav > li > a:focus, #navbar-detalhes-orcamento .nav > li > a:hover {
  border-color: transparent;
  text-decoration: none;
  background-color: transparent;
  box-shadow: 0px 5px 0px #F3123C; }

#navbar-detalhes-orcamento .nav-tabs > li > a {
  color: #cacaca; }

#navbar-detalhes-orcamento .nav-tabs > li.active-occurrence > a label {
  color: #5f6f88; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #F3123C; }

.navbar-inverse .navbar-toggle {
  border: none; }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #f5f5f5; }

.navbar {
  border: 0;
  z-index: 101;
  height: 70px;
  line-height: 70px; }
  .navbar .navbar-brand {
    float: left;
    height: 70px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px; }
    .navbar .navbar-brand .poi-2018 {
      width: 80px;
      margin-left: 30px; }
  .navbar .navbar-header {
    width: 100%; }

.navbar-inverse {
  background-color: #fff; }

.navbar input {
  border: 0;
  background: #444;
  color: #fff; }

.navbar input:focus {
  color: #fff;
  background: #555;
  border: 1px solid #2E2D37;
  outline: 0;
  box-shadow: inset 0px 0px 0px 1px #2E2D37; }

.user-menu {
  display: inline-block;
  float: right;
  list-style: none;
  padding: 0; }
  .user-menu li {
    display: block;
    padding-right: 10px;
    padding-left: 15px;
    height: auto;
    float: left; }
    .user-menu li img {
      vertical-align: middle; }
    .user-menu li a {
      color: #2E2D37;
      display: inline-block;
      vertical-align: sub;
      padding: 0 5px; }

.user-menu a {
  color: #2E2D37;
  display: inline-block;
  line-height: 35px;
  padding: 5px; }

.user-menu a:hover, .user-menu a:focus {
  text-decoration: none;
  color: #2E2D37; }

.sidebar .glyph, .user-menu .glyph {
  vertical-align: bottom;
  height: 35px;
  width: 35px;
  padding: 5px;
  margin: 0 5px 0 0;
  color: #F3123C; }

.user-menu .glyph {
  stroke-width: 2px; }

.breadcrumb .glyph {
  height: 14px;
  width: 14px;
  margin: -2px 0 0 0;
  stroke-width: 4px; }

/*Panels*/
.panel {
  border: 0; }

.panel-heading {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.025em;
  height: 66px;
  line-height: 45px; }

.panel-default .panel-heading {
  background: #fff;
  border-bottom: 1px solid #eee;
  color: #5f6468; }

.panel-footer {
  background: #fff;
  border-top: 1px solid #eee; }

.panel-widget {
  padding: 0;
  position: relative; }

.panel-widget .panel-footer {
  border: 0;
  text-align: center; }

.panel-footer .input-group {
  padding: 0px;
  margin: 0 -5px; }

.panel-footer .input-group-btn:last-child > .btn,
.panel-footer .input-group-btn:last-child > .btn-group {
  margin: 0; }

.panel-widget .panel-footer a {
  color: #999; }

.panel-widget .panel-footer a:hover {
  color: #666;
  text-decoration: none; }

.panel-blue {
  background: #30a5ff;
  color: #fff; }

.panel-teal {
  background: #1ebfae;
  color: #fff; }

.panel-orange {
  background: #ffb53e;
  color: #fff; }

.panel-red {
  background: #f9243f;
  color: #fff; }

.panel-blue .panel-body p,
.panel-teal .panel-body p,
.panel-orange .panel-body p,
.panel-red .panel-body p {
  color: #fff;
  color: rgba(255, 255, 255, 0.8); }

.panel-blue .panel-heading,
.panel-teal .panel-heading,
.panel-orange .panel-heading,
.panel-red .panel-heading {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.panel-blue .text-muted,
.panel-teal .text-muted,
.panel-orange .text-muted,
.panel-red .text-muted {
  color: rgba(255, 255, 255, 0.5); }

@media only screen and (min-width: 320px) and (max-width: 990px) {
  .navbar {
    border: 0;
    height: auto;
    line-height: 70px;
    z-index: 10; }
  #wrapper #page-content-wrapper {
    padding-top: 50px;
    padding-bottom: 0;
    width: 100%; }
  .navbar .navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 23px; } }

@media only screen and (min-width: 737px) and (max-width: 812px) {
  #wrapper #page-content-wrapper {
    width: 88%; } }

@media only screen and (min-width: 320px) and (max-width: 740px) {
  .navbar-inverse .navbar-menu-top.navbar-nav > .open > a, .navbar-inverse .navbar-menu-top.navbar-nav > .open > a:focus, .navbar-inverse .navbar-menu-top.navbar-nav > .open > a:hover {
    color: #2E2D37;
    font-weight: bold;
    background-color: #f4f6fa;
    border-bottom: 3px solid #2E2D37;
    margin: 0; }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 370px; }
  .navbar-inverse .navbar-menu-top.navbar-nav > .active > a, .navbar-inverse .navbar-menu-top.navbar-nav > .active > a:focus, .navbar-inverse .navbar-menu-top.navbar-nav > .active > a:hover {
    color: #2E2D37;
    font-weight: bold;
    background-color: #f4f6fa;
    border-top: 1px solid #ededed;
    border-bottom: 3px solid #2E2D37; }
  .navbar-inverse .navbar-menu-top.navbar-nav > li {
    border-bottom: 1px solid #ededed; }
  .navbar-inverse .navbar-menu-top.navbar-nav > li > a {
    color: #9d9d9d;
    font-weight: bold;
    margin: 0; }
  .navbar-menu {
    border-color: #ccc !important;
    box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.5); }
  .navbar-menu-top.navbar-nav {
    margin: 0 -15px;
    padding: 0 15px; }
  .navbar-menu-top span.ic-side-menu {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px; }
  .navbar-menu-top .dropdown.open span.ic-side-menu svg g {
    stroke: #2E2D37; }
    .navbar-menu-top .dropdown.open span.ic-side-menu svg g g {
      fill: #2E2D37; }
  .navbar-menu-top .dropdown.open span.ic-side-menu svg circle {
    stroke: #2E2D37; }
  .navbar-menu-top .dropdown.open span.ic-side-menu svg circle + g {
    fill: #2E2D37;
    stroke: #2E2D37; }
  .navbar-menu-top .dropdown.open .dropdown-menu > li > a {
    color: #2E2D37;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px; } }

@media only screen and (min-width: 740px) and (max-width: 1540px) {
  #wrapper #sidebar-wrapper {
    min-width: 90px; } }

@media only screen and (min-width: 1550px) and (max-width: 2550px) {
  #wrapper #sidebar-wrapper {
    width: 6%;
    min-width: 90px; }
  #wrapper #page-content-wrapper {
    width: 94%; }
  #wrapper.toggle-class #sidebar-wrapper {
    width: 14% !important;
    -webkit-transition: width 300ms ease-in;
    -moz-transition: width 300ms ease-in;
    -ms-transition: width 300ms ease-in;
    -o-transition: width 300ms ease-in;
    transition: width 300ms ease-in; }
  #wrapper.toggle-class #page-content-wrapper {
    width: 86% !important;
    -webkit-transition: width 300ms ease-in;
    -moz-transition: width 300ms ease-in;
    -ms-transition: width 300ms ease-in;
    -o-transition: width 300ms ease-in;
    transition: width 300ms ease-in; } }

@media only screen and (max-width: 1280px) {
  #navbar-detalhes-orcamento .nav-tabs > li {
    color: #cacaca;
    min-width: 200px;
    text-align: center;
    background-color: #fdfdfd;
    margin: 2px; }
  #navbar-detalhes-orcamento .nav-tabs > li.active > a {
    background-color: #fdfdfd; } }

#navbar-detalhes-orcamento .nav-tabs > li > a {
  padding: 10px;
  font-size: 13px; }

.input-group input[type=text], .input-group input[type=text].form-control, .form-group select.form-control {
  border: solid 1px #dedede;
  border-radius: 2px;
  min-height: 45px;
  padding: 10px;
  vertical-align: middle;
  outline: none;
  width: 100%;
  box-shadow: none;
  text-transform: uppercase; }

#custom-search-input {
  border: solid 1px #dedede;
  border-radius: 2px;
  background-color: #fff;
  min-height: 45px; }

#custom-search-input input {
  border: 0;
  box-shadow: none; }

#custom-search-input button {
  margin: 2px 0 0 0;
  background: none;
  box-shadow: none;
  border: 0;
  color: #666666;
  padding: 0 8px 0 10px;
  border-left: solid 1px #ccc; }

#custom-search-input button:hover {
  border: 0;
  box-shadow: none;
  border-left: solid 1px #ccc; }

#custom-search-input .glyphicon-search {
  font-size: 23px; }

@media only screen and (min-width: 1024px) {
  #custom-search-input .glyphicon-search {
    font-size: 16px; } }

#modalGenerico .modal-content {
  border-radius: 0; }
  #modalGenerico .modal-content .modal-header {
    padding: 35px 30px 15px;
    border-bottom: none; }
  #modalGenerico .modal-content .modal-body {
    padding: 35px 30px 15px; }
    #modalGenerico .modal-content .modal-body label {
      font-size: 16px;
      color: #5f6468;
      font-weight: 600; }
    #modalGenerico .modal-content .modal-body label.fileContainer {
      color: #000;
      font-weight: 600;
      margin-top: 20px; }
  #modalGenerico .modal-content .modal-footer {
    padding: 5px 20px 15px;
    text-align: right;
    border-top: none; }

body {
  background: #FFF; }

section.login {
  background-color: #2E2D37;
  background-repeat: no-repeat;
  height: 500px;
  background-position: center top;
  background-size: 100% 500px; }

section img {
  margin: 100px 0 80px;
  min-height: 70px; }

section h1 {
  color: #fff;
  font-size: 38px;
  font-family: "poppinsregular", Verdana, sans-serif; }

section h2 {
  font-size: 18px;
  color: #fff;
  font-family: "poppinsregular", Verdana, sans-serif; }

section .card-box--login {
  background: #fff;
  padding: 35px 40px 15px;
  box-shadow: 0 1px 18px 0px rgba(0, 0, 0, 0.33);
  border-radius: 4px;
  margin-top: 30px;
  margin-bottom: 80px; }
  section .card-box--login input[type=password], section .card-box--login input[type=email], section .card-box--login input[type=text] {
    min-height: 50px; }
  section .card-box--login .btn-primary, section .card-box--login .btn-default {
    font-weight: bold;
    min-height: 50px;
    font-size: 18px; }
  section .card-box--login .btn-primary {
    background-color: #F3123C;
    border-color: #c80a2e; }
  section .card-box--login .btn-default {
    background-color: #e2e3e5;
    color: #424242;
    border-color: #e2e3e5; }

section label.divider {
  width: 100%;
  color: #ccc;
  font-size: 18px;
  margin: 8px 0; }

section .txt-help {
  font-size: 18px; }
  section .txt-help a {
    color: #F3123C;
    text-decoration: underline; }

#loading {
  position: fixed;
  z-index: 99999999;
  width: 100%;
  height: 100vh;
  display: none;
  top: 0;
  background: url("../../images/login/loading.gif") center center no-repeat rgba(255, 255, 255, 0.67);
  -moz-box-shadow: 0 2px 5px 0 #808080;
  -webkit-box-shadow: 0 1px 5px 0 #808080;
  box-shadow: 0 2px 5px 0 #808080; }

@media screen and (min-width: 320px) and (max-width: 667px) {
  section img {
    margin: 30px 0 20px;
    max-height: 40px; }
  section h1 {
    font-size: 30px; }
  section h2 {
    font-size: 16px; }
  section .card-box--login {
    padding: 30px 20px 15px; }
  section .txt-help {
    font-size: 16px;
    margin-bottom: 20px; } }

@media screen and (min-width: 768px) and (max-width: 1400px) {
  section img {
    margin: 90px 0 50px; } }
