@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
html {
  font-size: 16px; }

.clear {
  clear: both; }

.form-control {
  box-shadow: none; }

.content-table {
  display: table;
  width: 100%;
  height: 100%; }

.v-align {
  display: table-cell;
  width: 100%;
  height: 100%; }

.btn-green {
  color: #82CB24; }
  .btn-green:hover, .btn-green:active, .btn-green:focus {
    color: #82CB24; }

#visualizacao-conteudo .panel {
  margin-bottom: 0; }

#visualizacao-conteudo .panel-body {
  padding: 0; }

.tab-content .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  max-width: none;
  width: 100%;
  position: relative; }

.bootstrap-select .dropdown-menu {
  max-width: 100%;
  min-width: 100% !important; }
  .bootstrap-select .dropdown-menu li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #2EC034; }

div.loading-spinner {
  background-image: url(../img/loading.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 30px; }

.quebra {
  max-width: 15ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.field-validation-error {
  color: #d43f3a;
  font-size: 0.8153rem; }

.tooltip.in {
  opacity: 0.95; }

.tooltip .tooltip-inner {
  background-color: #26aa2b; }

.tooltip .tooltip-arrow {
  border-top-color: #26aa2b !important; }

.list-default {
  padding: 0;
  margin-bottom: 15px; }
  .list-default li {
    margin-bottom: 10px;
    list-style: none; }
    .list-default li:before {
      content: '•';
      font-size: 12px;
      color: #82CB24;
      margin-right: 10px;
      left: 0;
      line-height: 20px; }
  .list-default p {
    margin: 0; }

@media print {
  .no-print {
    display: none !important; } }

.m-0 {
  margin: 0; }

.m-1 {
  margin: 10px; }

.m-2 {
  margin: 20px; }

.m-3 {
  margin: 30px; }

.m-4 {
  margin: 40px; }

.mt-0 {
  margin-top: 0; }

.mt-1 {
  margin-top: 10px; }

.mt-2 {
  margin-top: 20px; }

.mt-3 {
  margin-top: 30px; }

.mt-4 {
  margin-top: 40px; }

.mr-0 {
  margin-right: 0; }

.mr-1 {
  margin-right: 10px; }

.mr-2 {
  margin-right: 20px; }

.mr-3 {
  margin-right: 30px; }

.mr-4 {
  margin-right: 40px; }

.mb-0 {
  margin-bottom: 0; }

.mb-1 {
  margin-bottom: 10px; }

.mb-2 {
  margin-bottom: 20px; }

.mb-3 {
  margin-bottom: 30px; }

.mb-4 {
  margin-bottom: 40px; }

.ml-0 {
  margin-left: 0; }

.ml-1 {
  margin-left: 10px; }

.ml-2 {
  margin-left: 20px; }

.ml-3 {
  margin-left: 30px; }

.ml-4 {
  margin-left: 40px; }

.p-0 {
  padding: 0; }

.p-1 {
  padding: 10px; }

.p-2 {
  padding: 20px; }

.p-3 {
  padding: 30px; }

.p-4 {
  padding: 40px; }

.pt-0 {
  padding-top: 0; }

.pt-1 {
  padding-top: 10px; }

.pt-2 {
  padding-top: 20px; }

.pt-3 {
  padding-top: 30px; }

.pt-4 {
  padding-top: 40px; }

.pr-0 {
  padding-right: 0; }

.pr-1 {
  padding-right: 10px; }

.pr-2 {
  padding-right: 20px; }

.pr-3 {
  padding-right: 30px; }

.pr-4 {
  padding-right: 40px; }

.pb-0 {
  padding-bottom: 0; }

.pb-1 {
  padding-bottom: 10px; }

.pb-2 {
  padding-bottom: 20px; }

.pb-3 {
  padding-bottom: 30px; }

.pb-4 {
  padding-bottom: 40px; }

.pl-0 {
  padding-left: 0; }

.pl-1 {
  padding-left: 10px; }

.pl-2 {
  padding-left: 20px; }

.pl-3 {
  padding-left: 30px; }

.pl-4 {
  padding-left: 40px; }

.text-bold {
  font-weight: 600; }

body.modal-open {
  padding-right: 0px; }

.form-control {
  box-shadow: none; }

.content-table {
  display: table;
  width: 100%;
  height: 100%; }

.v-align {
  display: table-cell;
  width: 100%;
  height: 100%; }

.panel-group .panel {
  border-radius: 0;
  background: #CDCDCD;
  border: none; }

.panel .panel-heading h2 {
  font-size: 1rem;
  margin: 0;
  font-weight: 600; }

.panel-default {
  border-radius: 0; }
  .panel-default .panel-heading {
    border-radius: 0;
    border-bottom: solid 3px #2EC034;
    font-size: 1rem;
    font-weight: 600;
    background: #efefef; }
  .panel-default panel-body {
    border-radius: 0; }

.nav-tabs {
  border-bottom: 4px solid #2EC034; }
  .nav-tabs li {
    margin-bottom: 0; }
    .nav-tabs li a {
      margin-right: 1px;
      text-transform: uppercase;
      border-radius: 0;
      color: #000;
      background: #EDEEF0;
      transition: 0.3s; }
      .nav-tabs li a:hover {
        background: #d1d4d9; }
    .nav-tabs li.active a {
      color: #fff;
      background: #2EC034; }
      .nav-tabs li.active a:hover {
        color: #fff;
        background: #2EC034;
        cursor: default; }

.tab-content {
  padding: 20px;
  border: 1px solid #EDEEF0; }

.bootstrap-select .dropdown-toggle {
  background: #fff;
  color: #9A9A9A;
  border-color: none;
  min-height: 34px; }
  .bootstrap-select .dropdown-toggle .filter-option {
    border-radius: 4px 0 0 4px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    width: calc(100% - 40px); }

.bootstrap-select .bs-caret {
  background: #ffde00;
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 4px 4px 0; }
  .bootstrap-select .bs-caret .caret {
    color: #000;
    right: 15px !important; }

.bootstrap-select .btn {
  border-radius: 4px;
  font-weight: normal; }

.bootstrap-select .select-loading::after {
  content: ' ';
  background-image: url(../img/select-loading.svg);
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 35px;
  padding: 1px 18px;
  background-size: 64%; }

.bootstrap-select.large-bootstrap-select .dropdown-menu {
  width: 100%; }
  .bootstrap-select.large-bootstrap-select .dropdown-menu li {
    border-bottom: solid 1px #efefef; }
    .bootstrap-select.large-bootstrap-select .dropdown-menu lili:first-child, .bootstrap-select.large-bootstrap-select .dropdown-menu lilicon:last-child {
      border-bottom: none; }
    .bootstrap-select.large-bootstrap-select .dropdown-menu li a span.text {
      word-wrap: break-word;
      white-space: normal;
      padding: 5px 0;
      font-size: 0.8rem; }

.bootstrap-select.btn-xs {
  height: 25px;
  padding: 0; }
  .bootstrap-select.btn-xs .dropdown-toggle {
    height: 25px; }
    .bootstrap-select.btn-xs .dropdown-toggle .filter-option {
      height: 25px;
      width: calc(100% - 25px);
      padding: 5px 7px;
      font-size: 0.7153rem;
      line-height: 0.9rem; }
  .bootstrap-select.btn-xs .bs-caret {
    height: 25px;
    width: 25px; }
    .bootstrap-select.btn-xs .bs-caret .caret {
      right: 9px !important; }

.btn {
  border-radius: 0; }

.btn-default:not(.dropdown-toggle) {
  border-radius: 0;
  color: #fff;
  padding: 5px 10px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 14px;
  background-color: #2EC034;
  border: solid 1px #2EC034;
  text-transform: uppercase; }
  .btn-default:not(.dropdown-toggle) .fa {
    color: #f7f7f7; }
  .btn-default:not(.dropdown-toggle):hover, .btn-default:not(.dropdown-toggle):focus {
    background-color: #26aa2b;
    border: solid 1px #26aa2b;
    color: #fff; }
  .btn-default:not(.dropdown-toggle):visited, .btn-default:not(.dropdown-toggle):active {
    background-color: #26aa2b;
    border: solid 1px #26aa2b;
    color: #fff; }

.btn-back:before {
  font-family: "FontAwesome";
  content: "\f0a8";
  margin-right: 5px;
  color: #FFA800; }

.btn-primary, .swal2-confirm {
  border-radius: 0;
  color: #000;
  padding: 5px 10px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  background-color: #FFDE00 !important;
  border: solid 1px #FFDE00 !important;
  text-transform: uppercase; }
  .btn-primary .fa, .swal2-confirm .fa {
    color: #FFA800; }
  .btn-primary:hover, .btn-primary:focus, .swal2-confirm:hover, .swal2-confirm:focus {
    background-color: #ffd300;
    border: solid 1px #ffd300;
    color: #000;
    box-shadow: none; }
  .btn-primary:visited, .btn-primary:active, .swal2-confirm:visited, .swal2-confirm:active {
    background-color: #FFDE00;
    border: solid 1px #FFDE00;
    color: #000; }
  .btn-primary.active, .swal2-confirm.active {
    background-color: #ffd300;
    border: solid 1px #ffd300;
    color: #000; }
  .btn-primary.disabled, .swal2-confirm.disabled {
    background-color: #FFDE00;
    border: solid 1px #FFDE00;
    color: #000; }
    .btn-primary.disabled:hover, .btn-primary.disabled:focus, .swal2-confirm.disabled:hover, .swal2-confirm.disabled:focus {
      background-color: #ffd300;
      border: solid 1px #ffd300;
      color: #000; }

.btn-success {
  border-radius: 0;
  color: #FFF;
  padding: 5px 10px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 14px;
  background-color: #2EC034;
  border: solid 1px #2EC034;
  text-transform: uppercase; }
  .btn-success .fa {
    color: #FFA800; }
  .btn-success:hover, .btn-success:focus {
    background-color: #82CB24;
    border: solid 1px #82CB24;
    color: #fff; }
  .btn-success:visited, .btn-success:active {
    background-color: #2EC034;
    border: solid 1px #2EC034;
    color: #fff; }
  .btn-success.active {
    background-color: #26aa2b;
    border: solid 1px #26aa2b;
    color: #fff; }

.btn-danger {
  border-radius: 0;
  color: #fff;
  padding: 5px 10px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 14px;
  background-color: #d43f3a;
  border: solid 1px #d43f3a;
  text-transform: uppercase; }
  .btn-danger .fa {
    color: #fff; }
  .btn-danger:hover, .btn-danger:focus {
    background-color: #d9534f;
    border: solid 1px #d9534f;
    color: #fff; }
  .btn-danger:visited, .btn-danger:active {
    background-color: #d43f3a;
    border: solid 1px #d43f3a;
    color: #fff; }

.btn-xs {
  font-size: 0.625rem;
  padding: 3px 5px; }

.btn-right {
  float: right;
  margin-left: 10px; }

.btn-left {
  float: left;
  margin-right: 10px; }

.input-group .form-control:first-child {
  border-right: none; }
  .input-group .form-control:first-child:focus {
    border: solid 1px #CDCDCD;
    border-right: none;
    box-shadow: none; }

.input-group .input-group-btn .btn {
  border-radius: 0 4px 4px 0;
  height: 34px;
  border-left: none; }
  .input-group .input-group-btn .btn:hover, .input-group .input-group-btn .btn:focus {
    border-left: none !important; }

.input-group .input-group-addon {
  border-left: solid 1px #CDCDCD; }

.badge small {
  font-size: 100%; }

.badge.badge-warning {
  background: #F1AE57; }

.badge.badge-success {
  background: #5DB456; }

.badge.badge-danger {
  background: #D4534E !important; }

.badge.badge-white {
  background: #FFF !important;
  color: #d9534f; }

.alert {
  padding: 10px 10px; }
  .alert.alert-info {
    color: #fff;
    background-color: #2ec03e;
    border-color: #2ec03e;
    margin-bottom: 10px; }
  .alert.alert-danger {
    background-color: #d9534f;
    border: solid 1px #d43f3a;
    color: #fff; }
  .alert.alert-warning {
    background-color: #FFDE00;
    border: solid 1px #FFDE00;
    color: #986800; }

.bs-callout {
  padding: 10px; }

.bs-callout h4 {
  margin-bottom: 0px;
  font-weight: 700 !important; }

.bs-callout-success {
  border-left-color: #069D4C;
  background-color: #ECFAF3; }

.bs-callout-success h4 {
  color: #069D4C; }

.bs-callout-primary {
  border-left-color: #069D4C;
  background-color: #f7f7f7; }

.bs-callout-primary h4 {
  color: #069D4C; }

.bs-callout-default {
  border-left-color: #9A9A9A;
  background-color: #f9f9f9; }

/* CONFIGURAÇÃO DE TABELAS */
.table thead {
  background: #2EC034 !important;
  color: #fff; }
  .table thead th {
    border-right: 1px solid #fff; }

.table tbody td {
  font-size: 0.875rem;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  background: #EDEEF0; }

.tb-col-1 {
  width: 8.33333333%; }

.tb-col-2 {
  width: 16.66666667%; }

.tb-col-3 {
  width: 25%; }

.tb-col-4 {
  width: 33.33333333%; }

.tb-col-5 {
  width: 41.66666667%; }

.tb-col-6 {
  width: 50%; }

.tb-col-7 {
  width: 58.33333333%; }

.tb-col-8 {
  width: 66.66666667%; }

.tb-col-9 {
  width: 75%; }

.tb-col-10 {
  width: 83.33333333%; }

.tb-col-11 {
  width: 91.66666667%; }

.tb-col-12 {
  width: 100%; }

.bootstrap-table .fixed-table-toolbar .columns-right {
  margin-left: 5px; }
  .bootstrap-table .fixed-table-toolbar .columns-right .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px  !important; }

html {
  font-size: 16px; }

.clear {
  clear: both; }

.form-control {
  box-shadow: none; }

.content-table {
  display: table;
  width: 100%;
  height: 100%; }

.v-align {
  display: table-cell;
  width: 100%;
  height: 100%; }

.btn-green {
  color: #82CB24; }
  .btn-green:hover, .btn-green:active, .btn-green:focus {
    color: #82CB24; }

#visualizacao-conteudo .panel {
  margin-bottom: 0; }

#visualizacao-conteudo .panel-body {
  padding: 0; }

.tab-content .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  max-width: none;
  width: 100%;
  position: relative; }

.bootstrap-select .dropdown-menu {
  max-width: 100%;
  min-width: 100% !important; }
  .bootstrap-select .dropdown-menu li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #2EC034; }

div.loading-spinner {
  background-image: url(../img/loading.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 30px; }

.quebra {
  max-width: 15ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.field-validation-error {
  color: #d43f3a;
  font-size: 0.8153rem; }

.tooltip.in {
  opacity: 0.95; }

.tooltip .tooltip-inner {
  background-color: #26aa2b; }

.tooltip .tooltip-arrow {
  border-top-color: #26aa2b !important; }

.list-default {
  padding: 0;
  margin-bottom: 15px; }
  .list-default li {
    margin-bottom: 10px;
    list-style: none; }
    .list-default li:before {
      content: '•';
      font-size: 12px;
      color: #82CB24;
      margin-right: 10px;
      left: 0;
      line-height: 20px; }
  .list-default p {
    margin: 0; }

@media print {
  .no-print {
    display: none !important; } }

body {
  font-family: "Lato", sans-serif;
  background: url(../img/bg_login.jpg) no-repeat top center;
  background-size: 140%;
  overflow: auto; }

.panel-default > .panel-heading,
.panel-footer {
  color: #68796F !important;
  border-color: #E4E4E4 !important; }

.panel {
  -webkit-box-shadow: 2px 1px 6px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 2px 1px 6px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 2px 1px 6px 0px rgba(0, 0, 0, 0.29);
  margin-bottom: 30px; }

.btn-default {
  background-color: #E2E2E2;
  background-repeat: repeat-x;
  background-size: contain;
  color: #767676; }

.btn-link {
  color: #68796f; }

.esqueceu-senha {
  margin-left: -15px;
  margin-top: 12px;
  font-size: 12px; }

.panel-default > .panel-heading, .panel-footer {
  background-image: none;
  background-color: #EFEFEF;
  background-repeat: repeat-x;
  background-size: contain;
  color: #767676;
  padding: 12px 15px;
  border-color: #EFEFEF; }

.panel-title {
  font-weight: 700;
  font-size: 13pt; }

.panel-footer {
  height: 40px;
  padding: 10px;
  background-color: #FFF; }

.btn-primary,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover {
  background-image: none;
  background-color: #68796F;
  background-repeat: repeat-x;
  background-size: contain;
  color: #FFF;
  border-color: #68796F; }

/* LOGIN */
div.login {
  margin-top: 25%;
  z-index: 10; }

.login .control-label {
  padding-right: 0px; }

.filtro-bg {
  background: url("../img/filtro_bg.png") repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: none; }

.field-validation-error {
  color: #C52121;
  font-size: 11px;
  font-weight: 700;
  text-align: right; }

/* News Styles */
.panel.panel-default {
  border: 0; }

.panel-heading.panel-heading {
  background: #82cb24;
  padding: 0 0 0 15px;
  height: 45px;
  display: block;
  margin: 0;
  position: relative; }

.panel-heading.panel-heading h2 {
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 45px;
  margin: 0;
  display: inline-block;
  overflow: hidden; }

.panel-heading.panel-heading h2 i {
  color: #fd0;
  padding: 0 5px 0 0; }

.form-group.mr0 {
  margin-bottom: 0; }

.esqueceu-senha {
  margin: 0;
  padding: 0;
  color: #9a9a9a; }

#entrar {
  background: #ffde00;
  color: #333;
  font-size: 14px;
  padding: 0 12px;
  height: initial;
  line-height: 25px;
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
  float: right; }

.input-group-addon.color-addon {
  color: #fff;
  font-weight: bold;
  background-color: #82cb24; }
  .input-group-addon.color-addon i.fa {
    color: #ffde00; }

.sms-validacao {
  letter-spacing: 10px;
  font-size: 25px;
  width: 185px; }

.confirmar-dado {
  display: none; }
  .confirmar-dado .confirmar-dado-opcao label {
    color: #9A9A9A;
    font-family: "Lato", sans-serif;
    font-weight: 900; }
  .confirmar-dado .confirmar-dado-opcao .form-control {
    padding: 0 10px;
    background: #f7f7f7; }

.redefinicao-senha {
  font-size: 20px; }

h1.titulo,
h2.titulo {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #9A9A9A;
  padding-left: 20px; }

@media (min-width: 768px) {
  h1.titulo {
    font-size: 2.5em; } }

h1.titulo:before,
h2.titulo:before {
  content: '';
  height: 0.8em;
  width: 5px;
  margin-left: -18px;
  margin-top: 0.17em;
  background: #82CB24;
  position: absolute; }

h1.titulo > span,
h2.titulo > span {
  font-weight: 400;
  color: #82CB24; }

h4.titulo {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  color: #82CB24;
  margin-top: 37px; }

/* MEDIA QUERY */
@media (min-width: 320px) {
  body {
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    background: url(../img/bg_login_mobile_480.jpg) no-repeat top center;
    -webkit-background-size: 120%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 120%;
    background-color: #466949; }
  div.login {
    margin-top: 25%;
    z-index: 10; } }

@media (min-width: 480px) {
  body {
    height: 100%;
    background: url(../img/bg_login.jpg) no-repeat top center;
    -webkit-background-size: 140%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 140%;
    background-color: #466949; }
  div.login {
    margin-top: 2%;
    z-index: 10; } }

@media (min-width: 600px) {
  body {
    height: 100%;
    background: url(../img/bg_login_mobile_480.jpg) no-repeat top center;
    -webkit-background-size: 120%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 120%;
    background-color: #466949; }
  div.login {
    margin-top: 50%;
    z-index: 10; } }

@media (min-width: 768px) {
  body {
    height: 100%;
    background: url(../img/bg_login_mobile_480.jpg) no-repeat top center;
    -webkit-background-size: 120%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
    background-color: #466949; }
  div.login {
    margin-top: 40%;
    z-index: 10; } }

@media (min-width: 1024px) {
  body {
    height: 100%;
    background: url(../img/bg_login.jpg) no-repeat top center;
    -webkit-background-size: 160%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 160%;
    background-color: #466949; }
  div.login {
    margin-top: 25%;
    z-index: 10; } }

