body,
html {
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #666666;
	width: 100%;
	font-family: "微软雅黑",arial;
}
h5
{
	margin: 0;
	padding: 5px;
	*padding: 3px 5px;
	font-size: 14px;
	font-weight: normal;
}
p
{
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0 10px;
}
button
{
	font-family: "微软雅黑",arial;
}
.pull-right
{
	float: right;
}
.btn
{
	/*border-radius: 0 !important;*/
	border: none;
	cursor: pointer;
	padding: 5px 20px;
}
.borbegin-btn
{
	background-color: #ff7744;
	color: #ffffff;
	font-size: 1.6em;
	padding: 10px 60px;
	margin-left: 200px;
	margin-top: -50px;
}
.borbegin-btn:hover
{
		color: #ffffff;
		background-color: #3d9cff;
}
.begin-btn
{
	background-color: #3d9cff;
	color: #ffffff;
	font-size: 1.6em;
	/*padding: 10px 25px;*/
	width: 180px;
	padding: 10px 0;
	text-align: center;
	margin: 30px 50px;
}
.begin-btn:hover
{
		color: #ffffff;
		background-color: #3d9cff;
}
.begindisabled
{
	background: #3d9cff;
	color: #3d9cff;
	text-shadow: none;
}
.next-btn
{
	background-color: #3d9cff;
	color: #ffffff;
	font-size: 1.2em;
	padding: 5px 20px;
	margin: 0px 10px;
}
.next-btn:hover
{
	color: #ffffff;
	background-color: #3d9cff;
}
.info-cancel
{
	background-color: #fff;
	color: #3d9cff;
	font-size: 1.2em;
	padding: 5px 20px;
	margin: 0px;
	border: solid 2px #3d9cff;
}
.info-cancel:hover
{
		color: #3d9cff;
		text-decoration:underline;
		background-color: #fff;
}
.text-blue {
	color: #2c76f5;
}

.text-orange {
	color: #3d9cff;
}

.text-green {
	color: #19cb5c;
}

.row {
	margin-left: 0;
	margin-right: 0;
}


/*******testing-right*********/

.testing-right {
	/* background-color: #f9f9f9; */
	min-height: 450px;
	border-left: 1px solid #ececec;
}

.testing-right li {
	line-height: 30px;
}

.testing-right li b {
	font-size: 1.1em;
}

.form-control
{
	border: 1px solid #eee;
	line-height: 24px;
	height: 24px;
}
.form-control:focus
{
	border: 1px solid #3d9cff;
}
.bg-gray
{
	background-image: none !important;
	background-color: #AAAAAA !important;
	border-color: #AAAAAA !important;
	color: #fff !important;
}
.bg-blue {
	background-image: none !important;
	background-color: #4b8df8 !important;
	border-color: #4b8df8 !important;
	color: #fff !important;
}
.bg-red {
	background-image: none !important;
	background-color: #fc5e58 !important;
	border-color: #fc5e58 !important;
	color: #fff !important;
}
.bg-orange {
	background-image: none !important;
	background-color: #f9a23d !important;
	border-color: #f9a23d !important;
	color: #fff !important;
}
.bg-yellow {
	background-image: none !important;
	background-color: #ffb848 !important;
	border-color: #ffb848 !important;
	color: #fff !important;
}
.bg-green {
	background-image: none !important;
	background-color: #2cbc43 !important;
	border-color: #2cbc43 !important;
	color: #fff !important;
}
.bg-purple {
	background-image: none !important;
	background-color: #852b99 !important;
	border-color: #852b99 !important;
	color: #fff !important;
}
.bg-dark {
	background-image: none !important;
	background-color: #555555 !important;
	border-color: #555555 !important;
	color: #fff !important;
}
.be-grey {
	background-image: none !important;
	background-color: #fafafa !important;
	border-color: #fafafa !important;
}

.checklabel
{
	
	
	padding-left:6px;
	line-height: 16px;
	display: inline-block;
	
	
}
.leftcheck
{
	vertical-align:text-bottom; margin-bottom:1px !important; margin-bottom:-2px\9;
}
 .col-sm-8
 {
   width: 590px;
   float: left;
   position: relative;
   
 }
.col-sm-4
{
	width: 280px;
	float: right;
}
.modal-dialog
{
	background-color: #ffffff;
	padding: 0;
}
.modal-dialog .modal-content
{
	
  position: relative;
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.modal-header
{
	background-color: #ff7744;
	height: 40px;
	border-bottom: 1px solid #eaeaea;
	
}
.modal-header h4
{
	font-size: 14px;
	line-height: 40px;
	margin: 0;
	padding: 0 10px;
	color: #ffffff;
}
.modal-header .close
{
	float: right;
	cursor: pointer;
	font-size: 22px;
	border: none;
	background-color: #3d9cff;
	color: #ffffff;
	font-family: "微软雅黑",arial;
}
.modal-header .close:hover
{
	background-color: #f08e00;
}
.modal-footer {
  padding: 10px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.sr-only
{
	display: none;
}
 .table {
    border-collapse: collapse !important;
   
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.downcell {
	float: left;
	
}

.downcell ul {
	display: inline-block;
}

.downcell li {
	float: left;
	text-align: center;
	margin-left: 80px;
	cursor: pointer;
	padding: 10px 30px;
}
.downcell li:hover
{
	background-color: #eee;
}

.downcell li img {
	width: 84px;
	height: 84px;
}


.downcell h5
{
	font-size: 1.2em;
	color: #666;
}
.begin-btn.disabled, .begin-btn[disabled]{
	cursor: not-allowed;
    opacity: 0.5
}
.re-test.disabled, .re-test[disabled]{
	cursor: not-allowed;
    opacity: 0.5
}
