@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";

body {
  font-size: 14px !important;
}

.bg-gradient-super-dark {
  background-color: #373840;
  background-image: linear-gradient(180deg, #373840 10%, #0c0b0b 100%);
}

/* LassWho red gradient */

.bg-gradient-red {
  background-color: #d51116;
  background-image: linear-gradient(180deg, #d51116 10%, #aa0f09 100%);
}

.sidebar .nav-item .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.sidebar .sidebar-brand-icon img {
  width: 100%;
  max-width: 100px;
}

.sidebar .sidebar-brand-icon img.small-logo {
  display: none;
}

.sidebar.toggled .sidebar-brand-icon img {
  width: 100%;
  max-width: 40px;
}

.sidebar.toggled .sidebar-brand-icon img.small-logo {
  display: inline-block;
}

.sidebar.toggled .sidebar-brand-icon img.full-logo {
  display: none;
}

/* btn-primary recoloured */

.btn-primary {
  color: #fff;
  background-color: #d51116;
  border-color: #d51116;
  font-weight: bold;
}

.btn-primary:hover {
  color: #fff;
  background-color: #aa0f09;
  border-color: #aa0f09;
  transition: box-shadow 0.2s ease-in;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #aa0f09;
  border-color: #aa0f09;
  box-shadow: 0 0 0 0.2rem rgba(213, 17, 22, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #86919b;
  border-color: #86919b;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #aa0f09;
  border-color: #aa0f09;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 17, 22, 0.5);
}

/** outline */

.btn-outline-primary {
  color: #d51116;
  border-color: #d51116;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #d51116;
  border-color: #d51116;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 17, 22, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #d51116;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #d51116;
  border-color: #d51116;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 17, 22, 0.5);
}

.border-left-red {
  border-left: 0.25rem solid #d51116 !important;
}

.bg-red {
  background-color: #d51116;
}

.text-red {
  color: #d51116;
}

:-moz-ui-invalid {
  box-shadow: 0 0 0 0.2rem rgba(213, 17, 22, 0.5);
}

.shadow-md {
  box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.155) !important;
}

#content {
  margin-bottom: 5vh;
}

h5.modal-title {
  color: #d51116;
}

.modal-header {
  border-bottom: none;
}

hr.modal-divider {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #e3e6f0;
  width: 100%;
}

.modal-heading {
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.65rem;
  font-weight: 800;
}

.modalTabs {
  border-bottom: 1px solid #e3e6f0;
}

.modalTabs .nav-link {
  padding: 0.2rem 0.8rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.65rem;
  font-weight: 800;
}

.modalTabContent {
  padding: 1rem;
}

.table {
  color: #373840;
}

.dataTables_filter,
.dataTables_length,
.dataTables_info {
  font-size: 0.7875rem;
}

table.dataTable tbody tr:nth-child(even):hover td {
  background-color: #fffff6 !important;
}

table.dataTable tbody tr:nth-child(odd):hover td {
  background-color: #fffff6 !important;
}

.page-link {
  color: #373840;
  background-color: #fff;
  border: 1px solid #dddfeb;
}

.page-link:hover {
  z-index: 2;
  color: #d51116;
  text-decoration: none;
  background-color: #eaecf4;
  border-color: #dddfeb;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.page-item.active .page-link {
  z-index: 3;
  color: #d51116;
  font-weight: bold;
  background-color: #fff;
  border-color: #dddfeb;
}

.page-item.disabled .page-link {
  color: #858796;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dddfeb;
}

/* On / Off - button toggle */

.switch-toggle-container {
  display: inline-block;
  margin: 0.3rem 0 0 0 !important;
}

.switch-toggle-container input {
  display: none;
}

.switch-toggle-container .btn.btn-toggle {
  margin: 0 2rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
  color: #6b7381;
  background: #bdc1c8;
}

.switch-toggle-container .btn.btn-toggle:focus,
.switch-toggle-container .btn.btn-toggle:focus.active,
.switch-toggle-container .btn.btn-toggle.focus,
.switch-toggle-container .btn.btn-toggle.focus.active {
  outline: none;
}

.switch-toggle-container .btn.btn-toggle:before,
.switch-toggle-container .btn.btn-toggle:after {
  line-height: 1rem;
  width: 2rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.switch-toggle-container .btn.btn-toggle:before {
  content: "Off";
  left: -2rem;
}

.switch-toggle-container .btn.btn-toggle:after {
  content: "On";
  right: -2rem;
  opacity: 0.5;
}

.switch-toggle-container .btn.btn-toggle > .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #fff;
  transition: left 0.25s;
}

.switch-toggle-container .btn.btn-toggle.active {
  transition: background-color 0.25s;
}

.switch-toggle-container .btn.btn-toggle.active > .handle {
  left: 1.125rem;
  transition: left 0.25s;
}

.switch-toggle-container .btn.btn-toggle.active:before {
  opacity: 0.5;
}

.switch-toggle-container .btn.btn-toggle.active:after {
  opacity: 1;
}

.switch-toggle-container input:checked + .btn.btn-toggle {
  background-color: #29b5a8;
  transition: background-color 0.25s;
}

.switch-toggle-container input:checked + .btn.btn-toggle:focus,
.switch-toggle-container input:checked + .btn.btn-toggle:focus.active,
.switch-toggle-container input:checked + .btn.btn-toggle.focus,
.switch-toggle-container input:checked + .btn.btn-toggle.focus.active {
  outline: none;
}

.switch-toggle-container input:checked + .btn.btn-toggle > .handle {
  left: 1.125rem;
  transition: left 0.25s;
}

.switch-toggle-container input:checked + .btn.btn-toggle:before {
  opacity: 0.5;
}

.switch-toggle-container input:checked + .btn.btn-toggle:after {
  opacity: 1;
}

.popover {
  max-width: 476px;
}

.admin-action-container {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e3e6f0;
  display: flex;
  align-items: center;
}

.admin-action-container .admin-action-text {
  margin-right: 20px;
}

.admin-action-container .admin-action-text p {
  margin-bottom: 0;
}

.admin-action-container a {
  margin-left: auto;
  width: 200px;
}

.sidebar-brand-icon img {
  max-width: 40px;
}

.fa-fix {
  line-height: inherit;
}

.fa-1plus {
  line-height: normal;
  font-size: 1.5em;
}

a.plain,
a.plain:hover,
a.plain:active,
a.plain:visited,
a.plain:link {
  text-decoration: none;
  color: initial;
}

a.link,
a.link:active,
a.link:visited,
a.link:link {
  text-decoration: none;
  color: #212529;
}

a.link:hover {
  text-decoration: underline;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 0.2rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1;
  border-radius: 0.2rem;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
  padding-top: 0.85em;
  font-size: 0.7875rem;
  line-height: 1.2;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li a {
  padding: 0.3em 0.8em;
}

pre {
  font-family: "Nunito", sans-serif;
  font-size: 0.9rem;
  white-space: pre-wrap;
  word-break: break-word;
}

.small-info {
  font-size: 0.8em;
  font-style: italic;
  color: #6c757d;
}

.chat {
  position: relative;
  display: block;
  height: auto;
  /*.block {
    float: left;
    position: relative;
    display: block;

    background-color: mediumvioletred;
  }*/
}

.chat .reply,
.chat .message {
  margin-top: 3vh;
  position: relative;
  display: block;
  border-radius: 2px;
  background-color: white;
  padding: 1rem 1.5rem;
  width: 65%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.chat .reply:after,
.chat .message:after {
  content: "";
  display: block;
  clear: both;
}

.chat .reply {
  background-color: rgba(58, 203, 122, 0.09);
  width: 70%;
  margin-left: 3vw;
  box-shadow: none !important;
}

.chat .signature {
  display: inline-block;
  text-align: left;
  margin-top: 10px;
  border-top: 1px solid #8b8c8e;
}

.chat .time {
  display: block;
  position: relative;
  text-align: right;
  float: right;
  font-size: 0.7em;
  color: #6c757d;
  padding: 0 0 1rem 2rem;
}

.sidebar #sidebarToggle::after {
  font-weight: 900;
  content: "\F104";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.1rem;
}

.sidebar.toggled #sidebarToggle::after {
  content: "\F337";
  font-family: "Font Awesome 5 Free";
  margin-left: 0.1rem;
  margin-top: 0.3rem;
}

/**
 * FORMS
 */

.form-control,
input {
  /*border-color: rgb(209, 211, 226);*/
  border-color: #e3e6f0;
}

.form-control:focus,
input:focus {
  border-color: transparent;
}

.form-control {
  font-size: 1em;
}

.form-control[disabled],
.form-control[readonly] {
  background-color: #f8f9fc;
}

.form-group label {
  margin-bottom: 0.3rem;
}

.form-horizon .group,
.form-horizon-3-flat .group,
.form-horizon-3 .group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.form-horizon label,
.form-horizon-3-flat label,
.form-horizon-3 label {
  padding-left: 0 !important;
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
}

.form-horizon-3-flat label {
  flex: 0 0 30%;
  max-width: 30%;
}

.form-horizon-3-flat button[type=submit] {
  margin-left: 30%;
}

.form-horizon-3-flat input,
.form-horizon-3-flat select,
.form-horizon-3-flat textarea {
  flex: 0 0 70%;
  max-width: 70%;
}

.form-horizon-3 label {
  flex: 0 0 30%;
  max-width: 30%;
}

.form-horizon-3 button[type=submit] {
  margin-left: 30%;
}

.form-horizon-3 input,
.form-horizon-3 select {
  flex: 0 0 40%;
  max-width: 40%;
}

input.form-control.no-appearance {
  -moz-appearance: textfield;
}

input.form-control.no-appearance::-webkit-inner-spin-button,
input.form-control.no-appearance::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.input-group-prepend .input-group-text {
  font-size: 1em;
}

/* Dashboard */

a.dashboard-card-body-link:hover {
  text-decoration: none;
}

/* Filters page */

.industries-list select {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.attribute-list .filter-option {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.attribute-list .form-check {
  display: block;
  float: left;
  margin-right: 2em;
}

.speaker-list .profile-item {
  display: inline-block;
  margin: 1rem;
  padding: 0.5rem;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  text-align: center;
}

.speaker-list .profile-item .id,
.speaker-list .profile-item .name {
  display: block;
}

img.speaker-agent-profile-img {
  max-width: 128px;
  max-height: 128px;
}

.listing-image {
  background-color: #fff;
  border: none;
  border-radius: 15%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24);
  width: 96px;
  height: 96px;
}

.listing-image .img-container {
  width: auto;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 15%;
}

.profile-image {
  background-color: #fff;
  border: none;
  border-radius: 0.2rem;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24);
  width: 100%;
  position: relative;
  padding-top: 80%;
  /** aspect ratio similar to phone */
}

.profile-image .img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.details > div.row {
  min-height: 35px;
  margin-bottom: 5px;
}

.engagementRules.fa-thumbs-up {
  color: #38c172;
}

.engagementRules.fa-thumbs-down {
  color: #d51116;
}

/* Tree table */

#tableTree {
  width: 100%;
  border-collapse: collapse;
}

