@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
body {
  font-family: "Karla", sans-serif;
  background-color: #eee;
}
body #preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #003a05;
}
body #preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}
body .sk-spinner-wave.sk-spinner {
  margin: -15px 0 0 -25px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
body .sk-spinner-wave div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
body .sk-spinner-wave .sk-rect2 {
  animation-delay: -1.1s;
}
body .sk-spinner-wave .sk-rect3 {
  animation-delay: -1s;
}
body .sk-spinner-wave .sk-rect4 {
  animation-delay: -0.9s;
}
body .sk-spinner-wave .sk-rect5 {
  animation-delay: -0.8s;
}

.external {
  margin-top: auto;
}

.main-content {
  padding: 20px 20px 0px 20px;
  float: left;
  width: 100%;
}
.main-content .table > thead > tr > th {
  background: #f1f5f9;
  color: #000;
  font-size: 14px;
  border-color: #e5e5e5;
  border-width: 1px;
}
.main-content .table > thead > tr > th a {
  color: #000;
}
.main-content td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-color: #e5e5e5;
  border-width: 1px;
  font-size: 14px;
}
.main-content td:last-child {
  text-align: center;
}
.main-content td:last-child a {
  color: #003a05;
  margin-right: 20px;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .main-content td:last-child a {
    margin: 0px;
  }
}
.main-content td:last-child a:hover {
  color: #003a05;
}
.main-content td:last-child a:last-child {
  margin-right: 0px;
}
.main-content .detail-view th {
  font-size: 14px;
}
.main-content .detail-view td {
  border: 0px;
  border-bottom: 1px solid #dee2e6;
  padding: 0.75rem;
}
.main-content .panel {
  float: left;
  width: 100%;
  border-radius: 0px;
  border: 0px;
  border-top: 2px solid #e5e5e5;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.main-content .panel.panel-default {
  border-top-color: #f5f5f5;
  border-top-width: 1px;
}
.main-content .panel .panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #f5f5f5;
  border-color: #e5e5e5;
  width: 100%;
  float: left;
  padding: 15px;
}
.main-content .panel .panel-heading .panel-title {
  margin-left: 7px;
  float: left;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: block;
  color: #1b1e24;
  padding-top: 5px;
}
.main-content .panel .panel-heading .btnsActions {
  float: right;
}
.main-content .panel .panel-heading .btnsActions a {
  font-size: 14px;
}
.main-content .panel .panel-body {
  padding: 15px;
  padding-top: 20px;
  background: #fff;
  float: left;
  width: 100%;
}
.main-content .panel .panel-body .hint-block {
  color: #333;
  font-size: 13px;
  font-weight: 500;
}
.main-content .panel .panel-body .img-small {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.main-content .panel .panel-body .img-list-small {
  width: 50px;
  height: 50px;
}
.main-content .panel .panel-body .summary {
  margin-bottom: 10px;
  font-size: 14px;
}
.main-content .panel .panel-body a {
  color: #003a05;
  transition: 0.3s;
}
.main-content .panel .panel-body a:hover {
  color: #003a05;
}
.main-content .panel .panel-body .help-block {
  font-size: 12px;
  color: red;
  padding-top: 5px;
}
.main-content .panel .panel-body .control-label {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}
.main-content .panel .panel-body .has-error .control-label {
  color: red;
}
.main-content .panel .panel-body .has-error .form-control {
  border-color: red;
}

.footer {
  width: 100%;
  background: #003a05;
}
.footer p {
  margin-bottom: 0px;
  text-align: center;
  color: white;
  display: block;
  font-size: 14px;
}

.site-login {
  margin-top: auto;
}
.site-login .brand-wrapper {
  margin-bottom: 19px;
  text-align: center;
  font-weight: 600;
}
.site-login .brand-wrapper .logo {
  height: 151px;
  max-width: 250px;
  display: block;
  margin: 0px auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-login .login-card {
  border: 0;
  border-radius: 27.5px;
  box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
  overflow: hidden;
}
.site-login .login-card-img {
  border-radius: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-login .login-card .card-body {
  padding: 85px 60px 60px;
}
@media (max-width: 422px) {
  .site-login .login-card .card-body {
    padding: 35px 24px;
  }
}
.site-login .login-card-description {
  font-size: 25px;
  color: #000;
  margin-bottom: 23px;
  text-align: center;
  font-weight: 600;
}
.site-login .login-card form {
  max-width: 100%;
}
.site-login .login-card .form-control {
  border: 1px solid #d5dae2;
  padding: 15px;
  min-height: 45px;
  font-size: 16px;
  line-height: 15;
  font-weight: normal;
}
.site-login .login-card .form-control::-moz-placeholder {
  color: #919aa3;
}
.site-login .login-card .form-control::placeholder {
  color: #919aa3;
}
.site-login .login-card .login-btn {
  padding: 13px 20px 12px;
  background-color: #003a05;
  border-radius: 4px;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  margin-bottom: 24px;
}
.site-login .login-card .login-btn:hover {
  background-color: #003a05;
  color: #fff;
}
.site-login .login-card .login2-btn {
  padding: 13px 20px 12px;
  background-color: #28a745;
  border-radius: 4px;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  margin-bottom: 24px;
}
.site-login .login-card .login2-btn:hover {
  background-color: #1c702f;
  color: #fff;
}
.site-login .login-card .forgot-password-link {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-bottom: 12px;
}
.site-login .login-card-footer-text {
  font-size: 16px;
  color: #0d2366;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .site-login .login-card-footer-text {
    margin-bottom: 24px;
  }
}
.site-login .login-card-footer-nav a {
  font-size: 14px;
  color: #919aa3;
}
.site-login .footer-link {
  position: absolute;
  bottom: 1rem;
  text-align: center;
  width: 100%;
}
.site-login .invalid-feedback {
  margin-top: 15px;
  margin-bottom: 0px;
}
.site-login #login-form .row {
  margin-left: initial !important;
  margin-right: initial !important;
}
.site-login #login-form .form-group.field-loginform-email .invalid-feedback {
  display: none !important;
}

