﻿@charset "utf-8";
/* global */
/*浮动*/
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
}
.icon-fl {
  display: inline-block;
  width: 22px;
  height: 3px;
  background: #fff;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.icon-fl:after,
.icon-fl:before {
  content: "";
  display: block;
  width: 22px;
  height: 3px;
  background: #fff;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.icon-fl:before {
  transform: translate(0, -5px);
  -moz-transform: translate(0, -7px);
  -webkit-transform: translate(0, -7px);
}
.icon-fl:after {
  transform: translate(0, 4px);
  -moz-transform: translate(0, 4px);
  -webkit-transform: translate(0, 4px);
}
.open .icon-fl {
  background: transparent;
}
.open .icon-fl:before {
  transform: translate(0, 3px) rotate(45deg);
  -moz-transform: translate(0, 3px) rotate(45deg);
  -webkit-transform: translate(0, 3px) rotate(45deg);
}
.open .icon-fl:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
div.header div.navbar-header a.navbar-brand {
  color: #065279;
}
div.header span {
  display: inline-block;
  margin-left: 5px;
}
#login div.panel {
  margin: 0 auto;
  margin-top: 100px;
  width: 600px;
}
#login h4 {
  text-align: center;
}
#login button {
  width: 100%;
  font-size: 130%;
  letter-spacing: 10px;
}
#user_exam th.title {
  width: 40%;
  text-align: center;
}
#user_exam th.operations {
  width: 40%;
  text-align: center;
}
#user_exam td.number {
  text-align: right;
}
#user_exam td.operations {
  text-align: center;
}
#user_paper input[type=radio] {
  margin-right: 5px;
}
#user_paper div.btn-groups {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#user_paper div.btn-groups button {
  margin-right: 30px;
}
#user_paper div.ans-btn-group {
  width: 100%;
}
#user_paper div.ans-btn-group button {
  width: 100px;
  margin-right: 25px;
  margin-bottom: 25px;
}
#user_performance a {
  text-decoration: none;
}
#user_performance a.number {
  color: black;
  display: inline-block;
  width: 40px;
  border: 1px solid #ccc;
  text-align: center;
  margin-right: 10px;
}
#user_performance a.anch {
  color: black;
}
#user_performance p.score {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
#user_performance div.questions {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
#user_performance div.questions:last-child {
  border-bottom: none;
}
#user_performance div.questions span {
  color: red;
}
#user_performance span.glyphicon {
  margin-left: 10px;
}
#footer {
  width: 600px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -300px;
}
