/*********************************************
* CSS Document for Catics.org Catics教育平台
* Start Time 2014-07-10
* Author : Yuyang
* Contect : am04@163.com

**********************************************/
body {
  font: 14px Microsoft YaHei, Arial, Helvetica, sans-serif;
  background-color: #fff;
  line-height: 1.4;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover,
a:focus {
  color: #009ee0;
}
a[class*="btn"],
a[class*="label"] {
  color: white;
}
a[class*="current"] {
  color: #009ee0;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}
.label {
  word-wrap: break-word;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label.label-danger {
  background-color: #d84a38;
}
.label.label-success {
  background-color: #359947;
}
.panel {
  word-wrap: break-word;
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom-width: 2px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .panel-heading {
  padding: 5px 20px;
  margin-bottom: 5px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.btn {
  font-weight: 700;
  cursor: default;
  background-clip: border-box;
  padding: 3px 12px;
  font-size: 13px;
  line-height: 18px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline;
}
.btn.btn-lg {
  padding: 6px 12px;
  font-size: 14px;
}
.btn.btn-success {
  border: 1px solid #359947;
  color: #fff;
  background-color: #35aa47;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.btn.btn-orange {
  border: 1px solid orange;
  color: #fff;
  background-color: orange;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.btn.btn-danger {
  border: 1px solid #d84a38;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.btn.btn-inverse {
  border: 1px solid #464646;
  color: #ffffff;
  background-color: #515151;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-weight: normal;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
textarea {
  width: 95%;
  border: solid 1px #009ee0;
}
.w50 {
  width: 50px!important;
}
.w80 {
  width: 80px!important;
}
.w100 {
  width: 100px!important;
}
.w160 {
  width: 160px!important;
}
.w200 {
  width: 200px!important;
}
.w240 {
  width: 240px;
}
.w300 {
  width: 300px!important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.pull-left {
  float: left!important;
}
.pull-right {
  float: right!important;
}
.last {
  margin-right: 0px!important;
  padding-right: 0px!important;
  border-right: 0px !important;
}
.clear {
  clear: both;
}
.hide {
  display: none!important;
}
.row {
  margin-left: -20px;
}
.row [class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.row .span1 {
  width: 80px;
}
.row .span2 {
  width: 180px;
}
.row .span3 {
  width: 300px;
}
.row .span4 {
  width: 380px;
}
.row .span5 {
  width: 480px;
}
.row .span6 {
  width: 580px;
}
.row .span7 {
  width: 700px;
}
.row .span8 {
  width: 800px;
}
.row .span9 {
  width: 880px;
}
.row .span10 {
  width: 980px;
}
.row .span11 {
  width: 1080px;
}
.row .span12 {
  width: 1200px;
}
table,
.table {
  width: 100%;
}
table td,
.table td,
table th,
.table th {
  text-align: left;
}
table th,
.table th {
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  height: 34px;
  color: #333333;
  background: #FAFAFA;
  vertical-align: middle;
  border: 0px solid #e6e9ed;
  padding: 0px 8px!important;
}
table td,
.table td {
  height: 30px;
  line-height: 30px;
  height: 34px;
  color: #333333;
  background: #fff;
  vertical-align: middle;
  border: 0px solid #e6e9ed;
  padding: 0px 8px!important;
}
.icons {
  background: transparent url(../img/icons.png) no-repeat 0px 0px;
  display: inline-block;
  margin-right: 5px;
}
.icons.play_icon {
  background-position: -30px -19px;
  float: left;
  height: 20px;
  width: 20px;
}
/**
 * 关于表单的控制
 */
.form-horizontal .form-group {
  margin-bottom: 25px;
}
.form-horizontal .form-group .title {
  float: left;
  width: 80px;
  margin-right: 10px;
}
.form-horizontal .form-group .input {
  float: left;
  line-height: 30px;
}
.form-horizontal .form-group .tips {
  float: left;
  color: #555;
  margin-left: 30px;
  line-height: 30px;
}
.form-horizontal .form-group li {
  margin: 6px 0px;
}
.form-horizontal .form-group li div[class*='col-sm'] {
  padding: 0px;
  margin-right: 15px;
}
.form-horizontal .form-group .control-label {
  text-align: right;
  padding-top: 6px;
}
.form-horizontal .form-group .form-control {
  height: 30px;
  padding: 0px 8px;
  font-size: 13px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top-color: silver;
  border-radius: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
}
.form-horizontal .form-group .select-control {
  height: 30px;
  padding: 0px 8px;
  font-size: 13px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top-color: silver;
  border-radius: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 92%;
}
.form-horizontal .form-group .option-control {
  padding-top: 6px;
}
/**
 * 弹出菜单
 */
.pop-container {
  display: none;
  position: absolute;
  border: solid 1px #888;
  border-radius: 3px;
  top: 20%;
  left: 40%;
  background-color: #fff;
  z-index: 99;
}
.close-btn {
  background: url(../img/close-btn.jpg) no-repeat;
  width: 34px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
}
fieldset {
  border: dashed 2px #e0e0e0;
}
/**
 * 通知窗口
 */
.info-box {
  width: 725px;
  height: 370px;
  margin: 0px auto;
  margin-top: 40px;
  position: relative;
  display: none;
  z-index: 100;
}
.info-box .close-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 33px;
  height: 30px;
  background: url('../img/close-btn.png');
}
.info-box .close-btn:hover {
  background: url('../img/close-btn-hover.png');
}
.action-button {
  position: relative;
}
