@CHARSET "UTF-8";
/**
 * @package    manicontact
 * @subpackage CSS
 * @author     fatemeh salahhshour {@link http://www.themeiran.com}
 * @author     Created on 13-Sep-2018
 * @license    GNU/GPL
 */


#com_manicontact_content {
    width: 50%;
}

#com_manicontact_content .title {
    float: left;
    width: 50%;
    text-align: right;
    font-weight: bold;
    background-color: #eee;
}

#com_manicontact_content .cell {
    float: left;
    width: 45%;
    padding-left: 1em;
    border-bottom: 1px solid gray;
}


/* by mani */
.com_manicontact {
    background: #fff;
    padding: 20px;
}
.com_manicontact .form-group input {
    border-radius:0 !important;
    height: 40px !important;
    border: 1px solid #e2e2e2 !important;
}
