body {
    color:#969b9d;
    background-color:#f5f7fa;
    size:14px;
}

#header {
    background:url('/static/images/goApp/GoApp_1400.png') no-repeat scroll top center;
    /*background-size:100% auto;*/
    height:150px;
}

.content {
    padding-top:0;
    background-color: #fff;
}

@media (min-width: 1200px) {
    .container {
        width: 800px;
    }
    .copyright .container {
        width: 1170px;
    }
}

.qrcode, .qrcode-mobile {
    width:110px; 
    height:110px; 
    border:1px solid #c2c2c2;
    padding:3px;
    margin-top:-26px;
    margin-bottom:26px;
    cursor: pointer;  
    transition: all 0.25s;
}
.qrcode:hover {
    transform: scale(1.4);
    box-shadow: 0 0 10px rgba(21, 21, 21, 0.2);
    border: none;
}

.qrcode-merge{
    width:130px; 
    height:130px; 
    cursor: pointer;  
    transition: all 0.25s;
}

.qrcode-merge:hover {
    /* transform: scale(1.1); */
    /* box-shadow: 0 0 10px rgba(21, 21, 21, 0.2); */
    border: none;
}

.ga-qrcode {
    position: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right: calc((100vw - 1000px)/2 - 78px);
    padding:15px;
    background:#fff;
}

.ga-qrcode p {
    margin:10px 0 0;
    color:#788090;
    font-size:14px;
}
.gai-text {
    color:#666666;
    font-size:14px;
    padding-top: 10px;
    padding-bottom: 14px;
}

.gai-btn {
    padding-left:20px;
    padding-right:20px;
}
.gai-btn a {
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
}

.pgyer-suport {
    padding:20px;
    margin-bottom:200px;
    font-size:12px;
}
.pgyer-suport img {
    width:18px;
    margin-top:-3px;
    padding-right:5px;
}

.copyright {
    background:#fff;
}

.copyright p.footer-title {
    font-size:18px;
    color:#0A0D26;
    margin: 0 10px 5px 10px;
}
.copyright p.footer-sub-title {
    font-size:14px;
    color:#666666;
    margin: 0 10px 0 10px;
}

.copyright a.ga-footer-btn {
    color:#fff !important;
    padding:6px 12px 4px 12px;
    border-radius:4px;
    font-size:14px;
    margin-top: 10px;
}
.copyright {
    padding:20px;
}
.goList {
    margin-bottom:30px;
}

.pgyer-go-app-report-pc {
    padding: 0px 35px;
    font-size:12px;
}

.go-app-mobile .pgyer-go-app-report-pc {
    display:none;
}

.pgyer-go-app-report {
    display:none;
}

.go-app-mobile .pgyer-go-app-report {
    display:block;
}

/* mobile */
.go-app-mobile .go-app-mobile {
    display:none;
}
.go-app-mobile .ga-qrcode {
    display:none;
}

.appicon-mobile {
    margin-top:-100px !important;
}

.go-app-mobile.content {
    background-color:#f5f7fa;
    padding-bottom:0;
}

.go-app-mobile .go-app-item {
    background-color:#fff;
    box-shadow: 0px 10px 30px 0px rgba(86, 100, 114, 0.1);
    border:none;
    border-radius: 24px;
    padding-bottom: 20px;
}
.go-app-mobile .go-app-content {
    background:none;
    padding: 20px 0;
}
.go-app-mobile .top-devider,
.go-app-mobile .scan-platform {
    display:none;
}
.go-app-mobile .go-app-item {
    margin: 0;
}

.go-app-mobile .go-item-list{
    margin: 40px 0;
}
.go-app-mobile .go-item-list:first-child {
    margin-top: 0;
}
.go-app-mobile .go-item-list:last-child {
    margin-bottom: 0;
}
.go-app-mobile .goList {
    margin-bottom:0;
}

.go-app-mobile .pgyer-suport {
    margin-bottom:20px;
}

.go-app-mobile .pgyer-go-app-report {
    display:block;
    box-shadow: 0px 10px 30px 0px rgba(86, 100, 114, 0.1);
    padding:20px;
    background:#fff;
    margin-bottom:140px;
    border:none;
    border-radius: 24px;
    padding-bottom: 20px;
}

.copyright.go-app-mobile .col-xs-9,
.copyright.go-app-mobile .col-xs-3 {
    padding:0;
}

.copyright.go-app-mobile .ga-footer-btn {
    padding:4px 6px;
}

.app-qrcode {
    border-radius:0;
    border:1px solid #E5E5E5 !important;
    padding: 2px;
}

.loading-scale {
    -webkit-animation: rotate .6s linear infinite;
        animation: rotate .6s linear infinite;
            background: 0 0;
    #transition: all 0.25s;
    #transform: scale(0.5);
}

@media (min-width: 1px) and (max-width:992px) {
}
@media (min-width: 992px) {
    .container {
        width: 800px;
    }
}
@media (min-width: 1200px) {
    #header {
        background:url('/static/images/goApp/GoApp_1920.png') no-repeat scroll top center;
        height:150px;
    }
    .qrcode {
        margin-top:0px;
        margin-bottom:0px;
    }
}
@media (max-width: 770px) {
    #header {
        background:url('/static/images/goApp/GoApp_770.png') no-repeat scroll top center;
        /*background-size:100% auto;*/
        height:50px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 2), 
screen and (max--moz-device-pixel-ratio: 2) {
    #header {
        background:url('/static/images/goApp/GoApp_1920.png') no-repeat scroll top center;
        background-size:100% auto;
        height:120px;
    }
}