#tableTree th {
  color: #333;
  font-size: 13px;
  padding: 7px;
  border-bottom: 3px solid #e3e6f0;
}

#tableTree td {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#tableTree tr td:first-child {
  overflow: initial;
}

#tableTree .tree-table-space-block {
  border: 1px solid transparent;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 16px;
  text-align: center;
  vertical-align: top;
  font-size: 19px;
  position: relative;
  box-sizing: border-box;
  margin-top: 5px;
  border-radius: 50%;
}

#tableTree .tree-table-space-block.btn-toggle {
  position: relative;
  cursor: pointer;
  /*width: 22px;
  height: 22px;*/
  z-index: 12;
}

#tableTree .tree-table-space-block.btn-toggle.is-close {
  background: #f1f1f1;
  border: 1px solid transparent;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#tableTree .tree-table-space-block:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 36px;
  background: #d9d9d9;
  left: 50%;
  top: -27px;
  z-index: 0;
}

#tableTree .tree-table-space-block i.fas {
  color: #d9d9d9;
}

#tableTree .tree-table-space-block i:not(.fas) {
  display: block;
  width: 3px;
  height: 3px;
  margin-left: 13px;
  margin-top: 9px;
  background: #d9d9d9;
  border-radius: 50%;
}

#tableTree .tree-table-space-block.btn-toggle:before {
  display: none;
}

