html,
body {
  overflow-x: clip;
  min-height: 100%;
}

body {
  background: #6f6f6f;
  color: #555;
  background-size: cover;
  min-height: 100%;
  z-index: 0;
}

.header {
  background: #e2e2e2;
}

table {
  color: #2d2d2d;
}

.navbar-menu div.collapse.show {
  -webkit-box-shadow: 0 9px 24px -27px rgba(0, 0, 0, 0.83);
  -moz-box-shadow: 0 9px 24px -27px rgba(0, 0, 0, 0.83);
  box-shadow: 0 9px 24px -27px rgba(0, 0, 0, 0.83);
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  height: 100% !important;
  overflow-y: visible !important;
}

form div.required label.control-label:after {
  content: " * ";
  color: indianred;
}

label {
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
}

p {
  line-height: 1.48;
  margin-bottom: 10px;
  /* font-size: inherit; */
}

.pointer,
.cursor-pointer {
  cursor: pointer;
}

.cursor-help {
  cursor: help;
}

.text-indianred {
  color: indianred;
}

.text-striked {
  text-decoration: line-through;
}

.border-bottom-dashed {
  border-bottom: 1px dashed #e9ecef !important;
}

.border-bottom:last-child,
.border-bottom-dashed:last-child {
  border-bottom: none !important;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-grey-5 {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.opacity-grey-5>.custom-control-alternative .custom-control-label::before {
  background-color: #888;
}

div.agenda-lista-container>.border-bottom:last-child,
div.lista-container>.border-bottom-dashed:last-child,
.informacoes-list .border-bottom-dashed:last-child,
.informacoes-list .border-bottom:last-child {
  border: none !important;
}

td p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
}

.substr-60 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60%;
}

.substr-80 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
}

.substr-95 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 95%;
}

/* LOGIN SCREEN */

.bg-lavender {
  background: lavender;
}

.bg-grey {
  background-color: #f0f0f0 !important;
}

.bg-beige {
  background: beige !important;
}

.bg-darkseagreen {
  background: darkseagreen !important;
}

.bg-darkslategray {
  background: darkslategray !important;
}
.bg-papayawhip {
  background-color: papayawhip !important;
}
.bg-aquamarine {
  background-color: aquamarine !important;
}

.no-label {
  padding-top: 32px;
}

.nav-item.active {
  border-right: 5px solid;
  background-color: azure;
}

.input-blank,
.input-blank:focus,
.input-blank:hover {
  border: none;
  background: transparent;
  outline: none;
}

.highlighted {
  background-color: rgb(224, 202, 144);
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 10px;
}

.alert-gray {
  color: #222;
  background: #fefefe;
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02) !important;
  border: 0 !important;
}

/* MODS */

hr {
  margin: 1.2rem 0;
}

.modal-dialog.modal-xl {
  max-width: 1024px;
}

.modal-header i.fa-times {
  font-size: 1.3rem !important;
}

.modal-backdrop.show {
  opacity: 0.45;
}

.modal-backdrop~.modal-backdrop {
  z-index: 1075;
}

#modal-small {
  z-index: 1076;
}

#modal-front {
  z-index: 1077;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0px 0px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.nav-item {
  margin-bottom: 0.8rem;
}

.has-success:after,
.has-danger:after {
  font-family: "Font Awesome 5 Free";
  top: 31px;
  right: 24px;
}


.select2-container--krajee-bs4 .select2-selection--single {
  /* height: 44px; */
  padding: 10px 20px 30px !important;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice {
  float: left;
  padding: 5px;
  font-size: 0.9rem;
  border: 1px solid #cccccc57;
}

.select2-container--krajee-bs4 .select2-selection--multiple,
.select2-container--krajee-bs4 .select2-selection,
.select2-container--krajee-bs4 .select2-selection--single {
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02) !important;
  border: 0 !important;
  transition: box-shadow 0.15s ease !important;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
  border: none;
}

.select2-container--open {
  z-index: 1078;
}

.audiencia-wrapper .select2-container--krajee-bs4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0.24rem !important;
}

.file-preview-image {
  font-size: 1rem !important;
  font-family: Open Sans, sans-serif;
}

.file-drop-zone-title {
  font-size: 1.2em !important;
}

.hidden {
  display: none;
}

