.wr{
    width: 100%;
    position: relative;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.ercd {
    max-width: 1200px;
    margin: 0 auto;
}
.ercd .logo{
    display: block;
    padding: 90px 0 40px;
    border-bottom: 6px solid #cdcecf;
}
.adverse_event_txt {
    margin: 30px 0 50px;
}
.adverse_event_title {
    font-size: 30px;
    line-height: 1;
    color: #111111;
    margin: 0;
    padding-bottom: 15px;
    font-weight: bold;
}
.adverse_event_txt {
    margin: 30px 0 50px;
}
.adverse_event_title {
    font-size: 30px;
    line-height: 1;
    color: #111111;
    margin: 0;
    padding-bottom: 15px;
    font-weight: bold;
}
#adverse_event_form .col {
    margin-bottom: 45px;
}
#adverse_event_form .col_title {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#adverse_event_form .col_title h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #323232;
    font-weight: bold;
}
#adverse_event_form .col_inner {
    border: 10px solid #eef1f7;
    padding: 40px;
}
.form-group {
    max-width: 800px;
    margin-bottom: 20px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
label {
    font-size: 18px;
    font-weight: normal;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control {
    height: 40px;
    border-color: #02317d;
}
.phone_or_email .bd {
    display: flex;
    align-items: center;
}
.phone_or_email .bd .bd_box {
    width: 100%;
    margin-right: 15px;
}
.phone_or_email .bd .bd_box_txt {
    white-space: nowrap;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.phone_or_email .bd .bd_box .bd_box_col {
    display: none;
}
.dateicon {
    background-image: url(../img/jedate.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.btn-primary {
    padding: 0 50px;
    background-color: #02317d;
    border-radius: 0;
    outline: none;
    border: none;
    transition: all 0.5s;
}
.btn {
    font-size: 18px;
    line-height: 40px;
}
#adverse_event_form .col_form_t {
    margin: 30px 0 20px;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
#adverse_event_form .col_form .table {
    text-align: center;
}
.table-bordered {
    border: 1px solid #ddd;
}
#adverse_event_form .col_form .table thead {
    background-color: #d9d9d9;
}
#adverse_event_form .col_form .table thead th {
    text-align: center;
    padding:10px;
    font-weight: normal;
    line-height: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.table-responsive input {
    background: none;
    text-align: center;
    border: none;
}
button[disabled], html input[disabled] {
    cursor: default;
}