#sidebar {
  position: fixed;
  height: 100% !important;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 11;
  width: 260px;
  overflow: auto;
  transition: all 0.3s;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
}
#sidebar a {
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  #sidebar.active {
    left: -260px;
    height: 100% !important;
    position: absolute !important;
    overflow: visible !important;
    top: 0;
    z-index: 666;
    float: left !important;
    bottom: 0 !important;
  }
  #content {
    width: calc(100% - 260px);
    position: relative;
    float: right;
    transition: all 0.3s;
  }
  #content.active {
    width: 100%;
  }
}
@media (max-width: 992px) {
  #sidebar {
    left: 0px;
    width: 0px;
  }
  #sidebar.active {
    width: 260px;
  }
  .footer {
    padding-left: 0px !important;
  }
}
#sidebar::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
  background-color: #eee;
  display: none;
}

#sidebar::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 10px;
  background-color: #333;
  display: none;
}

#sidebar:hover::-webkit-scrollbar-thumb {
  display: block;
}

#sidebar:hover::-webkit-scrollbar {
  display: block;
}

#sidebar .sidebar-header {
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

#sidebar .sidebar-user {
  color: #fff;
  width: 100%;
  padding: 15px 10px;
  position: relative;
  background: #003a05;
  margin-bottom: -2px;
}
#sidebar .sidebar-user h4 {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: block;
  margin-bottom: 0px;
}

.sidebar-header img {
  display: block;
  margin: 0px auto;
  width: 140px;
}

.sidebar-header h4 {
  color: #003a05;
  font-weight: 600;
}

.sidebar-header h3 img {
  width: 45px;
  margin-right: 10px;
}

#sidebar ul li {
  padding: 2px 0px;
}

#sidebar ul li.active > a {
  color: #603f02;
  background-color: #f7f7f7;
}

#sidebar ul li.active > a i {
  color: #003a05;
}

#sidebar ul li a:hover {
  color: #603f02;
  background-color: #f7f7f7;
}

