
body {
    background: #111;
    color: silver;
    font-family: Arial;
}
.d-block {
    display: block;
}
.d-inline-block {
    display: inline-block;
}
.text-center {
    text-align: center;
}
.border-bottom {
    padding-bottom: 6px;
    border-bottom: solid 1px rgba(127,127,127,.15);
}
.vtop {
    vertical-align: top;
}
.p0 {
    padding: 0!important;
}
.p12 {
    padding: 12px;
}
.m12 {
    margin: 12px;
}
.ml12 {
    margin-left: 12px;
}
.mt12 {
    margin-top: 12px;
}
.mb12 {
    margin-bottom: 12px;
}
.w500 {
    width: 500px;
}
.w100 {
    width: 100%;
}
.w1 {
    width: 1px;
}
.h700 {
    height: 750px;
}
a {
    color: #ed5523;
    opacity: .7;
}
.edit-section,.ask {
    background: rgba(127,127,127,.15);
    padding: 12px;
}
.float-right {
    float: right;
}
.ask {
    text-align: right;
    padding: 24px 48px 48px 48px;
}
.edit-group {    
    padding-top: 12px;
}
.edit-group label {
    display: inline-block;
    width:180px;
    margin-right: 12px;
}
.menu-title {
    background: rgba(0,0,0,.2);
    padding: 12px;
    display: block;
    transform: translateY(-6px);
}
.muted {
    opacity: .5;
}
.datalist td,.datalist th {
    padding: 12px;
}
.datalist th:nth-child(odd),.datalist td:nth-child(odd) {
    background: rgba(127,127,127,.1);
}
.datalist tr:nth-child(odd) {
    background: rgba(127,127,127,.1);
}
.datalist tr:hover:not(:first-child) {
    text-decoration: underline;
    cursor: pointer;
}
hr {
    border: none;
    border-bottom: solid 1px #111;
}
.err {
    padding: 12px;
    background: red;
    color: white;
}
.pager {
    text-align: center;
    padding: 12px;    
    background: rgba(127,127,127,.5);
    margin: 2px;
    margin-top: 12px;
}
.login {
    position: relative;
    top:50vh;
    transform: translateY(-60%);
}
input,select,textarea,button {
    padding: 8px;
    border-radius: 4px;
    border: solid 2px #fd6533;
}
input {
    color:#222;
}
select:focus,input:focus,textarea:focus,button:hover {
    color:#000;
    font-weight: bold;
    outline: solid 2px red!important;
    opacity: 1!important;
}
button:active {
    border-color:#fff!important;
}
.circle {
    width:40px;
    height:40px;
    border-radius: 50%;    
    border-width: 4px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center; 
}
.edit-group {
    padding: 12px;
}
.edit-group label {
    font-weight: bold;
}
.edit-group:nth-child(even) {
    background: rgba(127,127,127,.15); 
    border-radius: 4px;
}
.edit-section input,.edit-section select,.edit-section textarea {
    min-width: 400px;  
    box-shadow: 0 3px 10px rgba(0,0,0, .4);
}
.edit-section select {
    min-width: 420px;
}
.wfull {
    width: calc(100% - 20px);
}
.all-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
button:hover {
    opacity: .7;
    cursor: pointer;    
}
.font-large {
    font-size: 21px;
    transform: translateY(2px);
}