.text-bold {
    font-weight: bold;
}

.text-italic {
    font-style: italic;
}

.bc0 {
    background-color: #FF9;
}

.bc1 {
    background-color: #FF0;
}

.bc2 {
    background-color: #CFC;
}

.bc3 {
    background-color: #9C0;
}

.bc4 {
    background-color: #008000;
}

.bc5 {
    background-color: #00B0F0;
}

.bc6 {
    background-color: #0070C0;
}

.bc7 {
    background-color: #F9F;
}

.bc8 {
    background-color: #F0F;
}

.bc9 {
    background-color: #F00;
}

.start-sample, .primary-sample {
    min-height: 300px;
}

.primary-sample .itemStem {
    font-size: 20px;
}

.primary-sample .textChoice {
    line-height: 30px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .itemHeader {
        display: block;
    }

    .app-itemHeader {
        display: none;
    }
    .mtp20{
        margin-top: 20%;
    }
}

@media (max-width: 768px) {
    .itemHeader, .next-btn-row {
        display: none;
    }

    .app-itemHeader {
        display: block;
        margin-top: 5px;
    }
}

.itemHeader {
    margin-top: 5px;
}

.itemIcon {
    width: 68px;
    height: 68px;
}

.app-itemIcon {
    width: 34px;
    height: 34px;
    display: inline;
    float: left;
}

.countdown, .app-countdown {
    font-style: italic;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.countdown {
    font-size: 32px;
    padding: 10px;
}

.app-countdown {
    font-size: 18px;
    padding: 4px 10px;
    float: left;
}

.itemStem {
    margin-top: 10px;
    font-size: 28px;
    padding: 15px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.textChoice, .imgChoice {
    font-size: 24px;
    border-radius: 6px;
    border: 2px solid transparent;
}

.textChoice {
    line-height: 50px;
}

.imgChoice img {
    height: 180px;
}

.textChoice:hover, .imgChoice:hover {
    border: 2px solid #e3e3e3;
}

.textChoice label, .imgChoice label {
    font-weight: normal;
    width: 100%;
    margin-bottom: 0;
}

.textChoice label:hover, .imgChoice label:hover {
    cursor: pointer;
}

input[type="radio"] {
    width: 18px;
    height: 18px;
}

.entrance-indicator {
    line-height: 130%;
}

.bootbox-body {
    font-size: 28px;
    color: #a94442;
}

.modal-footer {
    text-align: center;
}
.mtb5{
    margin:5px 0;
}
.mtb10{
    margin:10px 0;
}
.mtb20{
    margin:20px 0;
}
.mt20{
    margin-top: 20px;
}
.ml5{
    margin-left: 5px;
}
.mr5{
    margin-right: 5px;
}
.pl5{
    padding-left: 5px;
}
.pl20{
    padding-left: 20px;
}
/*a标签的颜色继承父元素*/
a{
    color: inherit;
}

.alert-tips {
    position: fixed;
    z-index: 999;
    bottom: 50%;
    left: 50%;
    margin: 0 0 40px -80px;
    padding: 6px;
}

.alert-tips-wrap {
    padding: 30px 60px;
    text-align: center;
    background-color: #FFF;
    box-shadow: 0px 0px 10px #aaaaaa;
    font-size: 18px;
    border-radius: 6px;
}

.back-btn{
    padding: 10px 10px 0 0 ;
    font-size: 1.5rem;
}
.form-horizontal .form-group {
     margin-right: 10px;
     margin-left: 10px;
}
.a-index{
    z-index: 99;
    position: relative;
}


.waring {
    color: red;
    display: none;
    margin: 3px 0 0px 10px;
    margin-left: 20%;
}
.user-menu{
    background-color: #f9f9f9;
    padding: 20px;
}
.userInfo-title{
    font-size: 1.6rem;
}
.userInfo-item{
    margin: 10px;
    padding: 5px;
    border-bottom: 1px solid #e2e0da;
}
.userInfo-input{
    outline: none;
    border:none;
    width:100%;
}
.userInfo-content{
    padding-bottom: 30px;
    border-bottom: 1px dashed darkgray;
}
#search-container {
	border: 1px solid #ddd;
	background-color: #FFFFFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.input-group-addon {
	border: none;
	background: none;
	font-weight: bold;
}

.form-control {
	border: none;
	border-bottom: 2px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #337ab7;
	font-weight: bold;
}

.page-title {
	font-size: 24px;
	font-weight: bold;
}

.file {
	position: relative;
	display: inline-block;
	border-radius: 4px;
	padding: 4px 12px;
	overflow: hidden;
	text-decoration: none;
	text-indent: 0;
	line-height: 26px;
	width: 100%;
	text-align: center;
}

.file input {
	position: absolute;
	font-size: 100px;
	right: 0;
	top: 0;
	opacity: 0;
}

.file:hover {
	background: #eee;
	border-color: #ccc;
	color: #444;
	text-decoration: none;
}

.text-style{
    width: 16.5rem;
    height: 16.5rem;
    border: 2px solid;
    border-radius: 50%;
    text-align: center;
    line-height: 16.5rem;
    font-size: 2.5rem;
    margin: 1rem auto;
}

.wp30{
    width: 30%;
}
.wp20{
    width: 20%;
}
.wp15{
    width: 15%;
}
.wp10{
    width: 10%;
}
.gradeTable{
    margin: 20px auto;
    text-align: center;
    table-layout: fixed;
    display: table;
}
.count-tip{
    margin-top: 20%;
    display: none;
    text-align: center;
}

.grade-tip{
    margin-top: 20%;
    display: none;
    text-align: center;
}


table
{
    border-collapse: collapse;
    text-align: center;
    table-layout: fixed;
    width: 100%;
}
table td, table th
{
    border: 1px solid #cad9ea;
    color: #666;
    height: 30px;
}
table thead th
{
    background-color: #CCE8EB;
    width: 150px;
    text-align: center;
}
table tr
{
    background: #fff;
}
.title{
    background: #F5FAFA;
}

.pay-qr{
    width: 500px;
    height: 300px;
}
.pay-qr-tip{
    width: 500px;
    height: 300px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