b,
strong {
  font-weight: bold;
}

.card-body,
.card-header,
.card-footer {
  background-color: #f7fcf866;
}

.text-bold {
  font-weight: 600;
}

#sidenav-main .nav-link {
  padding: 0.5rem 1.5rem !important;
}

.hint-block {
  font-size: 0.8rem;
  font-style: italic;
  margin-top: 4px;
}

.hint-block:before {
  font-family: "Font Awesome 5 Free";
  content: "\f059";
  padding-right: 5px;
  font-style: normal;
}

.nav-pills .nav-link.active > .badge {
  color: #fff;
}

.navbar-vertical .navbar-brand-img,
.navbar-vertical .navbar-brand>img {
  max-width: 100%;
  max-height: 2.5rem;
}

.table th,
.table td {
  padding: 0.7rem;
}

i+span {
  padding-left: 5px;
}

.relacao-agendas-container input[type="checkbox"] {
  transform: scale(1.5);
}

.desc:after,
.asc:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f15e";
  padding-left: 5px;
}

.asc:after {
  content: "\f15d";
}

.has-success:after,
.has-danger:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.has-success:after {
  content: "\f00c";
}

.has-danger:after {
  content: "\f12a";
}

.has-danger .form-control,
.has-danger>.select2>.selection>.select2-selection.select2-selection--single {
  border-color: indianred;
}

.has-danger .help-block {
  color: indianred;
}

.custom-control-alternative .custom-control-label::before {
  border: 0;
  box-shadow: 1px 2px 3px rgba(50, 50, 93, 0.21), 0 1px 0 rgba(0, 0, 0, 0.04);
  background: #efefef;
  transform: scale(1.1);
}

.btn-icon-only {
  border-radius: 50%;
}

.btn-icon i {
  margin-right: 0px !important;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem;
  left: 0;
  top: 0;
  z-index: 900000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  z-index: 900000;
}

.redactor-box-fullscreen,
.redactor-dropdown {
  z-index: 9000 !important;
}

#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
  z-index: 1100 !important;
}

/**
FILE INPUT KRAJEE
*/

.file-preview {
  border: none;
  padding: 0px;
  margin-bottom: 0px;
}

.krajee-default.file-preview-frame .kv-file-content {
  width: 160px;
  height: 172px;
}

.file-drop-zone {
  border: 1px dashed #aaa;
  border-radius: 4px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 5px 0 !important;
  padding: 15px !important;
}

.krajee-default.file-preview-frame {
  border-radius: 10px;
}

.historico p {
  font-size: 0.84rem;
}

/* NOTIFICATIONS */

.wrapper {
  display: block;
}

#notifications {
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  /* top layer */
  z-index: 9999;
  transition: all 0.3s;
  overflow-y: scroll;
  background: #252424;
}

#notifications.active {
  right: 0px;
}

.overlay {
  display: none;
  left: 0;
  top: 0;
  position: fixed;
  /* full screen */
  width: 100vw;
  height: 100vh;
  /* transparent black */
  background: rgba(0, 0, 0, 0.7);
  /* middle layer, i.e. appears below the sidebar */
  z-index: 998;
  opacity: 0;
  /* animate the transition */
  transition: all 0.5s ease-in-out;
}

.swal2-container {
  z-index: 1080 !important;
}

/* display .overlay when it has the .active class */
.overlay.active {
  display: block;
  opacity: 1;
}

.mCustomScrollBox:focus {
  outline: 0;
}

.font-90 {
  font-size: 0.9rem;
}

.font-85 {
  font-size: 0.85rem;
}

.font-80 {
  font-size: 0.8rem;
}

.font-70 {
  font-size: 0.7rem;
}

/**
NOTIFICATIONS
 */
.priority3:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f071";
  padding-right: 1.2em;
  color: goldenrod;
  font-size: 1.2rem;
}

.priority2:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f12a";
  padding-right: 1.5em;
  color: indianred;
}

.border-green {
  border-left: 4px solid #7da234;
}

.border-priority-2 {
  border-left: 4px solid indianred;
}

.border-priority-1 {
  border-left: 4px solid #ea9e60;
}

.border-priority-0 {
  border-left: 4px solid #ccc;
}

