/* line 6, app/assets/stylesheets/public/consulta_certidoes/new.sass */
.public-consulta-certidoes-controller.new-action .bg,
.public-consulta-certidoes-controller.create-action .bg,
.public-consulta-documentos-anexos-controller.new-action .bg,
.public-consulta-documentos-anexos-controller.create-action .bg {
  margin: 0;
  background-image: url(/assets/background-a6c9ecac37c9cdbc65abd5e8c61c35904c6e108b14c94e44ee0e4445c012957c.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

/* line 14, app/assets/stylesheets/public/consulta_certidoes/new.sass */
.public-consulta-certidoes-controller.new-action .public-consulta-form,
.public-consulta-certidoes-controller.create-action .public-consulta-form,
.public-consulta-documentos-anexos-controller.new-action .public-consulta-form,
.public-consulta-documentos-anexos-controller.create-action .public-consulta-form {
  width: 332px;
  margin: 30vh auto 0 auto;
}

/* line 18, app/assets/stylesheets/public/consulta_certidoes/new.sass */
.public-consulta-certidoes-controller.new-action header,
.public-consulta-certidoes-controller.create-action header,
.public-consulta-documentos-anexos-controller.new-action header,
.public-consulta-documentos-anexos-controller.create-action header {
  padding: 15px 20px;
  color: white;
  background: #7e7e84;
  margin: 0;
  border-radius: 10px 10px 0 0;
  font-weight: 600;
  font-size: 20px;
  border: none;
}

/* line 28, app/assets/stylesheets/public/consulta_certidoes/new.sass */
.public-consulta-certidoes-controller.new-action fieldset,
.public-consulta-certidoes-controller.create-action fieldset,
.public-consulta-documentos-anexos-controller.new-action fieldset,
.public-consulta-documentos-anexos-controller.create-action fieldset {
  padding: 25px 15px;
  border-radius: 0 0 10px 10px;
}

/* line 32, app/assets/stylesheets/public/consulta_certidoes/new.sass */
.public-consulta-certidoes-controller.new-action label,
.public-consulta-certidoes-controller.create-action label,
.public-consulta-documentos-anexos-controller.new-action label,
.public-consulta-documentos-anexos-controller.create-action label {
  font-size: 14px;
  font-weight: bold;
  color: #001c30;
  display: block;
}

/* line 38, app/assets/stylesheets/public/consulta_certidoes/new.sass */
.public-consulta-certidoes-controller.new-action input,
.public-consulta-certidoes-controller.create-action input,
.public-consulta-documentos-anexos-controller.new-action input,
.public-consulta-documentos-anexos-controller.create-action input {
  border-color: #CCC;
  border-radius: 3px;
}

/* line 42, app/assets/stylesheets/public/consulta_certidoes/new.sass */
.public-consulta-certidoes-controller.new-action img,
.public-consulta-certidoes-controller.create-action img,
.public-consulta-documentos-anexos-controller.new-action img,
.public-consulta-documentos-anexos-controller.create-action img {
  vertical-align: 0;
}

/* line 45, app/assets/stylesheets/public/consulta_certidoes/new.sass */
.public-consulta-certidoes-controller.new-action .cerc-btn-primary,
.public-consulta-certidoes-controller.create-action .cerc-btn-primary,
.public-consulta-documentos-anexos-controller.new-action .cerc-btn-primary,
.public-consulta-documentos-anexos-controller.create-action .cerc-btn-primary {
  background-color: #001c30;
  padding: 8px 20px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
}

/* line 52, app/assets/stylesheets/public/consulta_certidoes/new.sass */
.public-consulta-certidoes-controller.new-action #recaptcha,
.public-consulta-certidoes-controller.create-action #recaptcha,
.public-consulta-documentos-anexos-controller.new-action #recaptcha,
.public-consulta-documentos-anexos-controller.create-action #recaptcha {
  margin: 20px auto 20px auto;
  width: 305px;
}

/* line 2, app/assets/stylesheets/components/access_management.sass */
.modal.access-management .modal-body {
  font-size: 1.1em;
}

/* line 4, app/assets/stylesheets/components/access_management.sass */
.modal.access-management .modal-body input[type="radio"] {
  margin: 3px 0px 0px -20px;
}

/* line 6, app/assets/stylesheets/components/access_management.sass */
.modal.access-management .modal-body .description {
  margin-top: 20px;
}

/* line 2, app/assets/stylesheets/components/agent_card.sass */
.agent-card .title {
  font-size: 22px;
}

/* line 4, app/assets/stylesheets/components/agent_card.sass */
.agent-card .subtitle {
  margin: 15px 0 0 0;
  font-size: 18px;
}

/* line 1, app/assets/stylesheets/components/badge.sass */
.badge {
  font-weight: normal;
  text-align: center;
  background-color: #A9A9A9;
}

/* line 6, app/assets/stylesheets/components/badge.sass */
.badge.refused-count {
  background-color: #e7a734;
}

/* line 9, app/assets/stylesheets/components/badge.sass */
.badge.finished-count {
  background-color: #abcb52;
}

/* line 12, app/assets/stylesheets/components/badge.sass */
.badge.error-count {
  background-color: #dd7556;
}

/* line 15, app/assets/stylesheets/components/badge.sass */
.badge.consistent {
  background-color: #25bf4d;
}

/* line 18, app/assets/stylesheets/components/badge.sass */
.badge.neutral {
  background-color: #1f77b2;
}

/* line 21, app/assets/stylesheets/components/badge.sass */
.badge.warning {
  background-color: #eea40c;
}

/* line 24, app/assets/stylesheets/components/badge.sass */
.badge.critical {
  background-color: #d51c2f;
}

/* line 27, app/assets/stylesheets/components/badge.sass */
.badge.refused-count, .badge.finished-count, .badge.error-count {
  color: black;
}

/* line 32, app/assets/stylesheets/components/badge.sass */
.badge.consistent, .badge.neutral, .badge.warning, .badge.critical {
  color: #FFF;
  font-weight: bold;
}

/* line 39, app/assets/stylesheets/components/badge.sass */
.smart-form .badge {
  padding: 3px 7px;
}

/* line 1, app/assets/stylesheets/components/buttons.sass */
.button-float-right {
  float: right;
  margin-right: 20px;
}

/* line 2, app/assets/stylesheets/components/cnpj_participant.sass */
.cnpj-participant-container .data-row {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 10px;
}

/* line 5, app/assets/stylesheets/components/cnpj_participant.sass */
.cnpj-participant-container .data-row:first-child {
  padding: 0;
}

/* line 7, app/assets/stylesheets/components/cnpj_participant.sass */
.cnpj-participant-container .data-row:last-child {
  border-bottom: none;
}

/* line 11, app/assets/stylesheets/components/cnpj_participant.sass */
.cnpj-participant-container .participant-data .header {
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/components/copy_key.sass */
.key-action {
  cursor: pointer;
}

/* line 3, app/assets/stylesheets/components/copy_key.sass */
.key-action input.key {
  position: fixed;
  top: -1000px;
  left: -1000px;
}

/* line 2, app/assets/stylesheets/components/cpf_participant.sass */
.cpf-participant-container .data-row {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 10px;
}

/* line 5, app/assets/stylesheets/components/cpf_participant.sass */
.cpf-participant-container .data-row:first-child {
  padding: 0;
}

/* line 7, app/assets/stylesheets/components/cpf_participant.sass */
.cpf-participant-container .data-row:last-child {
  border-bottom: none;
}

/* line 11, app/assets/stylesheets/components/cpf_participant.sass */
.cpf-participant-container .participant-data .header {
  font-weight: bold;
}

/* line 2, app/assets/stylesheets/components/dfe.sass */
.dfe-container.tabs-left ul {
  margin-right: 0;
}

/* line 7, app/assets/stylesheets/components/dfe.sass */
.dfe-container.tabs-left .tab-content .tab-pane .well {
  border-left-width: 0;
  overflow: auto;
}

/* line 11, app/assets/stylesheets/components/dfe.sass */
.dfe-container.tabs-left .tab-content .tab-pane .well h4 {
  border-bottom: 1px solid #777;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* line 16, app/assets/stylesheets/components/dfe.sass */
.dfe-container.tabs-left .tab-content .tab-pane .well .row {
  padding-top: 10px;
}

/* line 19, app/assets/stylesheets/components/dfe.sass */
.dfe-container.tabs-left .collapse-num {
  margin-left: 2px;
}

/* line 2, app/assets/stylesheets/components/file_upload.sass */
.button-wrapper button {
  margin-bottom: 5px;
  margin-left: 5px;
}

/* line 5, app/assets/stylesheets/components/file_upload.sass */
.file-uploader {
  margin-bottom: 10px;
}

/* line 7, app/assets/stylesheets/components/file_upload.sass */
.file-uploader input {
  display: inline;
  width: 70%;
  border-bottom: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd;
}

/* line 12, app/assets/stylesheets/components/file_upload.sass */
.file-uploader .upload-container {
  overflow-y: scroll;
  max-height: 150px;
  border: 1px solid #dddddd;
}

/* line 18, app/assets/stylesheets/components/file_upload.sass */
.file-uploader .upload-container .js-upload-box .placeholder * {
  display: block;
  text-align: center;
  color: #A9A9A9;
}

/* line 22, app/assets/stylesheets/components/file_upload.sass */
.file-uploader .upload-container.highlight {
  border: 2px dashed #91c9ea;
}

/* line 26, app/assets/stylesheets/components/file_upload.sass */
.file-uploader .upload-container.highlight .js-upload-box .placeholder * {
  color: #91c9ea;
}

/* line 28, app/assets/stylesheets/components/file_upload.sass */
.file-uploader .file-track {
  font-size: 12px;
  display: inline-block;
  margin: 3px;
  border-radius: 7px;
  padding: 4px 10px;
}

/* line 34, app/assets/stylesheets/components/file_upload.sass */
.file-uploader .file-track.status-pending {
  background-color: #A9A9A9;
}

/* line 36, app/assets/stylesheets/components/file_upload.sass */
.file-uploader .file-track.status-success {
  background-color: #1f77b2;
}

/* line 38, app/assets/stylesheets/components/file_upload.sass */
.file-uploader .file-track.status-error {
  background-color: #d51c2f;
}

/* line 40, app/assets/stylesheets/components/file_upload.sass */
.file-uploader .file-track .upload-status {
  margin-right: 5px;
}

/* line 42, app/assets/stylesheets/components/file_upload.sass */
.file-uploader .file-track .btn-destroy {
  color: white;
  margin-left: 5px;
  background-color: #333;
  padding: 2px 4px;
  border-radius: 20px;
  cursor: pointer;
}

/* line 49, app/assets/stylesheets/components/file_upload.sass */
.has-error .upload-container {
  border-color: #b94a48;
}

/* line 51, app/assets/stylesheets/components/file_upload.sass */
.upload-identification {
  color: black !important;
}

/* line 53, app/assets/stylesheets/components/file_upload.sass */
.container-identification {
  border: 1px white dashed;
  padding: 5px;
  margin-top: 5px;
}

/* line 2, app/assets/stylesheets/components/filter.sass */
.filter a.chosen-single {
  border-radius: 0;
}

/* line 4, app/assets/stylesheets/components/filter.sass */
.filter .filter-label {
  margin-left: 13px;
}

/* line 6, app/assets/stylesheets/components/filter.sass */
.filter .clear-button-space {
  margin-right: 5px;
}

/* line 2, app/assets/stylesheets/components/form.sass */
.form .form-actions-vertical-align {
  margin: 23px 0px 15px;
}

/* line 4, app/assets/stylesheets/components/form.sass */
.form a.chosen-single.chosen-default {
  border-radius: 0;
  line-height: 32px;
}

/* line 2, app/assets/stylesheets/components/header.sass */
#header .operator-role {
  color: #eea40c;
}

/* line 4, app/assets/stylesheets/components/header.sass */
#header .supervisor-role {
  color: #1f77b2;
}

/* line 1, app/assets/stylesheets/components/icons.sass */
.icon-green {
  color: #10ca9d;
}

/* line 3, app/assets/stylesheets/components/icons.sass */
.text-green {
  color: #10ca9d;
}

/* line 5, app/assets/stylesheets/components/icons.sass */
.text-red {
  color: #ed5766;
}

/* line 7, app/assets/stylesheets/components/icons.sass */
.icon-gray {
  color: #c8c8c8;
}

/* line 9, app/assets/stylesheets/components/icons.sass */
.icon-red {
  color: #ed5766;
}

/* line 11, app/assets/stylesheets/components/icons.sass */
.fa-fw {
  margin-right: 5px;
}

/* line 13, app/assets/stylesheets/components/icons.sass */
.neutral-color-icon {
  color: #1f77b2;
}

/* line 15, app/assets/stylesheets/components/icons.sass */
.positive-color-icon {
  color: #709c73;
}

/* line 17, app/assets/stylesheets/components/icons.sass */
.negative-color-icon {
  color: #cc9119;
}

/* line 19, app/assets/stylesheets/components/icons.sass */
.restrictive-color-icon {
  color: #af1827;
}

/* line 21, app/assets/stylesheets/components/icons.sass */
.fa-xml {
  width: 24px;
  font-size: 0.8em;
  margin-left: 5px;
  margin-top: -5px;
}

/* line 26, app/assets/stylesheets/components/icons.sass */
.fa-xml .fa-xml-text {
  margin-top: 0.5em;
  font-size: 70%;
}

/* line 2, app/assets/stylesheets/components/impact_filter.sass */
.impact-filter label {
  width: 25%;
  font-size: 18px;
  padding: 2px;
}

/* line 7, app/assets/stylesheets/components/impact_filter.sass */
.impact-filter .consistent {
  color: #25bf4d;
}

/* line 10, app/assets/stylesheets/components/impact_filter.sass */
.impact-filter .neutral {
  color: #1f77b2;
}

/* line 13, app/assets/stylesheets/components/impact_filter.sass */
.impact-filter .warning {
  color: #eea40c;
}

/* line 16, app/assets/stylesheets/components/impact_filter.sass */
.impact-filter .critical {
  color: #d51c2f;
}

/* line 2, app/assets/stylesheets/components/impacts_summary.sass */
.dimension-summary.grey-well {
  margin-bottom: 10px;
  padding: 5px;
  background-color: #F0F0F0;
}

/* line 7, app/assets/stylesheets/components/impacts_summary.sass */
.dimension-summary .header {
  font-weight: bold;
  font-size: 16px;
}

/* line 11, app/assets/stylesheets/components/impacts_summary.sass */
.dimension-summary .badge {
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/components/inputs.sass */
.input-group.date:not(.date-only), .input-group.time {
  float: left;
  padding: 0 15px;
}

/* line 5, app/assets/stylesheets/components/inputs.sass */
.input-group.datepicker {
  padding: 0;
  border-radius: 0;
}

/* line 9, app/assets/stylesheets/components/inputs.sass */
.datepicker.datepicker-dropdown.dropdown-menu {
  margin-left: 15px;
}

/* line 1, app/assets/stylesheets/components/labels.sass */
span.label {
  display: inline-block;
  padding: 4px 15px;
  border-radius: 15px;
  min-width: 80px;
  text-align: center;
  margin-top: 3px;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
}

/* line 11, app/assets/stylesheets/components/labels.sass */
span.label.neutral {
  color: #7e7e84;
  background-color: #d6d6d6;
}

/* line 14, app/assets/stylesheets/components/labels.sass */
span.label.positive {
  color: #25bf4d;
}

/* line 16, app/assets/stylesheets/components/labels.sass */
span.label.negative {
  color: #d51c2f;
}

/* line 3, app/assets/stylesheets/components/logout.sass */
.logout-bar .logout-info .user-name {
  font-weight: bold;
  text-align: right;
}

/* line 6, app/assets/stylesheets/components/logout.sass */
.logout-bar .logout-info .access-at {
  font-size: 10px;
}

/* line 3, app/assets/stylesheets/components/recebivel_data.sass */
.recebivel-container .recebivel-data .white-well {
  height: 80px;
  padding: 10px;
  background-color: white;
  margin-bottom: 10px;
}

/* line 9, app/assets/stylesheets/components/recebivel_data.sass */
.recebivel-container .recebivel-data .white-well p.text {
  font-size: 15px;
  text-transform: uppercase;
}

/* line 12, app/assets/stylesheets/components/recebivel_data.sass */
.recebivel-container .recebivel-data .white-well p.title {
  font-weight: bold;
  margin: 0;
}

/* line 15, app/assets/stylesheets/components/recebivel_data.sass */
.recebivel-container .recebivel-data .white-well p.tags-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}

/* line 21, app/assets/stylesheets/components/recebivel_data.sass */
.recebivel-container .recebivel-data .white-well.small {
  height: 50px;
}

/* line 2, app/assets/stylesheets/components/recebivel_situation.sass */
.recebivel-situation .header {
  font-size: 14px;
}

/* line 4, app/assets/stylesheets/components/recebivel_situation.sass */
.recebivel-situation .data {
  font-weight: bold;
}

/* line 3, app/assets/stylesheets/components/registration-data.sass */
.registration-container .registration-data .white-well {
  height: 80px;
  padding: 10px;
  background-color: white;
  margin-bottom: 10px;
}

/* line 9, app/assets/stylesheets/components/registration-data.sass */
.registration-container .registration-data .white-well p.text {
  font-size: 15px;
  text-transform: uppercase;
}

/* line 12, app/assets/stylesheets/components/registration-data.sass */
.registration-container .registration-data .white-well p.title {
  font-weight: bold;
  margin: 0;
}

/* line 15, app/assets/stylesheets/components/registration-data.sass */
.registration-container .registration-data .white-well p.tags-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}

