(node) util.print is deprecated. Use console.log instead.
@media (max-width: 768px) {
  .submit-row-menu.fixed {
    width: auto;
    background-color: transparent;
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: none;
    z-index: 1000;
  }
}
@media (min-width: 770px) {
  .submit-row {
    width: auto;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 30px !important;
    padding-right: 30px !important;
    z-index: 1000;
  }
  .fixed {
    background-color: rgba(0, 0, 0, 0.8) !important;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
.submit-row {
  padding: 1px 0px 1px;
}
.submit-row .deletelink {
  color: #ff8686;
  font-size: 1.2rem;
  font-weight: 500;
}
.submit-row .col-btn {
  text-align: right;
}
.submit-row .btn-group-lg button {
  margin-right: 2px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.submit-row .btn-group-lg button .material-icons {
  font-size: 1.5rem;
}
.submit-row .btn-danger {
  margin-top: 10px;
}
.submit-row .btn-group-lg .btn:first-child {
  padding-left: 15px;
  padding-right: 15px;
}
.submit-row .btn-group-lg .btn:first-child .material-icons {
  font-size: 1.5rem;
  line-height: 1.2rem;
}
.submit-row #btn_submit_save {
  font-size: 15px;
  font-weight: 500;
}
.submit-row .btn-group-lg .btn:not(:first-child) {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 8px !important;
}
.submit-row .dropdown-menu-submit-line li a {
  font-size: 1rem;
  padding: 0.5rem;
}
.change-related,
.add-related {
  border-radius: 0;
  box-shadow: none;
}
.errorlist {
  color: #ff4444;
}
.errornote,
.alert-error,
.alert-danger {
  background-color: #ff4444;
  padding: 10px;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
}
.errorlist.nonfield li {
  background-color: #ff8686;
  padding: 10px;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
}
.alert {
  padding: 15px;
  margin-bottom: 17px;
  border: none;
  border-radius: inherit;
}
.alert-info {
  background-color: #33b5e5;
  border-color: #33b5e5;
  color: white;
  font-weight: 500;
  font-size: 1rem;
}
.alert-success {
  background-color: #00C851;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
}
.has-error .form-control {
  border-color: #ff4444;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.suit-show-req-asterisk .form-horizontal .required::after {
  content: "*";
  margin: 0px 0px 0px 5px;
  position: absolute;
  color: #ff4444;
}
.form-horizontal .fieldset-body .form-group .form-column .help-block {
  font-size: 12px;
  margin: 0px;
  color: #33b5e5;
}
.suit-menu-horizontal .navbar-suit-top > .container-fluid {
  margin-top: 0;
}
.navbar-brand {
  line-height: 25px !important;
  font-weight: 500;
}
.navbar-brand .nome-entidade {
  font-size: 1.2rem;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
}
@media (min-width: 768px) {
  .actions.text-muted {
    width: auto;
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    z-index: 1000;
  }
  .actions.text-muted.fixed {
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .actions.text-muted .action-counter,
  .actions.text-muted .all {
    color: white;
  }
  .actions.text-muted .question {
    color: #ffff00;
  }
  .actions.text-muted .question a {
    color: #ffff00;
  }
  .actions.text-muted .clear {
    color: #ffff00;
  }
  .actions.text-muted .clear a {
    color: #ffff00;
  }
  .actions.text-muted .changelist-save {
    margin-top: 0 !important;
  }
}
.paginator.clearfix.card {
  padding: 10px;
}
.pagination li,
.pagination-dark li {
  text-align: center;
  float: left;
  font-size: 1rem;
  line-height: 30px;
}
.xfull ol {
  margin-bottom: 0;
}
.search-container {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  margin: .5rem 0 1rem;
  transition: box-shadow 0.25s;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.form-control {
  font-size: 1rem !important;
  height: 30px !important;
  padding: 4px 8px !important;
  margin: 0 0 0 !important;
}
.form-horizontal .fieldset-body {
  background-color: #ffffff;
  margin-bottom: 0px;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.form-horizontal .fieldset-body .form-group .form-column {
  background-color: #ffffff;
  padding: 5px 15px;
}
.form-horizontal .fieldset-body .form-group .form-column p {
  font-size: 1rem;
  font-weight: normal;
}
.form-horizontal .fieldset-body .form-group .control-label {
  background-color: #ffffff;
  padding: 8px 10px;
  border-top: 1px solid #EFF0F1;
  border-right: 1px solid #EFF0F1;
}
.form-horizontal .fieldset-body .form-group .control-label label {
  padding: 0px 5px 0px 0px;
  margin: 0px;
  font-weight: normal;
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
  color: #6a6a6a;
  font-weight: 400;
}
.form-horizontal .fieldset-body .form-group .control-label label.required {
  font-weight: 700;
  color: #3a3a3a;
}
.tab-content-main .module.aligned {
  border: none;
  margin: 0;
  padding: 0;
}
.module.aligned .fieldset-body {
  padding-bottom: 10px;
}
.fieldset-heading .fieldset-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #859097;
  margin-top: 10px;
}
.tab-content-main > .suit-tab.show:first-child {
  margin-top: 0;
}
.input-group.date span {
  background-color: transparent;
  border: none;
}
.inline-group:not(.form-column) h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #859097;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.inline-group:not(.form-column) .errorlist li {
  background-color: #ff8686;
  padding: 10px;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
}
.inline-group:not(.form-column) .form-column .errorlist li {
  background-color: transparent;
  padding: 0;
  color: #ff4444;
  font-weight: normal;
  font-size: 12px;
}
.tabular.inline-related .module {
  margin: 0;
  padding: 5px;
  border: none;
}
.tabular.inline-related .module .table tr td input[type=text] {
  width: 90%;
}
.table-striped > tbody > tr:nth-child(2n+1) {
  background-color: #ffffff;
}
.form-group textarea {
  overflow-y: hidden;
  padding: 0.8rem 0;
  resize: both;
  min-height: 8rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 8rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 15px 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all .3s;
}
#models-from-app .collection-item {
  font-size: 1rem;
  color: #0099CC;
}
.card .card-content .card-title .card-title-titulo-custom {
  height: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
}
.card .card-content .card-title .card-title-subtitulo-custom {
  display: block;
  font-size: 0.9rem;
  color: #94a0a7;
  height: 10px;
  margin-bottom: 10px;
  margin-top: 2px;
}
.form-control.search-filter {
  margin-right: 10px !important;
}
.suit-menu-horizontal .nav-suit-menu {
  background-color: #4f5255;
  padding-left: 20px;
  padding-right: 20px;
}
.suit-menu-horizontal .nav-suit-menu li a {
  border-radius: 0;
  color: #a5acb3;
  padding: 10px 7px;
  text-align: center;
  font-weight: 400;
}
.suit-menu-horizontal .nav-suit-menu li span {
  font-size: 0.75rem;
}
.suit-menu-horizontal .nav-suit-menu li:hover .nav {
  display: none !important;
}
.nav-suit-sub-menu {
  background-color: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  border: 0;
  padding: 0 10px;
}
.nav-suit-sub-menu li a {
  text-decoration: none !important;
  font-size: 0.8rem;
  margin-left: 5px;
}
.inline-group table tr td p {
  font-size: 0.9rem;
  font-weight: normal;
}
#changelist-filter {
  display: none;
}
.breadcrumb {
  display: inline-block;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: transparent;
  margin-bottom: 5px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}
.breadcrumb .active {
  color: #747474;
  font-weight: 500;
}
.breadcrumb li a {
  color: #8a8a8a;
}
.card-breadcrumb {
  padding-top: 5px;
  padding-right: 10px;
  line-height: 11px;
}
#page-content-wrapper {
  padding-top: 5px;
}
.btn-floating-xs {
  position: relative;
  z-index: 1;
  width: 25px;
  height: 25px;
  padding: 0;
  background-color: #a6c;
  border-radius: 50%;
  transition: .3s;
  vertical-align: middle;
  margin: 1px;
  line-height: 26px;
}
.btn-floating-xs i {
  line-height: 25px;
  font-size: 1rem;
}
.btn-floating-sm {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: #a6c;
  border-radius: 50%;
  transition: .3s;
  vertical-align: middle;
  margin: 1px;
  line-height: 31px;
}
.btn-floating-sm i {
  line-height: 30px;
  font-size: 1.1rem;
}
.panel-danger > .panel-heading {
  color: white;
  background-color: #ff4444;
  border-color: #ff4444;
}
.panel-info > .panel-heading {
  color: white;
  background-color: #33b5e5;
  border-color: #33b5e5;
}
.panel-success > .panel-heading {
  color: white;
  background-color: #00C851;
  border-color: #00C851;
}
.panel-warning > .panel-heading {
  color: white;
  background-color: #ffbb33;
  border-color: #ffbb33;
}
.add-row a {
  line-height: 31px;
  padding: 5px 22px;
  border-radius: 10em;
  border: 2px solid #2BBBAD;
  color: #fff;
  background: #2BBBAD;
}
.results {
  padding: 10px 20px;
  overflow: auto;
}
.table-primary tbody th {
  font-weight: normal;
}
.table-primary > thead > tr > th {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.2);
  padding: 7px 10px 6px;
  /*background-color: #6e7277;*/
  border: 0;
  font-weight: bold;
}
.table-primary > thead > tr > th .text > a,
.table-primary > thead > tr > th .text > span {
  padding: 7px 10px 6px;
  margin: -7px -10px -6px;
  display: block;
}
.table-primary > thead > tr > th .relative-wrapper {
  position: relative;
  display: inline;
  float: right;
  width: 55px;
}
.table-primary > thead > tr > th .sortoptions {
  right: -50px;
  position: absolute;
}
.table-primary > thead > tr > th .sortoptions a,
.table-primary > thead > tr > th .sortoptions .sortpriority {
  display: inline-block;
  float: left;
  padding: 0 3px;
}
.table-primary > thead > tr > th .sortoptions .sortpriority {
  color: #a5acb3;
  padding-right: 4px;
}
.table-primary > thead > tr > th .sortoptions .sortremove,
.table-primary > thead > tr > th .sortoptions .toggle {
  display: block;
  width: 12px;
  height: 12px;
  opacity: .4;
  margin-right: 5px;
}
.table-primary > thead > tr > th .sortoptions .sortremove:hover,
.table-primary > thead > tr > th .sortoptions .toggle:hover {
  opacity: 0.8;
}
.table-primary > thead > tr > th.sorted {
  padding-right: 55px;
  /*background-color: #4f5255*/
}
.table-primary > thead > tr > th.sorted .text > a {
  color: #1558a9;
}
.table-primary > thead > tr .sortable .text a {
  color: #000000;
  font-weight: bold;
}
.table-primary > thead > tr .text span {
  color: #717171;
  font-weight: 500;
}
.table-primary > thead > tr > th:first-child {
  border-left: 0;
}
.table-primary > thead > tr > th:last-child {
  border-right: 0;
}
.table-primary > tbody > tr > td {
  font-size: 0.8rem;
}
.submit-row .btn-group-lg .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  margin-right: 2px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: transparent;
  opacity: 1;
  font-weight: 700;
}
li #ativa-notificacoes .contador-notificacoes {
  padding: 2px 3px;
  border-radius: 15%;
  min-width: 10px;
  font-weight: 500;
  font-size: 0.8rem;
  animation: pulse .5s infinite alternate;
}
.btn-sm .material-icons {
  font-size: 1rem;
  line-height: 1rem;
}
#btn_salvar .material-icons,
#btn_imprimir .material-icons,
#btn_novo_servico .material-icons {
  font-size: 1rem;
  line-height: 1rem;
}
.tiny {
  font-size: 1rem !important;
  line-height: inherit;
}
.small {
  font-size: 2rem !important;
  line-height: inherit;
}
.medium {
  font-size: 4rem !important;
  line-height: inherit;
}
.large {
  font-size: 6rem !important;
  line-height: inherit;
}
@media (max-width: 300px) {
  .nome-entidade {
    font-size: 0.8rem !important;
  }
  .nav-suit-menu li {
    width: 100%;
  }
}
.suit-menu-horizontal .nav-suit-menu > li {
  border-left: 0;
}
.suit-menu-horizontal .nav-suit-menu > li:last-child {
  border-right: 0;
}
.navbar-suit-top {
  min-height: 40px;
  border: 0;
  border-radius: 0;
  margin: 0;
  font-size: 14px;
  box-shadow: none;
}
.navbar-suit-top .container-fluid .navbar-header {
  height: 40px;
}
.navbar-suit-top .container-fluid .navbar-header .navbar-brand {
  padding-top: 10px;
}
.navbar .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.84);
  padding-top: 10px;
  padding-bottom: 8px;
}
.suit-menu-horizontal .navbar-suit-top > .container-fluid,
.suit-menu-horizontal #page-content-wrapper > .container-fluid {
  padding-left: 15px;
  padding-right: 10px;
}
#models-from-app .collection-header h5 {
  font-size: 1.5rem;
}
.navbar-right .navbar-right-item:hover {
  background-color: #434343;
}
.select2-container--default {
  width: 100% !important;
}
.widget-CheckboxInput input {
  margin-left: 15px;
}
.action-checkbox input,
.action-checkbox-column input {
  visibility: visible !important;
}
tr.has_original [type=checkbox]:checked + label:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #4285F4;
  border-bottom: 2px solid #4285F4;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
