.tooltip2 {
  position: relative;
  display: inline-block;
}

.tooltip2 .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #0288D1;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 9999;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 0.5s;
}
.tooltip2 .tooltiptext a {
  color: #fff;
}

.tooltip2:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.letter-single-template {
  padding: 5px;
  margin: 5px;
  border: 1px solid #ddd;
}
.letter-single-template .row {
  padding-bottom: 5px;
  padding-top: 5px;
}

.unread-messages-count {
  visibility: hidden;
}

.starred-unstarred-selector {
  font-size: 25px;
  padding-right: 10px;
}
.starred-unstarred-selector .icon {
  opacity: 0.3;
}
.starred-unstarred-selector .icon.icon-star-o {
  color: #757575;
}
.starred-unstarred-selector .icon.icon-star, .starred-unstarred-selector .icon.icon-star-half-full {
  color: #FFA500;
}
.starred-unstarred-selector .icon:hover {
  opacity: 1;
}
.starred-unstarred-selector .active .icon {
  opacity: 1;
}

.color-picker-example {
  cursor: pointer;
}

.crm-entity-filter {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.crm-entity-filter .crm-filter-data {
  display: none;
}

.width-100 {
  width: 100% !important;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

#email-content .row {
  padding-bottom: 5px;
}

#soft-phone-panel .phone-div {
  margin-bottom: 1.5em;
}
#soft-phone-panel .digit-btn {
  font-size: 3em;
  text-align: center;
  border: 1px solid #dcdcdc;
  width: 33.3%;
  float: left;
  display: inline-block;
  cursor: pointer;
}
#soft-phone-panel .digit-btn.full-size {
  width: 100%;
}
#soft-phone-panel .digit-btn:hover, #soft-phone-panel .digit-btn:focus {
  background-color: rgba(2, 136, 209, 0.4);
}

#callcenter_header > [class^=col-lg] {
  padding: 0;
}
#callcenter_header #logo {
  overflow: hidden;
}
#callcenter_header #info {
  overflow: hidden;
  padding-right: 5px;
}
#callcenter_header .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
#callcenter_header #phone_number {
  width: 194px;
}
@media (min-width: 992px) {
  #callcenter_header #phone_number {
    width: 170px;
  }
}
@media (min-width: 768px) {
  #callcenter_header #phone_number {
    width: 150px;
  }
}
@media (min-width: 768px) {
  #callcenter_header .navbar-account-btn {
    font-size: 11px;
    height: 34px;
  }
}

ul.dashboard-menu {
  list-style-type: none;
  padding-left: 10px;
}
ul.dashboard-menu a.active {
  font-weight: bold;
  color: black;
  text-decoration: none;
}

.navbar-nav span.like-a {
  color: #fff;
  line-height: 20px;
  position: relative;
  display: block;
  padding: 15px 15px;
  text-decoration: none;
  background-color: transparent;
}

.card-body.spa-block {
  padding-top: 5px;
  padding-bottom: 5px;
}
.card-body.spa-block .pagination {
  margin: 5px 0;
}

#spa-main-block .callcenter-overdue-task {
  color: red;
}

#popupdisposition .modal-dialog {
  margin-top: 150px;
}

.incomingcallsbutton button.btn {
  margin-top: 10px;
  margin-right: 4px;
}
.incomingcallsbutton button.not-shown {
  display: none;
}

.sidenav-item .label-outline-success {
  border-color: #FFF;
  color: #FFF;
}

.task-category-filter {
  padding: 0 !important;
  border: none !important;
  max-width: 161px !important;
  width: 181px !important;
}
.task-category-filter .form-group {
  width: 100%;
}
.task-category-filter .form-group ul {
  padding: 0 !important;
}

.navbar-nav > li > a#calld {
  padding-top: 7px;
  padding-bottom: 7px;
}
.navbar-nav > li > a#endcall {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #d50000;
}

.call-center-user-stat .card-body {
  font-size: 13px;
}

.red-envelope {
  color: #FF0000;
}
.red-envelope:hover, .red-envelope:active {
  text-decoration: none;
  color: #990000;
}

.green-retweet {
  color: #009900;
}
.green-retweet:hover, .green-retweet:active {
  text-decoration: none;
  color: #006600;
}

.bg-linkedin.partner {
  background-color: orange;
  border-color: orange;
}

#block_for_actions > div:nth-child(2n+1) {
  background-color: #dedede;
}