/* line 21, app/assets/stylesheets/components/registration-data.sass */
.registration-container .registration-data .white-well.small {
  height: 50px;
}

/* line 1, app/assets/stylesheets/components/role_badge_widget.sass */
.role-badge {
  margin-right: 5px;
}

/* line 3, app/assets/stylesheets/components/role_badge_widget.sass */
.role-badge.consultant {
  background-color: #999;
}

/* line 5, app/assets/stylesheets/components/role_badge_widget.sass */
.role-badge.custodian {
  background-color: #999;
}

/* line 7, app/assets/stylesheets/components/role_badge_widget.sass */
.role-badge.manager {
  background-color: #999;
}

/* line 1, app/assets/stylesheets/components/switch.sass */
.switch {
  vertical-align: bottom;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 27px;
}

/* line 8, app/assets/stylesheets/components/switch.sass */
.switch input {
  display: none;
}

/* line 11, app/assets/stylesheets/components/switch.sass */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 21, app/assets/stylesheets/components/switch.sass */
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 33, app/assets/stylesheets/components/switch.sass */
.switch input:checked + .slider {
  background-color: #2196F3;
}

/* line 35, app/assets/stylesheets/components/switch.sass */
.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

/* line 37, app/assets/stylesheets/components/switch.sass */
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* line 42, app/assets/stylesheets/components/switch.sass */
.slider.round {
  border-radius: 34px;
}

