/*!/wp-content/plugins/meeting-management-system/assets/css/style.css*//* Styles */


.roboto {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

* {
  font-family: roboto;
}

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

.smm-page {
  font-family: "Calibri" !important;
}

.smm-page th {
  font-size: 13px;
}

.smm-page .badge {
  font-size: 11px;
}

.smm-text-grey {
  color: #9b9b9b;
}

.smm-text-blue {
  color: #02a9b1;
}

.smm-text-green {
  color: #43bdc2 !important;
}

.smm-text-red {
  color: #df355e !important;
}

.smm-text-light-red {
  color: #f9cfd9 !important;
}

.smm-text-yellow {
  color: #feba69 !important;
}

.smm-text-orange {
  color: #fb6240 !important;
}

.smm-text-violet {
  color: #7763e2 !important;
}

.smm-bg-green {
  background-color: #43bdc2 !important;
}

.smm-bg-blue {
  background-color: #00c2e0 !important;
}

.smm-bg-light-green {
  background-color: #b5e1e2 !important;
}

.smm-bg-red {
  background-color: #e8426a !important;
}

.smm-bg-light-red {
  background-color: #f9cfd9 !important;
}

.event-green {
  background-color: #2dce98;
}

.event-yellow {
  background-color: #feba69;
}

.event-orange {
  background-color: #fb6240;
}

.event-red {
  background-color: #f43c56;
}

.event-violet {
  background-color: #7763e2;
}

.smm th {
  font-size: 12px;
}

.smm td {
  font-size: 14px;
}

.nav.nav-pills li {
  padding-left: 3px;
}

.nav.nav-pills li a {
  color: #555;
  font-size: 12px;
}
.nav.nav-pills li.active a {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: 0px 7px 19px #b5b5b5;
}

.btn.btn-primary.btn-sm {
  font-size: 11px;
}

.image-button {
  width: 30px;
}

#v-pills-tab a {
  background-color: transparent;
  color: #606060;
  font-size: 12px;
  border-bottom: 1px solid #e8e8e8;
}

#v-pills-tab a.active {
  color: #183bff;
}

label {
  display: flex !important;
  font-size: 12px;
}

.form-check label {
  display: unset !important;
  margin-right: 25px;
}

input[type="checkbox"],
input[type="radio"] {
  top: 7px;
}

form button,
button.close {
  font-size: 14px !important;
}

.smm-outline-btn {
  border-radius: 4px;
  padding: 3px 10px;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #979797 !important;
  color: #828282;
}

/* Pagination */
.smm-pagination {
  margin: 11px;
  font-size: 13px;
}

.smm-pagination a {
  text-decoration: none;
  color: #43bdc2;
  padding: 6px 10px;
  border-radius: 32px;
  transition: all 0.5s;
}

.smm-pagination a:hover {
  background-color: #eaeaea;
  color: #6f6f6f !important;
}

.smm-pagination span,
.smm-pagination .page-numbers.current {
  color: #acacac;
}

.smm-pagination .page-numbers.current {
  background-color: #eaeaea;
  padding: 6px 10px;
  border-radius: 32px;
}

/* Checkbox */
.smm-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 4px;
}

/* Hide the browser's default checkbox */
.smm-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.smm-checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #43bdc2;
}

/* On mouse-over, add a grey background color */
.smm-container:hover input ~ .smm-checkmark {
  background-color: #f4f4f4;
}

/* When the checkbox is checked, add a blue background */
.smm-container input:checked ~ .smm-checkmark {
  background-color: #fff;
  border: none;
}

/* Create the smm-checkmark/indicator (hidden when not checked) */
.smm-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the smm-checkmark when checked */
.smm-container input:checked ~ .smm-checkmark:after {
  display: block;
}

/* Style the smm-checkmark/indicator */
.smm-container .smm-checkmark::after {
  left: 6px;
  top: 2px;
  width: 8px;
  height: 15px;
  border: solid #43bdc2;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Notifications */
#smm-notifications #message {
  width: 75%;
}

#smm-notifications #type {
  width: 10%;
}

#smm-notifications #created_at {
  width: 15%;
}

/* Dashboard widgets */