table.mail-list td:not(.mail-list-content) {
  white-space: nowrap;
}
table.mail-list tr:hover {
  background-color: #e6e6e6;
}
table.mail-list .mail-list-name,
table.mail-list .mail-list-content,
table.mail-list .mail-list-meta {
  cursor: pointer;
}
table.mail-list .mail-list-name a,
table.mail-list .mail-list-content a,
table.mail-list .mail-list-meta a {
  display: none;
}
table.mail-list .mail-list-owner {
  font-weight: bold;
}
table.mail-list td.mail-list-name div {
  max-width: 200px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.mail-list td.reply-column {
  min-width: 100px;
}

table.messages-header td {
  padding-right: 20px;
}
table.messages-header .mail-list-name span.name,
table.messages-header .mail-list-content span.name,
table.messages-header .mail-list-meta span.name {
  display: none;
}

.d3js-plot-field {
  overflow-x: auto;
}

.statistic-dashboard-team-tables td {
  padding: 2px 8px !important;
}

/* tv-dashboard */
#statistics-tv:not(.statistics-tasks) {
  font-size: 30px;
}
#statistics-tv.statistics-tasks {
  font-size: 24px;
}
#statistics-tv td {
  padding: 3px;
}
#statistics-tv td.color-red, #statistics-tv td.color-red a {
  color: #e60000;
}
#statistics-tv .big-digit {
  font-size: 10rem;
}
#statistics-tv .big-digit.link {
  cursor: pointer;
}
#statistics-tv .big-digit.link:hover {
  text-decoration: underline;
}

.show-hidden-values {
  cursor: pointer;
}

#sales-funnel-data .failed {
  background-color: #ffeaf1;
  color: darkred;
}
#sales-funnel-data .money {
  background-color: #ecffea;
  color: #008b1d;
}
#sales-funnel-data .money:hover {
  background-color: #d1fbcd;
}
#sales-funnel-data .money-toggle {
  cursor: pointer;
}

.text-italic {
  font-style: italic !important;
}

.green-line {
  background-color: #ecffea;
  color: #008b1d;
}

svg.svg-linear-plot .line {
  fill: none;
  stroke: steelblue;
  stroke-width: 2px;
}

.like_pre, .like-pre {
  white-space: pre-line;
}

.big-height {
  line-height: 3em;
  margin-bottom: 20px;
  margin-top: 10px;
}

.no-padding {
  padding: 0 !important;
}

.beautiful-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}

.select2-no-arrow .select2-selection__arrow {
  display: none;
}

.editable-click {
  border-bottom: none;
}

.moment_from {
  cursor: default;
}

button.note-btn[data-original-title=Video] {
  display: none;
}

.additional-message {
  font-weight: bold;
}

.full-width {
  width: 100% !important;
}

.width-80 {
  width: 80% !important;
}

.task-category-filter {
  padding: 0 !important;
  border: none !important;
  max-width: 161px !important;
  width: 161px !important;
}
.task-category-filter .form-group {
  width: 100%;
}
.task-category-filter .form-group ul {
  padding: 0 !important;
}

.large-popup {
  display: inline-block;
}
.large-popup .hover-wrapper {
  position: relative;
}
.large-popup .hover-wrapper .agent-photo {
  width: 30px;
  height: 30px;
  overflow-y: hidden;
  background-size: 30px auto !important;
}
.large-popup .hover-wrapper .agent-photo.size-150 {
  width: 150px;
  height: 150px;
  background-size: 150px auto !important;
}
.large-popup .hover-wrapper .agent-photo-big {
  width: 300px;
  height: 300px;
  overflow-y: hidden;
  background-size: 300px auto !important;
  left: 30px;
  display: none;
  bottom: 30px;
}
.large-popup .hover-wrapper .agent-photo-big.size-150 {
  left: 150px;
  top: 0;
}
.large-popup .hover-wrapper .agent-photo-big:hover {
  display: none !important;
}
.large-popup .hover-wrapper:hover .agent-photo-big {
  display: block;
  z-index: 9999999;
  position: absolute;
}

.agents-pagination li {
  cursor: pointer;
}
.agents-pagination li.active {
  cursor: default;
}

.overflow-auto {
  overflow: auto !important;
}

.card.with-table:not(.no-mb) {
  margin-bottom: 200px;
}

.text-red {
  color: red;
}

#original-contact, #expand-contact-fields i {
  margin: 0 0 0 8px;
  float: right;
}

.collapse-default {
  margin-left: 10px;
  background-color: white;
  cursor: pointer;
  display: -webkit-inline-box;
}