.dropdown-toggle::after {
  position: absolute;
  right: 22px;
  top: 22px;
  color: #777777;
}

#sidebar ul li.dropdown {
  position: sticky;
}

#sidebar ul.component {
  padding: 20px 0px;
}

#sidebar ul li a {
  padding: 5px 10px 5px 20px;
  line-height: 30px;
  font-size: 15px;
  position: relative;
  font-weight: 400;
  display: block;
  color: #777777;
}

.select2-selection {
  min-height: 38px !important;
}

.select2-selection__rendered {
  margin-top: 5px;
}

.select2-selection__arrow {
  top: 6px !important;
}

.select2-results__option {
  cursor: pointer !important;
}

.btn {
  color: #fff !important;
}

#sidebar ul li a i {
  position: relative;
  margin-right: 10px;
  top: 6px;
}

#content {
  position: relative;
  transition: all 0.5s;
  background-attachment: #f9fafc;
}
#content .x-navigation {
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
  list-style: none;
  display: block;
  background: #003a05;
  height: 50px;
}
#content .x-navigation li {
  width: auto;
  position: relative;
  float: left;
}
#content .x-navigation li.pull-right {
  float: right;
}
#content .x-navigation li a {
  padding: 15px 10px;
  text-align: center;
  width: 50px;
  border-bottom: 0px;
  line-height: 20px;
  color: #ffffff;
  text-shadow: none;
  display: block;
}
#content .x-navigation li a span {
  font-size: 21px !important;
}
#content .breadcrumb {
  float: left;
  width: 100%;
  background: #e8e8e8;
  margin-bottom: 10px;
  padding: 6px 20px 7px;
  border-radius: 0px;
}
#content .breadcrumb li {
  font-size: 13px;
  line-height: 16px;
  color: #000;
  text-decoration: none;
}
#content .breadcrumb li a {
  color: #003a05;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.pagination .active a {
  font-weight: 600;
}

.btnFiltrar {
  display: flex;
  align-items: center;
}

.site-index .img-list-small {
  width: 50px;
  height: 50px;
}
.site-index h5 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #003a05;
}