#appicon-bg {
    border: none;
    margin: auto;
    margin-bottom: 30px;
    text-align:center;
}
.appicon{
    border: none;
    width:120px;
    height:120px;
    margin-top:48px;
}
.go-name {
    color:#0A0D26;
    font-size:28px;
    font-weight: 600;
}
.go-app-content {
    color:#788090;
    font-size:14px;
    word-break:break-all;
}
.tag-box {
    margin-bottom:0;
}
.devider.devider-dotted {
    margin:20px;
}
.color-788090 {
    color:#788090;
}
.ga-item-list {
    padding:0 20px 20px;
}
.go-app-item {
    border:solid 1px #E5E5E5;
    border-radius: 8px;
    margin:20px;
}
.padding-0{
    padding:0;
}
.margin-0{
    margin:0;
}
.go-app-item-header {
    padding: 10px 20px;
}
.ga-item-title {
    color:#0A0D26;
    font-size: 16px;
    font-weight: 600;
    float:left;
}

.ga-item-type {
    float:right;
    width:36px;
}
.gaAppIcon {
    width:86px;
    height:86px;
    margin-top:10px;
    margin-bottom:10px;
}

.separate-line {
    border-top:1px solid #e6e6e6;
    margin-top:60px;
    margin-bottom:40px;
}

.install-btn {
    padding-top:10px;
}
.signature-label {
    position:relative;
    margin-top:6px;
    margin-left:8px;
    top:-5px;
}
.signature_in_house {
    background-color:#40acf1;
}
.signature_app_store {
    background-color:#95abbd;
}
.signature_no_sign {
    background-color:#f87044;
}
.signature_adhoc {
    background-color:#e84d67;
}

.update-description {
    background:#f2f6f8;
    padding:20px;
    border-radius:5px;
}

.loading-btn {
    -webkit-animation: rotate .6s linear infinite;
    animation: rotate .6s linear infinite;
    background: 0 0;
}

.btn-u-lg, a.btn-u-lg {
    font-size: 18px;
    padding: 6px 60px;
    background-color: #28caad;
    border-radius: 30px;
}
.history-item {
    text-align:left;
    padding-left:50px !important;
    white-space: nowrap;
    min-width:120px;
    width:30%;
}

.history-item-mobile {
    text-align:center;
    min-width:120px;
}

.pl-50 {
    padding-left:50px !important;
}

.pr-50 {
    padding-right:50px !important;
}

.btn-u.btn-u-green {
    background-color: #28caad;
}

.btn-u.btn-u-green:hover,
.btn-u.btn-u-green:focus,
.btn-u.btn-u-green:active{
    background-color: #24bca1;
    color:#fff;
}

.servive-block-light, .servive-block-default {
    background:none;
}

.gray-text {
    color:#969b9d;
}

.gray-text li {
    color:#969b9d;
}

.breadcrumb>li+li:before {
    content:none;
}

.breadcrumb>li {
    padding: 0 5px;
}

.devider.devider-dotted {
    border-top:1px solid #e7ebed;
}

.content-title {
    size:20px;
    color:#333;
    margin-bottom:15px;
}
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    border-top: 1px solid #e7ebed;
}

#inhouseClick {
    color:#e22448;
}
.download-animation {
    nimation:mymove 0.25s ;
    -moz-animation:mymove 0.25 ; /* Firefox */
    -webkit-animation:mymove 0.25s; /* Safari and Chrome */
    -o-animation:mymove 0.25s ; /* Opera */
}

@keyframes mymove
{
    from {padding:8px 60px;font-size:18px;border-radius:30px;opacity:1;}
    to {padding:12px;font-size:0px;width:45px;height:45px;border-radius:50%;opacity:0;}
}

@-moz-keyframes mymove /* Firefox */
{
    from {padding:8px 60px;font-size:18px;border-radius:30px;opacity:1;}
    to {padding:12px;font-size:0px;width:45px;height:45px;border-radius:50%;opacity:0;}
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
    from {padding:8px 60px;font-size:18px;border-radius:30px;opacity:1;}
    to {padding:12px;font-size:0px;width:45px;height:45px;border-radius:50%;opacity:0;}
}

@-o-keyframes mymove /* Opera */
{
    from {padding:8px 60px;font-size:18px;border-radius:30px;opacity:1;}
    to {padding:12px;font-size:0px;width:45px;height:45px;border-radius:50%;opacity:0;}
}

a.btn-newyear {
    background: #f13e20;
    border: 1px solid #f13e20;
    border-radius:30px;
    padding: 10px 50px;
}
img.dl {
    width: 56px;
    position: absolute;
    left: -16px;
    top: -10px;
}

a.btn-newyear:hover,
a.btn-newyear:active,
a.btn-newyear:focus{
    background: #fd5337;
    border: 1px solid #fd5337;
    color:#fff;
}
@media (max-width: 768px) {
    table.app_view_history>tbody>tr>td:first-child {
        padding-left: 30px;
        text-align: right;
        width: 48%;
    }
}
@media(max-width: 320px) {
    table.app_view_history>tbody>tr>td:first-child {
        width: 60% !important;
    }
    table.app_view_history>tbody>tr>td:nth-child(2) {
        text-align: left;
        padding-left: 15px;
    }
}
table.app_view_history td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    text-align: center;
}
a.btn-lg-default, 
a.btn-lg-default:hover, 
a.btn-lg-default:focus {
    font-size: 18px;
    padding: 8px 60px;
    background-color: #666;
    border-color: #666;
    border-radius: 30px;
}

span.tryAgain {
    top:-16px;
}
#installAnswer {
    background: #f5f8fb;
}