.collapse-less {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.collaspe-wrap ul {
  -webkit-padding-start: 0;
}
.collaspe-wrap ul li {
  display: inline-flex;
}

.sms-reply-block {
  margin-bottom: 10px;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.form-control.no-padding-input {
  padding: 0 2px;
  text-align: center;
  width: 100%;
}

.text-2x {
  font-size: 2em;
}

.text-3x {
  font-size: 3em;
}

.bold {
  font-weight: bold;
}

.navbar-global-search {
  position: relative;
  overflow: inherit;
}

.global-search-wrapper {
  position: absolute;
  display: none;
  left: 31px;
  width: 370px;
  z-index: 200;
}
.global-search-wrapper .global-search-body {
  padding: 10px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
  display: block;
}
.global-search-wrapper .search-results {
  color: #000;
  padding-top: 10px;
  overflow: auto;
  max-height: 500px;
}
.global-search-wrapper .hilitestyle {
  background-color: yellow;
}
.global-search-wrapper .search-result-group {
  padding-bottom: 5px;
}
.global-search-wrapper .result-group-icon {
  width: 10%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.global-search-wrapper .result-group-rows {
  width: 88%;
  display: inline-block;
}
.global-search-wrapper .result-group-row {
  padding-bottom: 4px;
}
.global-search-wrapper .result-group-row a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 2px;
}
.global-search-wrapper .result-group-row a:hover {
  background-color: #eee;
}
.global-search-wrapper .search-block {
  padding-bottom: 10px;
}

.title-bar-actions:not(.incoming-messages) .btn {
  box-shadow: none;
  border: none;
  background: none;
}
.title-bar-actions:not(.incoming-messages) .btn:hover {
  text-decoration: underline;
}
.title-bar-actions:not(.incoming-messages) .btn:active {
  background: none;
}
.title-bar-actions:not(.incoming-messages) .btn-outline-danger:hover {
  color: #a20000;
}
.title-bar-actions:not(.incoming-messages) .btn-outline-primary:hover {
  color: #0288d1;
}
.title-bar-actions:not(.incoming-messages).next-step a {
  text-transform: none;
  font-size: 20px;
}
.title-bar-actions:not(.incoming-messages).next-step .bg-primary {
  background-color: #2ab27b;
  border-color: #2ab27b;
}
.title-bar-actions:not(.incoming-messages).next-step .btn-outline-primary {
  color: #2ab27b;
}
.title-bar-actions:not(.incoming-messages) .btn-outline-default:hover {
  color: #757575;
}
.title-bar-actions:not(.incoming-messages) .btn-link.link-danger {
  color: #d50000;
}
.title-bar-actions:not(.incoming-messages) .btn-link.link-danger:hover {
  color: #a20000;
}
.title-bar-actions:not(.incoming-messages) .btn-link.link-default {
  color: #757575;
}
.title-bar-actions:not(.incoming-messages) .btn-link.link-default:hover {
  color: #757575;
}
.title-bar-actions:not(.incoming-messages) .select2-data-table {
  display: none;
}
.title-bar-actions:not(.incoming-messages) .select2-selection {
  border: none;
  background: none;
}
.title-bar-actions:not(.incoming-messages) .select2-selection .select2-selection__rendered {
  color: #0288d1;
  padding-right: 10px;
}
.title-bar-actions:not(.incoming-messages) .select2-selection .select2-selection__arrow b {
  border-color: #0288d1 transparent transparent transparent;
}

.activity-data-card > .card {
  box-shadow: none;
  margin: 0;
}
.activity-data-card > .card > .card-body {
  padding-bottom: 5px;
}
.activity-data-card .row .card {
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.card-activities .card-header:not(.select2-with-borders) .select2-selection {
  border: none;
  background: none;
}
.card-activities .card-header .card-actions {
  margin-top: -12px;
}

.filter-activities {
  display: inline-block;
  color: #757575;
  text-transform: uppercase;
  margin-right: 15px;
}
.filter-activities select {
  color: #757575;
  display: none;
}
.filter-activities select:hover {
  color: #757575;
  text-decoration: none;
}

.card.card-header {
  font-weight: bold;
}

.card.collapse-head .card-header {
  font-weight: normal;
}

.top-agent-button .text {
  margin-right: 10px;
}
.top-agent-button .spinner {
  display: none;
}

@media (min-width: 768px) {
  .layout .layout-main .layout-content {
    margin-left: 15px;
  }
}
@media (max-width: 1024px) {
  .navbar-search {
    width: 360px;
  }

  .navbar-search-collapsed {
    width: 50px;
  }
}
.table .active-call * {
  color: #990000;
}

.select2-container .select2-selection--single {
  height: 34px !important;
}

.element-with-id .text-danger {
  font-size: 10px;
}

.select2-results__option--highlighted a {
  color: #FFF;
}

#merge-modal .modal-body {
  padding: 0 20px;
}

.white-link {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.white-link:hover {
  color: lightgrey;
  text-decoration: underline;
}

table:not(.no_fixed_width) td.checkbox-column {
  width: 26px;
}
table:not(.no_fixed_width) td.action-icon {
  width: 30px;
}
table:not(.no_fixed_width) td.tasklist-name {
  width: 60px;
}
table:not(.no_fixed_width) td.contact {
  width: 105px;
}
table:not(.no_fixed_width) td.category-column {
  width: 210px;
}
table:not(.no_fixed_width) td.due-date {
  width: 170px;
}
table:not(.no_fixed_width) td.staff-column {
  width: 150px;
}
table:not(.no_fixed_width) tr.action-line td.completed {
  text-decoration: line-through;
  color: grey;
}
table:not(.no_fixed_width) tr.action-line td.completed a {
  color: grey;
}
table:not(.no_fixed_width) tr.action-line td.completed .bg-linkedin {
  background-color: grey;
  border-color: grey;
}
table:not(.no_fixed_width) tr.action-line td.not-condition {
  color: grey;
}
table:not(.no_fixed_width) tr.action-line td.not-condition a {
  color: grey;
}
table:not(.no_fixed_width) tr.action-line td.not-condition .bg-linkedin {
  background-color: grey;
  border-color: grey;
}

.task-line.selected {
  background-color: #def3ff;
}
.task-line.finished a, .task-line.finished .tasklist-name, .task-line.finished .task-description, .task-line.property-finished a, .task-line.property-finished .tasklist-name, .task-line.property-finished .task-description {
  text-decoration: line-through;
  color: lightgray;
}
.task-line.finished .label, .task-line.property-finished .label {
  color: lightgray !important;
  border-color: lightgray !important;
}
.task-line.finished .action-icon .icon, .task-line.property-finished .action-icon .icon {
  color: lightgray;
}
.task-line td {
  padding: 3px !important;
}
.task-line td.due-date .edit-btn {
  display: none;
  transform: none;
}
.task-line td.due-date a:hover .edit-btn {
  display: inline-block;
  color: #d3d3d3;
  margin-left: -15px;
  margin-top: 3px;
}

.inherit-link {
  color: inherit;
}

.outgoingcallsbutton.navbar-nav > li {
  float: left;
}

.rounded {
  border-radius: 4px;
}

.text-white {
  color: white;
}

.from-top-company {
  color: #d3d3d3;
}
.from-top-company a {
  color: #d3d3d3;
}
.from-top-company .btn {
  border-color: #d3d3d3;
  color: #d3d3d3;
}

.agents-table {
  max-width: 1000px !important;
  margin: 0 auto;
}

.full-width-table .agents-table {
  max-width: 100% !important;
}

.added_agent a.agent_name {
  font-weight: bold;
}

.unsuitable {
  color: #d3d3d3;
}
.unsuitable a {
  color: #d3d3d3;
}
.unsuitable .btn {
  border-color: #d3d3d3;
  color: #d3d3d3;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.5rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mt-5 {
  margin-top: 2.5rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mt-7 {
  margin-top: 3.5rem !important;
}

.mt-8 {
  margin-top: 4rem !important;
}

.bedrooms-row .col-md-1 {
  padding: 7px 0 0;
}

.ticket-list-status.open {
  background: #43a047;
}
.ticket-list-status.pending {
  background: #ef6c00;
}
.ticket-list-status.resolved {
  background: #d50000;
}

@media (min-width: 768px) {
  #sidenav {
    max-height: 50px;
  }
}
#sidenav #visited_page {
  overflow: hidden;
  display: inline-block;
  max-width: 0px;
  max-height: 50px;
}
#sidenav #visited_page a.visited-page {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 10px;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
  line-height: 50px;
  display: inline-block;
}
#sidenav #visited_page a.visited-page:hover {
  color: #FFF;
  text-decoration: none;
}