/* line 44, app/assets/stylesheets/components/switch.sass */
.slider.round:before {
  border-radius: 50%;
}

/* line 6, app/assets/stylesheets/components/tab_container.sass */
.tab-container ul.nav.nav-tabs li.active a {
  background-color: #ffffff;
  font-weight: bold;
}

/* line 10, app/assets/stylesheets/components/tab_container.sass */
.tab-container table {
  background-color: #ffffff;
}

/* line 12, app/assets/stylesheets/components/tab_container.sass */
.tab-container table th {
  background-color: #d6d6d6;
}

/* line 14, app/assets/stylesheets/components/tab_container.sass */
.tab-container table .fa {
  font-size: 20px;
  margin: 5px 0 0;
}

/* line 1, app/assets/stylesheets/components/table.sass */
.table {
  background-color: #FFF;
}

/* line 5, app/assets/stylesheets/components/table.sass */
.table thead tr {
  background-image: none;
  background-color: #d6d6d6;
}

/* line 9, app/assets/stylesheets/components/table.sass */
.table thead .checkbox {
  height: 19px;
}

/* line 12, app/assets/stylesheets/components/table.sass */
.table .action-cell {
  text-align: center;
}

/* line 14, app/assets/stylesheets/components/table.sass */
.table .action-cell a {
  font-size: 15px;
}

