﻿.text-align-left
{
    text-align: left !important;
}

.text-align-center
{
    text-align: center !important;
}

.text-align-right
{
    text-align: right !important;
}

.inline-block {
    display: inline-block;
}

.width_100 {
    width: 100%;
}

.panel-logout
{
    float: right;
    margin-top: 5px;
    word-break: break-all;
    word-wrap: break-word;
}

.label-user-name
{
    padding: 5px;
}

.page-title-text
{
    font-size: 22px;
    margin: 8px 0;
    border-left: solid 0 #5D7B9D;
    display: inline-block;
}

.page-subtitle-text
{
    padding-left: 5px;
    display: inline-block;
}

.case-report-form-title
{
    font-size: 160%;
    font-weight: bold;
    line-height: 150%;
}

.error-message
{
    border-radius: 4px;
    display: block;
    border: solid 2px #CC0000;
    color: #CC0000;
    padding-left: 5px;
}

.info-list .Warning
{
    color: #FF9933;
    font-weight: bold;
}

.info-list .Error
{
    color: #CC0000;
    font-weight: bold;
}

.info-list .ErrorLarge
{
    color: #CC0000;
    font-weight: bold;
    font-size: large;
}

.info-list .Normal
{
    color: #000000;
}

.info-list li
{
    list-style-type: none;
}

.info-list li:before
{
    content: "✓";
    padding-right: 5px;
}

.nowrap
{
    white-space: nowrap;
}

.nowrap_wide
{
    width: 25%;
    white-space: nowrap;
    text-align: right !important;
}

.text-align-left_wide
{
    text-align: left !important;
}

.waritsuke_result
{
    font-weight: bold;
    font-size: 200%;
}

.waritsuke_result_150
{
    font-weight: bold;
    font-size: 150%;
}

.waritsuke_result_red
{
    color: Red;
    font-weight: bold;
    font-size: 200%;
}

.inner_label
{
    display: inline-block;
    width: 10em;
    padding-left: 5em;
}

.datetime_box
{
    display: inline;
}

/* ReSharper disable CssNotResolved */

.ime_forbbiden
{
    ime-mode: disabled;
}
/* ReSharper restore CssNotResolved */

/* ワーニング */

.warning_message
{
    display: block;
    border: solid 2px blue;
    color: blue;
    padding: 0 2px 0 2px;
}

.value_color_blue
{
    color: Blue;
}

.font_smaller
{
    font-size: smaller;
}

.block
{
    display: block;
}

.footer
{
    margin-top: 10px;
}

.bordered
{
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    padding-top: 10px;
    margin-bottom: 20px;
}

.is-deleted
{
    text-decoration:line-through;
}

.title_login_button
{
    padding-bottom: 10px;
}

.audit-trail-icon
{
    margin-right: 10px;
    vertical-align: top;
}

.prefix
{
    margin-right: 10px;
}

.postfix
{
    margin-right: 10px;
}

.unit
{
    margin-right: 10px;
    margin-left: 10px;
}

.login-box
{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.list-item
{
    display: inline-block;
    margin-right: 20px;
}

.display-none
{
    display: none;
}

.extra-applicable-margin-bottom
{
    /* 臨時的に余白部分を適用する */
    /* bootstrapの.form-horizontalが */
    /* styleを上書きする為、臨時で適用する */
    /* 本属性の使用には、注意する事 */
    margin-bottom: 10px !Important;
}

.custom-float-right-margin
{
    float: right;
    margin: 10px;
}

/* bootstrapの指定を上書き */
.dropdown-menu
{
    min-width: 0;
}

.not-selected-radio + br {
    display: none;
}

.required {
    margin: 0 0.5em;
    padding: 0 0.5em;
    -webkit-border-radius: 6px;   /* Safari,Google Chrome */
    -moz-border-radius: 6px;      /* Firefox12まで */
    border-radius: 6px;           /* Firefox13以降 */
    background-color: #ff3957;
    color: #fff;
    font-weight: normal;
    font-size: 90%;
}

.table-footer {
    border-top: 4px double #DDD;
}

.color_red
{
    color: red;
}

.login-textbox
{
    margin-left: 15px;
}