.lead-preloader {
  position: absolute;
  top: 0;
  background: white;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.table-preloader {
  position: absolute;
  width: 100%;
  background: snow;
  height: 95%;
  margin: 0 auto;
  text-align: center;
  padding-top: 10%;
  z-index: 10;
}

.mail-list-subject {
  font-weight: 600 !important;
  padding: 0 !important;
}
.mail-list-subject.card {
  display: inline;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
  margin: 0;
}
.mail-list-subject .icon-home {
  font-size: 15px;
}

.mail-list-item.selected {
  background-color: inherit !important;
  border-color: #eee !important;
  color: inherit !important;
}
.mail-list-item .icon.stared {
  color: #FFA500;
}
.mail-list-item .icon:not(.stared).icon-star {
  color: #757575;
}

.layout-content-body {
  -webkit-animation-fill-mode: none !important;
          animation-fill-mode: none !important;
}

.agents-table thead {
  background: white;
}

.dataTables_wrapper #place_for_datatable {
  min-height: 450px;
}
.dataTables_wrapper .property-card-info {
  position: fixed;
  width: 23%;
}

.contact-status-icon {
  color: #DC143C;
}

.contact-description-icon {
  color: #ffe53d;
}

.attachments-section .input-group {
  margin-bottom: 3px;
}

