body {
    font-family: "Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    margin: 0;
    background-color: #f6f6f6;
}

#sb:disabled {
  background: #bbbbbb;
}

.blackoutmsgbox, .formbox{
    height: auto;
    max-width: 400px;
    padding-top: 50px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index:1;
    display:block;
}
.formbox {
    max-width: 666px;
}
form {

}
.notice {
    background-color: #ffffee;
    padding: 10px;
    margin: auto;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 80%;
    left:0;
    right:0;
    line-height: 1.5em;
}
.msginner {
    background-color: #fff;
    padding: 0px;
    margin: 0;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.inputrequired {
    border:3px solid #D84315;
}
.fld {
    padding: 8px;
}
.label, .label2{
    font-weight: bold;
    padding: 8px;
    text-align: right;
    font-size: 85%;
    color: #444;
}
.label2 {
    text-align: left;
}
input[type="text"], input[type="password"] {
    display: inline-block;
    min-height: 34px;
    padding: 6px 9px;
    font-size: 110%;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.unit-table, .info-table {
    border-collapse: collapse;
}
.unit-table td {
    border: 0px solid #e5e5e5;
    padding: 3px 10px;
    vertical-align: top;
}
.unit-table select {
    width: 180px;
}
.unit-table input {
    padding: 3px;
    line-height: 1.2;
    min-height: 20px;
    font-size: 90%;
}
.info-table {
    width: 100%;
}
.info-table td {
    border-bottom: 1px solid #c5c5c5;
    padding: 20px 20px;
    vertical-align: middle;
    background: #f0f0f0;
}
.pptab {
    text-align: center;
}
.btn {
    padding: 4px 8px;
    color: white;
    border-radius: 4px;
    border: 0;
    font-size: 80%;
    line-height: 2.0;
    background: #4173c9;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#5e8ee4),color-stop(1,#4173c9));
    white-space: nowrap;
}
.btn-sub {
    padding: 4px 8px;
    color: #444;
    border-radius: 4px;
    border: 0;
    font-size: 80%;
    line-height: 2.0;
    background: #e0e0e0;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#d3d3d3),color-stop(1,#e0e0e0));
    white-space: nowrap;
}
.btn-small {
    font-size: 70%;
    padding: 3px 6px;
}
a.btn, a.btn-sub{
    text-decoration: none;
}
.btn-grey {
    color:white;
    background: #999;
}
.btn-red {
    color: white;
    background: red;
}
.bb {
    text-align: center;
}
h3,.hb {
    margin: 0;
    background: #e0e0e0;
    padding: 10px;
}
form {
    margin: 0;
}
.msg {
    color: #C62828;
    padding: 3px;
    font-size: 85%;
}
table {
    padding: 30px 8px;
}
.hb a {
    text-decoration: none;
    color: #666;
}
.cp{
    color: #999;
    font-size: 70%;
    margin-bottom: 100px;
    padding-bottom: 40px;
}
.cp a{
    color: #888;
    font-size: 110%;
    text-decoration: none;
    padding: 0 5px;
}
.page {
    height: auto;
    max-width: 860px;
    min-width: 280px;
    padding: 20px 10px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display:block;
    text-align: left;
}
.head {
background-color: #f5f5f5;
margin: 0;
position: fixed;
width: 100%;
max-width: 1000px;
top: 0;
right: 0;
left: 0;
margin-right: auto;
margin-left: auto;
z-index: 11;
border-bottom: .5px solid #fafafa;

}
.head-main {
padding: 8px;
padding-left: 60px;
xpadding-right: 120px;
margin: auto;
max-width: 978px;
display: block;
vertical-align: middle;
line-height: 1;
z-index: 20;
background: #f5f5f5;
}
.bird{
content: ' ';
display: block;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0.7;
background: url(/static/images/bird.png) no-repeat center center;
width: 50px;
height: 50px;
background-size: cover;
position: absolute;
left: 0px;
top: 0px;
}
.bird-home{
content: ' ';
display: block;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0.65;
background: url(/static/images/bird.png) no-repeat center center;
width: 110px;
height: 110px;
background-size: cover;
position: absolute;
right: 12px;
top: 8px;
}

.head-under {
height: 80px;
}
.title {
font-size: 150%;
font-weight: 500;
color: #4173c9;
}
.basic-table td {
padding: 3px;
}
.basic-table input {
margin-right: 10px;
}
.page p {
line-height: 1.5em;
}
.page pre {
line-height: 1.0em;
}
.docs {
line-height: 1.5em;
}
.doc-subtitle {
    font-weight: bolder;
    text-decoration: underline;
    margin-bottom: 10px;
}
.doc-section {
    font-size: 120%;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.login-home {
    float:right;
    width:50%;
    margin-left: 24px;
}

.home-image {
    overflow:hidden;
    position: relative;
    height: 500px;
    background-color: #e0e0e0;
    background-size: cover;
    transition: background-image 2s ease;
    -webkit-transition: background-image 2s ease;
    -moz-transition: background-image 2s ease;
    -o-transition: background-image 2s ease;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    object-fit: cover;
}

.submenu {
border-top: 1px solid #e0e0e0;
background: white;
padding: 6px;
box-shadow: 0 2px 4px 0px rgba(0,0,0,.1);
}
.submenu ul {
margin: auto;
max-width: 978px;
display: block;
white-space: wrap;
text-overflow: ellipsis;
}
.submenu ul li {
display:inline-block;
white-space: nowrap;
}
.submenu ul .lastx{
    position: absolute;
    right: 10px;
    margin-top: 5px;
}
.last {
    padding-left: 0px;
    float:right;
}
.submenu ul li a {
text-decoration: none;
margin: 0 20px;
color: #444;
line-height: 2.0;
font-weight: normal;
max-width: 150px;
}
.c-overlay{
color: white;
font-size: 45px;
text-shadow: 1px 2px 2px rgba(0,0,0,.7);
position:absolute;
bottom: 0px;
right: 0px;
margin: 120px 60px;
}
.ctop-overlay{
color: #ffffff;
font-size: 24px;
text-shadow: 1px 2px 2px rgba(0,0,0,.7);
position:absolute;
top: 0px;
left: 0px;
margin: 20px 40px;
}

.c-overlay-msg{
color: #222;
font-size: 24px;
font-weight: 300;
text-shadow: 1px 2px 2px rgba(255,255,255,.8);
background: #fff;
opacity: .75;
position:absolute;
bottom: 0px;
left: 0px;
margin: 0;
width: 100%;
}
.c-overlay-msg div {
padding: 20px 100px;
line-height: 1.5;
}
.item-right {
float:right;
margin: 0 8px;
z-index: 12;
display:inline-block;
xtext-align: right;
}
.content {
margin:auto;
max-width: 1000px;
background-color: #ffffff;
box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.topxcsmall {
display: none;
}
@media (max-width: 650px) {
    .login-home {
        float:none;
        width:100%;
        margin-left: 0px;
    }
    .bird {
        background-size:contain;
        width: 50px;
        height: 50px;
        right: 0;
    }
    .c-overlay-msg{
        font-size: 16px;
    }
    .c-overlay-msg div {
        padding: 10px;
    }
    .item-right {
        float:none;
        margin: 0 2px;
        z-index: 12;
        display:inline-block;
    }
    a.btn {
        font-size: 65%;
    }
    .submenu ul {
        padding: 3px 3px;
    }
    .submenu ul li a {
        text-decoration: none;
        margin: 0 10px;
        font-size: 80%;
    }
    .topxc {
        display: none;
    }
    .topxcsmall {
        display: inline-block;
    }
    .welcome {
        display: none;
    }
    .head-main {
        padding: 8px;
        padding-left: 60px;
        margin: 0;
    }
    .userpic, .userpicoutter {
        display: none;
    }
}
.hisection{
background:#fff;
padding: 8px;
border-radius: 3px;
}
.userpic {
width: 120px;
height: 120px;
overflow: hidden;
float: left;
}
.userpic img{
border-color: white;
border-radius: 20px;
}
.screenshot {
    position: relative;
    text-align: left;
    width: 75%;
    xmargin: auto;
}
.screenshot img{
    border: 1px solid #bbb;
    border-radius: 6px;
    margin: 10px;
    width: 60%;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    margin-bottom: 30px;
}
.screenshot-head{
    text-align: left;
    color: #4173c9;
}
.screenshot li {
    margin-bottom: 10px;
}
.subtitle, .screenshot-head{
font-weight: 500;
font-size: 115%;
padding: 10px 0;
display: block;
}
.note {
color: #888;
font-size: 75%;
}
.pending::after {
color: orange;
content: '(pending)';
font-size: 80%;
}
.verified::after {
color: green;
content: '(verified)';
font-size: 80%;
}
.number-circle {
border-radius: 50%;
width: 36px;
height: 36px;
padding: 8px;
background: #999;
border: 2px solid #666;
color: #fff;
text-align: center;
font-size: 32px;
}
.expired {
color: red;
}
.active {
color: green;
}
.tag2{
    font-size: 85%;
    text-align: right;
    color:666;
    padding-right:20px;
}
.share-footer {
    text-align: center;
}
.avatar img{
  border-radius: 120px;
}