.no-gutter>[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.cards-tarefas .card {
  min-height: 180px;
}

.card-grey .card-header,
.card-grey .card {
  background: #dadada;
}

.bg-gradient-old {
  background: linear-gradient(87deg, #f7ecb7 0, #dad4b2cf 100%) !important;
}

/**
SWAL2
 */

.swal2-popup .swal2-checkbox label,
.swal2-popup .swal2-radio label {
  font-size: 0.8rem !important;
}

/**/

.cursor-wait {
  cursor: wait;
}

.author-avatar .half-circle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 56px;
  fill: none;
  stroke: #fff;
  stroke-width: 8;
  stroke-linecap: round;
  pointer-events: none;
}

@media (max-width: 576px) {
  .text-xs-white {
    color: #fff;
  }
}

@media (min-width: 576px) {
  ::-webkit-scrollbar {
    width: 7px;
  }

  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  ::-webkit-scrollbar-thumb {
    background: #cecece;
    border-radius: 10px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
}

table.fixed {
  table-layout: fixed;
  width: 700px;
  word-break: break-word;
}

.grid-view table.table {
  background: whitesmoke !important;
}

.blockquote {
  font-size: 0.9rem !important;
}

.blockquote p {
  margin-bottom: 0;
}

h4.heading-small {
  font-weight: 400;
}

.event-detail {
  border-radius: 20px 20px 0 0;
  border-top: #e9ecef 3px dashed;
  background: #fbfbfb;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice__remove {
  padding-left: 0.45rem;
  padding-top: 3px;
}

.select2-results__option {
  padding: 6px;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: absolute !important;
  right: 26px;
  top: 13px;
}

.attachments-view .krajee-default.file-preview-frame .kv-file-content {
  width: 100%;
}

.attachments-view .file-preview-thumbnails {
  display: flex;
  justify-content: inherit;
  align-items: inherit;
  flex-direction: inherit;
}

.attachments-view .krajee-default.file-preview-frame {
  margin: 8px;
  border: 0;
  box-shadow: none;
  padding: 0;
  float: left;
  text-align: center;
  width: 100%;
}

.attachments-view .krajee-default.file-preview-frame:not(.file-preview-error):hover {
  border: 0;
  box-shadow: none;
}

.attachments-view .file-preview {
  min-height: 230px;
}

.krajee-default .file-footer-caption {
  margin-bottom: 5px;
}

.kv-file-content> ::-webkit-scrollbar {
  width: 7px;
}

.file-preview-pdf ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.file-preview-pdf ::-webkit-scrollbar-thumb {
  background: #cecece;
  border-radius: 10px;
}

.file-preview-pdf ::-webkit-scrollbar-thumb:hover {
  background: #999;
}

@media (min-width: 768px) {
  .navbar-vertical .navbar-collapse:before {
    content: "";
    display: block;
    margin: 0.3rem -1rem;
  }
}

@media (max-width: 767.98px) {
  .navbar-collapse .collapse-brand img {
    height: 60px;
  }

  body {
    font-size: 1rem;
  }
}

.img-check::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f560";
  top: 60%;
  position: absolute;
  left: 58%;
  color: white;
  background: #7da234;
  border-radius: 52%;
  padding: 3px 6px;
  font-size: 12px;
}

.badge-grey {
  color: #090c0e;
  background-color: rgba(90, 101, 112, 0.07);
}

.badge-grey a {
  color: #090c0e;
}

.file-drop-zone {
  min-height: 115px !important;
  margin: 0 !important;
}

.file-footer-buttons {
  margin-top: 18px;
}

.border-left-dotted {
  border-left: 1px dotted #aeaeae;
  border-radius: 5px;
}

.file-preview {
  border-radius: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.file-drop-zone::after {
  content: "Clique aqui para enviar arquivos";
  font-size: 0.7rem;
  padding-top: 6px;
  margin-bottom: -5px;
}

.btn:not(:last-child) {
  margin-right: 0.3rem;
}

.card-header-agenda {
  background-color: #fcfefb;
  /* background-color: #f7fcf8; */
}

.div-logo {
  /* border-bottom: 3px solid;
  border-color: #7da234 !important; */
  border: none;
  text-align: center;
}
.div-logo a {
  color: #525252;
}
.div-logo a:hover {
  color: #7da234;
}
.div-logo a strong {
  font-weight: 900;
  font-size: 1.50rem;
}