/* line 17, app/assets/stylesheets/components/table.sass */
.table .categories-cell {
  min-width: 120px;
  padding: 10px 0px 0px 0px !important;
  text-align: center;
}

/* line 22, app/assets/stylesheets/components/table.sass */
.table .date-cell {
  width: 95px;
}

/* line 25, app/assets/stylesheets/components/table.sass */
.table .datetime-cell {
  width: 125px;
}

/* line 28, app/assets/stylesheets/components/table.sass */
.table .nfe-key-cell {
  width: 70px;
  font-size: 15px;
}

/* line 32, app/assets/stylesheets/components/table.sass */
.table .processed-cell {
  min-width: 95px;
}

/* line 35, app/assets/stylesheets/components/table.sass */
.table .result-cell {
  width: 42px;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
}

/* line 41, app/assets/stylesheets/components/table.sass */
.table .result-cell .fa {
  font-size: 1.5em;
}

/* line 44, app/assets/stylesheets/components/table.sass */
.table .registration-status-cell {
  width: 122px;
}

/* line 47, app/assets/stylesheets/components/table.sass */
.table .interconnectivity-cell {
  width: 122px;
}

/* line 50, app/assets/stylesheets/components/table.sass */
.table .stripe {
  background-color: #f9f9f9;
}

/* line 1, app/assets/stylesheets/components/utility.sass */
.empty-label {
  margin-bottom: 23px;
}