#tableTree .tree-table-space-block.last-block:before {
  display: none;
}

#tableTree .tree-table-space-block.last-block:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #d9d9d9;
  top: 50%;
  margin-top: -4px;
  left: -14px;
}

#tableTree tr td .tree-table-space-block:first-child:after {
  display: none;
}

#tableTree .tree-table-td-content {
  display: inline-block;
  padding: 7px;
}

#tableTree .hidden {
  display: none;
}

#tableTree .show {
  visibility: visible;
}

.landing-bg {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='434' height='434' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='88' y1='88' x2='0' y2='0'%3E%3Cstop offset='0' stop-color='%23770a0c'/%3E%3Cstop offset='1' stop-color='%23be0f14'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='75' y1='76' x2='168' y2='160'%3E%3Cstop offset='0' stop-color='%238f8f8f'/%3E%3Cstop offset='0.09' stop-color='%23b3b3b3'/%3E%3Cstop offset='0.18' stop-color='%23c9c9c9'/%3E%3Cstop offset='0.31' stop-color='%23dbdbdb'/%3E%3Cstop offset='0.44' stop-color='%23e8e8e8'/%3E%3Cstop offset='0.59' stop-color='%23f2f2f2'/%3E%3Cstop offset='0.75' stop-color='%23fafafa'/%3E%3Cstop offset='1' stop-color='%23FFFFFF'/%3E%3C/linearGradient%3E%3Cfilter id='c' x='0' y='0' width='200%25' height='200%25'%3E%3CfeGaussianBlur in='SourceGraphic' stdDeviation='12' /%3E%3C/filter%3E%3C/defs%3E%3Cpolygon fill='url(%23a)' points='0 174 0 0 174 0'/%3E%3Cpath fill='%23000' fill-opacity='.5' filter='url(%23c)' d='M121.8 174C59.2 153.1 0 174 0 174s63.5-73.8 87-94c24.4-20.9 87-80 87-80S107.9 104.4 121.8 174z'/%3E%3Cpath fill='url(%23b)' d='M142.7 142.7C59.2 142.7 0 174 0 174s42-66.3 74.9-99.3S174 0 174 0S142.7 62.6 142.7 142.7z'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top left;
  /* SVGBackgrounds.com */
}

