<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/** DataTables */
.dataTables_length {
  font-size: 0.875em;
  color: #555555 !important;
  margin-bottom: 20px;
      margin-top: 15px;
    margin-left: 10px;
}
.dataTables_length select {
  margin-right: 4px;
}

.dataTables_filter {
  font-size: 0.875em;
  margin-bottom: 20px;
  color: #555555 !important;
  
      margin-top: 15px;
    margin-right: 10px;
}

.dataTable {
  font-size: 0.875em !important;
  border-bottom:solid 1px #8c8c8c!important;
}

.dataTables_wrapper {
  width: calc(100% - 2px) !important;
  margin-top: 1.5rem;
  border:solid 1px #8c8c8c;
  border-radius:4px;
}

.dataTables_info {
  font-size: 0.875em;
  margin-top: 10px;
  margin-left:10px;
  color: #555555 !important;
}

.dataTables_paginate {
  font-size: 0.875em;
  margin-top: 15px;
  color: #555555 !important;
  margin-right:10px;
  margin-bottom:20px;
}
.dataTables_paginate .paginate_button {
  border-radius: 4px !important;
}
.dataTables_paginate .paginate_button.disabled {
  background-color: #F3F3F3 !important;
  border: 1px solid #dfdfdf !important;
  color: #CCCCCC !important;
}
.dataTables_paginate .paginate_button.disabled:hover {
  cursor: normal !important;
}
.dataTables_paginate .paginate_button:not(.disabled):hover {
  background: #7a98a7  !important;
  color: #F3F3F3 !important;
  border: 1px solid #7a98a7   !important;
}
.dataTables_paginate .paginate_button.current {
  background: #1b5876  !important;
  color: #F3F3F3 !important;
  border: 1px solid #1b5876  !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #F3F3F3 !important;
}

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 10px;
}

table.dataTable.dtr-inline.collapsed.compact &gt; tbody &gt; tr &gt; td:first-child:before, table.dataTable.dtr-inline.collapsed.compact &gt; tbody &gt; tr &gt; th:first-child:before {
  top: 10px;
}

table.dataTable.dtr-inline.collapsed.compact &gt; tbody &gt; tr &gt; td:first-child, table.dataTable.dtr-inline.collapsed.compact &gt; tbody &gt; tr &gt; th:first-child {
  padding-left: 30px;
}

table.dataTable &gt; tbody &gt; tr.child ul.dtr-details {
  width: 100%;
}

table.dataTable tbody th, table.dataTable tbody td {
   padding: 4px 10px;
}

table.dataTable thead th, table.dataTable tfoot th {
  text-align: left;border-bottom: 1px solid #8c8c8c;
}

.dataTables_length select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.875em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-width: 66px !important;
  color: #000000;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #cccccc;
  resize: none;
  outline: none;
  background-image: url("../images/selectarrow.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: auto 20%;
  margin-right: 10px;
}

.dataTables_wrapper .dataTables_filter input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.875em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000000;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #cccccc;
  resize: none;
  outline: none;
  margin-left: 10px;
}
.dataTables_wrapper .dataTables_filter input[type=search]{
	    background: #ffffff url(../img/ico-busca.png) no-repeat left;
    background-position-x: 6px;
    padding-left: 27px;
}

/** Select2 */
.select2-container--default .select2-selection--single {
  border: none;
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal !important;
  outline: none;
}

