*{
	margin: 0;
	padding: 0;
	font-size: 0;
	box-sizing: border-box;
}
ul,li{
	list-style: none;
}
a, a:focus, a:hover{
  text-decoration: none;
}
table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}
table th input, table th input, table td input, table td span{
	display: inline-block;
	vertical-align: middle;
}
.disabled{
  background-color: #eee !important;
  opacity: 1;
  cursor: not-allowed;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: left;
}
.table *{
	font-size: 14px;
}
.table > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.table-header thead,.table-header tfoot{ background-color:#f5f6fa; color:#87898b;}
.table-list{ margin-top:0px;}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{border-bottom: 1px solid #e1e6eb;}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{border-bottom: 1px solid #e1e6eb;}
.table-bordered{border: 1px solid #e1e6eb;}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{border: 1px solid #e1e6eb;}
.table-margin{ margin-top:10px;}
tfoot .pagination{ margin:0px;}

.dropdownMenu {
      display: none;
      position: absolute;
      right: 0;
      top: 100%;
      background: #fff;
      border: 1px solid #e5e5e5;
      margin-top: 0px;
      width: 100%;
      min-width: 140px;
      -webkit-border-radius: 2px 0 2px 2px;
      -moz-border-radius: 2px 0 2px 2px;
      -ms-border-radius: 2px 0 2px 2px;
      border-radius: 2px 0 2px 2px;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      padding: 5px; 
}
#theTop .infoDiv .dropdownMenu li {
    line-height: 24px;
    display: block;
    text-align: center; 
}
#theTop .infoDiv .dropdownMenu li a {
    color: #333;
    font-size: 14px;
    display: block; 
}
#theTop .infoDiv .dropdownMenu li:hover {
    background-color: #efefef; 
}
.dropdownMenu:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 10px;
    position: absolute;
    top: -6px;
}

.form-control {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
textarea.form-control {
  height: auto;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"]{
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled]{
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled{
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-primary {
  color: #FF9800;
  background-color: #FFFAEF;
  border-color: #FF9800;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #FF9800;
  background-color: #FFFAEF;
  border-color: #FF9800;
}
.btn-primary:hover {
  color: #FF9800;
  background-color: #FFFAEF;
  border-color: #FF9800;
}
.btn-success {
  color: #FF9800;
  background-color: #FFFAEF;
  border-color: #FF9800;
}
.btn-success:focus,
.btn-success.focus {
  color: #FF9800;
  background-color: #FFFAEF;
  border-color: #FF9800;
}
.btn-success:hover {
  color: #FF9800;
  background-color: #FFFAEF;
  border-color: #FF9800;
}
.btn-info {
  color: #fff;
  background-color: #edab03;
  border-color: #e4aa15;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #edab03;
  border-color: #e4aa15;
}
.btn-info:hover {
  color: #fff;
  background-color: #edab03;
  border-color: #e4aa15;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-danger {
  color: #fff;
  background-color: #FF9800;
  border-color: #FF9800;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #f3960a;
  border-color: #d98609;
}
.btn-danger:hover {
  color: #fff;
  background-color: #f3960a;
  border-color: #d98609;
}

.theForm{
  width: 100%;
}
.fgroup{
  width: 100%;
  margin-bottom: 10px;
}
.fgroup *{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.fgroup label{
  text-align: right;
  width: 120px;
  margin-right: 20px;
  font-weight: bold;
}
.choiceDiv, .choiceDiv *{
  font-size: 14px;
}
.laydate_btn a{
  font-size: 12px;
}