.dark-landing-bg {
  background-color: #111111;
  color: #d3d3d3;
}

.dark-landing-bg .card {
  background-color: #111111;
  border: 1px solid #2d2a20;
}

.dark-landing-bg .card-header {
  background-color: #181714;
  border-bottom: 1px solid #2d2a20;
  text-transform: uppercase;
  text-align: center;
}

.dark-landing-bg .form-control,
.dark-landing-bg input {
  color: #918f81;
  background-color: #ffffff;
  border-radius: 0;
}

.dark-landing-bg .btn {
  border-radius: 2rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
}

.landing-container {
  margin-top: 17vh;
}

.landing-logo {
  top: 0;
  left: 0;
  position: fixed;
  background: url("/images/logo-white-full.png") no-repeat;
  background-position: 4vh 4vh;
  background-size: 70%;
  width: 200px;
  height: 100px;
}

/* Calendar */

.fc-flexibleCalendar-button {
  border: 0 none;
  position: relative;
}

.fc-flexibleCalendar-button:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F05A";
  margin-right: 0.3rem;
}

/*.fc-event.availability.fc-h-event,
.fc-event.availability {
  border: 1px solid $blue !important;
  border-radius: 0.2rem;
  background-color: #ffffff !important;
  padding-left: 2px !important;
  padding-right: 2px !important;

  .fc-event-main {
    color: $blue !important;
    background-color: #ffffff !important;
  }
  &:hover {
    background-color: $blue !important;
    .fc-event-main {
      background-color: $blue !important;
      color: #ffffff !important;
    }

  }
  .fc-daygrid-event-dot {
    display: none;
  }
}*/