.table.smm-dashboard-table tr:first-child * {
  border: none !important;
}

.smm-table td {
  font-size: 12px;
}

.icon-18 {
  font-size: 18px;
}

.icon-34 {
  font-size: 34px;
}

.icon-blue {
  color: #02a9b1;
}

.icon-red {
  color: #e8426a;
}

.icon-grey {
  color: #bfbfbf;
}

.icon-yellow {
  color: #fcf4ae;
}

.action-icon {
  transition: all 0.3s;
}

.action-icon:hover {
  color: #43bdc2;
}

.smm-dashboard-list > li {
  border-bottom: 1px solid #e6e6e6;
  padding: 7px 0;
}

.smm-dashboard-list > li ul li {
  list-style: inside;
  line-height: 12px;
}

.smm-dashboard-list {
  overflow-x: hidden !important;
}

#notes_dashboard_widget img {
  max-width: 100%;
  height: auto;
}

.smm-search-result {
  overflow-x: hidden !important;
}

.smm-search-result img {
  max-width: 100%;
  height: auto;
}

.modal-header {
  border-bottom: 2px solid #17a2b8 !important;
}

.btn-link span {
  color: #9b9b9b !important;
}

/* #adminmenu .awaiting-mod.smm-ongoing-events,
#adminmenu li.current a .awaiting-mod.smm-ongoing-events {
    background-color: #03A4AC;
} */

/* Minutes */
#minute {
  padding: 16px 24px !important;
}

.smm-page-header {
  border-bottom: 2px solid #43bdc2;
  padding-bottom: 11px;
}

.public-minute-content ul li {
  padding-top: 11px;
}

.polls {
  padding-left: 20px;
}

.poll {
  padding: 20px 0;
  margin-top: 10px;
}

.poll-icon {
  background-color: #f0f0f0 !important;
  padding: 9px;
  margin-top: 6px;
  margin-right: 11px;
  border-radius: 30px;
  color: #43bdc2 !important;
}

#public-minute .pol-option-percentage {
  margin-top: -25px;
  display: inherit;
  text-align: right;
  margin-right: 6px;
  font-size: 14px;
}

#public-minute .pol-option-votes {
  margin-top: -25px;
  display: inherit;
  text-align: left;
  margin-left: 6px;
  font-size: 14px;
}

#minute .pol-option-percentage {
  display: inherit;
  text-align: right;
  margin-right: 6px;
  font-size: 14px;
}

#minute .pol-option-votes {
  display: inherit;
  text-align: left;
  font-size: 13px;
}

.blinking {
  animation: blinkingText 2s infinite;
}
@keyframes blinkingText {
  0% {
    color: #02a9b1;
  }
  49% {
    color: #02a9b1;
  }
  60% {
    color: transparent;
  }
  99% {
    color: transparent;
  }
  100% {
    color: #02a9b1;
  }
}

input[type="checkbox"]:disabled,
input[type="checkbox"]:disabled:checked::before {
  opacity: 0 !important;
}

#minute .topic-editor div.mce-panel {
  margin-top: -58px;
  position: initial;
  background-color: transparent !important;
}

#minute .polls .option-title {
  width: 300px !important;
}

/* WP admin fixes */
#wpwrap {
  background: #f7f7f7;
}

.wp-core-ui select {
  max-width: unset !important;
}

/* Bootstrap Custom */
.progress-bar {
  border-radius: 4px;
}

.badge-success {
  background-color: #2ccc97 !important;
}

.badge-warning {
  background-color: #fdb867 !important;
  color: #fff !important;
}

.badge-danger {
  background-color: #f33c55 !important;
}

.modal {
  margin-top: 20px;
}

.modal-body {
  min-height: 150px;
}

/* Bootstrap fixes */

.tim-icons {
  color: #fff;
}

a:hover {
  color: unset !important;
  text-decoration: none !important;
}

.nav.nav-pills li a {
  text-decoration: none;
}

.excel-icon {
  background-image: url(data:image/png;base64,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);
  display: block;
  width: 39px;
  height: 40px;
  background-repeat: no-repeat;
}

.black-icon {
  color: black;
}

#smm-event-calendar .btn-primary {
  background-color: #02a9b1 !important;
  border-color: #03a4ac;
}

