﻿body {
    margin: 0;
}

#status {
    position: fixed;
    z-index: 999999;
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../Images/status.gif);
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center;
    margin: -125px 0 0 -125px;
}

textarea {
    font-size: 0.9em;
}

.contactTextarea {
    width: 95%;
    margin: 0 auto;
    border: 0;
    height:30vh;
    outline: none;
    display: block;
    font-size: 1em;
}

textarea::-webkit-input-placeholder {
    font-size: 0.9em;
}

.namearea {
    width: 100%;
    background-color: #f2f2f2;
    height: 50px;
}

.nm {
    height: 50px;
    line-height: 50px;
    float: left;
    color: #666666;
    font-size: 0.9em;
}

.qm {
    height: 50px;
    float: right;
    line-height: 50px;
    color: #666666;
    font-size: 0.9em;
}

.checkboxuncheck {
    background: url("../Images/checkbox_unchecked.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    vertical-align: middle;
    display: inline-block;
    float: left;
    margin-left: 5px;
    margin-top: 15px;
}

.checkboxcheck {
    background: url("../Images/checkbox_checked.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    vertical-align: middle;
    display: inline-block;
}

.addImg {
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    vertical-align: middle;
    display: inline-block;
}

.decoration {
    width: 100%;
    height: 2vh;
}

.bottom {
    background: url("../Images/pic_bottom.png") no-repeat;
    background-size: 100% 100%;
    width: 80%;
    margin-left: 10%;
    position: absolute;
    bottom: 0;
    height: 22vh;
}

.btnprint {
    background: url("../Images/button_unchecked.png") no-repeat;
    background-size: 100% 100%;
    width: 18.5vh;
    height: 7vh;
    margin: 1.5vh auto;
}

.btnprintCheck {
    background: url("../Images/button_checked.png") no-repeat;
    background-size: 100% 100%;
    width: 18.5vh;
    height: 7vh;
    margin: 1.5vh auto;
}

.textInputView {
    display: none;
}

.downloadpage {
    color: #666666;
    font-size: 0.9em;
    text-decoration: underline;
    position: relative;
    margin: 40px auto;
    text-align: center;
    text-decoration: none;
    display: none;
}

.err {
    color: red;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    top: 50%;
    position: absolute;
    z-index: 1000;
}

.link {
    border-bottom: 1px solid #666666;
    margin: 0 auto;
}

.headimg {
    width: 100%;
    background: url("../Images/pic_top.png") no-repeat center;
    height: 25vh;
    background-size: auto 100%;
}

.downloadpage:active {
    color: #666666;
}

.downloadpage:visited {
    color: #666666;
}

#sendStateText {
    color: #666666;
    width: 100%;
    text-align: center;
}

#loading {
    text-align: center;
}

.center-text {
    text-align: center;
    vertical-align: bottom;
    margin-top: 150px;
}

.container {
    width: 100%;
    height: 65vh;
    position: relative;
}

.page-content {
    height: 100vh;
    position: relative;
}

.all-elements {
    display: none;
    height: 100vh;
}

.imgview {
    margin: 0 auto;
    position: absolute;
    margin-left: 2.5%;
    bottom: 0;
}

.imgPrintView {
    width: 50px;
    height: 50px;
    display: none;
    border: 2px solid #dfe0e0;
}

.addImgView {
    width: 50px;
    height: 50px;
    border: 2px solid #d7d7d7;
}

.toolmenu {
    background-color: #1bcfc9;
    height: 30px;
    width: 100%;
}

.toolbtn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin: 15px auto;
}

.viewhead {
    margin: 0 auto;
    height: 40px;
    border-bottom: 1px solid #1bcfc9;
}

.btnInsert {
    color: #1bcfc9;
    float: right;    
    line-height: 40px;
    font-weight: bold;
    font-size: 0.8em;
}
