/* ############################################################

## Instalação e configuração inicial do LESS no Sublime Text

1. Instalar Node.js (https://nodejs.org/en/)

2. Instalar o plugin LESS no Sublime Text

3. Instalar o plugin "Less2Css" no Sublime Text

4. Adicionar o seguinte código no arquivo de configuração do plugin (less2css.sublime-settings):

{
	"minify": false,
	"outputDir": "auto",
	"main_file": "main.less"
}

5. Seu LESS está pronto para ser utilizado

OBS: Não alterar o arquivo main.less

############################################################ */
@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (max-width: 767px) {
}
/*

## Licenciamento / Viabilidade / Monitor: 
@import (reference) "../../dist/bootstrap/less/bootstrap.less";

##Registro Digital / Portal / Dae Online: 
@import (reference) "../../bootstrap/less/bootstrap.less";

*/
/*=================================
=            Variables            =
=================================*/
/*@brand-primary: #337ab7;*/
/* Cinza */
/*@header-background: #d2d2e0;*/
/*@header-background: @brand-primary;*/
/*Junta digital -  verde e azul
@header-background: linear-gradient(to right, #1e3fb1 0%,#34bce0 32%,#3ec8c1 67%,#5bcb97 100%);*/
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-align-center {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.flex-justify-center {
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-justify-end {
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.flex-justify-between {
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.padding-section {
  padding: 60px 0;
}
.color-success {
  color: #27ae60;
}
.bg-success {
  background-color: #27ae60;
}
.color-primary {
  color: #0766c6;
}
.bg-primary {
  background-color: #0766c6;
}
.btn-primary {
  color: #fff;
  background-color: #0766c6;
  border-color: #0659ad;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #054d95;
  border-color: #021a32;
}
.btn-primary:hover {
  color: #fff;
  background-color: #054d95;
  border-color: #043b72;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #054d95;
  border-color: #043b72;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #043b72;
  border-color: #021a32;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #0766c6;
  border-color: #0659ad;
}
.btn-primary .badge {
  color: #0766c6;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #27ae60;
  border-color: #229955;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #1e8449;
  border-color: #0b311b;
}
.btn-success:hover {
  color: #fff;
  background-color: #1e8449;
  border-color: #176739;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #1e8449;
  border-color: #176739;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #176739;
  border-color: #0b311b;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #27ae60;
  border-color: #229955;
}
.btn-success .badge {
  color: #27ae60;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #3498db;
  border-color: #258cd1;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #217dbb;
  border-color: #124364;
}
.btn-info:hover {
  color: #fff;
  background-color: #217dbb;
  border-color: #1c699d;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #217dbb;
  border-color: #1c699d;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #1c699d;
  border-color: #124364;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #3498db;
  border-color: #258cd1;
}
.btn-info .badge {
  color: #3498db;
  background-color: #fff;
}
/*=====  End of Variables  ======*/
/*===================================
=            SweetAlert2            =
===================================*/
.swal2-popup {
  width: 600px !important;
}
.swal2-popup .swal2-title {
  font-size: 26px !important;
  margin: 0 0 35px !important;
  font-weight: normal;
}
.swal2-icon {
  transform: scale(0.8);
  margin: 5px auto 10px !important;
}
#swal2-content ul {
  padding: 0;
  list-style: none;
}
#swal2-content ul li {
  padding-left: 0;
  text-align: left;
  font-size: 15px;
  margin: 8px 0;
  line-height: 22px;
}
#swal2-content ul li:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  width: 25px;
  height: 3px;
  margin: 0 10px 0;
  color: rgba(174, 185, 168, 0.2);
}
#swal2-content ul li.SUCCESS:before {
  color: #a5dc86;
}
#swal2-content ul li.INFO:before {
  color: #9de0f6;
}
#swal2-content ul li.WARNING:before {
  color: rgba(250, 206, 168, 0.8);
}
#swal2-content ul li.ERROR:before {
  color: rgba(242, 116, 116, 0.8);
}
/*=====  End of SweetAlert2  ======*/
/*=========================================
=            Form Wizard Steps            =
=========================================*/
.form-wizard {
  background: transparent;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #888;
  line-height: 30px;
  text-align: center;
}
.form-wizard .fa {
  margin-right: 0px;
}
.form-wizard strong {
  font-weight: 500;
}
.form-wizard a,
.form-wizard a:hover,
.form-wizard a:focus {
  color: #0766c6;
  text-decoration: none;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.form-wizard-steps {
  margin: auto;
  overflow: hidden;
  position: relative;
}
.form-wizard-progress {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ddd;
  opacity: .3;
}
.form-wizard-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #27ae60;
}
.form-wizard-tolal-steps .form-wizard-step {
  position: relative;
  float: left;
  width: 33.33%;
  padding: 0 5px;
}
.form-wizard-tolal-steps.steps-4 .form-wizard-step {
  width: 25%;
}
.form-wizard-step-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-top: 10px;
  background: #27ae60;
  font-size: 16px;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.form-wizard-step-icon i {
  line-height: 30px;
}
.form-wizard-step-icon.default {
  background: #c4c4c4;
}
.form-wizard-step.activated .form-wizard-step-icon {
  background: #fff;
  border: 1px solid #0766c6;
  color: #0766c6;
  line-height: 38px;
}
.form-wizard-step.active .form-wizard-step-icon {
  background: #0766c6;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin-top: 0;
  font-size: 20px;
  position: relative;
}
.form-wizard-step.active .form-wizard-step-icon i {
  line-height: 42px;
}
.form-wizard-step.active .form-wizard-step-icon:after {
  width: 38px;
  height: 38px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  content: '';
}
.form-wizard-step.active.complete .form-wizard-step-icon {
  background-color: #27ae60;
}
.form-wizard-step p {
  color: #666;
  font-size: 14px;
}
.form-wizard-step.activated p {
  font-size: 15px;
  font-weight: 600;
}
.form-wizard-step.active p {
  font-size: 15px;
  font-weight: 600;
}
.form-wizard fieldset {
  display: none;
  text-align: left;
  border: 0px !important;
}
.form-wizard-buttons {
  text-align: right;
}
/*=====  End of Form Wizard Steps  ======*/
/*===========================================
=            Wizard Steps Jquery            =
===========================================*/
/* Steps Jquery */
/* Steps */
.wizard > .steps .number {
  font-size: 16px;
}
.wizard ul {
  margin: 0;
  padding: 0;
  display: flex;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.wizard ul li {
  list-style: none;
  flex: 1;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  margin: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  color: #054c6d;
  background-color: #fff;
  border-bottom-color: transparent;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  color: rgba(5, 76, 109, 0.6);
  background-color: #fafafa;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  color: rgba(47, 129, 83, 0.6);
  background-color: #fafafa;
}
.wizard ul li:first-child.current a {
  border-left: none;
}
/* Content */
.wizard > .content {
  background: #fff;
  min-height: 0;
}
.wizard > .content > .body {
  padding: 20px;
  background-color: #fff;
  width: 100%;
  height: auto;
  min-height: 50vh;
}
/* Buttons */
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #f2f2f2;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 9px 12px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  background-color: #0766c6;
  border-color: #0659ad;
}
.wizard > .actions a:focus,
.wizard > .actions a:hover:focus,
.wizard > .actions a:active:focus,
.wizard > .actions a:active:focus,
.wizard > .actions a:hover:active:focus,
.wizard > .actions a:active:active:focus,
.wizard > .actions a.active:focus,
.wizard > .actions a:hover.active:focus,
.wizard > .actions a:active.active:focus,
.wizard > .actions a.focus,
.wizard > .actions a:hover.focus,
.wizard > .actions a:active.focus,
.wizard > .actions a:active.focus,
.wizard > .actions a:hover:active.focus,
.wizard > .actions a:active:active.focus,
.wizard > .actions a.active.focus,
.wizard > .actions a:hover.active.focus,
.wizard > .actions a:active.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wizard > .actions a:hover,
.wizard > .actions a:hover:hover,
.wizard > .actions a:active:hover,
.wizard > .actions a:focus,
.wizard > .actions a:hover:focus,
.wizard > .actions a:active:focus,
.wizard > .actions a.focus,
.wizard > .actions a:hover.focus,
.wizard > .actions a:active.focus {
  color: #333;
  text-decoration: none;
}
.wizard > .actions a:active,
.wizard > .actions a:hover:active,
.wizard > .actions a:active:active,
.wizard > .actions a.active,
.wizard > .actions a:hover.active,
.wizard > .actions a:active.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.wizard > .actions a.disabled,
.wizard > .actions a:hover.disabled,
.wizard > .actions a:active.disabled,
.wizard > .actions a[disabled],
.wizard > .actions a:hover[disabled],
.wizard > .actions a:active[disabled],
fieldset[disabled] .wizard > .actions a,
fieldset[disabled] .wizard > .actions a:hover,
fieldset[disabled] .wizard > .actions a:active {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.wizard > .actions a.disabled,
a.wizard > .actions a:hover.disabled,
a.wizard > .actions a:active.disabled,
fieldset[disabled] a.wizard > .actions a,
fieldset[disabled] a.wizard > .actions a:hover,
fieldset[disabled] a.wizard > .actions a:active {
  pointer-events: none;
}
.wizard > .actions a:focus,
.wizard > .actions a:hover:focus,
.wizard > .actions a:active:focus,
.wizard > .actions a.focus,
.wizard > .actions a:hover.focus,
.wizard > .actions a:active.focus {
  color: #fff;
  background-color: #054d95;
  border-color: #021a32;
}
.wizard > .actions a:hover,
.wizard > .actions a:hover:hover,
.wizard > .actions a:active:hover {
  color: #fff;
  background-color: #054d95;
  border-color: #043b72;
}
.wizard > .actions a:active,
.wizard > .actions a:hover:active,
.wizard > .actions a:active:active,
.wizard > .actions a.active,
.wizard > .actions a:hover.active,
.wizard > .actions a:active.active,
.open > .dropdown-toggle.wizard > .actions a,
.open > .dropdown-toggle.wizard > .actions a:hover,
.open > .dropdown-toggle.wizard > .actions a:active {
  color: #fff;
  background-color: #054d95;
  border-color: #043b72;
}
.wizard > .actions a:active:hover,
.wizard > .actions a:hover:active:hover,
.wizard > .actions a:active:active:hover,
.wizard > .actions a.active:hover,
.wizard > .actions a:hover.active:hover,
.wizard > .actions a:active.active:hover,
.open > .dropdown-toggle.wizard > .actions a:hover,
.open > .dropdown-toggle.wizard > .actions a:hover:hover,
.open > .dropdown-toggle.wizard > .actions a:active:hover,
.wizard > .actions a:active:focus,
.wizard > .actions a:hover:active:focus,
.wizard > .actions a:active:active:focus,
.wizard > .actions a.active:focus,
.wizard > .actions a:hover.active:focus,
.wizard > .actions a:active.active:focus,
.open > .dropdown-toggle.wizard > .actions a:focus,
.open > .dropdown-toggle.wizard > .actions a:hover:focus,
.open > .dropdown-toggle.wizard > .actions a:active:focus,
.wizard > .actions a:active.focus,
.wizard > .actions a:hover:active.focus,
.wizard > .actions a:active:active.focus,
.wizard > .actions a.active.focus,
.wizard > .actions a:hover.active.focus,
.wizard > .actions a:active.active.focus,
.open > .dropdown-toggle.wizard > .actions a.focus,
.open > .dropdown-toggle.wizard > .actions a:hover.focus,
.open > .dropdown-toggle.wizard > .actions a:active.focus {
  color: #fff;
  background-color: #043b72;
  border-color: #021a32;
}
.wizard > .actions a:active,
.wizard > .actions a:hover:active,
.wizard > .actions a:active:active,
.wizard > .actions a.active,
.wizard > .actions a:hover.active,
.wizard > .actions a:active.active,
.open > .dropdown-toggle.wizard > .actions a,
.open > .dropdown-toggle.wizard > .actions a:hover,
.open > .dropdown-toggle.wizard > .actions a:active {
  background-image: none;
}
.wizard > .actions a.disabled:hover,
.wizard > .actions a:hover.disabled:hover,
.wizard > .actions a:active.disabled:hover,
.wizard > .actions a[disabled]:hover,
.wizard > .actions a:hover[disabled]:hover,
.wizard > .actions a:active[disabled]:hover,
fieldset[disabled] .wizard > .actions a:hover,
fieldset[disabled] .wizard > .actions a:hover:hover,
fieldset[disabled] .wizard > .actions a:active:hover,
.wizard > .actions a.disabled:focus,
.wizard > .actions a:hover.disabled:focus,
.wizard > .actions a:active.disabled:focus,
.wizard > .actions a[disabled]:focus,
.wizard > .actions a:hover[disabled]:focus,
.wizard > .actions a:active[disabled]:focus,
fieldset[disabled] .wizard > .actions a:focus,
fieldset[disabled] .wizard > .actions a:hover:focus,
fieldset[disabled] .wizard > .actions a:active:focus,
.wizard > .actions a.disabled.focus,
.wizard > .actions a:hover.disabled.focus,
.wizard > .actions a:active.disabled.focus,
.wizard > .actions a[disabled].focus,
.wizard > .actions a:hover[disabled].focus,
.wizard > .actions a:active[disabled].focus,
fieldset[disabled] .wizard > .actions a.focus,
fieldset[disabled] .wizard > .actions a:hover.focus,
fieldset[disabled] .wizard > .actions a:active.focus {
  background-color: #0766c6;
  border-color: #0659ad;
}
.wizard > .actions a .badge,
.wizard > .actions a:hover .badge,
.wizard > .actions a:active .badge {
  color: #0766c6;
  background-color: #fff;
}
.wizard > .actions a:focus,
.wizard > .actions a:hover:focus,
.wizard > .actions a:active:focus,
.wizard > .actions a.focus,
.wizard > .actions a:hover.focus,
.wizard > .actions a:active.focus {
  color: #fff;
  background-color: #054d95;
  border-color: #021a32;
}
.wizard > .actions a:hover,
.wizard > .actions a:hover:hover,
.wizard > .actions a:active:hover {
  color: #fff;
  background-color: #054d95;
  border-color: #043b72;
}
.wizard > .actions a:active,
.wizard > .actions a:hover:active,
.wizard > .actions a:active:active,
.wizard > .actions a.active,
.wizard > .actions a:hover.active,
.wizard > .actions a:active.active,
.open > .dropdown-toggle.wizard > .actions a,
.open > .dropdown-toggle.wizard > .actions a:hover,
.open > .dropdown-toggle.wizard > .actions a:active {
  color: #fff;
  background-color: #054d95;
  border-color: #043b72;
}
.wizard > .actions a:active:hover,
.wizard > .actions a:hover:active:hover,
.wizard > .actions a:active:active:hover,
.wizard > .actions a.active:hover,
.wizard > .actions a:hover.active:hover,
.wizard > .actions a:active.active:hover,
.open > .dropdown-toggle.wizard > .actions a:hover,
.open > .dropdown-toggle.wizard > .actions a:hover:hover,
.open > .dropdown-toggle.wizard > .actions a:active:hover,
.wizard > .actions a:active:focus,
.wizard > .actions a:hover:active:focus,
.wizard > .actions a:active:active:focus,
.wizard > .actions a.active:focus,
.wizard > .actions a:hover.active:focus,
.wizard > .actions a:active.active:focus,
.open > .dropdown-toggle.wizard > .actions a:focus,
.open > .dropdown-toggle.wizard > .actions a:hover:focus,
.open > .dropdown-toggle.wizard > .actions a:active:focus,
.wizard > .actions a:active.focus,
.wizard > .actions a:hover:active.focus,
.wizard > .actions a:active:active.focus,
.wizard > .actions a.active.focus,
.wizard > .actions a:hover.active.focus,
.wizard > .actions a:active.active.focus,
.open > .dropdown-toggle.wizard > .actions a.focus,
.open > .dropdown-toggle.wizard > .actions a:hover.focus,
.open > .dropdown-toggle.wizard > .actions a:active.focus {
  color: #fff;
  background-color: #043b72;
  border-color: #021a32;
}
.wizard > .actions a:active,
.wizard > .actions a:hover:active,
.wizard > .actions a:active:active,
.wizard > .actions a.active,
.wizard > .actions a:hover.active,
.wizard > .actions a:active.active,
.open > .dropdown-toggle.wizard > .actions a,
.open > .dropdown-toggle.wizard > .actions a:hover,
.open > .dropdown-toggle.wizard > .actions a:active {
  background-image: none;
}
.wizard > .actions a.disabled:hover,
.wizard > .actions a:hover.disabled:hover,
.wizard > .actions a:active.disabled:hover,
.wizard > .actions a[disabled]:hover,
.wizard > .actions a:hover[disabled]:hover,
.wizard > .actions a:active[disabled]:hover,
fieldset[disabled] .wizard > .actions a:hover,
fieldset[disabled] .wizard > .actions a:hover:hover,
fieldset[disabled] .wizard > .actions a:active:hover,
.wizard > .actions a.disabled:focus,
.wizard > .actions a:hover.disabled:focus,
.wizard > .actions a:active.disabled:focus,
.wizard > .actions a[disabled]:focus,
.wizard > .actions a:hover[disabled]:focus,
.wizard > .actions a:active[disabled]:focus,
fieldset[disabled] .wizard > .actions a:focus,
fieldset[disabled] .wizard > .actions a:hover:focus,
fieldset[disabled] .wizard > .actions a:active:focus,
.wizard > .actions a.disabled.focus,
.wizard > .actions a:hover.disabled.focus,
.wizard > .actions a:active.disabled.focus,
.wizard > .actions a[disabled].focus,
.wizard > .actions a:hover[disabled].focus,
.wizard > .actions a:active[disabled].focus,
fieldset[disabled] .wizard > .actions a.focus,
fieldset[disabled] .wizard > .actions a:hover.focus,
fieldset[disabled] .wizard > .actions a:active.focus {
  background-color: #0766c6;
  border-color: #0659ad;
}
.wizard > .actions a .badge,
.wizard > .actions a:hover .badge,
.wizard > .actions a:active .badge {
  color: #0766c6;
  background-color: #fff;
}
.wizard > .actions a:hover,
.wizard > .actions a:hover:hover,
.wizard > .actions a:active:hover,
.wizard > .actions a:visited,
.wizard > .actions a:hover:visited,
.wizard > .actions a:active:visited {
  color: #fff;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  opacity: 0;
}
.wizard > .actions > ul > li:first-child a {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.wizard > .actions > ul > li:first-child a:focus,
.wizard > .actions > ul > li:first-child a.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.wizard > .actions > ul > li:first-child a:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.wizard > .actions > ul > li:first-child a:active,
.wizard > .actions > ul > li:first-child a.active,
.open > .dropdown-toggle.wizard > .actions > ul > li:first-child a {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.wizard > .actions > ul > li:first-child a:active:hover,
.wizard > .actions > ul > li:first-child a.active:hover,
.open > .dropdown-toggle.wizard > .actions > ul > li:first-child a:hover,
.wizard > .actions > ul > li:first-child a:active:focus,
.wizard > .actions > ul > li:first-child a.active:focus,
.open > .dropdown-toggle.wizard > .actions > ul > li:first-child a:focus,
.wizard > .actions > ul > li:first-child a:active.focus,
.wizard > .actions > ul > li:first-child a.active.focus,
.open > .dropdown-toggle.wizard > .actions > ul > li:first-child a.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.wizard > .actions > ul > li:first-child a:active,
.wizard > .actions > ul > li:first-child a.active,
.open > .dropdown-toggle.wizard > .actions > ul > li:first-child a {
  background-image: none;
}
.wizard > .actions > ul > li:first-child a.disabled:hover,
.wizard > .actions > ul > li:first-child a[disabled]:hover,
fieldset[disabled] .wizard > .actions > ul > li:first-child a:hover,
.wizard > .actions > ul > li:first-child a.disabled:focus,
.wizard > .actions > ul > li:first-child a[disabled]:focus,
fieldset[disabled] .wizard > .actions > ul > li:first-child a:focus,
.wizard > .actions > ul > li:first-child a.disabled.focus,
.wizard > .actions > ul > li:first-child a[disabled].focus,
fieldset[disabled] .wizard > .actions > ul > li:first-child a.focus {
  background-color: #fff;
  border-color: #ccc;
}
.wizard > .actions > ul > li:first-child a .badge {
  color: #fff;
  background-color: #333;
}
.wizard > .actions > ul > li:first-child a:hover,
.wizard > .actions > ul > li:first-child a:visited {
  color: #222;
}
.wizard > .actions > ul > li:last-child a {
  color: #fff;
  background-color: #27ae60;
  border-color: #229955;
}
.wizard > .actions > ul > li:last-child a:focus,
.wizard > .actions > ul > li:last-child a.focus {
  color: #fff;
  background-color: #1e8449;
  border-color: #0b311b;
}
.wizard > .actions > ul > li:last-child a:hover {
  color: #fff;
  background-color: #1e8449;
  border-color: #176739;
}
.wizard > .actions > ul > li:last-child a:active,
.wizard > .actions > ul > li:last-child a.active,
.open > .dropdown-toggle.wizard > .actions > ul > li:last-child a {
  color: #fff;
  background-color: #1e8449;
  border-color: #176739;
}
.wizard > .actions > ul > li:last-child a:active:hover,
.wizard > .actions > ul > li:last-child a.active:hover,
.open > .dropdown-toggle.wizard > .actions > ul > li:last-child a:hover,
.wizard > .actions > ul > li:last-child a:active:focus,
.wizard > .actions > ul > li:last-child a.active:focus,
.open > .dropdown-toggle.wizard > .actions > ul > li:last-child a:focus,
.wizard > .actions > ul > li:last-child a:active.focus,
.wizard > .actions > ul > li:last-child a.active.focus,
.open > .dropdown-toggle.wizard > .actions > ul > li:last-child a.focus {
  color: #fff;
  background-color: #176739;
  border-color: #0b311b;
}
.wizard > .actions > ul > li:last-child a:active,
.wizard > .actions > ul > li:last-child a.active,
.open > .dropdown-toggle.wizard > .actions > ul > li:last-child a {
  background-image: none;
}
.wizard > .actions > ul > li:last-child a.disabled:hover,
.wizard > .actions > ul > li:last-child a[disabled]:hover,
fieldset[disabled] .wizard > .actions > ul > li:last-child a:hover,
.wizard > .actions > ul > li:last-child a.disabled:focus,
.wizard > .actions > ul > li:last-child a[disabled]:focus,
fieldset[disabled] .wizard > .actions > ul > li:last-child a:focus,
.wizard > .actions > ul > li:last-child a.disabled.focus,
.wizard > .actions > ul > li:last-child a[disabled].focus,
fieldset[disabled] .wizard > .actions > ul > li:last-child a.focus {
  background-color: #27ae60;
  border-color: #229955;
}
.wizard > .actions > ul > li:last-child a .badge {
  color: #27ae60;
  background-color: #fff;
}
.wizard > .actions > ul > li:last-child a:focus,
.wizard > .actions > ul > li:last-child a.focus {
  color: #fff;
  background-color: #1e8449;
  border-color: #0b311b;
}
.wizard > .actions > ul > li:last-child a:hover {
  color: #fff;
  background-color: #1e8449;
  border-color: #176739;
}
.wizard > .actions > ul > li:last-child a:active,
.wizard > .actions > ul > li:last-child a.active,
.open > .dropdown-toggle.wizard > .actions > ul > li:last-child a {
  color: #fff;
  background-color: #1e8449;
  border-color: #176739;
}
.wizard > .actions > ul > li:last-child a:active:hover,
.wizard > .actions > ul > li:last-child a.active:hover,
.open > .dropdown-toggle.wizard > .actions > ul > li:last-child a:hover,
.wizard > .actions > ul > li:last-child a:active:focus,
.wizard > .actions > ul > li:last-child a.active:focus,
.open > .dropdown-toggle.wizard > .actions > ul > li:last-child a:focus,
.wizard > .actions > ul > li:last-child a:active.focus,
.wizard > .actions > ul > li:last-child a.active.focus,
.open > .dropdown-toggle.wizard > .actions > ul > li:last-child a.focus {
  color: #fff;
  background-color: #176739;
  border-color: #0b311b;
}
.wizard > .actions > ul > li:last-child a:active,
.wizard > .actions > ul > li:last-child a.active,
.open > .dropdown-toggle.wizard > .actions > ul > li:last-child a {
  background-image: none;
}
.wizard > .actions > ul > li:last-child a.disabled:hover,
.wizard > .actions > ul > li:last-child a[disabled]:hover,
fieldset[disabled] .wizard > .actions > ul > li:last-child a:hover,
.wizard > .actions > ul > li:last-child a.disabled:focus,
.wizard > .actions > ul > li:last-child a[disabled]:focus,
fieldset[disabled] .wizard > .actions > ul > li:last-child a:focus,
.wizard > .actions > ul > li:last-child a.disabled.focus,
.wizard > .actions > ul > li:last-child a[disabled].focus,
fieldset[disabled] .wizard > .actions > ul > li:last-child a.focus {
  background-color: #27ae60;
  border-color: #229955;
}
.wizard > .actions > ul > li:last-child a .badge {
  color: #27ae60;
  background-color: #fff;
}
.wizard > .actions > ul > li:last-child a:hover,
.wizard > .actions > ul > li:last-child a:visited {
  color: #fff;
}
/*=====  End of Wizard Steps Jquery  ======*/
/*
 *
 * Resets Primefaces
 *
*/
.ui-autocomplete {
  width: 100%;
}
.ui-autocomplete .ui-icon {
  background-image: url("/licenciamento-web-admin/javax.faces.resource/images/ui-icons_333333_256x240.png.jsf?ln=primefaces-bootstrap");
}
.ui-autocomplete .ui-autocomplete-token {
  margin: 0px 5px 0 0!important;
  padding: 0px !important;
}
.ui-autocomplete .ui-autocomplete-input-token {
  margin: 0px!important;
}
.ui-autocomplete .ui-autocomplete-input-token input {
  margin: 0px!important;
}
.ui-widget .btn-sm {
  font-size: 12px;
}
.ui-widget-content a.btn-danger,
.ui-widget-content a.btn-primary,
.ui-widget-content a.btn-success {
  color: #fff;
}
.ui-widget-overlay {
  background-image: none!important;
  background-color: #888;
}
.ui-fileupload-buttonbar {
  padding: 0px!important;
  border-radius: 0px;
  border: 0px;
  background: none;
}
.ui-fileupload-content {
  padding: 0px;
  border: 0px;
}
.ui-button-text-icon-left .ui-button-text {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 9px 12px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  background-color: #0766c6;
  border-color: #0659ad;
}
.ui-button-text-icon-left .ui-button-text:focus,
.ui-button-text-icon-left .ui-button-text:active:focus,
.ui-button-text-icon-left .ui-button-text.active:focus,
.ui-button-text-icon-left .ui-button-text.focus,
.ui-button-text-icon-left .ui-button-text:active.focus,
.ui-button-text-icon-left .ui-button-text.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ui-button-text-icon-left .ui-button-text:hover,
.ui-button-text-icon-left .ui-button-text:focus,
.ui-button-text-icon-left .ui-button-text.focus {
  color: #333;
  text-decoration: none;
}
.ui-button-text-icon-left .ui-button-text:active,
.ui-button-text-icon-left .ui-button-text.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ui-button-text-icon-left .ui-button-text.disabled,
.ui-button-text-icon-left .ui-button-text[disabled],
fieldset[disabled] .ui-button-text-icon-left .ui-button-text {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.ui-button-text-icon-left .ui-button-text.disabled,
fieldset[disabled] a.ui-button-text-icon-left .ui-button-text {
  pointer-events: none;
}
.ui-button-text-icon-left .ui-button-text:focus,
.ui-button-text-icon-left .ui-button-text.focus {
  color: #fff;
  background-color: #054d95;
  border-color: #021a32;
}
.ui-button-text-icon-left .ui-button-text:hover {
  color: #fff;
  background-color: #054d95;
  border-color: #043b72;
}
.ui-button-text-icon-left .ui-button-text:active,
.ui-button-text-icon-left .ui-button-text.active,
.open > .dropdown-toggle.ui-button-text-icon-left .ui-button-text {
  color: #fff;
  background-color: #054d95;
  border-color: #043b72;
}
.ui-button-text-icon-left .ui-button-text:active:hover,
.ui-button-text-icon-left .ui-button-text.active:hover,
.open > .dropdown-toggle.ui-button-text-icon-left .ui-button-text:hover,
.ui-button-text-icon-left .ui-button-text:active:focus,
.ui-button-text-icon-left .ui-button-text.active:focus,
.open > .dropdown-toggle.ui-button-text-icon-left .ui-button-text:focus,
.ui-button-text-icon-left .ui-button-text:active.focus,
.ui-button-text-icon-left .ui-button-text.active.focus,
.open > .dropdown-toggle.ui-button-text-icon-left .ui-button-text.focus {
  color: #fff;
  background-color: #043b72;
  border-color: #021a32;
}
.ui-button-text-icon-left .ui-button-text:active,
.ui-button-text-icon-left .ui-button-text.active,
.open > .dropdown-toggle.ui-button-text-icon-left .ui-button-text {
  background-image: none;
}
.ui-button-text-icon-left .ui-button-text.disabled:hover,
.ui-button-text-icon-left .ui-button-text[disabled]:hover,
fieldset[disabled] .ui-button-text-icon-left .ui-button-text:hover,
.ui-button-text-icon-left .ui-button-text.disabled:focus,
.ui-button-text-icon-left .ui-button-text[disabled]:focus,
fieldset[disabled] .ui-button-text-icon-left .ui-button-text:focus,
.ui-button-text-icon-left .ui-button-text.disabled.focus,
.ui-button-text-icon-left .ui-button-text[disabled].focus,
fieldset[disabled] .ui-button-text-icon-left .ui-button-text.focus {
  background-color: #0766c6;
  border-color: #0659ad;
}
.ui-button-text-icon-left .ui-button-text .badge {
  color: #0766c6;
  background-color: #fff;
}
.ui-button-text-icon-left .ui-button-text:focus,
.ui-button-text-icon-left .ui-button-text.focus {
  color: #fff;
  background-color: #054d95;
  border-color: #021a32;
}
.ui-button-text-icon-left .ui-button-text:hover {
  color: #fff;
  background-color: #054d95;
  border-color: #043b72;
}
.ui-button-text-icon-left .ui-button-text:active,
.ui-button-text-icon-left .ui-button-text.active,
.open > .dropdown-toggle.ui-button-text-icon-left .ui-button-text {
  color: #fff;
  background-color: #054d95;
  border-color: #043b72;
}
.ui-button-text-icon-left .ui-button-text:active:hover,
.ui-button-text-icon-left .ui-button-text.active:hover,
.open > .dropdown-toggle.ui-button-text-icon-left .ui-button-text:hover,
.ui-button-text-icon-left .ui-button-text:active:focus,
.ui-button-text-icon-left .ui-button-text.active:focus,
.open > .dropdown-toggle.ui-button-text-icon-left .ui-button-text:focus,
.ui-button-text-icon-left .ui-button-text:active.focus,
.ui-button-text-icon-left .ui-button-text.active.focus,
.open > .dropdown-toggle.ui-button-text-icon-left .ui-button-text.focus {
  color: #fff;
  background-color: #043b72;
  border-color: #021a32;
}
.ui-button-text-icon-left .ui-button-text:active,
.ui-button-text-icon-left .ui-button-text.active,
.open > .dropdown-toggle.ui-button-text-icon-left .ui-button-text {
  background-image: none;
}
.ui-button-text-icon-left .ui-button-text.disabled:hover,
.ui-button-text-icon-left .ui-button-text[disabled]:hover,
fieldset[disabled] .ui-button-text-icon-left .ui-button-text:hover,
.ui-button-text-icon-left .ui-button-text.disabled:focus,
.ui-button-text-icon-left .ui-button-text[disabled]:focus,
fieldset[disabled] .ui-button-text-icon-left .ui-button-text:focus,
.ui-button-text-icon-left .ui-button-text.disabled.focus,
.ui-button-text-icon-left .ui-button-text[disabled].focus,
fieldset[disabled] .ui-button-text-icon-left .ui-button-text.focus {
  background-color: #0766c6;
  border-color: #0659ad;
}
.ui-button-text-icon-left .ui-button-text .badge {
  color: #0766c6;
  background-color: #fff;
}
.ui-button-text-icon-left .ui-button-text:hover,
.ui-button-text-icon-left .ui-button-text:visited {
  color: #fff;
}
.ui-icon-plusthick:before {
  content: "\f067";
}
.ui-icon-plusthick {
  display: inline-block !important;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px!important;
  text-rendering: auto!important;
  width: auto!important;
  height: auto!important;
  background-image: none!important;
  text-indent: 0px!important;
  text-shadow: none!important;
  border-radius: 0px!important;
  color: #fff!important;
}
.ui-fileupload-buttonbar {
  padding: 0px!important;
  border-radius: 0px!important;
  border: 0px!important;
  background: none!important;
}
.ui-fileupload-content {
  padding: 0px!important;
  border: 0px!important;
}
.ui-button-text-icon-left .ui-button-text {
  font-family: "Open Sans", sans-serif;
  text-shadow: none!important;
  padding-left: 35px!important;
  border: 0px!important;
}
.ui-button-icon-left.ui-icon.ui-c.ui-icon-plusthick {
  position: absolute!important;
  top: 21px!important;
  left: 13px!important;
}
.ui-button {
  box-shadow: none!important;
  border-radius: 0px;
}
.ui-button.ui-state-default {
  border-color: #2e6da4;
}
.ui-button.ui-state-hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.ui-state-default .ui-icon {
  background-image: none;
}
.ui-state-hover .ui-icon {
  background-image: none;
}
.ui-state-hover .ui-button-text {
  background-color: #286090;
  border-color: #204d74;
}
.table-highlight .ui-chkbox-icon.ui-icon.ui-c.ui-icon-check {
  background-image: url("/licenciamento-web-admin/javax.faces.resource/images/ui-icons_333333_256x240.png.jsf?ln=primefaces-bootstrap");
}
.ui-datatable .table .ui-state-highlight,
.ui-datatable .table .ui-widget-content .ui-state-highlight,
.ui-datatable .table .ui-widget-header .ui-state-highlight {
  background-image: none;
}
.ui-datatable .table th,
.ui-datatable .table tr,
.ui-datatable .table td {
  font-family: "Open Sans", sans-serif;
  text-align: left;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
}
.ui-datatable .table th {
  background-image: none;
  background-color: #fff;
}
.ui-datatable .table tr,
.ui-datatable .table tr.ui-state-highlight {
  border-color: transparent;
  background-color: #fff;
}
.ui-datatable .table table tr,
.ui-datatable .table table tr.ui-state-highlight {
  background-color: transparent;
  border-color: transparent;
  color: #666;
}
.ui-datatable .table table tr td,
.ui-datatable .table table tr.ui-state-highlight td {
  color: #666;
}
.ui-datatable .table table tr td label,
.ui-datatable .table table tr.ui-state-highlight td label {
  font-size: 14px;
  padding-left: 5px;
}
/* FileUpload Button - Primefaces */
.ui-fileupload.ui-widget {
  display: inline-block;
  border-color: #2e6da4;
}
.ui-fileupload-buttonbar {
  display: inline-block;
  margin-left: 10px;
}
.ui-fileupload-buttonbar .ui-button {
  border: none;
}
.ui-fileupload-buttonbar .ui-button .ui-button-text {
  height: 40px;
  line-height: 1.5;
}
.ui-fileupload-choose {
  margin-right: 0px;
}
/* End of FileUpload Button - Primefaces */
/*=======================================
=            Reset RichFaces            =
=======================================*/
button,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="reset"],
input[type="submit"],
input[type="button"] {
  background-image: none;
  font-size: 14px;
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: none;
}
/* button.btn.btn-primary, input[type="text"].btn.btn-primary, input[type="password"].btn.btn-primary,
    input[type="reset"].btn.btn-primary, input[type="submit"].btn.btn-primary,
    input[type="button"].btn.btn-primary {
    color: #fff;
    background-color: @brand-primary;
    border-color: @btn-primary-border;
} */
.rf-pp-cnt-scrlr {
  width: 650px !important;
  min-height: 350px !important;
  height: auto !important;
}
.rf-pp-cntr {
  border: none !important;
}
.rf-pp-shdw {
  opacity: 0 !important;
}
.rf-pp-cnt {
  padding: 15px 20px;
}
.rf-dg,
.rf-dg-c {
  border: none;
  font-family: "Open Sans", sans-serif;
  color: #333;
}
.rf-pp-shade {
  background-color: #000;
}
#aguarde_container.rf-pp-cntr {
  background: none !important;
}
#aguarde_container .rf-pp-cnt-scrlr {
  width: 120px !important;
  min-height: 80px !important;
  border-radius: 10px;
  margin: auto;
  background: none !important;
}
#aguarde_container .rf-pp-cnt {
  padding: 28px 20px !important;
  background: transparent !important;
}
#aguarde_container i {
  color: #fff;
  font-size: 58px;
}
/*=====  End of Reset RichFaces  ======*/
/*
 *
 * Resets Bootstrap
 *
*/
.well {
  background-color: #f7f7f9;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.control-label {
  font-size: 15px;
  font-weight: bold;
}
.form-horizontal .control-label {
  text-align: left;
}
.form-control {
  padding: 10px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #ccc;
  box-shadow: none;
  transition: all 150ms ease-in-out;
}
.form-control:focus {
  outline: none;
  border-color: #5f8fdf;
}
.form-control.form-sm {
  padding: 4px 10px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.input-group-addon {
  background-color: #f7f7f9;
  border: 1px solid #ddd;
  box-shadow: none;
}
.form-control[disabled]:focus,
.form-control[readonly]:focus,
fieldset[disabled] .form-control:focus,
.input-group-addon:focus {
  border: 1px solid #ddd;
  box-shadow: none;
}
select[multiple],
select[size] {
  height: 40px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
  border: 1px solid #eee;
}
.table-bordered {
  border: 1px solid #eee;
}
.label.label-md {
  font-size: 90%;
}
/*===========================================
=            Forms / Formulários            =
===========================================*/
/* Input Upload File */
.input_file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.input_file_group {
  width: 100%;
}
.input_file_group label {
  width: 100%;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  /* "hand" cursor */
  color: #fff;
  font-weight: normal;
}
.input_file_group .input_file_group_label {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 54px 0 15px;
  background-color: #fff;
  color: #666;
  margin-right: -44px;
  overflow: hidden;
}
.input_file_group .input_file_group_btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ddd;
  color: #666;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
}
.input_file_group .input_file_group_btn i {
  line-height: 40px;
  margin: 0;
}
/* End of Input Upload File */
/* RadioButton Label */
.radio-boolean label,
.form_items label,
.form-radio label {
  font-weight: normal;
  margin: 0 10px 8px 5px;
}
/* End of RadioButton Label */
.form-control-feedback {
  line-height: 34px;
  margin-right: 15px;
  top: 28px;
}
.form-control-plaintext {
  width: auto;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form_horario_funcionamento .form-inline {
  margin-bottom: 12px;
}
.form_horario_funcionamento span {
  margin-right: 10px;
  width: 35px;
  display: inline-block;
}
.form_horario_funcionamento span.center {
  text-align: center;
  width: 20px;
}
.form_horario_funcionamento input[type="checkbox"] {
  margin-right: 5px;
}
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
select[disabled] {
  color: #868686;
  cursor: default;
}
.form-addRemove input {
  display: inline-block;
  height: 30px;
  width: auto;
  min-width: 50px;
  padding: 10px;
  font-size: 14px;
  border-radius: 0px;
  border: 1px solid #ccc;
  text-align: center;
  cursor: none;
  pointer-events: none;
}
.form-addRemove input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-addRemove a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 22px;
  line-height: 40px;
  margin: 0 5px;
}
.form-addRemove a i {
  margin: 0;
}
.form-select {
  overflow: auto;
  height: 140px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
/* DatePicker */
.ui-datepicker {
  background-color: #fff;
  border: 1px solid #66AFE9;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  display: none;
  margin-top: 4px;
  padding: 0;
  width: 240px;
}
.ui-datepicker a,
.ui-datepicker a:hover {
  text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
  color: #2A6496;
  box-shadow: none;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
  margin-bottom: 4px;
  text-align: center;
  background: #f2f2f2;
}
.ui-datepicker .ui-datepicker-title {
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  width: 30px;
  height: 30px;
  line-height: 1;
  padding: 10px;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: left;
}
.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  border: none !important;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\e079";
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\e080";
}
.ui-datepicker .ui-icon {
  display: none !important;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td,
.ui-datepicker .ui-datepicker-calendar td a {
  border-radius: 4px;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover,
.ui-datepicker .ui-datepicker-calendar td:hover a {
  background-color: #eee;
  cursor: pointer;
  color: #555 !important;
  text-shadow: none;
}
.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
  background-color: #4289cc;
  text-align: center;
  color: #333 !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-highlight,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-calendar td a,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a {
  background-color: #4289cc;
  color: #fff;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day:hover,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a:hover {
  background-color: #2a6fb0 !important;
  color: #fff !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: #fff;
  cursor: default;
}
/* End of DatePicker */
/*=====  End of Forms / Formulários  ======*/
/*===============================
=            Buttons            =
===============================*/
.btn {
  padding: 9px 12px;
  border-radius: 3px;
  font-size: 14px;
}
.btn + .btn {
  margin-left: 10px;
}
.btn.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
}
.btn.btn-sm {
  padding: 4px 10px;
  font-size: 13px;
}
.btn.btn-lg {
  padding: 13px 16px;
  font-size: 15px;
}
.btn-icon .fa {
  margin-right: 0 !important;
}
.btn-primary:hover,
.btn-secondary:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-success:hover,
.btn-primary:visited,
.btn-secondary:visited,
.btn-danger:visited,
.btn-warning:visited,
.btn-success:visited {
  color: #fff;
}
.btn-default:hover,
.btn-default:visited {
  color: #222;
}
.btn-secondary {
  background-color: #ddd;
  color: #333 !important;
  border: 1px solid #ccc;
}
.btn-secondary:hover {
  background-color: #ccc;
}
/*=====  End of Buttons  ======*/
/*============================
=            Base            =
============================*/
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 130px;
  background-color: #f7f7f9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Sanchez", serif;
}
h1 {
  margin-top: 10px;
  font-size: 28px;
}
h2 {
  margin-top: 10px;
  font-size: 24px;
}
h2 i {
  color: #9a9aa0;
}
h3 {
  margin-top: 10px;
  font-size: 22px;
}
h3 i {
  font-size: 20px;
  color: #9a9aa0;
}
h4 i {
  font-size: 16px;
  color: #9a9aa0;
}
label i {
  font-size: 14px;
  color: #9a9aa0;
}
#mensagens-sistema ul {
  margin-bottom: 0px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-25 {
  margin-left: 25px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-25 {
  margin-right: 25px;
}
.default-margin-bottom {
  margin-bottom: 20px;
}
.default-margin-top {
  margin-top: 20px;
}
.no-margin-bottom {
  margin-bottom: 0px!important;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0!important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.v-align {
  display: table;
  height: 50px;
  width: 100%;
  margin-bottom: 15px;
}
.v-align .h2,
.v-align .h4 {
  padding: 0 15px;
}
.v-align p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2em;
}
hr.hr-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.v-align-middle {
  vertical-align: middle !important;
}
.text-decoration-none {
  text-decoration: none;
}
.text-wrap {
  word-wrap: break-word;
}
/*=====  End of Base  ======*/
/*==============================
=            Tables            =
==============================*/
.table-bg {
  background: #fff;
}
.form-group .table {
  margin-bottom: 0px;
}
.table > td {
  line-height: 35px;
}
.table {
  font-size: 14px;
}
.table .tr-child td {
  border-bottom-color: transparent;
  font-size: 12px;
  padding: 5px 10px 10px;
}
.table tr.tr-child:last-child td {
  border-bottom-color: #dddddd;
}
.table .tr-active td {
  border-top: 2px solid #ddd !important;
  border-bottom: 1px solid transparent;
}
/*=====  End of Tables  ======*/
/*=============================
=            Modal            =
=============================*/
.modal {
  top: 0;
}
/* Modal Vertically Center */
.modal.modal-centered {
  text-align: center;
  padding: 0!important;
}
.modal-centered .modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-centered .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/* Modal Primefaces */
.ui-shadow {
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2) !important;
  border: 1px solid #ddd !important;
}
.ui-dialog .ui-dialog-content {
  padding: 15px 20px !important;
}
.ui-widget-content {
  color: #9e9e9e !important;
}
/* End of Modal Primefaces */
/*=====  End of Modal  ======*/
/*=============================
=            Icons            =
=============================*/
.fa {
  margin-right: 5px;
}
.super-icon {
  display: block;
  float: left;
  margin-right: 11px;
  font-size: 40px;
  color: #0766c6;
}
.super-icon.super-icon-bg {
  border-radius: 50%;
  font-size: 22px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #f1f1f1;
}
.super-icon-sm {
  font-size: 30px;
  margin-top: 4px;
}
/*=====  End of Icons  ======*/
/*======================================
=            Menu Principal            =
======================================*/
.menu-principal {
  margin-left: 15px;
  /*text-align: center;*/
}
.menu-principal i.fa {
  margin-right: 0px;
  color: #0766c6;
  line-height: 1em!important;
  transition: all 0.7s ease-in-out;
}
.menu-principal a {
  display: inline-block;
  width: 163px;
  height: 150px;
  text-align: center;
  border: 1px solid #eee;
  text-decoration: none;
  margin: 0px 15px 15px 0px;
  overflow: hidden;
  transition: all 0.7s ease-in-out;
}
.menu-principal .menu-item-icon-holder {
  background: #ffffff;
  position: relative;
  display: table;
  width: 100%;
  height: 100px;
  font-size: 25px;
  transition: all 0.7s ease-in-out;
}
.menu-principal .menu-item-icon-light {
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0px;
  left: -50%;
  background: rgba(255, 255, 255, 0.2);
  transform: skew(-20deg);
}
.menu-principal .menu-item-icon-bg {
  background: #f1f1f1;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin: auto;
  line-height: 45px;
  transition: all 0.7s ease-in-out;
}
.menu-principal .menu-item-icon {
  display: table-cell;
  vertical-align: middle;
}
.menu-principal .menu-item-title-holder {
  border-top: 1px solid #eee;
  display: table;
  width: 100%;
  height: 50px;
  font-weight: bold;
  background: #fff;
  color: #111;
  padding: 0px 12px;
  transition: all 0.7s ease-in-out;
}
.menu-principal .menu-item-title {
  display: table-cell;
  vertical-align: middle;
}
.menu-principal a:hover,
.menu-principal a:active {
  border: 1px solid #cacaca;
}
.menu-principal a:hover i.fa,
.menu-principal a:active i.fa {
  color: #fff;
}
.menu-principal a:hover .menu-item-icon-holder,
.menu-principal a:active .menu-item-icon-holder {
  background: #f1f1f1;
}
.menu-principal a:hover .menu-item-icon-bg,
.menu-principal a:active .menu-item-icon-bg {
  background: #0766c6;
}
.menu-principal a:hover .menu-item-title-holder,
.menu-principal a:active .menu-item-title-holder {
  color: #0766c6;
}
.menu-principal a:active {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.menu-principal a:active .menu-item-icon-bg {
  box-shadow: inset 0px 0px 10px rgba(255, 255, 255, 0.9);
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
/*
 *
 * Background Header
 *
*/
#header-bg {
  width: 100%;
  height: 140px;
  background-color: #009d72;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
#header-bg .container {
  position: relative;
}
.page-header {
  color: #fff;
  text-shadow: -1px 1px 0px #000000;
  margin: 52px 0px 5px 0px;
}
.page-header small {
  color: #fff;
}
.particles-js-canvas-el {
  position: absolute;
  top: 0px;
  z-index: 0;
  pointer-events: none;
}
/*
 *
 * Header & Logo
 *
*/
.logo-holder {
  height: 140px;
  width: 100%;
  background-color: #fff;
  transform: skewX(-15deg);
}
.logo {
  position: absolute;
  z-index: 10;
  text-align: center;
}
.logo img {
  max-width: 100%;
  width: auto;
}
#migalhas {
  font-size: 12px;
  height: 20px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
#migalhas a {
  color: #eee;
}
/*
 *
 * Navbar
 *
*/
.navbar {
  margin-bottom: 0px;
}
.navbar-float-top {
  margin-bottom: 0px;
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 10;
  background-color: #fff;
  border-radius: 0px;
  transform: skewX(-15deg);
}
.navbar-float-top ul {
  transform: skewX(15deg);
}
.navbar-float-top ul ul {
  transform: skewX(0deg);
}
.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
}
.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 120px;
  padding: 20px;
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #000;
  font-size: 14px;
  margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color: #444444 !important;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: #fff !important;
    color: #444444 !important;
  }
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #666666;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f9f9f9;
  }
}
.navbar-nav > .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}
.navbar-nav > li > a {
  font-size: 14px;
}
/*==================================
=            Navbar Sub            =
==================================*/
.navbar-sub {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  padding: 0 0 0 15px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(70, 70, 70, 0.2);
  -moz-box-shadow: 1px 1px 3px 0px rgba(70, 70, 70, 0.2);
  box-shadow: 1px 1px 3px 0px rgba(70, 70, 70, 0.2);
  position: relative;
  margin-bottom: 15px;
}
.navbar-sub:before {
  content: '';
  display: block;
  background: #009d72;
  height: 100%;
  width: 7px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.navbar-sub li a {
  padding: 18px 10px;
  font-weight: bold;
  display: block;
  color: #444;
  font-size: 14px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.navbar-sub li a:after {
  height: 3px;
  width: 15%;
  content: '';
  display: block;
  background: transparent;
  margin: 5px auto -5px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.navbar-sub li a:hover {
  text-decoration: none;
}
.navbar-sub li a:hover:after {
  background: #dedede;
  width: 30%;
}
.navbar-sub li.active a {
  text-decoration: none;
}
.navbar-sub li.active a:after {
  background: #009d72;
  width: 30%;
}
/*=====  End of Navbar Sub  ======*/
/*=====  End of Menu Principal  ======*/
/*===========================
=            Box            =
===========================*/
.box {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 2px;
  margin-bottom: 20px;
  background: #fff;
}
.box h2 small,
.box h3 small,
.box h4 small,
.box .h2 small,
.box .h3 small,
.box .h4 small {
  color: #0766c6;
}
.box .box-title {
  margin: 0 0 15px;
}
.box .box-content {
  padding: 0;
}
.box.box-gray {
  background-color: #f7f7f9;
  border: 1px solid #ddd;
}
.box.box-sm {
  padding: 15px;
}
.box-dashed {
  border: 1px dashed #eee;
}
.box-highlight {
  -webkit-box-shadow: 0 0 3px 0px rgba(70, 70, 70, 0.2);
  -moz-box-shadow: 0 0 3px 0px rgba(70, 70, 70, 0.2);
  box-shadow: 0 0 3px 0px rgba(70, 70, 70, 0.2);
}
.box-primary {
  border-color: #0766c6;
}
.box-highlight-sm {
  padding: 20px 15px;
}
.box-highlight-gray {
  border-top: 3px solid #d2d2d2;
}
.box-highlight-green {
  border-top: 3px solid #27ae60;
}
.box-highlight-primary {
  border-top: 3px solid #0766c6;
}
/*=====  End of Box  ======*/
/*============================================
=            BS Callouts / Alerts            =
============================================*/
.bs-callout,
.alert {
  padding: 20px;
  margin: 0 0 20px 0;
  border: 1px solid #d6d6d6;
  border-left-width: 4px;
  border-radius: 3px;
}
.bs-callout h4,
.alert h4 {
  margin-top: 0;
  margin-left: 0px;
  margin-bottom: 5px;
}
.bs-callout p:last-child,
.alert p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.alert code {
  border-radius: 3px;
}
.bs-callout ul,
.alert ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bs-callout b,
.alert b {
  font-size: 1.1em;
}
.bs-callout-danger,
.alert-danger, .alert-error {
  border-color: transparent;
  border-left-color: #ce4844;
  background: #ffe4e4;
  color: #ce4844;
}
.bs-callout-danger h4,
.alert-danger h4,
.alert-error h4,
.bs-callout-danger h4 .fa,
.alert-danger h4 .fa,
.alert-error h4 .fa {
  color: #a94442;
}
.bs-callout-success,
.alert-success {
  border-color: #d2e4d2;
  border-left-color: #27ae60;
  background-color: #EEF8EE;
  color: #1e8449;
}
.bs-callout-success h4,
.alert-success h4,
.bs-callout-success h4 .fa,
.alert-success h4 .fa {
  color: #27ae60;
}
.bs-callout-warning,
.alert-warning {
  border-color: #ffe88a;
  border-left-color: #e6c025;
  background-color: rgba(230, 192, 37, 0.1);
  color: #8a6d3b;
}
.bs-callout-warning h4,
.alert-warning h4,
.bs-callout-warning .fa,
.alert-warning .fa {
  color: #c6a10a;
}
.bs-callout-info,
.alert-info {
  color: #105b83;
  border-color: transparent;
  border-left-color: #0a73ad;
  background: #e1eef5;
}
.bs-callout-info h4,
.alert-info h4,
.bs-callout-info h4 .fa,
.alert-info h4 .fa {
  color: #105b83;
}
.bs-callout-default,
.alert-default {
  border-left-color: #bbb;
  background: #f5f5f5;
  color: #666;
}
.bs-callout-default h4,
.alert-default h4,
.bs-callout-default h4 .fa,
.alert-default h4 .fa,
.bs-callout-default a,
.alert-default a {
  color: #555;
}
.bs-callout-WARN {
  border-color: #ffe88a;
  border-left-color: #e6c025;
  background-color: rgba(230, 192, 37, 0.1);
  color: #8a6d3b;
}
.bs-callout-WARN h4,
.bs-callout-WARN .fa {
  color: #c6a10a;
}
.bs-callout-INFO {
  color: #105b83;
  border-color: transparent;
  border-left-color: #0a73ad;
  background: #e1eef5;
}
.bs-callout-INFO h4,
.bs-callout-INFO h4 .fa {
  color: #105b83;
}
.bs-callout-ERROR {
  border-color: transparent;
  border-left-color: #ce4844;
  background: #ffe4e4;
  color: #ce4844;
}
.bs-callout-ERROR h4,
.bs-callout-ERROR h4 .fa {
  color: #a94442;
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}
.bs-callout ul.list-style {
  list-style: initial;
  padding: 0 15px;
}
.bs-message-success {
  color: #27ae60;
  font-weight: bold;
}
.bs-message-success i {
  color: #2cc36b;
}
.bs-message-danger {
  color: #ce4844;
  font-weight: bold;
}
.bs-message-danger i {
  color: #ce4844;
}
/*=====  End of BS Callouts / Alerts  ======*/
/*==================================
=            List Style            =
==================================*/
.list-style {
  padding-left: 0;
  margin-bottom: 0;
}
.list-style li {
  padding: 8px 0;
  list-style: none;
}
.list-style li label {
  margin: 0;
}
.list-style.list-style-sm li {
  padding: 2px 0;
}
.list-style-2 {
  padding-left: 15px;
  margin-bottom: 0;
}
.list-style-2 li {
  padding: 2px 0;
}
/*=====  End of List Style  ======*/
/*==================================
=            Pagination            =
==================================*/
.pagination > li > a,
.pagination > li > span {
  font-size: 14px;
}
/*=====  End of Pagination  ======*/
/*==============================
=            Footer            =
==============================*/
footer {
  width: 100%;
  height: auto;
  position: absolute;
  padding: 1.2rem;
  margin-top: 20px;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: 1px solid #eee;
  font-size: 11px;
  text-align: center;
  color: #888;
}
/*=====  End of Footer  ======*/
/*
 *
 * Orgaos Licenciamento
 *
*/
.orgao-lic img {
  background: #0766c6;
  height: 45px;
  width: 45px;
}
.orgao-lic.box {
  margin-bottom: 30px;
  height: auto;
  border-top-width: 3px;
}
.orgao-lic .content-orgao {
  height: 120px;
}
.orgao-lic p {
  margin: 0;
}
.img-orgao {
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.img-orgao img {
  height: 30px;
  width: 30px;
  min-width: 30px;
}
.img-orgao_sm {
  height: 22px;
  margin-bottom: 3px;
  margin-right: 8px;
}
.img-orgao_sm img {
  height: 22px;
  width: 22px;
  min-width: 22px;
  background-color: #7e7e7e;
}
.filtro {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  background-color: #f7f7f9;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 40px 20px;
}
.filtro blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.filtro .form-group:last-child {
  margin-bottom: 0px;
}
.box .filtro {
  padding: 20px 20px;
}
/*=================================================
=            Situação Junto aos Órgãos            =
=================================================*/
.situacao {
  font-size: 12px;
  /* margin-bottom: 10px; */
  margin: 20px 0px 20px;
  line-height: 35px;
}
.situacao .situacao-column {
  padding: 0;
  list-style: none;
}
.situacao .situacao-column li {
  float: left;
  display: inline;
  width: 20%;
  padding-right: 20px;
}
.situacao span {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin: 0px 5px;
}
.situacao span.situacao-nao-aderiu {
  background-color: #dadada;
}
.situacao span.situacao-concluida {
  background-color: #27ae60;
}
.situacao span.situacao-parcialmente-concluido {
  background-color: #008000;
}
.situacao span.situacao-em-analise-orgao {
  background-color: #0766c6;
}
.situacao span.situacao-reestudo {
  background-color: #1159d6;
}
.situacao span.situacao-pendente {
  background-color: #e6c025;
}
.situacao span.situacao-retorno-pendencia {
  background-color: #e6c025;
}
.situacao span.situacao-aguardando-declaracao {
  background-color: #e67e22;
}
.situacao span.situacao-cancelado {
  background-color: #f00;
}
.situacao span.situacao-indeferido {
  background-color: #d9534f;
}
.situacao span.situacao-aguardando-solicitacao-requerente {
  background-color: #c0392b;
}
.situacao span.situacao-suspenso {
  background-color: #607d8b;
}
.situacao span.situacao-nao-licenciado {
  background-color: #696969;
}
.situacao label {
  font-size: 12px;
  font-weight: bold;
}
.situacao label.situacao-nao-aderiu {
  color: #dadada;
}
.situacao label.situacao-concluida {
  color: #27ae60;
}
.situacao label.situacao-parcialmente-concluido {
  color: #008000;
}
.situacao label.situacao-em-analise-orgao {
  color: #0766c6;
}
.situacao label.situacao-reestudo {
  color: #1159d6;
}
.situacao label.situacao-pendente {
  color: #e6c025;
}
.situacao label.situacao-retorno-pendencia {
  color: #e6c025;
}
.situacao label.situacao-aguardando-declaracao {
  color: #e67e22;
}
.situacao label.situacao-cancelado {
  color: #f00;
}
.situacao label.situacao-indeferido {
  color: #d9534f;
}
.situacao label.situacao-aguardando-solicitacao-requerente {
  color: #c0392b;
}
.situacao label.situacao-suspenso {
  color: #607d8b;
}
.situacao label.situacao-nao-licenciado {
  color: #696969;
}
.situacao-nao-aderiu {
  border-top-color: #dadada;
}
.situacao-nao-aderiu img {
  background-color: #dadada;
}
.situacao-concluida {
  border-top-color: #27ae60;
}
.situacao-concluida img {
  background-color: #27ae60;
}
.situacao-parcialmente-concluido {
  border-top-color: #008000;
}
.situacao-parcialmente-concluido img {
  background-color: #008000;
}
.situacao-em-analise-orgao {
  border-top-color: #0766c6;
}
.situacao-em-analise-orgao img {
  background-color: #0766c6;
}
.situacao-reestudo {
  border-top-color: #1159d6;
}
.situacao-reestudo img {
  background-color: #1159d6;
}
.situacao-pendente {
  border-top-color: #e6c025;
}
.situacao-pendente img {
  background-color: #e6c025;
}
.situacao-retorno-pendencia {
  border-top-color: #e6c025;
}
.situacao-retorno-pendencia img {
  background-color: #e6c025;
}
.situacao-aguardando-declaracao {
  border-top-color: #e67e22;
}
.situacao-aguardando-declaracao img {
  background-color: #e67e22;
}
.situacao-cancelado {
  border-top-color: #f00;
}
.situacao-cancelado img {
  background-color: #f00;
}
.situacao-indeferido {
  border-top-color: #d9534f;
}
.situacao-indeferido img {
  background-color: #d9534f;
}
.situacao-aguardando-solicitacao-requerente {
  border-top-color: #c0392b;
}
.situacao-aguardando-solicitacao-requerente img {
  background-color: #c0392b;
}
.situacao-suspenso {
  border-top-color: #607d8b;
}
.situacao-suspenso img {
  background-color: #607d8b;
}
.situacao-nao-licenciado {
  border-top-color: #696969;
}
.situacao-nao-licenciado img {
  background-color: #696969;
}
.detalheLicenciamentoOrgao .input-protocolada {
  border-color: #3498db;
  color: #3498db;
}
.detalheLicenciamentoOrgao .input-concluida {
  border-color: #27ae60;
  color: #27ae60;
}
.detalheLicenciamentoOrgao .input-em-estudo {
  border-color: #3498db;
  color: #3498db;
}
.detalheLicenciamentoOrgao .input-pendente {
  border-color: #f0ad4e;
  color: #f0ad4e;
}
.detalheLicenciamentoOrgao .input-indeferido {
  border-color: #ce4844;
  color: #ce4844;
}
/*=====  End of Situação Junto aos Órgãos  ======*/
/*
 *
 * Licenciamento Orgãos
 *
*/
.header-orgao img {
  width: auto;
  max-height: 45px;
  background: #0766c6;
  border-radius: 50%;
  margin-right: 10px;
}
h4 {
  margin-left: 0px;
}
#miniatura img {
  border: 1px solid #e1e1e1;
  padding: 5px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #tit-lic-h1 {
    padding-left: 3%;
  }
}
@media (max-width: 992px) {
  #tit-lic-h1 {
    padding-left: 4%;
  }
}
@media (max-width: 768px) {
  #tit-lic-h1 {
    padding-left: 5%;
  }
}
/*
 *
 * Panel
 *
*/
.panel-default .panel-heading .panel-title {
  padding: 14px 15px;
}
.panel-default .panel-heading a:hover {
  text-decoration: none;
  color: #000;
}
.panel-default .panel-title {
  font-family: "Sanchez", serif;
  color: #444;
}
.panel-secondary .panel-title {
  font-size: 18px;
  margin: 0;
  border-left: 4px solid #3f9e3f;
  padding: 10px 15px;
  height: 40px;
}
.panel-secondary .panel-title label {
  font-weight: normal;
  margin-bottom: 0;
}
.panel-secondary .panel-title span {
  color: #3f9e3f;
  font-weight: bold;
}
.box-protocolo {
  width: 290px;
  padding: 30px 20px;
  margin: 45px auto;
  text-align: center;
  border-radius: 5px;
}
.box-protocolo p {
  font-weight: bold;
  margin: 10px 0 0;
}
.box-protocolo-red {
  border: 1px solid #A00A00;
  background-color: #FFF0F0;
}
.box-protocolo-red p {
  color: #a00a00;
  font-size: 38px;
}
.box-protocolo-green {
  border: 3px solid #27ae60;
  background-color: #EEF8EE;
}
.box-protocolo-green p {
  color: #3c763d;
  font-size: 32px;
}
.box-protocolo-green span {
  color: #3c763d;
}
/*
 *
 * Conteúdo Custom Popup
 *
*/
.custom-popup .bs-callout h4 {
  margin-bottom: 15px;
}
.custom-popup .filtro {
  padding: 25px 20px;
}
.custom-popup .form-control {
  height: 34px;
  font-size: 0.9em!important;
}
/*
 *
 * Floating btns
 *
*/
.side-floating {
  width: 52px;
  overflow: hidden;
  position: fixed;
  right: 0px;
  height: 80px;
  transition: all 0.2s ease-out;
  z-index: 999;
}
.aba {
  float: left;
  border: 1px solid #e1e1e1;
  border-right: 0px;
  border-radius: 5px 0 0 5px;
  padding: 15px;
  color: #fff;
  background-color: #0766c6;
  text-align: center;
  transition: all 0.2s ease-out;
}
.aba .fa {
  margin-right: 0;
}
.aba a {
  color: #fff;
}
.conteudo-aba {
  float: left;
  padding: 15px;
  background: #fff;
  width: 590px;
}
.holder-conteudo-aba {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0px;
  height: 0px;
  overflow: hidden;
  transition: all 1s ease-in;
}
.side-floating.active {
  right: 50%;
  margin-right: -333px;
  width: 667px;
  height: auto;
}
.side-floating.active .aba {
  background-color: #fff;
}
.side-floating.active .aba a {
  color: #000;
}
.side-floating.active .conteudo-aba {
  border: 1px solid #e1e1e1;
}
.side-floating.active .holder-conteudo-aba {
  opacity: 1;
  filter: alpha(opacity=100);
  width: auto;
  height: auto;
  overflow: visible;
}
a.abre {
  display: inline;
}
a.fecha {
  display: none;
}
.active a.abre {
  display: none;
}
.active a.fecha {
  display: inline;
}
.geo.side-floating {
  top: 170px;
}
.rotas.side-floating {
  top: 250px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  transition: opacity 0.2s;
}
.overlay.active {
  opacity: 1;
  width: 100%;
}
/*=================================
=            Accordion            =
=================================*/
#viabilidade-accordion {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}
a.primeiro {
  border-top: 1px solid #d8d8d8;
}
a.viab-accordion {
  display: block;
  width: 100%;
  color: #333;
  background-color: #f5f5f5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-family: "Sanchez", serif;
  cursor: pointer;
  padding: 11px 15px;
  font-size: 16px;
  border: 1px solid #ddd;
  margin-top: 5px;
}
a.viab-accordion:hover {
  text-decoration: none;
}
a.viab-accordion.active {
  background-color: #f5f5f5;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
div.viab-panel {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  border: 1px solid #e1e1e1;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
div.viab-panel.show {
  opacity: 1;
  width: 100%;
  max-height: 700px;
}
div.viab-panel table {
  margin: 15px;
}
/*=====  End of Accordion  ======*/
/*====================================
=            Cards - Home            =
====================================*/
/* v1 - Viabilidade & Licenciamento */
.vb-services a {
  text-decoration: none;
}
.vb-services a:hover {
  text-decoration: none;
}
.vb-services .vb-services__item {
  position: relative;
  width: 100%;
  padding: 20px 15px;
  background: #f7f7f9;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.vb-services .vb-services__item i {
  font-size: 36px;
  margin: 0;
  color: #009d72;
}
.vb-services .vb-services__item p {
  width: 50%;
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 20px;
  color: #333;
  font-size: 16px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.vb-services .vb-services__item p:before {
  content: '';
  display: block;
  height: 70px;
  width: 1px;
  background-color: #ddd;
  position: absolute;
  top: 40px;
  left: 43%;
}
.vb-services .vb-services__item:hover {
  -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
}
.vb-services .vb-services__item:hover i {
  color: #006a4d;
}
.vb-services .vb-services__item:hover p {
  color: #009d72;
}
.vb-services .vb-services__item img {
  height: 110px;
  max-height: 110px;
}
/* v2 - Portal de Serviços */
.card__content {
  position: relative;
  transition: all 300ms ease;
  box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.2);
  border-left: 4px solid rgba(159, 159, 159, 0.8);
  margin-bottom: 25px;
  overflow: hidden;
}
.card__content__inside {
  transition: all 300ms ease;
}
.card__content__link {
  height: 110px;
  width: 100%;
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card__content a,
.card__content:hover a {
  text-decoration: none;
}
.card__content p {
  font-size: 13px;
  color: #666;
  margin-bottom: -16px;
  line-height: 8px;
  height: 16px;
  max-width: 80%;
  opacity: 0;
  transition: all 300ms ease;
  z-index: 1;
}
.card__content .card-info {
  color: #888;
  background-color: transparent;
}
.card__content .card-info:hover i,
.card__content .card-info:hover,
.card__content .card-info .card__content .card-info:focus {
  color: var(--primary-color);
  outline: none;
}
.card__content--active {
  border-color: var(--primary-color);
}
.card__content:hover {
  border-color: var(--primary-color);
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.card__content--active .card-header,
.card__content:hover .card-header {
  font-size: 17px;
  margin: 10px 0 8px;
  color: #444;
}
.card__content--active p,
.card__content:hover p {
  opacity: 1;
  margin-bottom: 0;
  line-height: 18px;
  height: auto;
}
.card__content--active .card-icon i,
.card__content:hover .card-icon i {
  font-size: 35px;
  transform: rotate(0deg);
  margin-right: 10px;
  margin-bottom: 10px;
  opacity: .9;
}
.card__content--active .card-icon img,
.card__content:hover .card-icon img {
  height: 35px;
  transform: rotate(0deg);
  margin-right: 10px;
  margin-bottom: 10px;
  opacity: .9;
}
.card-icon i {
  color: #f2f2f2;
  font-size: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -10px;
  margin-right: -10px;
  transform: rotate(-10deg);
  transition: all 300ms ease;
  opacity: .6;
  z-index: 0;
}
.card-icon img {
  height: 105px;
  font-size: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -10px;
  margin-right: -10px;
  transform: rotate(-10deg);
  transition: all 300ms ease;
  opacity: .6;
  z-index: 0;
}
.card-info {
  width: 30px;
  height: 30px;
  color: var(--primary-color);
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding: 6px 0 0 8px;
  border-bottom-left-radius: 25px;
  background-color: transparent;
  transition: all 300ms ease;
  position: absolute;
  right: 0;
  top: 0;
}
.card-header {
  font-size: 17px;
  color: #555;
  margin: 15px 0 10px;
  transition: all 300ms ease;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  z-index: 1;
}
/*=====  End of Cards - Home  ======*/
/*==========================================================
=            Início Sistema de Viabilidade 2017            =
==========================================================*/
.panel-collapse h4 {
  color: #333;
  text-decoration: none;
}
.panel-collapse h4 i {
  line-height: normal;
  font-size: 20px;
  color: #989898;
}
.panel-collapse i {
  font-size: 16px;
  color: #333;
  line-height: 39px;
}
/*----------  Consulta Viabilidade  ----------*/
.erroEnvioViabilidade ul {
  margin-top: 15px;
}
/*=====  End of Início Sistema de Viabilidade 2017  ======*/
/*=====================================
=            Licenciamento            =
=====================================*/
.home-licenciamento .box {
  min-height: 340px;
}
.percircle {
  pointer-events: none;
  float: none;
  margin: 35px 0 .1em 18px !important;
  font-size: 115px;
}
.percircle > span {
  top: 45%;
  font-weight: light;
}
.percircle:after {
  border: 1px solid #e1e1e1;
}
.table-cnaes td,
.table-cnaes th {
  vertical-align: middle!important;
}
.classificacao {
  font-size: 12px;
}
.classificacao i {
  font-size: 14px;
}
.classificacao.cl-altorisco i {
  color: #f44336;
}
.classificacao.cl-baixorisco i {
  color: #27ae60;
}
.classificacao.cl-dispensa i {
  color: #0766c6;
}
.classificacao.cl-indeterminado i {
  color: #FFB74D;
}
.classificacao.cl-dependenteavaliacao i {
  color: #607d8b;
}
.situacao-dependenteavaliacao {
  border-top-color: #607d8b;
}
.situacao-dependenteavaliacao img {
  background: #607d8b;
}
.indeterminado-small-icon {
  color: #FFB74D;
  margin-right: 5px;
}
.well .cl-indeterminado {
  font-size: 1.1em;
  font-weight: bold;
  display: inline-block;
  padding-right: 5px;
}
.popover-link {
  text-decoration: none;
  color: #000;
  cursor: help;
}
.popover-link:hover {
  text-decoration: none !important;
}
.descricao-cnae {
  width: 160px;
}
.icon-grey {
  color: #a1a1a1;
}
.panel-heading h3 {
  margin: 5px;
}
/*=====  End of Licenciamento  ======*/
/*==========================================
=            PickList RichFaces            =
==========================================*/
button.rf-pick-add-all,
button.rf-pick-btn,
button.rf-pick-add,
button.rf-pick-btn,
button.rf-pick-btn-dis {
  margin-bottom: 8px;
}
.rf-pick-src {
  margin-right: 15px;
}
.rf-pick-tgt {
  margin-left: 15px;
}
.rf-pick-opt {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0 !important;
  font-size: 14px;
}
.rf-pick-opt:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.rf-pick-opt:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rf-pick-opt.disabled,
.rf-pick-opt.disabled:hover,
.rf-pick-opt.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.rf-pick-opt.disabled .list-group-item-heading,
.rf-pick-opt.disabled:hover .list-group-item-heading,
.rf-pick-opt.disabled:focus .list-group-item-heading {
  color: inherit;
}
.rf-pick-opt.disabled .list-group-item-text,
.rf-pick-opt.disabled:hover .list-group-item-text,
.rf-pick-opt.disabled:focus .list-group-item-text {
  color: #777777;
}
.rf-pick-opt.active,
.rf-pick-opt.active:hover,
.rf-pick-opt.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0766c6;
  border-color: #0766c6;
}
.rf-pick-opt.active .list-group-item-heading,
.rf-pick-opt.active:hover .list-group-item-heading,
.rf-pick-opt.active:focus .list-group-item-heading,
.rf-pick-opt.active .list-group-item-heading > small,
.rf-pick-opt.active:hover .list-group-item-heading > small,
.rf-pick-opt.active:focus .list-group-item-heading > small,
.rf-pick-opt.active .list-group-item-heading > .small,
.rf-pick-opt.active:hover .list-group-item-heading > .small,
.rf-pick-opt.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.rf-pick-opt.active .list-group-item-text,
.rf-pick-opt.active:hover .list-group-item-text,
.rf-pick-opt.active:focus .list-group-item-text {
  color: #9dccfc;
}
.rf-pick-opt.rf-pick-sel {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 2;
  color: #fff;
  background-color: #0766c6;
  border-color: #0766c6;
}
.rf-pick-opt.rf-pick-sel:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.rf-pick-opt.rf-pick-sel:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rf-pick-opt.rf-pick-sel.disabled,
.rf-pick-opt.rf-pick-sel.disabled:hover,
.rf-pick-opt.rf-pick-sel.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.rf-pick-opt.rf-pick-sel.disabled .list-group-item-heading,
.rf-pick-opt.rf-pick-sel.disabled:hover .list-group-item-heading,
.rf-pick-opt.rf-pick-sel.disabled:focus .list-group-item-heading {
  color: inherit;
}
.rf-pick-opt.rf-pick-sel.disabled .list-group-item-text,
.rf-pick-opt.rf-pick-sel.disabled:hover .list-group-item-text,
.rf-pick-opt.rf-pick-sel.disabled:focus .list-group-item-text {
  color: #777777;
}
.rf-pick-opt.rf-pick-sel.active,
.rf-pick-opt.rf-pick-sel.active:hover,
.rf-pick-opt.rf-pick-sel.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0766c6;
  border-color: #0766c6;
}
.rf-pick-opt.rf-pick-sel.active .list-group-item-heading,
.rf-pick-opt.rf-pick-sel.active:hover .list-group-item-heading,
.rf-pick-opt.rf-pick-sel.active:focus .list-group-item-heading,
.rf-pick-opt.rf-pick-sel.active .list-group-item-heading > small,
.rf-pick-opt.rf-pick-sel.active:hover .list-group-item-heading > small,
.rf-pick-opt.rf-pick-sel.active:focus .list-group-item-heading > small,
.rf-pick-opt.rf-pick-sel.active .list-group-item-heading > .small,
.rf-pick-opt.rf-pick-sel.active:hover .list-group-item-heading > .small,
.rf-pick-opt.rf-pick-sel.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.rf-pick-opt.rf-pick-sel.active .list-group-item-text,
.rf-pick-opt.rf-pick-sel.active:hover .list-group-item-text,
.rf-pick-opt.rf-pick-sel.active:focus .list-group-item-text {
  color: #9dccfc;
}
.rf-pick-opt.rf-pick-sel .list-group-item-heading,
.rf-pick-opt.rf-pick-sel .list-group-item-heading > small,
.rf-pick-opt.rf-pick-sel .list-group-item-heading > .small {
  color: inherit;
}
.rf-pick-opt.rf-pick-sel .list-group-item-text {
  color: #9dccfc;
}
/* PickList (Override) */
.ui-picklist-buttons .ui-button-icon-only .ui-button-text {
  padding: 0 !important;
  text-indent: 0px !important;
}
.ui-picklist-buttons .ui-button-text.ui-c {
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-weight: normal !important;
  text-align: center !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  padding: 6px 12px !important;
  line-height: 1.42857143 !important;
  border-radius: 4px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  padding: 9px 12px !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important;
  background-image: none !important;
  width: 100%;
}
.ui-button.ui-state-default {
  border-color: transparent;
}
.ui-picklist .ui-picklist-list li {
  margin: 1px;
  padding: 2px 7px;
}
/*=====  End of PickList RichFaces  ======*/
/*==============================================
=            Monitor - Status badge            =
==============================================*/
.status-bar {
  display: -webkit-inline-flex;
  -webkit-align-items: center;
  display: -ms-inline-flexbox;
  -ms-align-items: center;
  display: inline-flex;
  align-items: center;
}
.status-bar .status-badge {
  height: 15px;
  width: 15px;
  background-color: #c4c4c4;
  border-radius: 50%;
  margin-right: 8px;
}
.status-bar .status-bar-text {
  font-weight: bold;
}
.status-bar.error .status-bar-text {
  color: #fd645f;
}
.status-bar.error .status-badge {
  background-color: rgba(255, 150, 147, 0.8);
}
.status-bar.success .status-bar-text {
  color: #229955;
}
.status-bar.success .status-badge {
  background-color: rgba(39, 174, 96, 0.6);
}
/*=====  End of Monitor - Status badge  ======*/
/*==================================
=            Dae Online            =
==================================*/
/* Ícones Bancos */
.imgs-bancos-pagamento img {
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
/*=====  End of Dae Online  ======*/
/*==========================================
=            Portal de Serviços            =
==========================================*/
/* Retirar Documentos (Portal de Serviços) */
.vertical-alignment-helper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
/* Mapa (Portal de Serviços) */
.orgao-lic .orgao-mapa {
  max-width: 100%;
  width: auto;
  height: auto;
}
/** Sidebar Home **/
/* Dados Usuários */
.dados_usuario {
  padding: 0;
  list-style: none;
}
.dados_usuario li {
  padding: 5px 0;
}
/* Menu */
.menu_lateral {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.menu_lateral li > a {
  color: #666;
  font-size: 14px;
  border-left: 2px solid #ddd;
  border-bottom: 1px solid #f2f2f2;
  padding: 8px 12px;
  display: block;
  margin-bottom: 5px;
  transition: all 300ms ease;
}
.menu_lateral li > a:hover {
  text-decoration: none;
  border-left-color: var(--primary-color);
  background-color: #f9f9f9;
}
.menu_lateral li > a:hover i {
  color: var(--primary-color);
}
/* End of Dados Usuários */
/* Botão Avalie nossos serviços (Portal de Serviços) */
.avalie_servicos {
  margin-top: 30px;
}
.avalie_servicos a {
  color: #666;
  font-size: 13px;
  text-decoration: none;
  border: 2px solid #eee;
  border-radius: 30px;
  transition: all 250ms ease-in-out;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
}
.avalie_servicos a:hover {
  border-color: var(- -primary-color);
  background-color: #fff;
}
.avalie_servicos i {
  color: var(--primary-color);
  font-size: 18px;
  margin-right: 10px;
}
/* End of Avalie nossos serviços (Portal de Serviços) */
/* Passo a passo (Portal de Serviços) */
.passoapasso {
  font-size: 13px;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}
.passoapasso-barra {
  background-color: #eee;
  display: flex;
  justify-content: space-around;
  list-style: none;
  width: 100%;
  padding: 6px 0;
  margin-bottom: 20px;
  position: relative;
}
.passoapasso-barra li:after {
  width: 2px;
  height: 20px;
  content: '';
  display: block;
  margin-left: 50%;
  margin-top: 8px;
  margin-bottom: -27px;
  border-left: 3px dotted #c4c4c4;
}
.passoapasso-barra li:before {
  width: 10px;
  height: 10px;
  content: "\f0da";
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  color: #c4c4c4;
  padding-top: 3px;
  margin-top: 0;
  margin-bottom: -10px;
  margin-left: -100%;
}
.passoapasso-barra li:nth-child(1):before {
  display: none;
}
.passobotao {
  width: 18%;
  margin: 0 1%;
  display: block;
  float: left;
}
.passobotao .inner {
  width: 100%;
  height: 70px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  float: left;
  padding: 7px 10px;
  display: block;
  cursor: default;
  transition: all 250ms ease;
  overflow: hidden;
  position: relative;
}
.passobotao:hover .inner {
  border-bottom: 3px solid var(--primary-color);
}
.passobotao-icon {
  width: 22px;
  height: 22px;
  font-size: 11px;
  color: #fff;
  position: absolute;
  margin: 0;
  bottom: 0;
  right: 0;
  padding: 8px 0 0 8px;
  border-top-left-radius: 18px;
  background-color: var(--primary-color);
  transition: all 250ms ease;
}
.passobotao:hover .passobotao-icon {
  margin-right: -30px;
}
.passobotao .sub {
  display: none;
  padding: 10px 15px;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  position: absolute;
  background: #FFFFFF;
  top: 10px;
  left: 3%;
  right: 3%;
  width: 94%;
}
.sub span {
  color: #e2001a;
}
.passobotao:hover .sub {
  display: block;
  position: absolute;
  top: 200px;
}
/* End of Passo a passo (Portal de Serviços) */
/* Picklist Richfaces (Portal de Serviços) */
.rf-pick {
  margin: 14px;
}
.rf-pick-add-all,
.rf-pick-add,
.rf-pick-rem,
.rf-pick-rem-all {
  background-color: transparent !important;
  background: url(../../../images/geral/botoes/pick_adicionar.png) no-repeat !important;
  width: 71px !important;
  height: 30px !important;
  border: 0px !important;
  margin-left: 2px !important;
  margin-bottom: 5px;
}
.rf-pick-add-all {
  background: url(../../../images/geral/botoes/pick_adicionar_todos.png) no-repeat !important;
}
.rf-pick-rem {
  background: url(../../../images/geral/botoes/pick_remover.png) no-repeat !important;
}
.rf-pick-rem-all {
  background: url(../../../images/geral/botoes/pick_remover_todos.png) no-repeat !important;
}
.rf-pick-add:hover {
  background: url(../../../images/geral/botoes/pick_adicionar_hover.png) no-repeat !important;
}
.rf-pick-add-all:hover {
  background: url(../../../images/geral/botoes/pick_adicionar_todos_hover.png) no-repeat !important;
}
.rf-pick-rem:hover {
  background: url(../../../images/geral/botoes/pick_remover_hover.png) no-repeat !important;
}
.rf-pick-rem-all:hover {
  background: url(../../../images/geral/botoes/pick_remover_todos_hover.png) no-repeat !important;
}
.rf-pick {
  margin: 0;
}
.rf-pick-src-cptn,
.rf-pick-tgt-cptn {
  color: #444;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}
/* End of Picklist Richfaces (Portal de Serviços) */
/* Mensagem de retorno Perguntas Respondidas (Portal de Serviços) */
.box-message {
  padding: 65px 0;
}
.box-message-subtitle {
  margin: 20px auto;
  line-height: 30px;
}
.icon-success i {
  height: 100px;
  width: 100px;
  line-height: 96px;
  border: 3px solid rgba(117, 175, 117, 0.4);
  border-radius: 50%;
  color: green;
  font-size: 55px;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .box-message-subtitle {
    width: 50%;
  }
}
/* End of Mensagem de retorno Perguntas Respondidas */
/*=====  End of Portal de Serviços  ======*/
/*===================================
=            Badge Steps            =
===================================*/
.steps-title {
  display: flex;
  align-items: center;
}
.steps-badge {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #0766c6;
  margin-right: 10px;
}
/*=====  End of Badge Steps  ======*/
@media (max-width: 767px) {
  .navbar-default {
    background-color: var(--primary-color);
  }
  .navbar-default .nav.navbar-nav {
    background: #fff;
    margin: 0 -15px;
  }
  .navbar-default .navbar-brand {
    color: #fff;
    font-family: "Sanchez", serif;
  }
  .navbar-default .navbar-brand:hover {
    text-decoration: none;
    color: #fff;
  }
  .navbar-default .navbar-toggle {
    border-color: #fff;
  }
  .navbar-default .navbar-toggle:hover {
    border-color: #fff;
    background-color: transparent;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  #header-bg {
    background-color: transparent !important;
    height: auto;
    padding: 15px 0 0;
    margin-bottom: 15px;
  }
  #header-bg #migalhas,
  #header-bg #migalhas a {
    color: #777;
  }
  #header-bg .page-header {
    display: none;
  }
}
