tr td span[onclick] {
    cursor:pointer;
    color: #3598DC;
    /*text-decoration:underline;*/
}
/*#delete {*/
    /*background-color: red;*/
/*}*/
.action {
  clear: both;
  position: relative;
}
.action .form-group {
  position: relative;
  float: left;
  width: 280px;
}
.action .form-group span {
  display: inline-block;
  float: left;
  padding-right: 10px;
  line-height: 34px;
  font-size: 14px;
}
#dataTable td,#sample_1 td{
  white-space:nowrap;
}
/*.act span{*/
  /*display: none !important;*/
/*}*/
.action .form-group .control-label {
  width: 300px;
}
.action .form-group .control-label input {
  width: 200px;
}
.action .form-group .control-label .btn-group {
  line-height: 34px;
}
.form-group{
  margin-top: 15px !important;
}
.control-label{
  width:65px;
  /*text-align: right;*/
  float: left;
  padding: 0;
}
.upordown{
  -webkit-border-radius: 30%;
  -moz-border-radius: 30%;
  border-radius: 30%;
  width:20px;
  background-color: #00A8FF;
}
.action .form-group .control-label .btn-group button {
  box-shadow: none;
  border: 1px solid #000;
  float: left;
  position: relative;
}
.action .form-group .control-label .btn-group .fir {
  width: 160px;
}
.action .form-group .control-label .btn-group input {
  width: 170px;
  position: relative;
  float: left;
  border-radius: 2px 0 0 2px;
}
.action .form-group .date-picker input {
  width: 120px;
  height: 34px;
}
.action .form-group .date-picker .input-group-btn button {
  height: 34px;
  margin-top: -3px;
}
.action .form-group.data {
  width: auto;
}
.action .form-group.data .control-label {
  width: 243px;
}
.action .form-group .data2 {
  padding-left: 4px;
}
.action .form-group.data spandata2 {
  padding-left: 4px;
}
.action.page .form-group.add {
  float: right;
}
.action.page .form-group .btn-group input {
  width: 50px;
}
tbody tr {
  text-align: center;
}
tbody tr .act span {
  display: inline-block;
  /*background-color: #3379b5;*/
  padding: 4px 10px;
  border-radius: 5px 5px;
  position: relative;
  margin-right: 2px;
  color: #fff;
}
tbody th {
  text-align: center;
}
table th,
table tr,
table td {
  text-align: center;
}
.form-group {
  cursor: pointer;
}
.form-group.add {
  width: 100px;
}
.form-group.add span {
  display: inline-block;
  padding: 0px 8px;
  background-color: #1f897f;
  border-radius: 5px 5px;
  margin-right: 4px;
  position: relative;
  color: #fff;
}
.form-group .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border: 1px solid #000;
}
.form-group .btn-group span {
  box-shadow: none;
  border: 1px solid #000;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  height: 34px;
}
.form-group .btn-group .fir {
  width: 160px;
}
.form-group .btn-group input {
  width: 140px;
}

/* by eval.  */
.file-upload{
  padding: 15px 0;
}
.input-file{
  position: relative;
}
.input-file input[type = 'file']{
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
/* end */