.update-nag {
  display: none !important;
}
.form-control {
  border: 1px solid #d2ddec !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.change-plan {
  margin-top: 10px;
}
button#filter_button {
  margin-top: 30px;
}
form#filter_buttons_form {
  width: 100%;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 15px 18px;
  border-bottom: 1px solid #111;
  color: #283e59;
  background-color: #edf2f9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 15px 10px !important;
}
button.dt-button {
  border-color: #39afd1;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #39afd1;
  /* border: 1px solid transparent; */
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-image: none;
  padding: 10px 20px;
  margin-bottom: 20px;
}
button.dt-button:hover {
  background-image: none !important;
  color: #fff;
  background-color: #2b99b9 !important;
  border-color: #2991ae !important;
}
.new_tmp_button {
  display: block;
  padding: 5px 10px;
  margin: 0 10px;
}
.card {
  max-width: 100%;
}
.card-body {
  padding: 5px 0;
}
/* span.cke_toolbar_break {
  display: inline !important;
} */
.compress-prospect-sidebar {
  position: absolute;
  top: 0px;
  font-size: 40px;
  margin-left: -10px;
  cursor: pointer;
}
.main-content {
  transition: 1s all;
}
.prospect-sidebar {
  transition: 0.5s all;
}
.main-content.compressed {
  margin-left: 0px !important;
}
.prospect-sidebar.compressed {
  display: none !important;
}

@media (min-width: 768px) {
  .navbar-vertical.navbar-expand-md.fixed-left {
    left: auto !important;
    margin-top: 30px;
  }
}