/* line 4, app/assets/stylesheets/components/utility.sass */
hr.cerc {
  border-top: 1px solid #474544;
}

/* line 7, app/assets/stylesheets/components/utility.sass */
.row.margin-vertical {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 3, app/assets/stylesheets/components/validation_data.sass */
.validation-container .validation-data .white-well {
  height: 80px;
  padding: 10px;
  background-color: white;
  margin-bottom: 10px;
}

/* line 9, app/assets/stylesheets/components/validation_data.sass */
.validation-container .validation-data .white-well p.text {
  font-size: 15px;
  text-transform: uppercase;
}

/* line 12, app/assets/stylesheets/components/validation_data.sass */
.validation-container .validation-data .white-well p.title {
  font-weight: bold;
  margin: 0;
}

/* line 15, app/assets/stylesheets/components/validation_data.sass */
.validation-container .validation-data .white-well p.tags-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}

/* line 21, app/assets/stylesheets/components/validation_data.sass */
.validation-container .validation-data .white-well.small {
  height: 50px;
}

/* line 1, app/assets/stylesheets/components/widget.sass */
.show-on-loading {
  display: none;
}

/* line 4, app/assets/stylesheets/components/widget.sass */
.hide-on-loading {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

/* line 9, app/assets/stylesheets/components/widget.sass */
.widget-loading {
  position: relative;
}

/* line 12, app/assets/stylesheets/components/widget.sass */
.widget-loading .hide-on-loading {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

/* line 17, app/assets/stylesheets/components/widget.sass */
.widget-loading .show-on-loading {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 24, app/assets/stylesheets/components/widget.sass */
.btn-cerc {
  background: #7e7e84;
  color: white;
  border: 1px #7e7e84 solid;
}

/* line 30, app/assets/stylesheets/components/widget.sass */
.well-lg.text-center {
  box-shadow: none;
  border: none;
}

/* line 1, app/assets/stylesheets/widgets/access_logs_subtitles.sass */
.access-logs-subtitles.pull-left {
  margin-top: -33px;
  font-size: 13px;
}

/* line 3, app/assets/stylesheets/widgets/access_logs_subtitles.sass */
.access-logs-subtitles.pull-left div {
  display: inline-block;
}

/* line 7, app/assets/stylesheets/widgets/access_logs_subtitles.sass */
.access-logs-subtitles.pull-left .error-subtitle {
  margin: 0 5px;
}

/* line 9, app/assets/stylesheets/widgets/access_logs_subtitles.sass */
.access-logs-subtitles.pull-left .error-subtitle .error-square {
  background-color: #fbe8ea;
  width: 45px;
  height: 13px;
  border: 1px solid #d7d7d7;
}

/* line 14, app/assets/stylesheets/widgets/access_logs_subtitles.sass */
.access-logs-subtitles.pull-left .success-subtitle {
  margin: 0 5px;
}

/* line 16, app/assets/stylesheets/widgets/access_logs_subtitles.sass */
.access-logs-subtitles.pull-left .success-subtitle .success-square {
  background-color: #fff;
  width: 45px;
  height: 13px;
  border: 1px solid #d7d7d7;
}

/* line 21, app/assets/stylesheets/widgets/access_logs_subtitles.sass */
.clearfix {
  clear: both;
}

/* line 2, app/assets/stylesheets/widgets/pagination.sass */
ul.pagination a {
  user-select: none;
}

/* line 6, app/assets/stylesheets/widgets/pagination.sass */
ul.pagination li.active span {
  border-color: #dddddd;
}

/* line 9, app/assets/stylesheets/widgets/pagination.sass */
ul.pagination li.active.active:hover span {
  border-color: #dddddd;
}

/* line 13, app/assets/stylesheets/widgets/pagination.sass */
ul.pagination li.disabled a {
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/layouts/_main/header.sass */
#header {
  background-color: #001c30;
  background-image: none;
}

/* line 4, app/assets/stylesheets/layouts/_main/header.sass */
span.vertical-center {
  margin-top: 7px;
}

/* line 3, app/assets/stylesheets/layouts/nfe_duplicata_registrations.sass */
.admin-nfe-duplicata-registrations-controller.show-action h2 {
  font-weight: normal;
}

/* line 6, app/assets/stylesheets/layouts/nfe_duplicata_registrations.sass */
.admin-nfe-duplicata-registrations-controller .validation-impact {
  text-align: center;
}

/* line 3, app/assets/stylesheets/layouts/nfe_validations.sass */
.admin-nfe-validations-controller.show-action h2 {
  font-weight: normal;
}

/* line 6, app/assets/stylesheets/layouts/nfe_validations.sass */
.admin-nfe-validations-controller .validation-impact {
  text-align: center;
}

/* line 1, app/assets/stylesheets/layouts/show_for.sass */
.title-card {
  padding: 0 15px;
}

/* line 4, app/assets/stylesheets/layouts/show_for.sass */
.title-card .show-header {
  font-size: 20px;
}

/* line 7, app/assets/stylesheets/layouts/show_for.sass */
.data-card {
  width: 270px;
  padding: 20px 15px;
  display: inline-block;
  vertical-align: top;
}

/* line 13, app/assets/stylesheets/layouts/show_for.sass */
.data-card .title-card {
  padding: 0;
}

/* line 16, app/assets/stylesheets/layouts/show_for.sass */
.data-card .title-card .show-title {
  font-size: 20px;
}

/* line 19, app/assets/stylesheets/layouts/show_for.sass */
.data-card .title-card .show-header {
  font-size: 15px;
  padding: 10px 0;
}

/* line 23, app/assets/stylesheets/layouts/show_for.sass */
.data-card .show-card {
  background-color: white;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 15px;
  border-radius: 5px;
}

/* line 30, app/assets/stylesheets/layouts/show_for.sass */
.data-card .show-card .show-reverse-weight .attributes-wrapper {
  font-weight: bold;
}

/* line 32, app/assets/stylesheets/layouts/show_for.sass */
.data-card .show-card .show-reverse-weight .attributes-wrapper .attribute-title {
  font-weight: normal;
}

/* line 1, app/assets/stylesheets/structures/_home.sass */
#home-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background: url(/assets/cerc-bg-a6c9ecac37c9cdbc65abd5e8c61c35904c6e108b14c94e44ee0e4445c012957c.png);
  background-position: center;
}

@media only screen and (min-width: 1050px) and (min-height: 570px) {
  /* line 12, app/assets/stylesheets/structures/_home.sass */
  #home {
    display: flex !important;
  }
}

/* line 15, app/assets/stylesheets/structures/_home.sass */
#home {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 22, app/assets/stylesheets/structures/_home.sass */
#home .h5_home {
  font-size: 17px;
  font-weight: bold;
}

