@charset "UTF-8";

#vue-container {
  /*min-width: 992px !important;*/
}

.main .container-fluid {
  padding: 0 30px;
  margin-bottom: 40px;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.intranet-btn-callout {
  position: relative;
  top: -3px;
}

.intranet-callout-info {
  border-left-color: var(--info) !important;
}

.intranet-callout-success {
  border-left-color: #3c9e5e !important;
  /*  background-color: #a3e8c6 !important; */
  background-color: #fcfdff !important;
}

.intranet-callout-warning {
  border-left-color: #f8c246 !important;
  background-color: #fffdf7 !important;
}

.intranet-callout-primary {
  border-left-color: var(--primary) !important;
}

.intranet-callout-danger {
  border-left-color: var(--danger) !important;
  background-color: #fff9f9 !important;
}

.intranet-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: .25rem;
  border-radius: .25rem;
  background-color: white;
  width: 100%;
  z-index: 1;
}

.bg-alert {
  background-color: #f8d7da !important;
}

/* Card Tabs */
.card-tab,
.card-tab-active,
.card-tab-active-light {
  position: relative;
  padding: 12px;
  top: 12px;
  user-select: none;
  border: 1px solid transparent;
  border-bottom: none;
}

.card-tab-active, .card-tab-active-light {


  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #c8ced3;
}

.card-tab-active {
  background-color: white;
  border-bottom: 1px solid white;
}

.card-tab-active-light {
  background-color: #f0f3f5;
  border-bottom: 1px solid #f0f3f5;
}

.table-intranet {
    background-color: #fbfbfb;
    display: table;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    color: #23282c;
}

.table-intranet td, .table-intranet th {
    border: 1px solid #dee2e6;
    padding: 0.3rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.filter-carret {
    padding: 0px 5px 0px 5px;
    border: 1px solid #CCC;
    color: #333;
    cursor: pointer;
    user-select: none;
}

.filter-title {
    font-weight: bold;
    padding-top: 1px;
}

/* Remove the top border when a table is missing the header */
.table > tbody > tr:first-child > td {
  border: none;
}


.table > thead > tr:first-child > th {
  border: none;
}


.table > tbody > tr > td > a {
  /*  color: #333; */
}

/* Include the border when there's a header */
.table > thead + tbody > tr:first-child > td {
  border-top: 1px solid #ddd;

}

.icon-home {
  max-width: 1200px;
  margin: auto;
  /*   padding: 1rem 1.5rem; */
}


.icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  row-gap: 1.5rem;
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
  margin: 0 auto;
}

.icon-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  /* align-items: stretch; */
  /* cursor: pointer; */
  /* outline: 0; */
}

.icon-container {
  width: 100%;
  padding: 24px 0;
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.icon-svg {
  vertical-align: text-bottom;
}

.icon-text {
  font-size: 0.875rem;
  color: #343a40;
}

.card-header-title {
  font-size: 18px;
}

.ck-editor__editable {
  min-height: 100px !important;
}

.reaction thead tr td {
  padding: 5px;
}

.reaction_img {
  width: 37px;
  height: 37px;
}


.modal-backdrop {
  opacity: 0.5 !important;
}

.table thead td {
  padding: none !important;
  border-top: none;
}

.table tbody {
  background-color: white;
}

.sidebar-compact .sidebar .nav-title {
  /* DG */
  display: none;
}

.fa-star-o:before {
  content: "\f006";
}
