@import "search.css";
@import "ime.css";
@import "list2.css";
/* ベース {{{ */
#role {
    font-weight:normal;
    border:0px;
    border-color: white;
    border-style: solid;
    color: white;
    text-align:center;
}
p#role.Development {
    border:0px;
    border-color: white;
    border-style: solid;
    color: white;
    text-align:right;
}
p#role.Staging {
    border:0px;
    border-color: white;
    border-style: solid;
    color: white;
    text-align:right;
}
p#role.Production{
    border:0px;
    border-color: white;
    border-style: solid;
    color: white;
    text-align:right;
}

th h3 {
    padding: 7.2px;
    color: #326ee7;
    background-color:#FFEEE4;
}
fieldset legend {
    color: black;
}
div.error-message {
    clear: both;
    color: #900;
    font-weight: bold;
    background-color: #fff;
    padding: 5px;
    padding-left: 10px;
}
div#flashMessage {
    clear: both;
    color: #fff;
    font-weight: bold;
    background-color: red;
    padding: 5px;
    padding-left: 10px;
}
div.success {
    clear: both;
    color: #900;
    color: #fff;
    font-weight: bold;
    background-color: green;
    padding: 5px;
    padding-left: 10px;
    font-size:140%;
    margin-bottom: 10px;
}
div.error {
    clear: both;
    color: #fff;
    font-weight: bold;
    background-color: red;
    padding: 5px;
    padding-left: 10px;
    font-size:140%;
    margin-bottom: 10px;
}
.dltx a {
    color: #0066FF;
    font-size: 130%;
    font-size: 120%;
    padding-bottom: 10px;
    text-decoration: underline;
}
.dltx A:hover {
    color: #0066FF;
    position: relative;
    top: 1pt;
    left: 1pt;
    text-decoration: underline;
}
hr.dl {
    height: 1px;
    border: none;
    border-top: 1px #000000 dashed;
}
div.info {
}
p.info {
    margin-top: 1em;
}
.dltx-sm a {
    color: #0066FF;
    text-decoration: underline;
}
.dltx-sm A:hover {
    color: #0066FF;
    position: relative;
    top: 1pt;
    left: 1pt;
    text-decoration: underline;
}
/* }}} */

.color-red {
    color:red !important;
}

#waf-lines {
    /* white-space: pre !important; */
    margin:0px;
    padding:0px;
    /* font-weight:bold; */
}
#waf-box {
    display: none;
    margin-bottom:1.5rem;
}
#line-head-waf {
    color: #1b1e21;
    border-color: #c6c8ca;
    /* border: solid silver 1px; */
    border-bottom: solid silver 1px;
    border-top: solid silver 1px;

    /* background-color: #e2e3e5; */
    background-color: #fff;
    padding-top:3px;
    font-weight:bold;
}
a#line-head-waf{
    color: blue ;
}

table #count-today {
    font-weight: bold;
}
#reload-diff {
    display:none;
}
#issue-box {
    display:none;
    margin-bottom:2rem;
}
#issue-lines {
}
.line {
    line-height: 2.0;
    padding-left:1em;
    padding-right:1em;
}
#line-head {
    color: #1b1e21;
    border-color: #c6c8ca;
    /* border: solid silver 1px; */
    border-bottom: solid silver 1px;
    border-top: solid silver 1px;

    /* background-color: #e2e3e5; */
    background-color: #fff;
    padding-top:3px;
    font-weight:bold;
}
.line-latest {
    color: #721c24;
    /* color: red; */
    background-color: #f8d7da;
    /* background-color: #fff3cd; */
    /* background-color: #e2e3e5; */
    border-color: #f5c6cb;
}
.line-mobile{
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.line-primary{
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.line-info{
    color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.line-success{
    color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.narrow {
    border:0px ; 
    padding:0px; 
    margin:0px;
}
.c3-target-PC text {
       fill: white;
       font-weight:bold;
}
.c3-target-モバイル text {
       fill: white;
       font-weight:bold;
}
.c3-target-Mobile text {
       fill: white;
       font-weight:bold;
}
.c3-target-Android text {
       fill: white;
       font-weight:bold;
}
.c3-target text {
       fill: white;
       font-weight:bold;
}
.c3-target-iPhone text {
       fill: white;
       font-weight:bold;
}
#mobile1st {
    /*
    margin-left:50px !important;
    padding-right:0px;
    margin-right:0px;
    */
}
#mobile2nd {
    padding-top:10px;
    vertical-align:bottom !important;
}
.updated {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
/*
#issue-box {
margin:0 0 1.2em 0; 
pading: 1em; 
color:#004085; 
background-color:#cce5ff; 
border-color:#b8daff; 
font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
display:none;
}
#issue-box.title {
padding:1em; 
font-weight:bold; 
padding-bottom:3px;
}
#issue-box.help {
font-weight:normal;
}
#issue-box hr {
padding:1em; 
vertical-align:top
}
 */