/* line 26, app/assets/stylesheets/structures/_home.sass */
#home .diagram {
  align-self: center;
  position: relative;
  width: 808px;
  height: 506px;
  background: transparent url(/assets/cerc-diagram-b8fdb8a99f2afa08cecf69a9fc322ad6eed84d8f6eeb4f2fbcdb158b3337c8f8.png) 93px 8px no-repeat !important;
  margin: 0 auto;
}

/* line 34, app/assets/stylesheets/structures/_home.sass */
#home a[class^='box-'] {
  position: absolute;
  text-align: center;
  display: inline-block;
}

/* line 39, app/assets/stylesheets/structures/_home.sass */
#home a[class^='circle-'] {
  position: absolute;
  border-radius: 50%;
  background-color: none;
  display: block;
}

/* line 45, app/assets/stylesheets/structures/_home.sass */
#home .box-validations {
  color: white;
  left: -5px;
  top: 215px;
}

/* line 50, app/assets/stylesheets/structures/_home.sass */
#home .box-records {
  color: white;
  left: 344px;
  top: 15px;
}

/* line 55, app/assets/stylesheets/structures/_home.sass */
#home .box-file-integration {
  color: white;
  width: 76px;
  left: 519px;
  top: 386px;
}

/* line 61, app/assets/stylesheets/structures/_home.sass */
#home .box-dashboard {
  color: white;
  width: 74px;
  left: 684px;
  top: 207px;
}