.select2-container .select2-selection--single {
  height: auto;
  background: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container--open .select2-dropdown--below {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #CCCCCC;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px;
  font-size: 0.875em;
  outline: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F4645F;
  font-size: 0.875em;
}

.select2-results__option[aria-selected] {
  font-size: 0.875em;
}

.select2-results__option {
  font-size: 0.875em;
}

/** Components */
.content,
.container {
  display: block;
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}

.content {
  padding: 60px 0;
}

.ajax_load {
  z-index: 8;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.ajax_load .ajax_load_box {
  font-weight: 700;
  margin: auto;
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.ajax_load .ajax_load_box_title {
  margin-top: 15px;
  font-weight: 600;
}
.ajax_load .ajax_load_box_circle {
  border-top: 16px solid #F4645F !important;
  border: 16px solid #e3e3e3;
  border-radius: 50%;
  margin: auto;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 1.2s linear infinite;
  -o-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ajax_response {
  z-index: 6;
  position: fixed;
  padding: 20px 20px 0 0;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 100%;
}
.ajax_response .message {
  background: #333333;
  font-size: 0.8em;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 15px 20px 15px;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.ajax_response .message:before {
  flex-basis: 0%;
  margin: -5px 15px 0 0 !important;
  font-size: 2.4em;
  color: rgba(0, 0, 0, 0.5);
}
.ajax_response .message.success {
  background: #36BA9B;
}
.ajax_response .message.info {
  background: #39AED9;
}
.ajax_response .message.warning {
  background: #F5B946;
}
.ajax_response .message.error {
  background: #D94352;
}
.ajax_response .message_time {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4%;
  height: 5px;
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 30em) {
  .ajax_response {
    width: 100%;
    padding: 20px 20px 0 20px;
  }
}
.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-inblock {
  display: inline-block;
}

.d-inline {
  display: inline;
}

.d-none {
  display: none;
}

h1, .h1 {
  font-size: 2em;
  margin-bottom: 4px;
}

h2, .h2 {
  font-size: 1.5em;
  margin-bottom: 4px;
}

h3, .h3 {
  font-size: 1.17em;
  margin-bottom: 4px;
}

h4, .h4 {
  font-size: 1em;
  margin-bottom: 4px;
}

h5, .h5 {
  font-size: 0.83em;
  margin-bottom: 4px;
}

h6, .h6 {
  font-size: 0.75em;
  margin-bottom: 4px;
}

p {
  margin-bottom: 20px;
}
p:last-of-type {
  margin-bottom: 0px;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.my-0 {
  margin: 0rem 0 !important;
}

.mx-0 {
  margin: 0 0rem !important;
}

.m-0 {
  margin: 0rem !important;
}

.mt-1 {
  margin-top: 0.75rem !important;
}

.mr-1 {
  margin-right: 0.75rem !important;
}

.mb-1 {
  margin-bottom: 0.75rem !important;
}

.ml-1 {
  margin-left: 0.75rem !important;
}

.my-1 {
  margin: 0.75rem 0 !important;
}

.mx-1 {
  margin: 0 0.75rem !important;
}

.m-1 {
  margin: 0.75rem !important;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2 {
  margin-left: 1.5rem !important;
}

.my-2 {
  margin: 1.5rem 0 !important;
}

.mx-2 {
  margin: 0 1.5rem !important;
}

.m-2 {
  margin: 1.5rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.my-3 {
  margin: 3rem 0 !important;
}

.mx-3 {
  margin: 0 3rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.mt-4 {
  margin-top: 4.5rem !important;
}

.mr-4 {
  margin-right: 4.5rem !important;
}

.mb-4 {
  margin-bottom: 4.5rem !important;
}

.ml-4 {
  margin-left: 4.5rem !important;
}

.my-4 {
  margin: 4.5rem 0 !important;
}

.mx-4 {
  margin: 0 4.5rem !important;
}

.m-4 {
  margin: 4.5rem !important;
}

.mt-5 {
  margin-top: 9rem !important;
}

.mr-5 {
  margin-right: 9rem !important;
}

.mb-5 {
  margin-bottom: 9rem !important;
}

.ml-5 {
  margin-left: 9rem !important;
}

.my-5 {
  margin: 9rem 0 !important;
}

.mx-5 {
  margin: 0 9rem !important;
}

.m-5 {
  margin: 9rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.pt-0 {
  padding-top: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.py-0 {
  margin: 0rem 0;
}

.px-0 {
  padding: 0 0rem;
}

.p-0 {
  padding: 0rem;
}

.pt-1 {
  padding-top: 0.75rem;
}

.pr-1 {
  padding-right: 0.75rem;
}

.pb-1 {
  padding-bottom: 0.75rem;
}

.pl-1 {
  padding-left: 0.75rem;
}

.py-1 {
  margin: 0.75rem 0;
}

.px-1 {
  padding: 0 0.75rem;
}

.p-1 {
  padding: 0.75rem;
}

.pt-2 {
  padding-top: 1.5rem;
}

.pr-2 {
  padding-right: 1.5rem;
}

.pb-2 {
  padding-bottom: 1.5rem;
}

.pl-2 {
  padding-left: 1.5rem;
}

.py-2 {
  margin: 1.5rem 0;
}

.px-2 {
  padding: 0 1.5rem;
}

.p-2 {
  padding: 1.5rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pl-3 {
  padding-left: 3rem;
}

.py-3 {
  margin: 3rem 0;
}

.px-3 {
  padding: 0 3rem;
}

.p-3 {
  padding: 3rem;
}

.pt-4 {
  padding-top: 4.5rem;
}

.pr-4 {
  padding-right: 4.5rem;
}

.pb-4 {
  padding-bottom: 4.5rem;
}

.pl-4 {
  padding-left: 4.5rem;
}

.py-4 {
  margin: 4.5rem 0;
}

.px-4 {
  padding: 0 4.5rem;
}

.p-4 {
  padding: 4.5rem;
}

.pt-5 {
  padding-top: 9rem;
}

.pr-5 {
  padding-right: 9rem;
}

.pb-5 {
  padding-bottom: 9rem;
}

.pl-5 {
  padding-left: 9rem;
}

.py-5 {
  margin: 9rem 0;
}

.px-5 {
  padding: 0 9rem;
}

.p-5 {
  padding: 9rem;
}

.pt-auto {
  padding-top: auto;
}

.pr-auto {
  padding-right: auto;
}

.pb-auto {
  padding-bottom: auto;
}

.pl-auto {
  padding-left: auto;
}

.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

.px-auto {
  padding-left: auto;
  padding-right: auto;
}

.text-green {
  color: #36BA9B !important;
}

a.text-green {
  color: #36BA9B !important;
}
a.text-green:hover {
  color: #2d9a81 !important;
}

.text-blue {
  color: #39AED9 !important;
}

a.text-blue {
  color: #39AED9 !important;
}
a.text-blue:hover {
  color: #2699c4 !important;
}

.text-yellow {
  color: #F5B946 !important;
}

a.text-yellow {
  color: #F5B946 !important;
}
a.text-yellow:hover {
  color: #f3aa1f !important;
}

.text-red {
  color: #D94352 !important;
}

a.text-red {
  color: #D94352 !important;
}
a.text-red:hover {
  color: #ca2939 !important;
}

.text-orange {
  color: #F4645F !important;
}

a.text-orange {
  color: #F4645F !important;
}
a.text-orange:hover {
  color: #f13f39 !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-bold {
  font-weight: 700;
}

.text-strike {
  text-decoration: line-through;
}

.gradient {
  background-size: 200% auto;
  transition-duration: 0.5s;
}
.gradient:hover {
  background-position: right center;
}

.gradient-green {
  background-image: linear-gradient(to right, #36BA9B 0%, #2d9a81 50%, #36BA9B 100%);
}

.gradient-blue {
  background-image: linear-gradient(to right, #39AED9 0%, #2699c4 50%, #39AED9 100%);
}

.gradient-yellow {
  background-image: linear-gradient(to right, #F5B946 0%, #f3aa1f 50%, #F5B946 100%);
}

.gradient-red {
  background-image: linear-gradient(to right, #D94352 0%, #ca2939 50%, #D94352 100%);
}

.gradient-orange {
  background-image: linear-gradient(to right, #F4645F 0%, #f13f39 50%, #F4645F 100%);
}

.btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 12px;
  background: #555555;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 0.875em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  transition-duration: 0.3s;
  margin: 2px;
  outline: none;
}
.btn:hover {
  background-color: #414141;
}

.btn-small {
  padding: 2px 4px;
}

.btn-large {
  padding: 10px 20px;
}

.btn-large-ext {
  padding: 20px 40px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-green {
  background-color: #36BA9B;
  color: #ffffff;
}
.btn-green:hover {
  background-color: #2d9a81;
}
.btn-green:disabled {
  background-color: #7dd9c4;
  cursor: not-allowed;
}

.btn-blue {
  background-color: #39AED9;
  color: #ffffff;
}
.btn-blue:hover {
  background-color: #2699c4;
}
.btn-blue:disabled {
  background-color: #8fd1e9;
  cursor: not-allowed;
}

.btn-yellow {
  background-color: #F5B946;
  color: #ffffff;
}
.btn-yellow:hover {
  background-color: #f3aa1f;
}
.btn-yellow:disabled {
  background-color: #fadea7;
  cursor: not-allowed;
}

.btn-red {
  background-color: #D94352;
  color: #ffffff;
}
.btn-red:hover {
  background-color: #ca2939;
}
.btn-red:disabled {
  background-color: #ea98a0;
  cursor: not-allowed;
}

.btn-orange {
  background-color: #F4645F;
  color: #ffffff;
}
.btn-orange:hover {
  background-color: #f13f39;
}
.btn-orange:disabled {
  background-color: #fbc0be;
  cursor: not-allowed;
}

.bg-green {
  background-color: #36BA9B;
}

.bg-blue {
  background-color: #39AED9;
}

.bg-yellow {
  background-color: #F5B946;
}

.bg-red {
  background-color: #D94352;
}

.bg-orange {
  background-color: #F4645F;
}

.bg-body {
  background-color: #F3F3F3;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-gray-light {
  background-color: #CCCCCC;
}

.bg-gray-medium {
  background-color: #555555;
}

.bg-gray {
  background-color: #999999;
}

.bg-gray-dark {
  background-color: #333333;
}

.bg-black {
  background-color: #000000;
}

.embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed iframe, .embed object, .embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.transition {
  transition-duration: 0.3s;
}

/*# sourceMappingURL=boot.css.map */





/*mostraFiltro*/
.base-busca {
    margin-bottom: 10px;
}
.mostraFiltro{display:none;}
.base-busca .but.cad{
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}
.base-busca .but.busca,
.base-busca .but.butcad
{
	float:none;
	margin:0;
}
.base-busca .but.busca
{	
	background: #61a763;
    color: #1d1d1d;
}
.base-busca .but.busca:before{
	content:url(../img/filter.png);
	margin-right:5px
}

.base-form.alt{
	width: 100%;
    float: left;
	border: solid 1px #1a42565c;
    border-radius: 4px;
    padding: 13px;
    margin-bottom: 10px;
    background: #98989885;
}
.base-form.alt input,.base-form.alt select
.base-form.alt input{
	border:0
}

.base-form.alt .col2{
	margin-left:0; margin-right: 20px;width: 264px;
}
.base-form.alt .btn{
	margin-top: 30px;
    color: #333;
    background: #f9ac31;
    border: solid 1px #1b5876;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 10px;
    text-shadow: none;
}
.base-form.alt span{
	border-bottom:0;
}
.erromsg li{
	   display: block;
	   background: #d8b4b4;
	   border-radius: 5px;
	   padding: 10px;
	   border: solid 1px #af2a2a;
	   color: #ad2626;
	   font-weight: 600;
	   margin-top:7px;
	   margin-bottom:7px;
	   font-size: .97rem;
	   text-transform:uppercase;
	}
	.erromsg li:before{
		content:url(../img/ico-vazio.png);
		padding-right:8px;
	}
</pre></body></html>