#topics-modal .btn i,
.btn-link i {
  color: #9f9f9f !important;
}

.btn-link:hover i,
#topics-modal .btn:hover i {
  color: #03a4ac !important;
}

.btn-link span {
  color: #03a4ac;
  transition: all 0.3s;
}

.btn-link:hover span {
  color: #00bac3;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  float: right;
  pointer-events: none;
  color: #aaa;
  left: 30px !important;
  cursor: pointer !important;
}

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

#calendar td {
  border-color: #f0f5f9;
}

#calendar th {
  background-color: #f6fafd;
}

.fc-daygrid-event.fc-daygrid-dot-event {
  padding: 4px;
  color: #fff !important;
}

.fc-day-today {
  background-color: #f6fafd !important;
}

.dashicons-star-filled::before {
  color: #ffbf45 !important;
}

.fas.fa-cloud.action-icon.icon-blue::after {
  content: "✓";
  margin-left: -28px;
  position: relative;
  color: #fff;
  font-size: 20px;
  top: -4px;
  margin-right: 11px;
}
.topic-draggable {
  cursor: move;
}

.topic-draggable.draggable-hovered {
  color: #43bdc2
}

.topic.hovered input.topic-title {
  color: #000;
}

.active-topic .topic-activate i {
  color: #43bdc2 !important;
}

#minute .topic-actions button {
  margin-left: -10px !important;
}

#topics-modal .topic-actions .btn-link i::before {
  font-size: 18px;
}

#minute .fa.fa-plus::before,
#topics-modal .fa.fa-plus::before {
  color: #17a2b8;
}

tr.option td:first-child::before {
  content: "";
  padding: 5px;
  background-color: #17a2b8;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  margin-left: -10px;
}

.topic-modal tr.option td:first-child::before {
  top: -3px;
}

.option-delete {
  cursor: pointer !important;
}
iframe .mceBlackBody {
  background-color: red !important;
}

.order-number[data-floating] {
  position: relative;
}
.order-number[data-floating]::after {
  content: "Topic Floated";
    font-size: 10px;
    color: red;
    white-space: nowrap;
}

.topic-actions button {
  position: relative;
}

button.topic-attachment:hover::after {
  position: absolute;
  padding: 2px 4px;
  background: #000;
  color: #fff;
  content: "Add Attachment";
  font-size: 12px;
  white-space: nowrap;
  top: 100%;
  right: 0px;
  transform: translateX(50%);
  z-index:9999
}
button.add-topic-poll:hover::after {
  position: absolute;
  padding: 2px 4px;
  background: #000;
  color: #fff;
  content: "Create Custom Poll";
  font-size: 12px;
  white-space: nowrap;
  top: 100%;
  right: 0px;
  transform: translateX(50%); 
  z-index:9999;
}
button.add-topic-default-poll:hover::after{
  position: absolute;
  padding: 2px 4px;
  background: #000;
  color: #fff;
  content: "Add Default Poll";
  font-size: 12px;
  white-space: nowrap;
  top: 100%;
  right: 0px;
  transform: translateX(50%); 
  z-index:9999;
}
button.postpone:hover::after {
     position: absolute;
  padding: 2px 4px;
  background: #000;
  color: #fff;
  content: "Postpone";
  font-size: 12px;
  white-space: nowrap;
  top: 100%;
    right: 0px;
transform: translateX(50%); 
z-index:9999
}
button.topic-delete:hover::after {
     position: absolute;
  padding: 2px 4px;
  background: #000;
  color: #fff;
  content: "Delete";
  font-size: 12px;
  white-space: nowrap;
  top: 100%;
    right: 0px;
transform: translateX(50%); 
z-index:9999
}
button.template-topic:hover::after {
     position: absolute;
  padding: 2px 4px;
  background: #000;
  color: #fff;
  content: "Template Topic";
  font-size: 12px;
  white-space: nowrap;
  top: 100%;
    right: 0px;
transform: translateX(50%); 
z-index:9999
}

#meetings .btn{
    padding-top:0 !important;
}
#meetings .btn-info{
    padding:.25rem .5rem !important;
}
.smm-outline-btn {
display: inline-block;
}