html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    color: #010101;
    font-family: "TW-Kai", "WenQuanYi Zen Hei","WenQuanYi Micro Hei", "LiHei Pro", Meiryo, "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 100%;
}

.allSelect:focus,
.allSelect:hover,
.allSelect:active,
.button-group .btn:focus,
.button-group .btn:hover,
.button-group .btn:active {
    background-color: #337ab7;
    border: 1px solid #337ab7;
}

/*上傳圖片頁面 start*/
.body-content {
    height: 100%;
    width: 100%;
}

.screenshot-container {
    position: relative;
    top: 10%;
    transform: none;
    margin-right: auto;
    margin-left: auto;
    width: 330px;
    max-width: 100%;
    padding: 15px;
}

.screenshot-container .title {
    font-size: 4.8rem;
}

.screenshot-container #snapshot {
    visibility: hidden;
    width: 0;
    height: 0;
}

.fileNameDiv {
    width: 100%;
    margin-bottom: 1.5rem;
    display: none;
}

.fileNameDiv input {
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
}

.button-group .btn {
    border: 1px solid #337ab7;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
    font-size: 3rem;
    transition: all .1s linear;
}

.button-group .btn:active {
    -moz-box-shadow: inset 0px 3px 5px rgba(20%,20%,40%,0.5), 0 2px 0 #006599;
    -webkit-box-shadow: inset 0px 3px 5px rgba(20%,20%,40%,0.5), 0 2px 0 #006599;
    box-shadow: inset 0px 3px 5px rgba(20%,20%,40%,0.5), 0 2px 0 #006599;
}

.button-group #submitBtn {
    display: none;
}

@media only screen and (max-width: 319px){
    .body-content {
        width: 319px;
    }
}
/*上傳圖片頁面 end*/

/*上傳後的顯示頁面 start*/
.viewscreen-container {
    font-size: 2.25rem;
    width: 1000px;
    max-width: 100%;
    min-width: 320px;
    padding: 15px;
    margin: 0 auto;
}

.textBlock .input-group input {
    font-size: 2rem;
    color: #a9a9a9;
}

.textBlock .input-group {
    margin-bottom: 5px;
}

.allSelect {
    transition: all .1s linear;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.allSelect:active {
    -moz-box-shadow: inset 0px 3px 5px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow: inset 0px 3px 5px rgba(20%,20%,40%,0.5);
    box-shadow: inset 0px 3px 5px rgba(20%,20%,40%,0.5);
}

#snapshot img {
    border-radius: 10px;
    margin: 0 auto;
}

.screen-not-found {
    display: none;
    max-width: 760px;
    margin: 24px auto;
    background: #fff;
    border: 1px solid #f4c6c6;
    border-bottom: 1px solid #eb9797;
}

.screen-not-found .error-title {
    color: #802b2b;
    text-shadow: 0 1px #fff;
    padding: 16px 12px;
    border-bottom: 1px solid #f4c6c6;
    font-size: 2.3rem;
    font-weight: bold;
    background-color: #FBE5E5;
    margin: 0;
}

.screen-not-found .error-body {
    padding: 16px 12px;
    font-size: 2.3rem;
    color: #555869;
}

.goBack {
    position: fixed;
    right: 15px;
    bottom: 15px;
}

.goBack a {
    display: block;
    background-color: #5bc0de;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
    line-height: 1.3333333;
    color: #ffffff;
    transition: all .1s linear;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.goBack a:hover,
.goBack a:focus {
    text-decoration: none;
}

.goBack a:active {
    -moz-box-shadow: inset 0px 3px 5px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow: inset 0px 3px 5px rgba(20%,20%,40%,0.5);
    box-shadow: inset 0px 3px 5px rgba(20%,20%,40%,0.5);
}
/*上傳後的顯示頁面 end*/

