
/*Core variables and mixins*/
.clearfix {
  /*zoom: 1;*/
  transform: scale(1); /* Standard Property */
 transform-origin: 0 0;  /* Standard Property */
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.box-action:hover {
  background-color: #ececec;
}

.popover {
  max-width: none;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 90%;
  }

  .modal-md {
    width: 65%;
  }
}






