/*
 *  Document   : mc.mixins.less
 *  Created on : 11/1/2013, 12:30:00
 *  Author     : Cynthia Juanilla
 *  $Revision: 8723 $
 *  $LastChangedDate: 2020-11-09 20:41:35 -0300 (Mon, 09 Nov 2020) $
 *  $LastChangedBy: esanchez $
 *  Description:
 *      Functions to use with less
 */
div[class*="dfMc-"] .clearfix {
  *zoom: 1;
}
div[class*="dfMc-"] .clearfix:before,
div[class*="dfMc-"] .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
div[class*="dfMc-"] .clearfix:after {
  clear: both;
}
div[class*="dfMc-"] .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
div[class*="dfMc-"] .input-block-level {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
