html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'Open Sans', serif;
  font-size: 16px;
  background: #faf9f6;
  margin-bottom: 120px;
  overflow-y: scroll;
}
.h2,
h2 {
  font-size: 2.15em;
}
.h3,
h3 {
  font-size: 1.715em;
}
.h4,
h4 {
  font-size: 1.285em;
}
.panel-title {
  font-size: 1.15em;
}
.form-control {
  font-size: 1em;
}
.no-padding {
  padding: 0 !important;
}
.page-header {
  margin-top: 15px;
  padding-bottom: 0;
  border-bottom: 0;
}
.page-header h1 {
  margin-top: 0;
  font-size: 2.15em;
}
.csvWarn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.csvWarnText {
  font-size: 10px;
  float: right;
}
.csvWarnTextSmall {
  font-size: 9px;
  float: right;
}
.csvWarnTexts {
  margin-right: 5px;
}
.csvWarnTexts span {
  margin: 0;
  padding: 0;
  line-height: 1;
}
abbr[title] {
  text-decoration: none;
}
.checkbox-group {
  overflow: hidden;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}
.checkbox-group .checkbox {
  float: left;
  clear: both;
  margin: 0;
}
.checkbox-group .checkbox input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.checkbox-group .checkbox label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
}
.checkbox-group .checkbox input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 2px #939393;
  box-shadow: 0 0 0 2px #939393;
  margin-right: 8px;
}
.checkbox-group .checkbox input[type=checkbox]:not(:checked) + label:before {
  background: #fff;
}
.checkbox-group .checkbox input[type=checkbox]:checked + label:before {
  background: #939393;
}
.checkbox-group .checkbox + .checkbox {
  margin-top: 3px;
}
.checkbox-group .btn-config {
  display: block;
  clear: both;
  outline: 0 !important;
  padding-top: 3px;
}
.thumbnail-preview {
  margin-bottom: 10px;
}
.thumbnail-preview .img-remove {
  display: inline-block;
  padding: 3px 3px 0;
}
#page-loader {
  background-color: rgba(255,255,255,0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s opacity ease-in;
  transition: 0.3s opacity ease-in;
}
#page-loader .loader {
  width: 120px;
  height: 120px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
}
#page-loader.active {
  display: block;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.navbar-default {
  background: #fff;
}
.navbar-brand {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .navbar-nav > li > p {
    font-size: 0.85em;
    font-weight: 500;
    line-height: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
#page-nav + #page-welcome {
  margin-top: -20px;
  margin-bottom: 20px;
}
#page-nav .navbar-right {
  margin-right: 0;
}
#page-welcome {
  display: none;
  padding: 15px;
  background: #ffffe0;
  border-bottom: 1px solid #eee;
  color: #48734f;
  -webkit-box-shadow: inset 0 3px 6px -3px rgba(0,0,0,0.2);
  box-shadow: inset 0 3px 6px -3px rgba(0,0,0,0.2);
}
#page-welcome.visible {
  display: block;
  -webkit-animation: hideWelcomeMessage 1s forwards cubic-bezier(0.77, 0, 0.175, 1) 5s;
  animation: hideWelcomeMessage 1s forwards cubic-bezier(0.77, 0, 0.175, 1) 5s;
}
#page-wrapper {
  padding-bottom: 50px;
}
.btn {
  border-radius: 2px;
  font-size: 0.85em;
  font-weight: 400;
  text-transform: uppercase;
}
.input-group-btn > .btn {
  height: 34px;
  font-size: 12px;
}
.panel-form {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
}
.panel-form > .panel-heading {
  padding: 18px 20px 5px;
}
.panel-form > .panel-heading .panel-title {
  font-size: 1.285em;
  font-weight: 500;
}
.panel-form > .panel-body {
  padding: 20px 20px 30px;
}
.panel-form .table>thead>tr>th:first-child,
.panel-form .table>tbody>tr>th:first-child,
.panel-form .table>tbody>tr>td:first-child {
  padding-left: 20px;
}
.panel-form .table>thead>tr>th:last-child,
.panel-form .table>tbody>tr>td:last-child {
  padding-right: 20px;
}
.panel-form .table ul {
  margin-bottom: 0;
}
.panel-form .VueTables .VuePagination {
  padding-left: 20px;
  padding-right: 20px;
}
.VueTables .form-group {
  margin-bottom: 0;
  padding: 5px;
}
.VueTables .form-group label {
  margin-right: 10px;
}
.form-group label {
  font-size: 0.9em;
  font-weight: 500;
}
.checkbox label,
.radio label {
  font-size: 1em;
  font-weight: 400;
}
.table thead th {
  font-size: 0.925em;
}
.table .col-tipo {
  width: 200px;
}
.table td.col-protocolo {
  width: 140px;
}
.table .col-data {
  width: 130px;
}
.table .col-situacao {
  width: 120px;
}
.table .col-anexos {
  width: 100px;
  white-space: nowrap;
  text-align: center;
}
.table .col-actions {
  width: 1%;
  white-space: nowrap;
  text-align: right;
}
.VueTables .VuePagination {
  overflow: hidden;
  padding-bottom: 15px;
}
.VueTables .VuePagination p {
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}
.VueTables .VuePagination .pagination {
  float: right;
  margin: 0;
}
.VueTables .VuePagination .pagination >li>a,
.VueTables .VuePagination .pagination >li>span {
  padding-top: 3px;
  padding-bottom: 3px;
}
.label-situacao {
  font-weight: normal;
  font-size: 0.85em;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
#table-relatorio table.table {
  margin-bottom: 0;
}
#table-relatorio .VuePagination {
  display: none;
}
.note-editor.note-frame {
  border-color: #ccc;
}
.note-editor .note-editing-area .note-editable {
  font-family: Georgia, Times, Times New Roman, serif;
}
.modal-categorias .table {
  margin-bottom: 0;
}
.modal-categorias .table tr td:first-child {
  padding-left: 20px;
}
.modal-categorias .table tr td:last-child {
  padding-right: 20px;
}
.modal-categorias .modal-body {
  padding-bottom: 20px;
}
.panel-noticia .panel-body {
  padding: 30px;
}
.panel-noticia .entry-title {
  margin-top: 0;
  margin-bottom: 8px;
}
.panel-noticia .post-meta {
  margin-bottom: 15px;
  font-size: 0.85em;
  color: #777;
}
.panel-noticia .post-meta span {
  display: inline-block;
  margin-right: 10px;
}
.panel-noticia .post-meta span + span:before {
  content: "|";
  display: inline-block;
  padding-right: 12px;
}
.panel-noticia .img-post {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
#page-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: #303440;
  color: #fff;
}
#page-footer .navbar-nav {
  margin-top: 35px;
}
#page-footer .navbar-nav > li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
#page-footer .navbar-nav > li + li:before {
  content: "|";
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
#page-footer .navbar-nav > li > a {
  display: inline-block;
  padding: 0;
  margin-right: 10px;
  background: none !important;
  color: #fff;
  font-weight: 300;
}
#page-footer .navbar-nav > li > a:hover,
#page-footer .navbar-nav > li > a:focus {
  text-decoration: underline;
}
#page-footer .navbar-right > li + li:before {
  margin-right: 0;
  margin-left: 10px;
}
#page-footer .navbar-right > li > a {
  margin-right: 0;
  margin-left: 12px;
}
#footer-copyright {
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 5px;
}
#footer-copyright + .nav {
  margin-top: 6px;
}
.d-none {
  display: none;
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
#footer-developer {
  text-align: center;
}
#footer-developer span {
  display: block;
  font-size: 0.7em;
  font-weight: 400;
  margin-bottom: 3px;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