tr.has_original [type=checkbox] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 0;
  transition: .2s;
  margin-left: 0 !important;
}
.vFileBrowseField {
  width: 50% !important;
}
#result_list tbody tr td input[type="checkbox"] {
  visibility: visible !important;
}
.submit-row-menu-button-custom {
  padding: 1px 0px 1px;
}
.submit-row-menu-button-custom .btn {
  line-height: 10px !important;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.submit-row-menu-button-custom .btn small {
  display: block !important;
  margin-top: 3px!important;
  font-weight: 600;
}
.submit-row-menu-button-custom a.btn:not(:first-child) {
  padding-top: 9px !important;
}
.submit-row-menu-button-custom a.btn:not(:first-child) .material-icons {
  line-height: 12px !important;
}
.submit-row-menu-button-custom a.btn:first-child .material-icons {
  line-height: 12px !important;
}
.submit-row-menu-button-custom .material-icons {
  padding-bottom: 5px !important;
  font-size: 1.4rem !important;
}
.submit-row-menu-button-custom .deletelink {
  color: #ff8686;
  font-size: 1.2rem;
  font-weight: 500;
}
.submit-row-menu-button-custom .col-btn {
  text-align: right;
}
.submit-row-menu-button-custom .btn-group-lg button {
  margin-right: 2px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.submit-row-menu-button-custom .btn-group-lg button .material-icons {
  font-size: 1.5rem;
}
.submit-row-menu-button-custom .btn-danger {
  margin-top: 10px;
}
.submit-row-menu-button-custom .btn-group-lg .btn:first-child {
  padding-left: 15px;
  padding-right: 15px;
}
.submit-row-menu-button-custom .btn-group-lg .btn:first-child .material-icons {
  font-size: 1.5rem;
  line-height: 1.2rem;
}
.submit-row-menu-button-custom #btn_submit_save {
  font-size: 15px;
  font-weight: 500;
}
.submit-row-menu-button-custom .btn-group-lg .btn:not(:first-child) {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 8px !important;
}
.submit-row-menu-button-custom .dropdown-menu-submit-line li a {
  font-size: 1rem;
  padding: 0.5rem;
}
.submit-row-menu-button-custom .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  margin-right: 2px;
  line-height: 10px;
}
