/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * ____file_title____
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2015 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

#register-form input, select {
  width: 150px;
}

.form_field_error {
  border: 1px solid #ff0000;
}

input[type="text"].form_field_error {
  border: 1px solid #ff0000;
}

.form-field-comment {
  font-size: 0.9em;
}

.password-value {
    position: relative;
}

/* Multiselect */
.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single
{
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #81a4c1;
  background: #fff none;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 0 2px 2px #dbdee2;
}

.chosen-container-multi .chosen-choices {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff none;
  padding-top: 2px;
  padding-bottom: 2px;
}

.chosen-container .chosen-single span,
.chosen-container .chosen-single strong
{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.chosen-container .chosen-results li {
  padding: 6px 12px;
}

.chosen-container-single .chosen-single span {
  padding-left: 8px;
}

.chosen-container .chosen-single strong {
  color: #a2bbda;
}

.chosen-container-multi .chosen-choices li.search-choice {
  background: #fff none;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  height: 25px;
}

.chosen-container-single .chosen-drop {
  margin-top: -5px;
}

.chosen-container-single .chosen-single div b {
  background-position: 0px 7px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px;
}

.chosen-container .chosen-results {
  margin-top: 4px;
  margin-bottom: 4px;
}

.chosen-container .chosen-drop .chosen-results li {
  color: #0e55a6;
  font-size: 14px;
  line-height: 22px;
}

.chosen-container .chosen-drop .chosen-results li.result-selected {
  color: #000;
}

.chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #edf5fe none;
  color: #000;
}

/* Passoword (visible) */
.password-eye {
  display: inline-block;
  margin-left: -23px;
  width: 21px;
  vertical-align: top !important;
  position: absolute;
  top: 6px;
  right: 33px;
  font-size: 21px;
}

.password-eye a {
  text-decoration: none;
}

.password-eye .open,
.password-eye.opened .close
{
  display: none;
}

.password-eye.opened .open {
  display: inline;
}

