@charset "utf-8";

.btn_move ,
.btn_find ,
.btn_clear ,
.btn_file {
  border: none;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-align: center;
  margin: 0;
  vertical-align: middle;
  overflow: hidden;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
}

.btn_move {
  height: 1.6em;
  padding: 3px 10px 2px !important;
  margin: 0 .5em;
  border-radius: 3px;
  font-size: 1.2em;
  font-weight: 900;
}

.btn_find {
  margin-left: .5em;
  margin-right: 1em;
  width: 80px;
}

.btn_clear {
  width: 60px;
  margin-right: 1em;
}

a.btn_move {
  line-height: 32px;
}

input[type="submit"].btn_move {
  line-height: 25px;
}

input[type="submit"].btn_find ,
input[type="submit"].btn_clear {
  color: #383838;
  font-size: 1.0em;
  font-weight:  normal;
  height: 20px;
  line-height: 21px;
}

input[type="button"].btn_file ,
input[type="submit"].del_button {
  color: #000;
  font-size: .9em;
  font-weight:  normal;
  height: 20px;
  padding: 0 .5em;
  line-height: 20px;
  border: none;
  margin: .2em 0;
}

input[type="submit"].del_button {
  color: red;
  margin-left: .5em;
}

.tbl_button input[type="button"] ,
.tbl_button input[type="submit"] {
  margin: 0;
  padding: 0;
  width: 100%;
}

.btn-gray {
  color: #666;
  background-image: -webkit-linear-gradient(#e5e5e5 0%, #c4c4c4 100%);
  background-image: linear-gradient(#e5e5e5 0%, #c4c4c4 100%);
}

.btn-orange {
  color: #8e7466;
  background-image: -webkit-linear-gradient(#ffd7bf 0%, #ffaa72 100%);
  background-image: linear-gradient(#ffd7bf 0%, #ffaa72 100%);
}

.btn-pink {
  color: #9b7f8a;
  background-image: -webkit-linear-gradient(#ffd1e3 0%, #ff5e9d 100%);
  background-image: linear-gradient(#ffd1e3 0%, #ff5e9d 100%);
}

.btn_move:focus ,
.btn_find:focus ,
.btn_clear:focus ,
.btn_file:focus ,
.btn_copy:focus {
  outline: none;
}

.btn_move:hover ,
.btn_find:hover ,
.btn_clear:hover ,
.btn_file:hover {
  opacity: .8;
}

.btn_move:active ,
.btn_find:active ,
.btn_clear:active ,
.btn_file:active {
    -ms-transform: translateY(1px);
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

[name="cmd_delete"] {
  color: red;
}