/**
* 2010-2019 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2019 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

body {overflow: hiddden;}
.container {
    margin-top: 50px;
}
.wk-form-shadow {
    padding-top: 20px;
    border-top:3px solid #2fb5d2;
    box-shadow: -2px -2px 20px 5px #f3f1f1;
    margin-top: 7px;
}
.wk-container-list-heading {
    margin-top: 5px;
    padding-left:22px;
    font-weight: bold;
}
.wk-item {
    padding:20px 10px 20px 10px;
    background-color:#ffffff;
    margin:10px;
}
.form-group.required .control-label::before {
    content:"*";
    color:red;
}
.caption {
    padding-top:5px;
}