@media print {
  #page-footer {
    display: none;
    visibility: hidden;
  }
}
.accordion-arquivos {
  margin-top: 15px;
}
.accordion-arquivos .panel-heading {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.accordion-arquivos .panel-heading .item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.accordion-arquivos .panel-heading .item-actions a {
  color: inherit;
  cursor: pointer;
}
.accordion-arquivos .panel-heading .item-actions a.item-editar:before {
  content: "\F044";
  font-family: 'FontAwesome';
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}
.accordion-arquivos .panel-heading .item-actions a.item-excluir:before {
  content: "\F1F8";
  font-family: 'FontAwesome';
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}
.accordion-arquivos .panel-heading a {
  display: block;
  padding: 10px 15px;
  text-decoration: none !important;
}
.accordion-arquivos .panel-heading a:before {
  content: "\F077";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
  margin-right: 8px;
}
.accordion-arquivos .panel-heading a.collapsed:before {
  content: "\F078";
  color: #bbb;
}
.accordion-arquivos ul {
  margin: 0;
}
.accordion-arquivos .panel-parent {
  border-color: #555;
}
.accordion-arquivos .panel-parent > .panel-heading {
  background-color: #555;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.accordion-arquivos .panel-parent > .panel-heading .panel-title {
  text-transform: capitalize;
}
.accordion-arquivos .panel-parent > .panel-collapse {
  background: #f5f5f5;
}
.accordion-arquivos .panel-parent .panel {
  border-radius: 0;
  border: 0;
  background: none;
}
.accordion-arquivos .panel-parent .panel .panel-heading {
  border-radius: 0;
}
.accordion-arquivos .panel-parent .panel .panel-title {
  font-size: 1em;
}
.accordion-arquivos .panel-processo {
  padding-left: 20px;
}
.accordion-arquivos .panel-processo > .panel-collapse {
  padding-left: 35px;
}
.accordion-arquivos .category-title {
  display: block;
  padding: 5px 0;
  color: $color-text;
  text-decoration: none;
}
.accordion-arquivos .category-title:before {
  content: "\F077";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
  margin-right: 5px;
}
.accordion-arquivos .category-title.collapsed:before {
  content: "\F078";
  color: #bbb;
}
.accordion-arquivos .category-title h4 {
  margin: 0;
  font-size: 1em;
  display: inline-block;
  vertical-align: top;
}
.accordion-arquivos .category-title h4 span {
  letter-spacing: 0.02em;
}
.accordion-arquivos .category-content p {
  display: block;
  padding: 5px 0 10px 20px;
  margin: 0;
}
.bg-white {
  background: #fff;
}
.pad {
  padding: 6px 10px;
}
.entry-content.pagina {
  overflow-x: auto;
}
.entry-content.pagina img {
  max-width: unset;
}
.note-icon-audio svg {
  vertical-align: middle;
}
.get-and-preview {
  width: 100%;
  margin: 0 0 10px;
  float: left;
  clear: both;
}
.get-and-preview .btn {
  float: left;
}
.get-and-preview .icon-preview {
  float: left;
  width: 55px;
  height: 55px;
  margin: 0 15px 0 0;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 55px;
  color: #1e1e1e;
}
@-webkit-keyframes hideWelcomeMessage {
  to {
    margin-top: -71px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes hideWelcomeMessage {
  to {
    margin-top: -71px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
