.box {
    position: relative;
    border-radius: 3px;
    background: #ccc;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-top-color: #3c8dbc;
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-group {
  //  margin-right: -15px;
  //  margin-left: -15px;
    margin-bottom: 15px;
}
.checkbox{
    margin-top:0;
}
.BoxEdit{
    width: 48%;
    float: left;
    margin-right: 10px;
}
