@charset "utf-8";
/* CSS Document */
body {
	margin: 0px 0px;
	display: block;
}

.greenBtn {
	background: #390;
	border: none;
	border-radius: 3px;
	color: white;
	line-height: 150%;
	font-size: 15px;
}

.greenBtn2 {
	background: #6c0;
	border: none;
	border-radius: 3px;
	color: white;
	line-height: 150%;
}

.greenBtn3 {
	background: #9b0000;
	border: none;
	border-radius: 10px;
	color: white;
	line-height: 150%;
	height: 3em;
	width: 20em;
}

.greenBtn4 {
	background: #9b0000;
	border: none;
	border-radius: 7px;
	color: white;
	line-height: 120%;
	height: 1.8em;
	width: 20em;
	cursor:pointer;
}

.greenBtn5 {
	background: #ccc;
	border: solid 1px #aaa
	border-radius: 5px;
	color: black;
	line-height: 120%;
	height: 1.6em;
	width: 20em;
}

input.plain {
	border: solid 1px;
	border-color: #ccc;
	width: 80px;
	background-color: transparent;
}

.androidInputBtnBorder {
	border: solid 1px #ccc;
	border-top: none;
	height: 3px;
	font-size: 3px;
}

.textIcon {
	display: inline-block;
	line-height: 150%;
	color: white;
	background: #bbb;
	border-radius: 3px;
	padding: 0 10px;
	font-size: 16px;
}

.textIconActive {
	display: inline-block;
	line-height: 150%;
	color: white;
	background: #390;
	border-radius: 3px;
	padding: 0 10px;
}

.iconWrapper {
	padding: 0.5em 2em;
	line-height: 200%
}

.tact {
	text-align: center;
}

.tart {
	text-align: left;
	font-size: 18px;
}

.textright {
	text-align: right;
	font-size: 18px;
}

.greytextright {
	color: #999;
	text-align: right;
	font-size: 16px;
}

.bluLbl {
	background: #ddf;
	line-height: 150%;
	padding: 0em 1.5em;
	font-size: 18px;
}

table.layoutTbl {
	border: none;
}

table.layoutTbl td {
	border: none;
	font-size: 16px;
	height: 18px;
}

.navBar {
	background: #390;
	font-size: 18px;
	/* 	line-height: 200%; */
	color: white;
	height: 30px;
	padding-top: 6px;
	/* 	padding: 0 0.5em; */
}

.navBarlogin {
	background: #390;
	font-size: 18px;
	/* 	line-height: 200%; */
	color: white;
	/* 	height: 38px; */
	/* 	padding-top: 3px; */
	/* 	padding: 0 0.5em; */
}

.searchBar {
	background: #4a0;
	line-height: 200%;
	color: white;
	padding: 0 0.5em;
}

.listBox {
	border: solid 1px #ccc;
	border-radius: 5px;
	margin: 10px autor;
	padding: 5px;
	font-size: 14px;
}

.listBox a {
	text-decoration: none;
	color: #000;
}

.greyText {
	color: #999;
	/* 	padding: 15px; */
	font-size: 13px;
	padding: 10px;
}

.greenText {
	color: #360;
	font-size: 13px;
}

.redText {
	color: red;
	font-size: 15x;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}

h3.h31 {
	text-align: center;
	padding: 1em;
}

h3.h32 {
	padding: 1em;
}

.m10 {
	margin: 5px;
}

.hitem {
	margin: 4px;
}

.seperator {
	border: none;
	border-top: solid 1px #333
}

.card1 {
	border: solid 1px #ccc;
	border-radius: 5px;
	margin: 15px auto;
}

.cardTitle {
	background: #ddd;
	line-height: 150%;
}

.card1 .cardLayer+.cardLayer {
	border-top: solid 1px #ccc;
}

.bigBtn {
	width: 100px;
	padding: 30px;
	text-align: center;
	display: inline-block;
	background: #560204;
	color: white;
	border-radius: 5px;
}

.graybigBtn {
	width: 120px;
	padding: 10px;
	text-align: center;
	display: inline-block;
	background: #ddd;
	color: white;
	border-radius: 5px;
}

.brandItem {
	padding-top: 5px;
	height: 38px;
	background: url(../img/right.png) no-repeat center right;
	line-height: 30px;
}

.itemlist {
	/* 	height: 30px; */
	background: url(../img/right.png) no-repeat center right;
	/* 	line-height: 30px; */
}

.brandItem a {
	text-decoration: none;
	color: #000;
}

.brandItem+.brandItem {
	border-top: solid 1px #ccc;
}

.loginCard {
	background-color: #FFF;
	border-radius: 10px;
	margin: 3px;
	padding: 1em;
	text-align: left;
}

.panelCard {
	background-color: #FFF;
	border-radius: 0px;
	margin: 1px;
	padding:7px 1px 7px 4px;
	text-align: left;
}


.myPanel {
	background-color: #FFF;
	border-radius: 10px;
	margin: 3px;
	padding: 1em;
	text-align: left;
}

.curProc {
	border: solid 2px #ccc;
	border-radius: 10px;
	padding: 2px 10px;
	display: table-cell;
	width: 2em;
	text-align: center;
	font-size: 14px;
}

.curProcActive {
	border: solid 2px green;
	border-radius: 10px;
	padding: 2px 10px;
	display: table-cell;
	width: 2em;
	text-align: center;
	font-size: 14px;
}

.procSeperator {
	display: table-cell;
}

table {
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray;
}

.procSeperator div {
	height: 10px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border-bottom: solid 1px green;
}

.tejia {
	top: 0px;
	width: 40px;
	height: 40px;
	background: url(../img/tejia.png) no-repeat 0 0;
	background-size: 40px 40px;
}

.yearItem {
	padding-top: 5px;
	height: 38px;
	line-height: 30px;
}

.yearItem a {
	text-decoration: none;
	color: #000;
}

.yearItem+.yearItem {
	border-top: solid 1px #ccc;
}

.section {
	padding-top: 2px;
	height: 270px;
}

.instick {
	width: 1.5em;
	height: 1.5em;
	border-radius: 1.5em;
		border-top-left-radius: 1.5em;
		border-top-right-radius: 1.5em;
		border-bottom-right-radius: 1.5em;
		border-bottom-left-radius: 1.5em;
	line-height: 1.5em;
	text-align: center;
	background-repeat: no-repeat;
		background-repeat-x: no-repeat;
		background-repeat-y: no-repeat;
	background-position: center;
		background-position-x: 50%;
		background-position-y: 50%;
	background-size: contain;
	background-image: url(../img/question.png);
	display: inline-block;
}

.itemSelected {
	color : #f00;
}



#loading {
	width:1200px;
	height:500px;
	border:0px solid #C3DAF9;
	position:absolute;
	top:150px;
	left:100px; 
	z-index:10000; 
	background-color:#F7F9FC;
	line-height:300px;
	vertical-align:middle;
	font-size:16pt;
	color:#f00;
	filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;
	display:none;
}
