@charset "UTF-8";
.check-order {
  background-color: #009EE2;
  padding: 10px;
  margin: 30px 0;
  border-radius: 8px; }
  .check-order form {
    font-size: 0; }
  .check-order__number {
    height: 40px;
    width: 250px;
    padding: 0 15px;
    font-size: 18px;
    color: #333;
    border: 4px solid #0070B1;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    transition: all 0.1s linear; }
    .check-order__number:focus {
      box-shadow: inset 1px 1px 3px #999; }
  .check-order__check-btn {
    border: none;
    height: 40px;
    background-color: #0070B1;
    width: 200px;
    color: #fff;
    font-size: 18px;
    border-radius: 0 4px 4px 0;
    text-shadow: 0px -1px 0px #00466F; }
    .check-order__check-btn:hover {
      background-color: #1788CA; }

/* сдвиг placeholder-а вправо при фокусе*/
input::-webkit-input-placeholder {
  color: #999;
  text-indent: 0px;
  transition: text-indent 0.3s ease; }

input::-moz-placeholder {
  color: #999;
  text-indent: 0px;
  transition: text-indent 0.3s ease; }

input:-moz-placeholder {
  color: #999;
  text-indent: 0px;
  transition: text-indent 0.3s ease; }

input:-ms-input-placeholder {
  color: #999;
  text-indent: 0px;
  transition: text-indent 0.3s ease; }

input:focus::-webkit-input-placeholder {
  text-indent: 500px;
  transition: text-indent 0.3s ease; }

input:focus::-moz-placeholder {
  text-indent: 500px;
  transition: text-indent 0.3s ease; }

input:focus:-moz-placeholder {
  text-indent: 500px;
  transition: text-indent 0.3s ease; }

input:focus:-ms-input-placeholder {
  text-indent: 500px;
  transition: text-indent 0.3s ease; }

table {
  margin: 15px 0;
  width: 100%;
  text-align: left; }

table th {
  padding: 10px;
  font-weight: 300;
  color: #fff;
  background-color: #009EE2; }

table td {
  color: #333;
  padding: 10px;
  border-top: 1px solid #009EE2; }

table tr {
  background-color: #fff; }

table tr:nth-child(even) {
  background-color: #fafafa; }

.order-status {
  background-color: #C1EBFD;
  padding: 10px;
  border-radius: 6px; }
  .order-status span {
    font-weight: bold;
    color: #00628C; }

.order-error {
  background-color: #C1EBFD;
  padding: 10px;
  color: #C30101;
  border-radius: 6px;
  margin: 10px 0; }

.order-success {
  background-color: #e0fdc1;
  padding: 10px;
  color: #304a23;
  border-radius: 6px;
  margin: 10px 0; }

/*# sourceMappingURL=check-order.css.map */
