/**
 * @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: 80%;}
.me-cmb #cmb_call_date_trig {display: inline-block;}
.me-cmb .block-subtitle {font-size: 12px;}
.me-cmb .success-msg {
    position: relative;
    margin-bottom: 5px;
    padding: 7px 10px 7px 20px;
    background: #f4f4f4;
    font-size: 12px;
    color: black;
    border-left: 5px solid #11b400;
    background-color: #eff5ea;
}
.me-cmb .success-msg:before {
    top: 50%;
    left: 0;
    margin-top: -6px;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #11b400;
    border-right: none;
}
.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("../../../images/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;
}