.activity-preloader {
  padding: 20px 0;
}

.lead-suburb-info .agent-info-title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.lead-suburb-info .agent-info-title .agent-desc {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}
.lead-suburb-info .agent-info-title .from, .lead-suburb-info .agent-info-title .to {
  margin-left: -5px;
}
.lead-suburb-info .agent-info-title .sq-16 {
  position: relative;
  top: -13px;
}
.lead-suburb-info .select2-container .select2-selection--single {
  height: 50px !important;
  line-height: 35px;
}

.recent-sales .same-street {
  background-color: rgba(200, 200, 200, 0.5);
}

.email-atcivity-item .activity-can-be-collapsed.collapse-methods-were-applied.collapse:not(.in) {
  height: 350px !important;
  overflow: hidden;
  display: block;
}
.email-atcivity-item .collapsing {
  transition: height 1s;
}

.accepted-btn {
  color: white;
  background: #43a047;
}

.declined-btn {
  color: white;
  background: red;
}

.mail-list a {
  color: #757575 !important;
  text-decoration: none !important;
}
.mail-list label.mail-list-owner {
  display: table-cell;
  padding: 10px 15px;
  width: 150px;
  cursor: pointer;
  position: relative;
}
.mail-list .mail-list-meta {
  margin-left: 10px;
}
.mail-list .mail-list-content {
  position: relative;
}

.crm-entity-filter a {
  text-decoration: none !important;
}
.crm-entity-filter a.btn-outline-primary {
  background-color: transparent;
  border-color: #0288d1;
  color: #0288d1;
}
.crm-entity-filter a.btn-outline-danger {
  background-color: transparent;
  border-color: #d50000;
  color: #d50000;
}

#other-contact-modal .form-group[data-type] {
  min-height: 30px;
  margin-bottom: 10px;
}

.audio_container {
  width: 200px;
  height: 40px;
  margin-right: 10px;
  float: left;
}

.message_audio_container {
  width: 200px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}

body > .customAudioPlayer {
  display: none;
}

.declined-agents-card a {
  color: #a9a9a9;
  border-color: #a9a9a9;
}

.zebra-table tbody.even {
  background-color: #f5f5f5;
  border-color: #ddd;
}

#popupdisposition {
  position: relative;
}
#popupdisposition .modal-dialog {
  position: fixed;
  margin: 0 auto;
  top: 10px;
}
#popupdisposition .modal-dialog .modal-header {
  cursor: pointer;
}

.pink-input {
  background-color: rgba(255, 0, 0, 0.15);
}

#disposition_property.error .select2-container--bootstrap .select2-selection, #disposition_name.error .select2-container--bootstrap .select2-selection {
  background-color: rgba(255, 0, 0, 0.15);
}

#global_hangup_btn button {
  margin-top: 8px;
}

.contact-details .input-group .form-control.big-input {
  width: 60%;
}
.contact-details .input-group .form-control.label-input {
  width: 40%;
}

.text-grey {
  color: grey;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.remove-tag-btn {
  cursor: pointer;
}
.remove-tag-btn:hover {
  background-color: #d50000;
  color: #FFFFFF;
}

.required:after {
  content: "*";
  color: red;
  padding-left: 5px;
}

.average-column {
  border-left: 1px solid #eee !important;
  border-right: 1px solid #eee !important;
  text-align: center;
}

.button-open {
  background-color: green;
  color: white;
  border-color: green !important;
}

.button-blocked {
  background-color: red;
  color: white;
  border-color: red !important;
}