/* line 67, app/assets/stylesheets/structures/_home.sass */
#home .box-documents {
  color: darkgray;
  left: 498px;
  top: 186px;
}

/* line 72, app/assets/stylesheets/structures/_home.sass */
#home .box-reports {
  color: darkgray;
  left: 148px;
  top: 392px;
}

/* line 77, app/assets/stylesheets/structures/_home.sass */
#home .box-validations-update {
  color: darkgray;
  width: 120px;
  left: 38px;
  top: 2px;
}

/* line 83, app/assets/stylesheets/structures/_home.sass */
#home .box-records-update {
  color: darkgray;
  width: 106px;
  left: 547px;
  top: 4px;
}

/* line 89, app/assets/stylesheets/structures/_home.sass */
#home .box-conciliation {
  color: darkgray;
  left: 323px;
  top: 468px;
}

/* line 94, app/assets/stylesheets/structures/_home.sass */
#home .circle-validations {
  width: 66px;
  height: 66px;
  top: 195px;
  left: 96px;
}

/* line 100, app/assets/stylesheets/structures/_home.sass */
#home .circle-records {
  width: 66px;
  height: 66px;
  top: 51px;
  left: 350px;
}

/* line 106, app/assets/stylesheets/structures/_home.sass */
#home .circle-file-integration {
  width: 66px;
  height: 66px;
  top: 386px;
  left: 444px;
}