.containercadastrase .panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #f5f5f5;
  border-color: #e5e5e5;
  width: 100%;
  float: left;
  padding: 15px;
}
.containercadastrase .panel-body {
  padding: 15px;
  padding-top: 20px;
  background: #fff;
  float: left;
  width: 100%;
}
.containercadastrase .panel-body .hint-block {
  color: #333;
  font-size: 13px;
  font-weight: 500;
}
.containercadastrase .panel-body .img-small {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.containercadastrase .panel-body .img-list-small {
  width: 50px;
  height: 50px;
}
.containercadastrase .panel-body .summary {
  margin-bottom: 10px;
  font-size: 14px;
}
.containercadastrase .panel-body a {
  color: #003a05;
  transition: 0.3s;
}
.containercadastrase .panel-body a:hover {
  color: #003a05;
}
.containercadastrase .panel-body .help-block {
  font-size: 12px;
  color: red;
  padding-top: 5px;
}
.containercadastrase .panel-body .control-label {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}
.containercadastrase .panel-body .has-error .control-label {
  color: red;
}
.containercadastrase .panel-body .has-error .form-control {
  border-color: red;
}

.infoProfissional, .infoValores {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.infoProfissional .infoTitle, .infoValores .infoTitle {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #6d6c6c;
  justify-content: space-between;
  width: 100%;
  font-weight: 400;
  gap: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.infoProfissional .infoTitle button, .infoValores .infoTitle button {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.infoProfissional .infoTitle button i, .infoValores .infoTitle button i {
  font-size: 18px;
}

.titleInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.titleInfo h5 {
  margin-bottom: 0px;
}

.lineGroup {
  display: flex;
  gap: 20px;
}
.lineGroup .form-group {
  margin-bottom: 0px;
}

.small-box {
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  height: 110px;
}

.small-box > .inner {
  padding: 10px;
  padding: 10px 24px;
  padding-top: 30px;
  color: #fff;
}
.small-box > .inner h3 {
  font-weight: bold;
}

.small-box .icon {
  color: #003a05;
  z-index: 0;
}

.small-box .icon > i {
  font-size: 57px;
  position: absolute;
  right: 15px;
  color: #fff;
  top: 15px;
  transition: transform 0.3s linear;
}

.small-box .icon > i.fa,
.small-box .icon > i.fab,
.small-box .icon > i.fad,
.small-box .icon > i.fal,
.small-box .icon > i.far,
.small-box .icon > i.fas,
.small-box .icon > i.ion {
  font-size: 70px;
  top: 20px;
}

.small-box:hover .icon > i,
.small-box:hover .icon > i.fa,
.small-box:hover .icon > i.fab,
.small-box:hover .icon > i.fad,
.small-box:hover .icon > i.fal,
.small-box:hover .icon > i.far,
.small-box:hover .icon > i.fas,
.small-box:hover .icon > i.ion {
  transform: scale(1.1);
}

.small-box p {
  font-size: 1rem;
}

#linechart {
  max-height: 450px !important;
  width: 100% !important;
}

.tdHistoricos {
  overflow-x: auto;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  display: grid;
}
.tdHistoricos .tableResponsive {
  width: 100%;
}

.passwordField {
  position: relative;
}
.passwordField button {
  width: 32px;
  height: 32px;
  background-color: #f5f5f5;
  position: absolute;
  border-radius: 100px;
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  right: 8px;
}
.passwordField button i {
  font-size: 16px;
  color: #003a05;
}
.passwordField.label button {
  top: 44px;
}
.passwordField.label2 button {
  top: 32px;
}

@media (max-width: 767px) {
  .site-login {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .site-login .forgot-password-link {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0px !important;
  }
}
.btnSeeFile {
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  gap: 10px;
}

form .form-group .btnSeeFile {
  margin-top: -10px;
}

.infoProfissional .btnSeeFile, .infoValores .btnSeeFile {
  margin-top: 5px !important;
}

.btnSeeFile span {
  font-size: 16px;
}

.btnNotification .dropdown-toggle::after {
  display: none;
}
.btnNotification .dropdown-toggle {
  position: relative;
}
.btnNotification .dropdown-toggle .material-icons {
  position: relative;
  z-index: 99;
  text-shadow: 2px 2px #000;
}
.btnNotification .dropdown-toggle .totalNoti {
  font-size: 12px !important;
  display: block;
  color: black;
  min-width: 26px;
  min-height: 20px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  bottom: 32px;
  right: -2px;
  padding: 0px;
}
.btnNotification .dropdown-toggle .totalNoti.red {
  background: #ff0000;
  color: #fff;
}
.btnNotification .dropdown-menu a {
  display: block !important;
  width: 100% !important;
  padding: 0.25rem 1.5rem !important;
  clear: both !important;
  font-weight: 400 !important;
  color: #212529 !important;
  text-align: inherit !important;
  white-space: nowrap !important;
  background-color: transparent !important;
  border: 0 !important;
}
.btnNotification .dropdown-menu {
  padding: 10px;
  max-height: 500px;
  overflow-y: auto;
}
.btnNotification .dropdown-menu .btn {
  padding: 5px;
  font-size: 12px;
  color: initial;
}
.btnNotification .dropdown-menu p {
  margin-bottom: 0px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
.btnNotification .dropdown-menu p.notiText {
  text-align: left;
  margin-top: 5px;
  word-wrap: break-word;
  text-wrap: initial;
  line-height: 14px;
}
.btnNotification .dropdown-menu p.data {
  color: #7b7b7b;
  font-size: 10px;
  text-align: left;
}
.btnNotification .dropdown-menu {
  margin-left: -158px;
  width: 250px;
}
.btnNotification .dropdown-menu .notificationBody a {
  padding: 0px !important;
  text-decoration: none;
  font-style: normal;
}
.btnNotification .dropdown-menu .notificationBody a:hover {
  opacity: 0.8;
}
.btnNotification .dropdown-menu .notificationBody {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.btnNotification .dropdown-menu .notificationBody.noborde {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}/*# sourceMappingURL=site2.css.map */