/* CSS Document */
.top-left {
  position: absolute;
  transform: rotate(-90deg) scaleX(-1);
  transform-origin: top left; }
  .top-left .content {
    transform: scaleX(-1); }

/*
 * Colours
 */
/*
 * SCSS (Compass) Mixins 
 */
/*
 * Overrides
 */
.relative {
  position: relative; }

.centered {
  margin: auto;
  max-width: 1200px; }

/* Forms */
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  margin: 0 0 0.3rem; }

label {
  font-size: small;
  color: #b2b2b2;
  margin-bottom: 0.4rem; }

label.is-invalid {
  color: #ff0022; }

input {
  font-size: 0.8rem;
  color: #999;
  border: 1px solid #171717;
  border-radius: 5px;
  padding: 0 0 0 1rem;
  height: 2rem;
  width: calc(100% - 1rem);
  background: #171717; }

input[type=color] {
  width: 100px;
  height: 100px; }

select, input {
  height: 2.4375rem; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
  font-size: 0.8rem; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-size: 0.8rem; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-size: 0.8rem; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  font-size: 0.8rem; }

/* Icons */
.hide {
  display: none; }

.icon.validation {
  width: 13px;
  height: 13px;
  position: absolute;
  top: -5px;
  right: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 0.4rem;
  text-align: center;
  line-height: 0.9rem;
  color: #fff; }

.icon.success {
  background: #00aa11; }

.icon.error {
  background: #ff0022; }

.success {
  color: #00aa11; }

/* Fields */
.input-wrap.is-invalid input, .input-wrap.is-invalid select, .input-wrap.is-invalid textarea {
  border: 1px solid #ff0022; }

/* Helper/Error */
.is-helpful {
  color: #999;
  font-size: 0.8rem;
  margin-top: 0.5rem; }

.is-helpful.error-message {
  color: #ff0022; }

.form-control {
  width: calc(100% - 1rem) !important;
  font-size: 0.8rem;
  height: 2.3rem;
  padding: 0 0 0 1rem !important;
  border-radius: 5px !important; }

textarea.form-control {
  height: 10rem !important;
  padding: 1.5rem !important;
  padding-top: 1.5rem !important; }