/* line 112, app/assets/stylesheets/structures/_home.sass */
#home .circle-documents {
  width: 34px;
  height: 34px;
  top: 182px;
  left: 455px;
}

/* line 118, app/assets/stylesheets/structures/_home.sass */
#home .circle-conciliation {
  width: 26px;
  height: 26px;
  top: 433px;
  left: 361px;
}

/* line 124, app/assets/stylesheets/structures/_home.sass */
#home .circle-reports {
  width: 42px;
  height: 42px;
  top: 342px;
  left: 171px;
}

/* line 130, app/assets/stylesheets/structures/_home.sass */
#home .circle-validations-update {
  width: 34px;
  height: 34px;
  top: 9px;
  left: 162px;
}

/* line 136, app/assets/stylesheets/structures/_home.sass */
#home .circle-records-update {
  width: 34px;
  height: 34px;
  top: 13px;
  left: 504px;
}

/* line 142, app/assets/stylesheets/structures/_home.sass */
#home .tooltip > .tooltip-inner {
  background-color: #0c2035;
  font-size: 11px;
  text-align: center;
  width: 200px;
}

/* line 2, app/assets/stylesheets/structures/_smart_admin_custom.scss */
.row-equal {
  display: flex;
  flex-direction: row;
}

/* line 5, app/assets/stylesheets/structures/_smart_admin_custom.scss */
.row-equal .well {
  width: 100%;
}

/* line 8, app/assets/stylesheets/structures/_smart_admin_custom.scss */
.row-equal .button-box {
  margin-top: 10px;
}

/* line 13, app/assets/stylesheets/structures/_smart_admin_custom.scss */
.row-equal > [class^="col-"] {
  display: flex;
}

/* line 18, app/assets/stylesheets/structures/_smart_admin_custom.scss */
.txt-color-cerc-grey {
  color: #A9A9A9;
}

/* line 22, app/assets/stylesheets/structures/_smart_admin_custom.scss */
.txt-color-white {
  color: #FFFFFF;
}

/* line 27, app/assets/stylesheets/structures/_smart_admin_custom.scss */
.bg-color-cerc-blue {
  background-color: #0070BF;
}

/* line 31, app/assets/stylesheets/structures/_smart_admin_custom.scss */
.bg-color-cerc-white {
  background-color: #fff;
}

/* line 37, app/assets/stylesheets/structures/_smart_admin_custom.scss */
.list-well li {
  padding-bottom: 10px;
}

/* line 41, app/assets/stylesheets/structures/_smart_admin_custom.scss */
.list-well li:last-child {
  padding-bottom: 0;
}

/* line 47, app/assets/stylesheets/structures/_smart_admin_custom.scss */
.shadow-box-1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* line 8, app/assets/stylesheets/public/application.sass */
body, html {
  height: 100%;
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  src: url(/assets/Open_Sans/OpenSans-Light-08cd8b9dad0d397f12b109a3bd8ed1745a143e5b306ba69884d6779585637ec4.ttf) format("truetype");
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  src: url(/assets/Open_Sans/OpenSans-Regular-3a68067c3858bdcc9544ba7615fa40cfc91bc09f6843acd76643ee05c05ad18f.ttf) format("truetype");
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  src: url(/assets/Open_Sans/OpenSans-Semibold-8be0357e64027bbcaeb5910c6f4f19713198afe78c8749c8e8ca763d939e2010.ttf) format("truetype");
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  src: url(/assets/Open_Sans/OpenSans-Bold-3114f67d23f7856fcf11b3cf09d1f09537a3ef798acd9b4c66db1cff82569e36.ttf) format("truetype");
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 800;
  src: url(/assets/Open_Sans/OpenSans-ExtraBold-82527328f992d9b300629f76827fccab46a4dcd7df8cad7ba48d3b138f2e18a9.ttf) format("truetype");
}

/* line 32, app/assets/stylesheets/public/application.sass */
.input-sm,
.input-lg,
.input-xs,
.form-control {
  padding-left: 10px;
  box-sizing: border-box;
}
