html {
  position: relative;
  min-height: 100%;
}
/* body {
  margin-bottom: 60px;
} */

.mainpanel {
  margin-left: 240px;
  min-height: 100vh !important;
  height: auto !important;
  /* overflow-y: scroll; */
}

.logopanel {
  width: 240px;
}

.navbutton {
  padding: 7px 20px;
  display: inline-block;
}

.headerbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.16);
}

.stickyheader .headerbar {
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.16);
  z-index: 9999;
}

.headerbar.fixed-bottom {
  min-height: 50px;
  top: auto;
  bottom: 0;
  z-index: 999;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.16);
}

.contentpanel {
  padding: 20px 20px 90px 20px;
  min-height: 93vh;
}

.fullscreen {
  min-height: 79vh;
}

.leftpanel-collapsed .nav-bracket > li > a:hover {
  background: #fff;
  color: #1d2939;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}

.leftpanel-collapsed .nav-bracket > li > a:hover > span:last-child {
  display: block;
}

.leftpanel-collapsed .nav-bracket > li > a.active:hover > span:last-child {
  background: #1caf9a;
  color: #fff;
}

body.signin {
  background: #1d2939;
}

.signinpanel {
  margin: 5% auto 0 auto;
}

.signinpanel form {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
  padding: 0px;
}

.signinpanel .signcontainer {
  background-color: #fff !important;
  border: none;
  padding: 40px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ccc;
  -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
  -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
  box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 40px;
  margin-bottom: 80px;
}

.ckbox input[type="checkbox"]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

body.swal2-toast-shown .swal2-container.swal2-top-end {
  top: 50px !important;
}

.loader {
  color: rgb(28, 175, 154);
}

.img-responsive {
  display: inline-block !important;
}

.stickyheader .logopanel {
  top: 0;
  left: 0;
  width: 240px;
  z-index: 100;
}

.horizontal-menu-sidebar .logopanel,
.horizontal-menu .logopanel {
  position: fixed;
}

.headerbar .logopanel {
  float: left;
  width: 240px;
  border-right: none;
}

.pageheader {
  padding: 13px;
  border: none;
  background: #dee2e6;
}

.pageheader .breadcrumb-wrapper {
  position: relative;
  top: 0;
  left: 0;
}

.pageheader .breadcrumb {
  margin-bottom: 0;
}

.horizontal-menu .logopanel {
  width: 240px;
}
a.list-group-item::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  float: right;
  font-weight: 900;
  padding-top: 3.5%;
}

.page-title {
  margin-bottom: 40px;
}

.page-title h1 {
  font-size: 26px;
  /* font-family: 'RobotoBold', Helvetica, sans-serif !important; */
  font-family: "Roboto", Helvetica, sans-serif !important;
  font-weight: 700 !important;
  margin-top: 10px;
  color: #343a40;
}

.nav-bracket > li > a.active {
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}
.nav-bracket > li > a.active,
.nav-bracket > li > a.active:hover,
.nav-bracket > li > a.active:focus {
  background-color: #1caf9a;
  color: #fff;
}

.table > thead > tr > td p:last-child,
.table > tbody > tr > td p:last-child,
.table > tfoot > tr > td p:last-child {
  margin-bottom: 0;
}

.loader-container {
  margin-top: 25vh;
}

.swal2-popup {
  font-size: 1.4rem !important;
}

select.form-control {
  padding: 9px 9px 10px 9px;
}

.fz85 {
  font-size: 85% !important;
}

table td a.edit * {
  color: #428bca;
}

table td a.edit *:hover,
table td a.edit *:focus {
  color: #2a6496;
  text-decoration: underline;
}

/* table td a:hover,
table td a:focus,
table td a:active {
  text-decoration: none;
} */

.stickyheader .header-right,
.stickyheader .header-left {
  display: inline-flex;
}

.simple-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dee2e6;
  padding: 13px;
  width: 100%;
  font-size: 12px;
  margin-top: 12px;
}

.signin .simple-footer {
  background: #1d2735;
}

.simple-footer li {
  list-style: none;
  display: inline;
}

.simple-footer ul {
  padding: 0px;
  margin-bottom: 0px;
}

.simple-footer ul > li > a {
  padding: 6px 10px;
  color: #636e7b;
}

.simple-footer ul > li > a:hover {
  text-decoration: none;
  color: #343a40;
}

.signin .simple-footer ul > li > a:hover {
  color: #dee2e6;
}

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

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

.tooltip.top .tooltip-arrow {
  border-top-color: #1d2939;
}

.tooltip-inner {
  background-color: #1d2939;
}

.tp-icon .badge {
  right: 9px;
  top: 14px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 2px 2px;
  width: 5px;
  height: 10px;
}

.modal {
  z-index: 10001 !important;
}
.modal-backdrop {
  z-index: 10000 !important;
}

.btn-table {
  background-color: transparent;
}

.btn-table:focus,
.btn-table:hover,
.btn-table:active {
  background-color: #e4e7ea;
}

.table {
  table-layout: fixed;
}
.text-overflow {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.descricaoAlternativa p {
  margin-top: 0px !important;
}

.swal2-container {
  z-index: 10001 !important;
}
/* .text-overflow, .table .edit {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
} */

@media screen and (max-width: 480px) {
  .simple-footer .footer-left,
  .simple-footer .footer-right {
    text-align: center;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb-wrapper {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .horizontal-menu .logopanel {
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.16);
  }
}

@media screen and (max-width: 1024px) {
  body {
    position: static;
  }

  .horizontal-menu-sidebar .logopanel {
    position: inherit;
  }

  .horizontal-menu .headerbar .logopanel {
    display: block;
  }

  .mainpanel {
    margin-left: 0;
    width: 100%;
  }

  .horizontal-menu-sidebar .header-left,
  .horizontal-menu-sidebar .topnav {
    float: left;
  }
}

@media screen and (max-width: 320px) {
  .horizontal-menu-sidebar .logopanel {
    width: 150px;
  }
}
