html {
  font-size: 90%;
}

ul.title-area li {
  margin-bottom: 0;
}

h2 {
  font-size: 2.5rem;
}
h3 {
  padding-top: 0;
  font-size: 2.0rem;
}

td.actions {
  text-align: right;
}

td.actions a {
  margin-left: 10px;
}

p.edit-info {
  font-size: 0.8rem;
  color: #666;
}

a.button {
  font-size: 0.8rem;
}

legend, label {
  font-size: 1.0rem;
}

.rownum {
  width: 5rem;
}

.short {
  width: 10rem;
}

.view {
    margin-bottom: 150px;
}

.content h4,
.content .related h4,
h4 {
  font-size: 1.5rem;
  margin-top: 25px;
}

select[multiple] {
  background: transparent;
}

fieldset legend {
  margin-bottom: 1rem;
}

div#actions {
  margin-top: 30px;
  bottom: 20px;
  position: fixed;
  background: #fff;
}

div.status-disabled {
    color: orangered;
    font-weight: bold;
}

select[readonly] {
    background: #eee;
    color: #aaa;
}

.related h4 a {
    margin-left: 0.3rem;
    font-size: 1rem;
    color: #ccc;
}
#conditions ul {
    list-style: none;
}
#conditions ul li {
    display: inline-block;
    border-radius: 5px;
    padding: 5px;
    margin-right: 3px;
    background: #e2f4ff;
    border: 1px solid #bde3f9;
}

#conditions table {
    background: transparent;
    margin-bottom: 0;
}

.ok {
    color: #4bd836;
}
.ng {
    color: orangered;
}

tr.disabled,
tr.grey td {
    background: #f3f3f3;
    color: #aaa;
}

ul.mode {
    list-style: none;
    margin-top: 20px;
}

ul.mode li {
    display: inline-block;
    border-radius: 3px;
    margin-left: 5px;
    padding: 3px 5px;
    background: orangered;
    color: #fff;
}

p {
    margin-bottom: 0px;
    font-size: 0.875rem;
}

.radio {
    margin-bottom: 1.5rem;
}
.radio input[type=radio] {
    display: none;
}
input[type=radio] + label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
}
.radio input[type=radio] + label:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    margin-right: 7px;
    content: "\f111";
}
.radio input[type=radio]:checked + label:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f192";
}

.radio input[type=radio] + label {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 0;
    margin-right: 5px;
    background: #eee;
    color: #aaa;
    width: 12em;
}

.radio input[type=radio]:checked + label {
    border: 1px solid #ccc;
    background: #fff;
    color: #222;
}

a > i.fas,
a > i.far {
    margin-right: 0.3rem;
}

ul li ul {
    margin-top: 1em;
    margin-bottom: 1em;
}

a[disabled] {
    pointer-events : none;
    text-decoration: line-through;
}

span.label {
    margin-left: 0.5em;
}
span.label-open {
    background: salmon;
    width: 6em;
}
span.label-closed {
    background: #bbb;
    width: 6em;
}

.msg {
    margin: 10px 0px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}
.msg p {
    font-size: 1.2rem;
    color: #222;
}
.msg p:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f06a';
    margin-right: 0.5em;
}

.msg-warning {
    background: #ffe8c1;
}
.msg-warning p:before {
    content: '\f06a';
}
.msg-info {
    background: #d3f2ff;
}
.msg-info p:before {
    font-weight: 400;
    content: '\f075';
}

.vote-summary th,
.vote-summary td {
    text-align: center;
}

/* for Smartphone */

 @media screen and (max-width: 767px) { 
    .container {
        overflow: unset;
        min-height: unset;
        padding: 0 1rem;
    }
    .content {
        padding: 1rem 0.5rem;
    }
}
