/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}


/* Customise Data Tables CSS */
.dataTable {
  /*border-bottom: #D9D9D9 !important;*/
}

table.dataTable.no-footer {
  border-bottom: 1px solid #d9d9d9 !important;
}

table.dataTable thead th {
  border-bottom: 1px solid #d9d9d9 !important;
}

.dataTables_info {
  font-size: 0.8em;
  margin-left: 8px;
  color: #6c757d !important;
  padding-top: 2px !important;

}

.dataTables_length {
  font-size: 0.8em;
  color: #6c757d !important;
  float: right !important;
  margin-right: 8px;
  padding-top: 5px !important;
  padding-bottom: 2px !important;


}

.dataTables_length select {
  color: #6c757d !important;
  background: white !important;
}

.dataTables_length label {
  margin-bottom: 0px !important;
}

.dataTables_paginate {
  display: flex;
  justify-content: center;
  align-items: center;
  float: none !important;
  font-size: 1.0em;
  color: #6c757d !important;
  padding-top: 0px;

}



.table-bottom {
  background-color: #eee;
}

/* Drop Zone */
#dropZoneFiles {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.dz-button {
  color: #6c757d !important;
}

/* Sidebar MPTT Styling */
.sidebar-children {
  list-style-type: none;
}

.categories-nav-link[aria-expanded="true"]::after {
  content: " ▴";
}

.categories-nav-link[aria-expanded="false"]::after {
  content: " ▾";
}

/* Sidebar nav pills */
.sidebar-sticky a {
  background-color: transparent !important;
  transition: 0.6s;
}

.sidebar-sticky a:hover {
  background-color: #A0D1C8 !important;
  text-decoration: none;
  border-radius: 0.25rem;
}

.sidebar-sticky .active {
  background-color: #A0D1C8 !important;
}

/* Reporting */
.reporting-filter label {
  display: block !important;
  padding-left: 0.6rem;
}

/* Pivot Table in Reporting */
#pivot_result_table {
  border-color: transparent;
}


#pivot_result_table th {
  text-align: center;
}

#pivot_result_table th:first-child {
  text-align: left;
}

#pivot_result_table td {
  text-align: center;
}


#pivot_result_table td:first-child {
  text-align: left;
}

#pivot_result_table tr:last-child {
  display: none;
}

#pivot_result_table_with_missing_data th {
  text-align: center;
}


#pivot_result_table_with_missing_data td {
  text-align: center;
}

#pivot_result_table_with_missing_data th:first-child {
  text-align: left;
}

#pivot_result_table_with_missing_data td:first-child {
  text-align: left;
}

/* Dashboard */

/* old class .dashboard .card obsolet? */
.dashboard .card {
  height: 400px;

  border-radius: 10px;

  border-color: rgb(180, 180, 180);

  border-radius: 5px;
  /*overflow-y: auto;*/
  box-shadow: 5px 5px 5px rgb(220, 220, 220);
}


/* new class dashboard-card */

.dashboard-card {
  font-size: 14px;
  height: 400px;
  border-radius: 10px;
  border-color: rgb(180, 180, 180);
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgb(220, 220, 220);
}

.dashboard .card .card-body {


  padding-left: 0;

  padding-right: 0;
}

.dashboard .card .card-body h4 {
  padding: 1rem;
  word-wrap: normal;
  font-size: 1.2rem;
}

.dashboard .table-responsive {
  height: 310px;
  overflow: scroll;
}

.dashboard thead tr:nth-child(1) th {
  background: white;
  position: sticky;
  top: 0;
  z-index: 10;
}

.dashboard-badge {
  font-size: 100%;
}

/* Content Marketing Home Page */



.content_mgmt_page p {
  line-height: 1.625;
  letter-spacing: 1px;
}



.hero-header {
  font-weight: bold;
  font-size: 36px !important;
  text-shadow: 0 3px 5px rgb(0 0 0 / 50%);

}

.add-shadow {
  text-shadow: 0 3px 5px rgb(0 0 0 / 50%);
}

/*
  Cookie Consent Bar
*/
.cookie-bar {
  width: 100%;
  min-height: 100px;
  background: #29C1A5;
  position: fixed;
  bottom: 0;
  color: white;
  z-index: 15;
}

.cookie-bar-inner {
  padding: 50px;
}



/* dropzone error message postion*/

.dropzone .dz-preview .dz-error-message {
  top: 150px !important;
}


/* CSS for pagination of Datatables */

.dataTables_wrapper .dataTables_paginate .page-item a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.1em 0.1em !important;
  margin-left: 0px !important;
  border-radius: 0.25rem;
  border: 1px solid transparent;
}


/* CSS for TUI-Editor */

.toastui-editor-contents h1,
.toastui-editor-contents h2  {
  border-bottom: none !important;
}
