.tooltip {
  pointer-events: none; }

.menu-buttons {
  text-align: right; }
  .menu-buttons .btn {
    margin-left: 20px; }

.whats-green {
  background-color: #555299 !important;
  color: white; }

.box-primary {
  border-top-color: #555299 !important; }
  .box-primary li a {
    color: #555299 !important; }

.box-info {
  border-top-color: #555299 !important; }

.box-green a {
  color: #555299 !important; }

.box-primary th a {
  color: #555299 !important; }

label.label-success {
  background-color: #555299 !important; }

.progress-bar.progress-bar-success {
  background-color: #555299 !important; }

span.label-success {
  background-color: #555299 !important; }

.btn.btn-success {
  background-color: #555299 !important; }

.btn.btn-primary {
  background-color: #555299 !important; }

.box-footer a {
  color: #555299 !important; }

.box-footer .btn-primary {
  background-color: #555299 !important; }

.alert.alert-success {
  background-color: #555299 !important; }

.box-body .btn-primary {
  background-color: #555299 !important; }

.home-profile-img {
  width: 128px;
  height: 128px; }

.img-thumbnail {
  min-width: 100px; }

.chart-container {
  position: relative;
  margin: auto;
  height: 500px;
  padding-bottom: 50px; }

.biography-text {
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; }

.no-border-focus {
  transition: none; }
  .no-border-focus:focus {
    border: 1px solid #ccc !important;
    outline: none; }

.csv-button {
  margin-right: 10px;
  margin-top: 10px; }

.fl {
  float: right; }

.img-magnifier {
  position: absolute;
  display: flex;
  color: rgba(0, 0, 0, 0);
  font-size: 50px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  pointer-events: none; }
  .img-magnifier.hovering {
    color: rgba(0, 0, 0, 0.2); }

.msg-img {
  position: relative;
  cursor: pointer; }

.viewer-toolbar > ul {
  transform: scale(1.5, 1.5); }

.viewer-zoom-in::before {
  background-image: url("../img/zoom-in.png") !important;
  background-size: 15px 15px !important;
  background-position-x: 3px !important;
  background-position: 2px 2px !important; }

.viewer-zoom-out::before {
  background-image: url("../img/zoom-out.png") !important;
  background-size: 15px 15px !important;
  background-position: 2px 2px !important; }

#color-picker {
  margin-bottom: 20px; }

.text-align-right {
  text-align: right; }

.no-padding-left {
  padding-left: 0; }

.no-padding-right {
  padding-right: 0; }
