/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Elements
 * 3.0 - Forms
 * 4.0 - Content
 *
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

*{
    font-family:microsoft yahei, Arial, Verdana, 宋体;
    font-weight:normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
        line-height: 1.5em;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus,
input:focus{
	outline: none;
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

img{
    display:block;
}

strong{
    font-weight: 700;
}
/**
 * 2.0 - Element
 */

.main-wrapper{
    padding:10px 26px 80px;
    background-color:#183577;
}

.main-wrapper main{
    position:relative;
}

div.logo{
    text-align: center;    
}

div.logo img{
    width: 60%;
    margin: 0 auto;
}

.id-front,
.id-back{
    border: 2px #FFFD38 solid;
    border-radius: 30px;
    width: 100%;
    padding: 0px;
    margin: 15px 0;
    color:#FFFD38;
    position:relative;
    overflow:hidden;
}

.id-front img,
.id-back img{
    width:100%;
}

.id-front-button,
.id-back-button{
    position: absolute;
    overflow: hidden;
    padding: 9px 0;
    display: block;
    width: 50%;
    background-color: yellow;
    color: #183577;
    text-align: center;
    font-size: 20px;
}

.id-front-button{
    top: 10%;
    left: 7%;
}

.id-back-button{
    bottom: 10%;
    right: 7%;
}


.id-front-button #strPhotoFront1,
.id-back-button #strPhotoRear1{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
        width:100%;
        height:100%;
}


.form{
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}


.clear:after{
    clear: both;
}

.clear:before, 
.clear:after{
    content: "";
    
    display: table;
}


/**
 * 3.0 - Form
 */

input[type="text"],
input[type="number"],
input[type="button"]{
    width: 100%;
    margin: 4px 0;
    height: 40px;
    border: none;
    background: #FFFD38;
    color: #183577;
    text-align: center;
    font-size: 20px;
}

.inputlabel{
    width: 100%;
    margin: 4px 0;
    height: 40px;
    border: none;
    background: #183577;
    color: #FFFD38;
    text-align: center;
    font-size: 20px;
}


input[type="file"]{
    width: 100%;
    height: 75%;
    opacity: 0;
    padding-bottom: 75%;
/*    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);*/
}


input[type="submit"]{
    background: #183577;
    color: #FFFD38;
    border: 2px solid #FFFD38;
    cursor: pointer;
}


::-webkit-input-placeholder {
    color: #183577;
}

:-moz-placeholder { /* Firefox 18- */
    color: #183577;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #183577; 
}

:-ms-input-placeholder {  
    color: #183577;
}


.warning-message{
    width: 100%;
    min-height: 20px;
    margin-bottom: 15px;
}



/**
 * 4.0 - Content
 */

.message{
    top: 0;
    left: 0;
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.8;
    background-color: #050e21;
    padding: 10px 26px 80px;
    width:100%;
}

.messagesuccess{
    top: 0;
    left: 0;
    position: absolute;
    left: 0;
    height: 100%;
    padding: 10px 26px 80px;
    width:100%;
}

.message strong{
    font-family:arial;
    font-size:120%;
}

.message h1{
    color:#FFFD38;
    padding: 26px 0;
    text-align: center;
    font-size: 22px;
}

.message p{
    color:#FFFD38;
    margin-bottom: 32px;
}

.message ol{
    color:#FFFD38;
    margin-bottom: 26px;
}

.message hr{
    margin: 38px 0px;
    border: #FDEC35 1px solid;
}

p.notice{
    text-align:center;
}

button.notice{
    margin: 20px 0;
    height: 44px;
    text-align: center;
    font-size: 20px;
    background: transparent;
    color: #FFFD38;
    border: 2px solid #FFFD38;
    padding: 6px 50px 6px 50px !important;
}


.warning-message{
    color: red;
    font-size: 15px;
    text-align: center;
    display:none;
}


#loading{
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    opacity: 0.8;
    background-color: #050e21;
    padding: 40px 52px;
    display:none;
}
/*#loading div{
    top: 50%;
    /*left: 50%;*/
    position: absolute;
    margin-left: -32px;
    margin-top: -32px;
}*/


.selecteddiv{
        background: yellow;

}
 .error{
    color: red;
    font-size: 15px;
    text-align: left;
}