.fc-event.availability {
  border: 1px solid #3490dc !important;
  border-radius: 0.2rem;
  color: #3490dc !important;
  background-color: #ffffff !important;
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.fc-event.availability:hover {
  background-color: #3490dc !important;
  color: #ffffff !important;
}

.fc-event.availability .fc-daygrid-event-dot {
  display: none;
}

.fc-event.availability.fc-h-event .fc-event-main,
.fc-v-event.availability .fc-event-main {
  color: #3490dc !important;
  background-color: #ffffff !important;
}

.fc-event.availability.fc-h-event .fc-event-main:hover,
.fc-v-event.availability .fc-event-main:hover {
  background-color: #3490dc !important;
  color: #ffffff !important;
}

.fc-event.meeting {
  border: 1px solid #d51116 !important;
  border-radius: 0.2rem;
  color: #d51116 !important;
  background-color: #ffffff !important;
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.fc-event.meeting:hover {
  background-color: #d51116 !important;
  color: #ffffff !important;
}

.fc-event.meeting .fc-daygrid-event-dot {
  display: none;
}

.fc-event.meeting.fc-h-event .fc-event-main,
.fc-v-event.meeting .fc-event-main {
  color: #d51116 !important;
  background-color: #ffffff !important;
}

.fc-event.meeting.fc-h-event .fc-event-main:hover,
.fc-v-event.meeting .fc-event-main:hover {
  background-color: #d51116 !important;
  color: #ffffff !important;
}

.fc-event.meeting.meeting-confirmed {
  border: 1px solid #38c172 !important;
  color: #38c172 !important;
  background-color: #ffffff !important;
}

.fc-event.meeting.meeting-confirmed:hover {
  background-color: #38c172 !important;
  color: #ffffff !important;
}

.fc-event.meeting.meeting-confirmed.fc-h-event .fc-event-main,
.fc-v-event.meeting.meeting-confirmed .fc-event-main {
  color: #38c172 !important;
  background-color: #ffffff !important;
}

.fc-event.meeting.meeting-confirmed.fc-h-event .fc-event-main:hover,
.fc-v-event.meeting.meeting-confirmed .fc-event-main:hover {
  background-color: #38c172 !important;
  color: #ffffff !important;
}

.fc-event.meeting.meeting-cancelled {
  border: 1px solid #6c757d !important;
  color: #6c757d !important;
  background-color: #ffffff !important;
}

.fc-event.meeting.meeting-cancelled:hover {
  background-color: #6c757d !important;
  color: #ffffff !important;
}

.fc-event.meeting.meeting-cancelled.fc-h-event .fc-event-main,
.fc-v-event.meeting.meeting-cancelled .fc-event-main {
  color: #6c757d !important;
  background-color: #ffffff !important;
}

.fc-event.meeting.meeting-cancelled.fc-h-event .fc-event-main:hover,
.fc-v-event.meeting.meeting-cancelled .fc-event-main:hover {
  background-color: #6c757d !important;
  color: #ffffff !important;
}

.modal-title .timezone-info {
  display: block;
  font-size: 0.9rem;
  line-height: 0.9rem;
  color: #858796;
}

/* Calendar END */

img.speakerPhotoSmall {
  max-width: 40px;
  max-height: 40px;
}

.speakers-table-introducers {
  margin-top: 43px;
}

.meeting-rating {
  display: block;
}

.meeting-rating i {
  color: #dedede;
}

.meeting-rating i.active {
  color: #f6b600;
}

a#textButton {
  color: #3490dc;
  cursor: pointer;
}

#moreText {
  display: none;
}

.table-in-modal th {
  border: none !important;
  font-size: 0.7rem;
  padding: 0.2rem 0.4rem;
}

/** MOBILE **/

@media only screen and (max-width: 768px) {
  .sidebar-brand-icon img.full-logo {
    display: none;
  }

  .sidebar-brand-icon img.small-logo {
    max-width: 40px;
    margin: 0 auto;
    display: block !important;
  }

  .card {
    margin-bottom: 1.5rem;
  }

  .hide-mobile {
    display: none;
  }

  .show-mobile {
    display: initial;
  }

  .dataTables_wrapper {
    overflow-x: auto;
    padding-bottom: 1rem;
  }

  .form-group,
  form.fancy .form-group {
    margin-bottom: 1rem;
  }

  .form-horizon .group,
  .form-horizon-3-flat .group,
  .form-horizon-3 .group {
    width: 100%;
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .form-horizon label,
  .form-horizon-3-flat label,
  .form-horizon-3 label {
    display: block;
    width: 100%;
    max-width: 100% !important;
    padding-left: 0 !important;
    margin-bottom: 0;
  }

  .form-horizon select,
  .form-horizon-3-flat select,
  .form-horizon-3 select,
  .form-horizon textarea,
  .form-horizon-3-flat textarea,
  .form-horizon-3 textarea,
  .form-horizon input,
  .form-horizon-3-flat input,
  .form-horizon-3 input {
    display: block;
    width: 100%;
    max-width: 100% !important;
  }

  .form-horizon .btn,
  .form-horizon-3-flat .btn,
  .form-horizon-3 .btn,
  .form-horizon button,
  .form-horizon-3-flat button,
  .form-horizon-3 button {
    align-self: flex-start;
    display: inline-block;
    margin-left: 0 !important;
  }
}

