/**
 * @category  Me
 * @package   Me_Cmb
 * @author    Attila Sági <sagi.attila@aion.hu>
 * @copyright 2015 Magevolve Ltd. (http://magevolve.com)
 * @license   http://magevolve.com/terms-and-conditions Magevolve License
 * @link      http://magevolve.com
 */
.me-cmb #cmb_call_date {display: inline-block; width: 150px;}
.me-cmb select {width: 173px;}
.me-cmb.loading:before, .me-cmb.loading:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.me-cmb.loading:before {
    background-color: white;
    opacity: 0.5;
    z-index: 2;
}
.me-cmb:after {
    background-image: url("opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.me-cmb.loading {
    position: relative;
}
.me-cmb.loading:before, .me-cmb.loading:after {
    display: block;
}