/*

    Robin Tables LESS
    Robinstrap

    @author Sam Dunn, Jonah Stuart
    @company Robin
    @date 2014

--------------------------------------- */

/* Reset.less
 * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here	that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

html,
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

html {
  overflow-y: auto;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/*
 
  Robin
  Variables LESS
             
  Company: 	 Robin
  Author: 	 Sam Dunn
  Website:	 robinpowered.com
 
--------------------------------------- */

/*
 
  Build Internet
  Mixins LESS
             
  Company:   Robin
  Author:    Sam Dunn
  Website:   robinpowered.com
 
--------------------------------------- */

/*
=======================================
  MIXINS
=======================================
*/

.connecting-dots {
  content: " ";
  display: block;
  position: absolute;
}

.bg {
  position: fixed;
  background-color: #32383e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  background-image: url('//static.robinpowered.com/robinstrap/src/img/bg-conference-table.jpg');
}

.overlay {
  background-color: #32383e;
  position: fixed;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}

.no-vert-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.actionable-field .byline-wrap {
  position: relative;
}

.actionable-field .byline-wrap .field-control {
  width: 95%;
}

.actionable-field .byline-wrap .action-link {
  position: absolute;
  top: 12px;
  right: 0;
  color: #bbb;
  text-decoration: none;
}

.actionable-field .byline-wrap .action-link:hover {
  color: #888;
}

/*

    Robin Tables LESS
    Robinstrap

    @author Sam Dunn, Jonah Stuart
    @company Robin
    @date 2014

--------------------------------------- */

table {
  width: 100%;
}

table form {
  margin-bottom: 0;
}

thead {
  background: #f4f6f9;
}

tr *.hover-action {
  font-size: 12px;
  color: #2d99d3 !important;
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: top;
  opacity: 0;
}

tr *.hover-action:hover {
  text-decoration: none;
  color: #57addc;
}

tr:hover td {
  background: #fdfdfd;
}

tr:hover .hover-action {
  opacity: 1;
}

th,
td {
  padding: 20px 15px;
  border-bottom: 1px solid #dddddd;
  font-weight: 14px;
}

th.primary-cell,
td.primary-cell {
  width: 100%;
}

th {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f4f6f9;
  color: #666;
}

th .sortable::after {
  position: absolute;
  content: " ";
  display: block;
  top: 6px;
  right: -20px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #2d99d3;
}

th .sortSelected::after {
  top: 1px;
  border: 5px solid transparent;
  border-bottom-color: #2d99d3;
}

td.table-row-title {
  font-size: 16px;
  font-weight: 600;
}

td.table-row-title.table-row-oneline {
  max-width: 250px;
}

td.table-row-title a {
  color: inherit;
  font-weight: 600;
}

td.table-row-oneline {
  max-width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

td.table-row-actions {
  text-align: right;
}

td.table-row-actions > * {
  margin-left: 15px;
}

/*
 
  Robin
  Typography LESS
             
  Company:   Robin
  Author:    Sam Dunn
  Website:   robinpowered.com
 
--------------------------------------- */

/*
=======================================
  FONT STACKS & @FONT-FACE
=======================================
*/

/*
=======================================
  TYPOGRAPHY
=======================================
*/

* {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 15px;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
strong,
b,
i,
em,
span {
  vertical-align: baseline;
}

a {
  color: #2d99d3;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

a > [icon*="icon-"] {
  vertical-align: baseline;
}

a:hover {
  color: #57addc;
}

p {
  font-weight: 400;
  font-size: 15px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: 21px;
  color: #666;
  margin-top: -6px;
  margin-bottom: 18px;
}

p small {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
}

p small a {
  font-weight: 500;
  border-bottom: 1px solid transparent;
}

p small a:hover {
  border-bottom: 1px solid transparent;
}

p.big {
  font-weight: 400;
  font-size: 21px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: 30px;
  color: #8a96a2;
}

h1 + p.big {
  font-weight: 400;
  font-size: 24px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: 30px;
  color: #8a96a2;
  margin-top: -12px;
}

h1.border,
h2.border,
h3.border,
h4.border,
h5.border,
p.border {
  border-bottom: 1px solid #dddddd;
}

h1.no-bottom,
h2.no-bottom,
h3.no-bottom,
h4.no-bottom,
h5.no-bottom,
p.no-bottom {
  margin-bottom: 6px;
}

h1 {
  font-weight: 200;
  font-size: 48px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: 54px;
  color: #32383e;
  margin-top: -8px;
  margin-bottom: 18px;
  letter-spacing: -1px;
}

h2 {
  font-weight: 300;
  font-size: 30px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: 36px;
  margin-top: -1px;
  margin-bottom: 12px;
  color: #32383e;
  letter-spacing: -1px;
}

h2 small {
  font-size: 24px;
}

h3 {
  font-weight: 600;
  font-size: 18px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: 30px;
  color: #252a2e;
  margin-top: -6px;
  margin-bottom: 12px;
}

h3 small {
  font-size: 16px;
}

h4 {
  font-weight: 600;
  font-size: 15px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: 24px;
  color: #32383e;
  margin-top: -5px;
  margin-bottom: 12px;
}

h5 {
  font-weight: 600;
  font-size: 13.8px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: 18px;
  color: #fd4b46;
  text-transform: uppercase;
  margin-top: -3px;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}

h5 small {
  font-size: 14px;
}

ul,
ol {
  font-weight: normal;
  font-size: inherit;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: 18px;
}

ul.text-list,
ol.text-list {
  margin: 0 0 18px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  color: #777;
  line-height: 18px;
}

ul.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.unstyled li {
  padding: 5px 0;
}

ul.unstyled a {
  color: #2d99d3;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

ul.unstyled a:hover {
  border-bottom: 1px solid #2d99d3;
}

ul.zebra {
  margin-left: 0;
  list-style: none;
}

ul.zebra li {
  padding: 10px;
}

ul.zebra li.odd {
  background: #eee;
}

dl {
  margin-bottom: 18px;
  color: #777;
  font-weight: normal;
  font-size: 14px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: 120%;
}

dl dt,
dl dd {
  line-height: 18px;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin-left: 9px;
}

::selection {
  background: #fd4b46;
  color: #fff;
}

::-moz-selection {
  background: #fd4b46;
  color: #fff;
}

hr {
  margin: 30px 0 29px 0;
  border: 0;
  border-bottom: 1px solid #eee;
}

strong {
  font-weight: bold;
  font-style: inherit;
}

em {
  font-weight: inherit;
  font-style: italic;
  line-height: inherit;
}

.muted {
  color: #999;
}

.centered {
  text-align: center;
}

blockquote {
  margin-bottom: 18px;
  padding-left: 15px;
  border-left: 5px solid #eee;
}

blockquote p {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: 120%;
}

blockquote small {
  display: block;
  color: #999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

address {
  display: block;
  margin-bottom: 18px;
  line-height: 18px;
}

.subtext {
  color: #888;
  font-size: 14px;
}

.subtext.caps {
  font-size: 12px;
  text-tranform: uppercase;
}

.dark h1,
.dark h2,
.dark h4 {
  color: #fff;
}

.dark p {
  color: #9cafbe;
}

.dark p a {
  color: #5ebeff;
  border-bottom: 1px solid transparent;
}

.dark p a:hover {
  color: #91d3ff;
  border-bottom-color: #91d3ff;
}

.orange p {
  color: #fff;
}

.orange p a {
  color: #ffc274;
}

.orange p a:hover {
  border-color: #ffc274;
}

.code-block {
  zoom: 1;
  clear: both;
}

.code-block:before,
.code-block:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}

.code-block:after {
  clear: both;
}

.code-block hr {
  clear: both;
}

.code {
  font: 12px normal Menlo, Monaco, Courier, monospace;
  color: #666;
  padding: 5px 10px;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: auto;
}

.code .highlight {
  background: #ffead0;
  color: #252a2e;
}

.code-sample {
  width: 100%;
  float: left;
}

.code-sample .code {
  margin: 10px 0 20px 0;
  border: 1px solid #dddddd;
  display: inline-block;
  background: #fff;
  line-height: 150%;
}

.code-sample .code-label {
  position: absolute;
  top: -20px;
  right: 0;
}

.code-label {
  float: left;
  width: auto;
  min-height: 40px;
}

.code-label .code {
  background: #eee;
  border: 0;
  display: inline-block;
  width: auto;
}

p .code {
  background: #eee;
  border: 0;
  display: inline-block;
  width: auto;
}

.error {
  color: #eb3349;
}

.highlight {
  background: #f4f6f9;
  font-weight: 600;
  display: inline-block;
  vertical-align: baseline;
  padding: 6px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

label .highlight {
  margin-top: -6px;
}

/*

  Robin
  Form Page LESS

  @author:  Sam Dunn
  @company:   Robin
  @date:    2013

--------------------------------------- */

/* Redirects:
  Popup specific --> popup.less
  Login specific --> login.less
*/

label {
  font-weight: 600;
  font-size: 15px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: normal;
  color: #666;
  margin-bottom: 10px;
  display: block;
}

input,
input[type="text"],
input[type="email"],
input[type="password"],
input:not([type="submit"]),
textarea,
.field-select {
  font-weight: 400;
  font-size: 15px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: normal;
  width: 100%;
  color: #666;
  background: #fff;
  border: 1px solid #c7c7c7;
  padding: 9px 9px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

input.outline,
input[type="text"].outline,
input[type="email"].outline,
input[type="password"].outline,
input:not([type="submit"]).outline,
textarea.outline,
.field-select.outline {
  padding: 0;
}

input.outline::before,
input[type="text"].outline::before,
input[type="email"].outline::before,
input[type="password"].outline::before,
input:not([type="submit"]).outline::before,
textarea.outline::before,
.field-select.outline::before {
  border-top-color: #fff;
}

input.outline:hover::after,
input[type="text"].outline:hover::after,
input[type="email"].outline:hover::after,
input[type="password"].outline:hover::after,
input:not([type="submit"]).outline:hover::after,
textarea.outline:hover::after,
.field-select.outline:hover::after {
  border-top-color: #2d99d3;
}

input.outline select,
input[type="text"].outline select,
input[type="email"].outline select,
input[type="password"].outline select,
input:not([type="submit"]).outline select,
textarea.outline select,
.field-select.outline select {
  color: #fff;
}

input[disabled="disabled"],
input[type="text"][disabled="disabled"],
input[type="email"][disabled="disabled"],
input[type="password"][disabled="disabled"],
input:not([type="submit"])[disabled="disabled"],
textarea[disabled="disabled"],
.field-select[disabled="disabled"] {
  background: #f8f9fa;
  border-color: #e2e7ec;
  cursor: not-allowed;
  padding-right: 40px;
  text-overflow: ellipsis;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.08);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.08);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.08);
}

input[type="text"][disabled="disabled"],
input[type="email"][disabled="disabled"],
input[type="password"][disabled="disabled"],
textarea[disabled="disabled"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: none;
  border-color: #5ebeff;
  -webkit-box-shadow: 0 0 2px #2ba9ff;
  -moz-box-shadow: 0 0 2px #2ba9ff;
  box-shadow: 0 0 2px #2ba9ff;
}

input::-webkit-input-placeholder {
  line-height: normal;
}

textarea {
  min-height: 90px;
  resize: none;
}

.field-select {
  background: #fff;
  overflow: hidden;
  padding: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.field-select::before {
  content: " ";
  position: absolute;
  margin: 9px 9px;
  top: 6px;
  right: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #dddddd;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.field-select:hover::before {
  border-top-color: #fd4b46;
}

.field-select img {
  position: absolute;
}

select {
  font-weight: 400;
  font-size: 15px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: normal;
  width: 100%;
  padding: 9px 9px;
  padding-right: 30px;
  background: transparent;
  -webkit-appearance: none;
  border: none;
  outline: none;
  color: #888;
  cursor: pointer;
}

.field-boxes label,
.inline-label-form .field-boxes label,
.inline-label-form.icon-labels .field-boxes label,
.inline-label-form.field-boxes label {
  font-weight: 400;
  display: table;
  float: left;
  width: 50%;
  margin-right: -4px;
  text-align: left;
  padding-top: 9px;
  padding-bottom: 9px;
  vertical-align: baseline;
}

.field-boxes label > *,
.inline-label-form .field-boxes label > *,
.inline-label-form.icon-labels .field-boxes label > *,
.inline-label-form.field-boxes label > * {
  display: table-cell;
}

.field-boxes label > *:last-child,
.inline-label-form .field-boxes label > *:last-child,
.inline-label-form.icon-labels .field-boxes label > *:last-child,
.inline-label-form.field-boxes label > *:last-child {
  width: 100%;
}

.field-boxes label > *[class*="icon-"],
.inline-label-form .field-boxes label > *[class*="icon-"],
.inline-label-form.icon-labels .field-boxes label > *[class*="icon-"],
.inline-label-form.field-boxes label > *[class*="icon-"] {
  padding-right: 7px;
}

.field-boxes.full label,
.inline-label-form .field-boxes.full label,
.inline-label-form.icon-labels .field-boxes.full label,
.inline-label-form.field-boxes.full label {
  width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  width: auto;
  margin-right: 7.5px;
}

.table-check {
  padding-right: 0;
  width: 30px;
}

.field-text {
  padding-top: 15px;
}

.field-text .red {
  color: #ee3f46;
}

form {
  width: 100%;
  margin-bottom: 30px;
}

fieldset {
  margin-bottom: 30px;
}

.field-row {
  zoom: 1;
  margin-bottom: 18px;
}

.field-container {
  zoom: 1;
  display: inline-block;
  margin-right: -4px;
  margin-bottom: 18px;
  vertical-align: top;
  width: 100%;
}

.field-container:before,
.field-container:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}

.field-container:after {
  clear: both;
}

.field-container.half {
  padding-right: 15px;
  width: 50%;
}

.field-container.third {
  padding-right: 15px;
  width: 33.33%;
}

.field-container.two-third {
  padding-right: 15px;
  width: 66.6%;
}

.field-container.quarter {
  padding-right: 15px;
  width: 25%;
}

.field-container.small input {
  width: 80px;
}

.field-container.small input + .input-tail {
  width: 400px;
}

.field-container.last {
  padding-right: 0 !important;
}

@media screen and (max-width: 850px) {
  .field-container.break-last {
    padding-right: 0 !important;
  }
}

.field-container .inline-field-icon {
  position: absolute;
  right: 18px;
  top: 11px;
  color: #999;
}

.field-container.address-city input {
  width: 34%;
}

.field-container.address-state,
.field-container.address-zip {
  position: absolute;
  width: 15%;
  right: 0;
  bottom: -17px;
}

.field-container.address-state {
  width: 30%;
  right: 17%;
}

.inline-label-form {
  margin-bottom: 18px;
  zoom: 1;
}

.inline-label-form.half {
  width: 50%;
}

.inline-label-form.third {
  width: 33.333%;
}

.inline-label-form.two-third {
  width: 66.66%;
}

.inline-label-form .field-container,
.inline-label-form.field-container {
  display: table;
}

.inline-label-form .field-container > *,
.inline-label-form.field-container > * {
  display: table-cell;
  margin-right: -4px;
  vertical-align: top;
}

.inline-label-form.one-eleven label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 8.333%;
  margin-right: -4px;
  display: table-cell;
}

@media screen and (max-width: 650px) {
  .inline-label-form.one-eleven label {
    width: 99.996%;
  }
}

.inline-label-form.one-eleven label + *:not(input) {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 91.663%;
  margin-right: -4px;
  display: table-cell;
}

@media screen and (max-width: 650px) {
  .inline-label-form.one-eleven label + *:not(input) {
    width: 99.996%;
  }
}

.inline-label-form.one-eleven label + textarea {
  width: 100%;
}

.inline-label-form.two-ten label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 16.666%;
  margin-right: -4px;
  display: table-cell;
}

@media screen and (max-width: 650px) {
  .inline-label-form.two-ten label {
    width: 99.996%;
  }
}

.inline-label-form.two-ten label + *:not(input) {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 83.33%;
  margin-right: -4px;
  display: table-cell;
}

@media screen and (max-width: 650px) {
  .inline-label-form.two-ten label + *:not(input) {
    width: 99.996%;
  }
}

.inline-label-form.two-ten label + textarea {
  width: 100%;
}

.inline-label-form.three-nine label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 24.999%;
  margin-right: -4px;
  display: table-cell;
}

@media screen and (max-width: 650px) {
  .inline-label-form.three-nine label {
    width: 99.996%;
  }
}

.inline-label-form.three-nine label + *:not(input) {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 74.997%;
  margin-right: -4px;
  display: table-cell;
}

@media screen and (max-width: 650px) {
  .inline-label-form.three-nine label + *:not(input) {
    width: 99.996%;
  }
}

.inline-label-form.three-nine label + textarea {
  width: 100%;
}

.inline-label-form.four-eight label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33.332%;
  margin-right: -4px;
  display: table-cell;
}

@media screen and (max-width: 650px) {
  .inline-label-form.four-eight label {
    width: 99.996%;
  }
}

.inline-label-form.four-eight label + *:not(input) {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 66.664%;
  margin-right: -4px;
  display: table-cell;
}

@media screen and (max-width: 650px) {
  .inline-label-form.four-eight label + *:not(input) {
    width: 99.996%;
  }
}

.inline-label-form.four-eight label + textarea {
  width: 100%;
}

.inline-label-form.five-seven label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 41.665%;
  margin-right: -4px;
  display: table-cell;
}

@media screen and (max-width: 650px) {
  .inline-label-form.five-seven label {
    width: 99.996%;
  }
}

.inline-label-form.five-seven label + *:not(input) {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 58.331%;
  margin-right: -4px;
  display: table-cell;
}

@media screen and (max-width: 650px) {
  .inline-label-form.five-seven label + *:not(input) {
    width: 99.996%;
  }
}

.inline-label-form.five-seven label + textarea {
  width: 100%;
}

.inline-label-form.six-six label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 49.998%;
  margin-right: -4px;
  display: table-cell;
}

@media screen and (max-width: 650px) {
  .inline-label-form.six-six label {
    width: 99.996%;
  }
}

.inline-label-form.six-six label + *:not(input) {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 49.998%;
  margin-right: -4px;
  display: table-cell;
}

@media screen and (max-width: 650px) {
  .inline-label-form.six-six label + *:not(input) {
    width: 99.996%;
  }
}

.inline-label-form.six-six label + textarea {
  width: 100%;
}

.inline-label-form.icon-labels label {
  width: 40px;
  text-align: center;
  padding-right: 0;
}

.inline-label-form.icon-labels label + div {
  display: inline-block !important;
}

.inline-label-form label {
  width: 25%;
  padding-top: 9px;
  margin: 0;
  text-align: right;
  padding-right: 15px;
}

.inline-label-form label + * {
  width: 100%;
  margin: 0;
}

.inline-label-form:before,
.inline-label-form:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}

.inline-label-form:after {
  clear: both;
}

.input-tail {
  position: absolute;
  display: inline-block !important;
  padding-top: 13px;
  margin-left: 10px;
  width: 180px;
  font-size: 15px;
  line-height: 16px;
}

.input-tail .icon-available {
  margin-top: 2px;
  vertical-align: top;
  background: #dddddd;
}

.byline-wrap .inline-help {
  margin-top: 5px;
}

.field-copy input {
  background: #fff;
  cursor: pointer;
  border-color: #c7c7c7;
  padding-right: 60px;
}

.field-copy input[disabled="disabled"] {
  text-overflow: ellipsis;
}

.field-copy input[type="image"],
.field-copy input[type="submit"],
.field-copy button {
  height: 39px;
  width: auto;
  display: inline;
  padding-left: 18px;
  padding-right: 18px;
  position: absolute;
  right: 0;
  top: 0;
  border-color: #c7c7c7;
  color: #666;
  background: #fff;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.field-copy input[type="image"]:hover,
.field-copy input[type="submit"]:hover,
.field-copy button:hover,
.field-copy input[type="image"].zeroclipboard-is-hover,
.field-copy input[type="submit"].zeroclipboard-is-hover,
.field-copy button.zeroclipboard-is-hover {
  border-color: #aeaeae;
  background: #fff;
}

.field-copy input[type="image"]:hover + .field-copy-tooltip,
.field-copy input[type="submit"]:hover + .field-copy-tooltip,
.field-copy button:hover + .field-copy-tooltip,
.field-copy input[type="image"].zeroclipboard-is-hover + .field-copy-tooltip,
.field-copy input[type="submit"].zeroclipboard-is-hover + .field-copy-tooltip,
.field-copy button.zeroclipboard-is-hover + .field-copy-tooltip {
  display: inline-block;
}

.field-copy .clipboard-copy {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.field-copy .clipboard-copy input[type="image"],
.field-copy .clipboard-copy input[type="submit"],
.field-copy .clipboard-copy button {
  position: relative;
}

.field-copy .field-copy-tooltip {
  position: absolute;
  z-index: 100;
  display: none;
  top: 40px;
  height: 29px;
  width: auto;
  right: 0;
  color: #f6f8f9;
  font-size: 13px;
  font-weight: 600;
  line-height: 150%;
  padding: 4.5px 9px;
  background: #252a2e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.field-copy .field-copy-tooltip::before {
  content: " ";
  position: absolute;
  top: -12px;
  right: 24px;
  border: 6px solid transparent;
  border-bottom-color: #252a2e;
}

.inline-help {
  color: #8a8a8a;
  font-size: 14px;
  margin: 5px 0 0 0;
}

.has-error .field-control,
input.invalid {
  border: 1px solid #eb3349;
  color: #252a2e;
  background: #fffbfb;
}

.has-error .field-control:focus,
input.invalid:focus {
  color: #666;
  background: #fff;
  border-color: #5ebeff;
}

.button-set {
  text-align: right;
  list-style: none;
}

.button-set .left {
  float: left;
  text-align: left;
  max-width: 62%;
}

.button-set .left.field-boxes label {
  width: auto;
}

.button-set .btn {
  margin-left: 5px;
}

.button-set .full {
  width: 100%;
}

.icon-labels .button-set .left {
  padding-left: 15px;
}

.button-wrapper {
  border-top: 1px solid #ccc;
  padding: 15px 15px;
  background: transparent;
  text-align: right;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  font-family: "lft-etica", Helvetica, Arial, sans-serif;
  line-height: normal;
}

.button-wrapper .submit-checkbox {
  margin-right: 10px;
  line-height: 36px;
  display: inline-block;
}

.button-wrapper .submit-checkbox label,
.button-wrapper .submit-checkbox input {
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 14px;
  font-family: "lft-etica", Helvetica, Arial, sans-serif;
  line-height: normal;
}

.button-wrapper .float-left {
  line-height: 36px;
}

.gray-form-block {
  background: #eee;
  clear: both;
  padding: 15px 0 3px 0;
  border-top: 1px solid #dddddd;
}

.gray-form-block .field-container:last-child {
  margin-bottom: 0;
}

.gray-form-block .red-link {
  color: #e43944;
  font-size: 14px;
  text-decoration: underline;
  line-height: 42px;
}

.gray-form-block .red-link:hover {
  text-decoration: none;
}

.inline-label-form .border-both {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px 0 0 0;
  margin: 0 0 15px 0;
}

.inline-label-form .border-top {
  border-top: 1px solid #eee;
  padding: 18px 0 0 0;
  margin: 0;
}

.inline-label-form .field-container.full input[type="text"],
.inline-label-form .field-container.full input[type="select"] {
  width: 376px;
}

.inline-label-form .field-container.half input[type="text"],
.inline-label-form .field-container.half input[type="select"] {
  width: 194px;
}

.inline-label-form .field-container.third input[type="text"],
.inline-label-form .field-container.third input[type="select"] {
  width: 120px;
}

.inline-label-form .field-container.small input[type="text"],
.inline-label-form .field-container.small input[type="select"] {
  width: 50px;
  text-align: center;
}

.inline-label-form .file-drop-zone,
.inline-label-form .file-drop-preview {
  position: absolute;
  top: 20px;
  right: 15px;
  height: 150px;
  width: 150px;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.inline-label-form .file-drop-zone p,
.inline-label-form .file-drop-preview p {
  text-align: center;
  color: #888;
  font-weight: 600;
  font-size: 14px;
  margin-top: 60px;
}

.inline-label-form .file-drop-zone a,
.inline-label-form .file-drop-preview a {
  position: absolute;
  z-index: 10;
  display: block;
  bottom: 0;
  padding: 10px 0;
  width: 100%;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}

.inline-label-form .file-drop-preview {
  overflow: hidden;
}

.inline-label-form .file-drop-preview a {
  font-weight: 500;
  font-size: 14px;
  font-family: "lft-etica", Helvetica, Arial, sans-serif;
  line-height: 100%;
  text-align: center;
  display: block;
  margin-top: 5px;
}

.inline-label-form .file-drop-preview img {
  width: 100%;
  height: auto;
}

.date-time-combo {
  zoom: 1;
}

.date-time-combo:before,
.date-time-combo:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}

.date-time-combo:after {
  clear: both;
}

.date-time-combo .input-time,
.date-time-combo .ui-timepicker-input {
  width: 86px;
  border-right: none;
  text-align: right;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: url('../img/icn-time.png') no-repeat 8px center;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}

.date-time-combo .input-date,
.date-time-combo .hasDatepicker {
  width: 85px;
  z-index: 2;
  text-align: right;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: url('../img/icn-date.png') no-repeat 8px center;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}

/*

  Robin
  Buttons LESS
  
  @author:  Sam Dunn
  @company: Robin
  @date:    2013
  
--------------------------------------- */

.btn,
input[type="submit"],
button,
.submit-button,
.btnPrimary,
.button {
  font-weight: 600;
  font-size: 14px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: 100%;
  background: #fd4b46;
  border: 1px solid #fd4b46;
  display: inline-block;
  color: #fff;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 12px 24px;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 100ms;
  -moz-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms;
  cursor: pointer;
}

.btn:hover,
input[type="submit"]:hover,
button:hover,
.submit-button:hover,
.btnPrimary:hover,
.button:hover {
  color: #fff;
  text-decoration: none;
  background: #ee3f46;
  border: 1px solid #ee3f46;
}

.btn[disabled],
input[type="submit"][disabled],
button[disabled],
.submit-button[disabled],
.btnPrimary[disabled],
.button[disabled] {
  background: #e2e7ec;
  border: 1px solid #e2e7ec;
  color: #778896;
  cursor: default;
}

.btn[disabled]:hover,
input[type="submit"][disabled]:hover,
button[disabled]:hover,
.submit-button[disabled]:hover,
.btnPrimary[disabled]:hover,
.button[disabled]:hover {
  background: #e2e7ec;
  border: 1px solid #e2e7ec;
  color: #778896;
}

.btn [class*="icon-"],
input[type="submit"] [class*="icon-"],
button [class*="icon-"],
.submit-button [class*="icon-"],
.btnPrimary [class*="icon-"],
.button [class*="icon-"] {
  font-size: 16px;
  display: inline-block;
  margin: -8px 0 -4px;
}

.btn.btn_icon,
input[type="submit"].btn_icon,
button.btn_icon,
.submit-button.btn_icon,
.btnPrimary.btn_icon,
.button.btn_icon {
  padding-left: 13px;
  padding-right: 13px;
}

.btn.twitter,
input[type="submit"].twitter,
button.twitter,
.submit-button.twitter,
.btnPrimary.twitter,
.button.twitter {
  border-color: #24aae1;
  background: #24aae1;
}

.btn.twitter:hover,
input[type="submit"].twitter:hover,
button.twitter:hover,
.submit-button.twitter:hover,
.btnPrimary.twitter:hover,
.button.twitter:hover {
  border-color: #198ab9;
  background: #198ab9;
}

.btn.linkedin,
input[type="submit"].linkedin,
button.linkedin,
.submit-button.linkedin,
.btnPrimary.linkedin,
.button.linkedin {
  border-color: #007bb6;
  background: #007bb6;
}

.btn.linkedin:hover,
input[type="submit"].linkedin:hover,
button.linkedin:hover,
.submit-button.linkedin:hover,
.btnPrimary.linkedin:hover,
.button.linkedin:hover {
  border-color: #005983;
  background: #005983;
}

.btn.facebook,
input[type="submit"].facebook,
button.facebook,
.submit-button.facebook,
.btnPrimary.facebook,
.button.facebook {
  border-color: #4b6ea9;
  background: #4b6ea9;
}

.btn.facebook:hover,
input[type="submit"].facebook:hover,
button.facebook:hover,
.submit-button.facebook:hover,
.btnPrimary.facebook:hover,
.button.facebook:hover {
  border-color: #3b5786;
  background: #3b5786;
}

.btn-outline,
input[type="submit"].btn-outline,
button.btn-outline {
  font-weight: 600;
  font-size: 14px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: 100%;
  background: #fd4b46;
  border: 1px solid #fd4b46;
  display: inline-block;
  color: #fff;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 12px 24px;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 100ms;
  -moz-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms;
  cursor: pointer;
  background: transparent;
  border: 1px solid #ccc;
  color: #666;
}

.btn-outline:hover,
input[type="submit"].btn-outline:hover,
button.btn-outline:hover {
  color: #fff;
  text-decoration: none;
  background: #ee3f46;
  border: 1px solid #ee3f46;
}

.btn-outline[disabled],
input[type="submit"].btn-outline[disabled],
button.btn-outline[disabled] {
  background: #e2e7ec;
  border: 1px solid #e2e7ec;
  color: #778896;
  cursor: default;
}

.btn-outline[disabled]:hover,
input[type="submit"].btn-outline[disabled]:hover,
button.btn-outline[disabled]:hover {
  background: #e2e7ec;
  border: 1px solid #e2e7ec;
  color: #778896;
}

.btn-outline [class*="icon-"],
input[type="submit"].btn-outline [class*="icon-"],
button.btn-outline [class*="icon-"] {
  font-size: 16px;
  display: inline-block;
  margin: -8px 0 -4px;
}

.btn-outline.btn_icon,
input[type="submit"].btn-outline.btn_icon,
button.btn-outline.btn_icon {
  padding-left: 13px;
  padding-right: 13px;
}

.btn-outline.twitter,
input[type="submit"].btn-outline.twitter,
button.btn-outline.twitter {
  border-color: #24aae1;
  background: #24aae1;
}

.btn-outline.twitter:hover,
input[type="submit"].btn-outline.twitter:hover,
button.btn-outline.twitter:hover {
  border-color: #198ab9;
  background: #198ab9;
}

.btn-outline.linkedin,
input[type="submit"].btn-outline.linkedin,
button.btn-outline.linkedin {
  border-color: #007bb6;
  background: #007bb6;
}

.btn-outline.linkedin:hover,
input[type="submit"].btn-outline.linkedin:hover,
button.btn-outline.linkedin:hover {
  border-color: #005983;
  background: #005983;
}

.btn-outline.facebook,
input[type="submit"].btn-outline.facebook,
button.btn-outline.facebook {
  border-color: #4b6ea9;
  background: #4b6ea9;
}

.btn-outline.facebook:hover,
input[type="submit"].btn-outline.facebook:hover,
button.btn-outline.facebook:hover {
  border-color: #3b5786;
  background: #3b5786;
}

.btn-outline:hover,
input[type="submit"].btn-outline:hover,
button.btn-outline:hover {
  background: transparent;
  border-color: #aaa;
  color: #666;
}

.btn-alt,
input[type="submit"].btn-alt,
button.btn-alt {
  font-weight: 600;
  font-size: 14px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: 100%;
  background: #fd4b46;
  border: 1px solid #fd4b46;
  display: inline-block;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 12px 24px;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 100ms;
  -moz-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms;
  cursor: pointer;
  background: #2d99d3;
  border: 1px solid #2d99d3;
  color: #fff;
}

.btn-alt:hover,
input[type="submit"].btn-alt:hover,
button.btn-alt:hover {
  color: #fff;
  text-decoration: none;
  background: #ee3f46;
  border: 1px solid #ee3f46;
}

.btn-alt[disabled],
input[type="submit"].btn-alt[disabled],
button.btn-alt[disabled] {
  background: #e2e7ec;
  border: 1px solid #e2e7ec;
  color: #778896;
  cursor: default;
}

.btn-alt[disabled]:hover,
input[type="submit"].btn-alt[disabled]:hover,
button.btn-alt[disabled]:hover {
  background: #e2e7ec;
  border: 1px solid #e2e7ec;
  color: #778896;
}

.btn-alt [class*="icon-"],
input[type="submit"].btn-alt [class*="icon-"],
button.btn-alt [class*="icon-"] {
  font-size: 16px;
  display: inline-block;
  margin: -8px 0 -4px;
}

.btn-alt.btn_icon,
input[type="submit"].btn-alt.btn_icon,
button.btn-alt.btn_icon {
  padding-left: 13px;
  padding-right: 13px;
}

.btn-alt.twitter,
input[type="submit"].btn-alt.twitter,
button.btn-alt.twitter {
  border-color: #24aae1;
  background: #24aae1;
}

.btn-alt.twitter:hover,
input[type="submit"].btn-alt.twitter:hover,
button.btn-alt.twitter:hover {
  border-color: #198ab9;
  background: #198ab9;
}

.btn-alt.linkedin,
input[type="submit"].btn-alt.linkedin,
button.btn-alt.linkedin {
  border-color: #007bb6;
  background: #007bb6;
}

.btn-alt.linkedin:hover,
input[type="submit"].btn-alt.linkedin:hover,
button.btn-alt.linkedin:hover {
  border-color: #005983;
  background: #005983;
}

.btn-alt.facebook,
input[type="submit"].btn-alt.facebook,
button.btn-alt.facebook {
  border-color: #4b6ea9;
  background: #4b6ea9;
}

.btn-alt.facebook:hover,
input[type="submit"].btn-alt.facebook:hover,
button.btn-alt.facebook:hover {
  border-color: #3b5786;
  background: #3b5786;
}

.btn-alt:hover,
input[type="submit"].btn-alt:hover,
button.btn-alt:hover {
  background: #288abf;
  border-color: #288abf;
  color: #fff;
}

.disabled,
button:disabled,
button[disabled=disabled] {
  background: #e2e7ec;
  border: 1px solid #e2e7ec;
  color: #778896;
  cursor: default;
}

.disabled:hover,
button:disabled:hover,
button[disabled=disabled]:hover {
  background: #e2e7ec;
  border: 1px solid #e2e7ec;
  color: #778896;
}

.dark .btn-outline,
.dark input[type="submit"].btn-outline,
.dark button.btn-outline {
  border-color: #9cafbe;
  color: #fff;
  -webkit-transition: all ease-in-out 100ms;
  -moz-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms;
}

.dark .btn-outline:hover,
.dark input[type="submit"].btn-outline:hover,
.dark button.btn-outline:hover {
  border-color: #fff;
}

.dark .disabled,
.dark button:disabled,
.dark button[disabled=disabled] {
  color: #9cafbe;
  background: #252a2e;
  border-color: #252a2e;
}

.orange .btn-outline,
.orange input[type="submit"].btn-outline,
.orange button.btn-outline {
  border-color: #fbd5d6;
  color: #fff;
}

.orange .btn-outline:hover,
.orange input[type="submit"].btn-outline:hover,
.orange button.btn-outline:hover {
  border-color: #fff;
}

.orange .btn {
  background: #fff;
  color: #fd4b46;
}

.orange .btn:hover {
  background: #fdeced;
}

.orange .btn-alt,
.orange input[type="submit"].btn-alt,
.orange button.btn-alt {
  border-color: #fbd5d6;
  background: #f26e73;
  color: #fff;
}

.orange .btn-alt:hover,
.orange input[type="submit"].btn-alt:hover,
.orange button.btn-alt:hover {
  border-color: #fff;
  background: #f1646a;
}

.orange .disabled,
.orange button:disabled,
.orange button[disabled=disabled] {
  color: #fab0a3;
  background: #c5270c;
  border-color: #c5270c;
}

.orange .disabled:hover,
.orange button:disabled:hover,
.orange button[disabled=disabled]:hover {
  color: #fab0a3;
  background: #c5270c;
  border-color: #c5270c;
}

.btn-secondary {
  font-weight: 600;
  font-size: 14px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: 100%;
  background: #fd4b46;
  border: 1px solid #fd4b46;
  display: inline-block;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 12px 24px;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 100ms;
  -moz-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms;
  cursor: pointer;
  background: #2d99d3;
  border: 1px solid #2d99d3;
  color: #fff;
}

.btn-secondary:hover {
  color: #fff;
  text-decoration: none;
  background: #ee3f46;
  border: 1px solid #ee3f46;
}

.btn-secondary[disabled] {
  background: #e2e7ec;
  border: 1px solid #e2e7ec;
  color: #778896;
  cursor: default;
}

.btn-secondary[disabled]:hover {
  background: #e2e7ec;
  border: 1px solid #e2e7ec;
  color: #778896;
}

.btn-secondary [class*="icon-"] {
  font-size: 16px;
  display: inline-block;
  margin: -8px 0 -4px;
}

.btn-secondary.btn_icon {
  padding-left: 13px;
  padding-right: 13px;
}

.btn-secondary.twitter {
  border-color: #24aae1;
  background: #24aae1;
}

.btn-secondary.twitter:hover {
  border-color: #198ab9;
  background: #198ab9;
}

.btn-secondary.linkedin {
  border-color: #007bb6;
  background: #007bb6;
}

.btn-secondary.linkedin:hover {
  border-color: #005983;
  background: #005983;
}

.btn-secondary.facebook {
  border-color: #4b6ea9;
  background: #4b6ea9;
}

.btn-secondary.facebook:hover {
  border-color: #3b5786;
  background: #3b5786;
}

.btn-secondary:hover {
  background: #288abf;
  border-color: #288abf;
  color: #fff;
}

.unstyled + .btnPrimary {
  margin-top: 10px;
}

.button-bar {
  text-align: right;
  padding-top: 20px;
  margin-top: 25px;
  border-top: 1px solid #eee;
}

.button-bar * {
  display: inline-block;
}

ul.pill-set {
  display: block;
}

ul.pill-set.full {
  zoom: 1;
  margin-bottom: 20px;
}

ul.pill-set.full:before,
ul.pill-set.full:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}

ul.pill-set.full:after {
  clear: both;
}

ul.pill-set.float {
  display: inline-block;
  margin: 7px 0 20px 10px;
}

ul.pill-set li {
  float: left;
  list-style: none;
  zoom: 1;
  margin-right: 10px;
}

ul.pill-set li:before,
ul.pill-set li:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}

ul.pill-set li:after {
  clear: both;
}

ul.pill-set li a {
  color: #555;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

ul.pill-set li a:hover {
  border-color: #dddddd;
  text-decoration: none;
}

ul.pill-set li a.sortSelected {
  border-color: #ccc;
}

.ts-container {
  position: relative;
  top: 50px;
}

.ts-container .ts-slider {
  z-index: 10;
  position: relative;
}

.ts-container .ts-range-wrap {
  clear: both;
  padding-top: 3px;
}

.ts-container input[type='range'] {
  -webkit-appearance: none;
  background-color: silver;
  width: 100%;
  height: 6px;
  border: 1px solid #c7c7c7;
  background: #fafafa;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #fafafa);
  background-image: -ms-linear-gradient(top, #f5f5f5, #fafafa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #fafafa);
  background-image: -o-linear-gradient(top, #f5f5f5, #fafafa);
  background-image: linear-gradient(top, #f5f5f5, #fafafa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#fafafa', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.ts-container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #fafafa;
  background-image: url('../img/bg-slider-thumb.png');
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 50ms ease-in-out;
  -moz-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out;
}

.ts-container input[type="range"]::-webkit-slider-thumb:hover {
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.ts-container .ts-marker {
  position: absolute;
  top: 0;
  background: #222;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 130px;
  margin-top: -30px;
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
  font-family: "lft-etica", Helvetica, Arial, sans-serif;
  line-height: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.ts-container .ts-marker .ts-time {
  display: block;
  text-align: center;
}

.ts-container .ts-marker .ts-date {
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  font-weight: 700;
  color: #aaa;
  letter-spacing: 1px;
  text-align: center;
}

.ts-container .ts-caret {
  display: inline-block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 6px solid #222;
  border-top-color: rgba(0, 0, 0, 0.8);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
}

.ts-container .ts-label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  font-family: "lft-etica", Helvetica, Arial, sans-serif;
  line-height: 100%;
  color: #555;
  letter-spacing: 1px;
  margin-top: 5px;
}

.ts-container .ts-startTime,
.ts-container .ts-endTime {
  font-weight: 500;
  font-size: 13px;
  font-family: "lft-etica", Helvetica, Arial, sans-serif;
  line-height: 100%;
  color: #666;
}

.ts-container .ts-endTime {
  text-align: right;
}

.ts-container .ts-tickContainer {
  display: block;
  position: absolute;
  top: 10px;
}

.ts-container .tick {
  background: #dddddd;
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 40px;
}

.ts-container .active-tick {
  position: absolute;
  background: #f55737;
  bottom: -40px;
  left: 75px;
  width: 2px;
  height: 40px;
}

.btn-group {
  padding: 0;
  position: relative;
}

.btn-group button,
.btn-group .btn-outline {
  background: none transparent;
  border: 0;
  color: #666;
}

.btn-group button:hover,
.btn-group .btn-outline:hover {
  border: 0px solid #aaa;
}

.btn-group .dropdown-toggle {
  border-left: 1px solid #ccc;
}

.btn-group .dropdown-toggle:hover {
  border-left: 1px solid #aaa;
}

.btn-group .dropdown-toggle:hover .caret {
  border-top-color: #ee3f46;
}

.btn-group .dropdown-toggle .caret {
  vertical-align: middle;
  border-top-color: #666;
}

.btn-group .dropdown-menu {
  width: 100%;
  padding: 0;
}

.btn-group .dropdown-menu li > a {
  text-align: left;
}

/*
 
  Robin
  Animation LESS
             
  Company: 	 Robin
  Author: 	 Sam Dunn
  Website:	 robinpowered.com
 
--------------------------------------- */

@keyframes dash {
  from {
    stroke-dashoffset: 1500;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1500;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.path {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

.animate .path {
  animation: dash 3s ease-in-out forwards 1;
  -webkit-animation: dash 3s ease-in-out forwards 1;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.css-fade-in {
  -webkit-animation: fade-in 0.2s linear 1;
  animation: fade-in 0.2s linear 1;
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.css-fade-out {
  -webkit-animation: fade-out 0.2s linear 1;
  animation: fade-out 0.2s linear 1;
}

@-webkit-keyframes blip {
  from {
    opacity: 1;
    -webkit-transform: scale(0.5, 0.5);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes blip {
  from {
    opacity: 1;
    transform: scale(0.5, 0.5);
  }

  to {
    opacity: 0;
    transform: scale(1.5, 1.5);
  }
}

.blip {
  -webkit-animation: blip .5s linear infinite;
  animation: blip .5s linear infinite;
}

@-webkit-keyframes slide-in-out {
  0% {
    -webkit-transform: translate(200%, 0);
    opacity: 0;
  }

  5% {
    -webkit-transform: translate(-10%, 0);
    opacity: 1;
  }

  7% {
    -webkit-transform: translate(0%, 0);
  }

  92% {
    -webkit-transform: translate(0%, 0);
  }

  95% {
    -webkit-transform: translate(-10%, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(200%, 0);
    opacity: 0;
  }
}

@keyframes slide-in-out {
  0% {
    transform: translate(200%, 0);
    opacity: 0;
  }

  5% {
    transform: translate(-10%, 0);
    opacity: 1;
  }

  7% {
    transform: translate(0%, 0);
  }

  92% {
    transform: translate(0%, 0);
  }

  95% {
    transform: translate(-10%, 0);
    opacity: 1;
  }

  100% {
    transform: translate(200%, 0);
    opacity: 0;
  }
}

.slide-in-out {
  animation: slide-in-out 5s ease-out linear 1;
  -webkit-animation: slide-in-out 5s ease-out linear 1;
}

@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 0);
  }

  to {
    -webkit-transform: translate(0, -100%);
  }
}

@keyframes slide-up {
  from {
    transform: translate(0, 0);
  }

  to {
    transform: translate(0, -100%);
  }
}

.slide-up {
  -webkit-animation: slide-up 1s ease-in-out forwards;
  animation: slide-up 1s ease-in-out forwards;
}

@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translate(0, 0);
  }

  to {
    -webkit-transform: translate(0, 100%);
  }
}

@keyframes slide-down {
  from {
    transform: translate(0, 0);
  }

  to {
    transform: translate(0, 100%);
  }
}

.slide-down {
  -webkit-animation: slide-down 1s ease-in-out forwards;
  animation: slide-down 1s ease-in-out forwards;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

* {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

html,
body {
  height: 100%;
}

.wrap {
  width: 1060px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 1060px) {
  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*

    Robin Cards LESS

    @author Sam Dunn, Jonah Stuart
    @company Robin
    @date 2014

--------------------------------------- */

.icon-available {
  height: 10px;
  width: 10px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #91ca55;
}

.card {
  padding: 0 !important;
  font-size: 14px;
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 18px;
}

.card > *:first-child {
  padding-top: 20px;
}

.card_border {
  padding: 0 !important;
  font-size: 14px;
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 18px;
  border: 1px solid #e9e9e9;
}

.card_border > *:first-child {
  padding-top: 20px;
}

.card_border .card-header {
  padding: 0 15px 20px;
  padding-top: 20px;
  font-size: 14px;
  line-height: 14px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #dddddd;
}

.card_border .card-header > * {
  display: block;
}

.card_border .card-header.logo {
  text-align: center;
}

.card_border .card-header.logo img {
  display: inline;
  margin-bottom: 6px;
  height: 26px;
}

.card_border .card-header.logo p {
  color: #9cafbe;
  margin: 0;
}

.card_border .card-header + * {
  padding-top: 20px;
}

.card_border .card-footer {
  color: #aaa;
  line-height: 0%;
  border-top: 1px solid #dddddd;
  padding: 0 15px 20px;
  padding-top: 20px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  margin: 0;
  padding: 20px 15px;
}

.card_border .card-footer > * {
  margin-bottom: 12px;
}

.card_border .card-footer > *:last-child {
  margin-bottom: 0;
}

.card_shadow {
  padding: 0 !important;
  font-size: 14px;
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 18px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.card_shadow > *:first-child {
  padding-top: 20px;
}

.card-header {
  padding: 0 15px 20px;
  padding-top: 20px;
  font-size: 14px;
  line-height: 14px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.card-header > * {
  display: block;
}

.card-header.logo {
  text-align: center;
}

.card-header.logo img {
  display: inline;
  margin-bottom: 6px;
  height: 26px;
}

.card-header.logo p {
  color: #9cafbe;
  margin: 0;
}

.card-header_border {
  padding: 0 15px 20px;
  padding-top: 20px;
  font-size: 14px;
  line-height: 14px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #dddddd;
}

.card-header_border > * {
  display: block;
}

.card-header_border.logo {
  text-align: center;
}

.card-header_border.logo img {
  display: inline;
  margin-bottom: 6px;
  height: 26px;
}

.card-header_border.logo p {
  color: #9cafbe;
  margin: 0;
}

.card-header-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-header-action {
  text-transform: none;
  position: absolute;
  right: 15px;
  top: 20px;
  margin-top: -2px;
}

.card-content {
  padding: 0 15px 20px;
}

.card-content > *:last-child {
  margin-bottom: 0;
}

.card-feature {
  min-height: 170px;
  padding: 20px 0;
  background: #f4f6f9;
}

.card-feature_padding {
  min-height: 170px;
  padding: 20px 0;
  background: #f4f6f9;
  padding-left: 15px;
  padding-right: 15px;
}

.card-feature.padding {
  padding: 20px 15px;
}

.card-feature-image {
  margin: 30px auto;
  height: 70px;
  display: block;
}

.card-feature .space-details-empty {
  -webkit-transform: translate(0, 40%);
  padding: 0;
}

.card-feature .space-details-empty img {
  height: 45px;
  margin-bottom: 6px;
}

.card-feature table {
  margin: 0;
}

.card-feature table td {
  padding: 0 0 24px 0;
  border-bottom: 0;
  color: #999;
}

.card-feature table tr:hover td {
  background: transparent;
}

.card-feature table tr td:first-child {
  font-weight: 600;
  color: #666;
  padding-right: 15px;
}

.card-feature table tr:last-child td {
  padding: 0;
}

.card-footer {
  color: #aaa;
  line-height: 0%;
  border-top: 1px solid #dddddd;
  padding: 0 15px 20px;
  padding-top: 20px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.card-footer > * {
  margin-bottom: 12px;
}

.card-footer > *:last-child {
  margin-bottom: 0;
}

.card-footer_border {
  color: #aaa;
  line-height: 0%;
  border-top: 1px solid #dddddd;
  padding: 0 15px 20px;
  padding-top: 20px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  margin: 0;
  padding: 20px 15px;
}

.card-footer_border > * {
  margin-bottom: 12px;
}

.card-footer_border > *:last-child {
  margin-bottom: 0;
}

.card-sub-footer {
  text-align: center;
  position: absolute;
  bottom: -36px;
  width: 100%;
}

.card-sub-footer.left {
  width: auto;
  left: 0;
}

.card-sub-footer.right {
  width: auto;
  right: 0;
}

.card-sub-footer p {
  margin: 0;
  color: #999;
}

.card-sub-footer a {
  color: #5ebeff;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.card-sub-footer a.soft {
  color: #999;
}

.card-sub-footer a:hover {
  text-decoration: underline;
}

.card.clear {
  padding: 0;
}

.card.clear > * {
  border: 1px solid transparent;
  padding-left: 0;
  padding-right: 0;
}

.card.clear .card-header {
  border-bottom: 1px solid #ddd;
}

.card-feature.display {
  padding: 0;
  height: 170px;
}

.wall {
  display: block;
}

.wall.three-column {
  height: 100%;
}

.wall.three-column .wall-section {
  padding-top: 70px;
  width: 33.333%;
  padding-right: 0;
  margin: 0 -5px 0 0;
  height: 100%;
  text-align: center;
  border-right: 1px solid #dddddd;
  color: #2d99d3;
  font-size: 21px;
}

.wall.three-column .wall-section:last-child {
  border-right: 0;
}

.wall-section {
  display: inline-block;
}

.card-feature.sensor {
  text-align: center;
  height: 170px;
}

.card-feature.sensor .sensor-value {
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
  display: block;
}

.card-feature.sensor .sensor-value span {
  position: absolute;
}

.card-feature.sensor .sensor-value span small {
  vertical-align: baseline;
  font-size: 14px;
  font-weight: 700;
}

.card-feature.sensor .sensor-unit {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

/*

    Robin Space LESS

    @author Sam Dunn, Jonah Stuart
    @company Robin
    @date 2014

--------------------------------------- */

.space {
  width: 100%;
  height: 180px;
  display: table;
  background: #fff;
  padding: 0 !important;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.space [class*="icon-"] {
  vertical-align: baseline;
}

.space-status {
  position: absolute;
  margin: 20px 0 0 15px;
  font-weight: 600;
  z-index: 1000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #999;
}

.space-status .icon-refresh {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.space-status.in-use {
  color: #fff;
  background: #fd4b46;
  padding: 7px 11px;
}

.space-status.available {
  background: #91ca55;
  color: #fff;
  padding: 7px 11px;
}

.space-status.available .icon-available {
  background: #fff;
}

.space-status.dibs {
  background: #5ebeff;
  color: #fff;
  padding: 7px 11px;
}

.space-status.warning,
.space-status.booked {
  background: #ffb150;
  color: #fff;
  padding: 7px 11px;
}

.space-info {
  display: table-cell;
  padding: 20px 15px 0;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.space-info h2,
.space-info h3,
.space-info h4,
.space-info h5,
.space-info h6 {
  color: #fff;
}

.space-info p {
  font-size: 15px;
  line-height: 18px;
}

.space-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 9px;
}

.space-title + div {
  color: #888;
}

.space-image {
  position: absolute;
  right: 0;
  width: 44.33%;
  height: -webkit-calc(100% + 2px);
  top: -1px;
  background: no-repeat center center #32383e;
  background-size: cover;
  overflow: hidden;
  margin: 0 -2px 0 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.12), inset -1px -1px 0 rgba(0, 0, 0, 0.12);
}

.space-image img {
  height: 100%;
  max-width: none;
}

.space-image ~ * {
  padding-right: 44.33%;
}

.card-feature.space {
  margin-bottom: 0;
}

.space-card_details {
  min-height: 126px;
  padding: ;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #dddddd;
  border-top: 0px;
  color: #32383e;
}

.space-card_details.more {
  padding-left: 18px;
}

.space-card_details.more::after {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  margin-left: -15px;
  background: #bbc8d2;
  margin-left: -9px;
}

.space-card_details.more .space-card_event::after {
  content: " ";
  display: block;
  position: absolute;
  border: 1px solid #bbc8d2;
  margin-left: -18px;
  z-index: 100;
  top: 7px;
  height: 5px;
  width: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  margin-left: -12px;
}

.space-card_event {
  margin-bottom: 12px;
  font-weight: 500;
}

.space-card_event:last-child {
  margin-bottom: 0;
}

.space-card_event-time {
  float: right;
  color: #aaa;
}

.space-details-label {
  text-transform: uppercase;
  border-top: 1px solid #dddddd;
  padding: 12px 0;
  font-size: 12px;
}

.space-details-action {
  text-align: center;
  vertical-align: baseline !important;
}

.space-details-action .btn-outline {
  color: #2d99d3;
}

.space-details-action .btn-outline:hover {
  color: #57addc;
}

.space-details-empty {
  text-align: center;
  width: 100%;
  padding: 30px;
  border-bottom: 0;
}

.space-details-empty::after {
  background: #fff;
  border-color: #fff;
}

.space-details-empty ng-include,
.space-details-empty img {
  display: block;
}

.space-details-empty > a {
  display: block;
  color: #2d99d3;
  padding: 6px 0;
}

.space-details-empty p:last-child {
  margin: 0;
}

.space-details-empty img,
.space-details-empty svg {
  display: block;
  margin: 0 auto 30px;
  height: 75px;
  clear: both;
}

.space-details-empty svg {
  min-width: 100px;
}

/*

    Robin People LESS

    @author Sam Dunn, Jonah Stuart
    @company Robin
    @date 2014

--------------------------------------- */

.person {
  height: 25px;
  width: 25px;
  background: #252a2e;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.person img {
  max-width: 100%;
  min-height: 100%;
}

.person a {
  color: #fff;
  text-decoration: none;
}

.person.unidentified {
  background: transparent;
  width: auto;
  border-radius: 0;
  overflow: visible;
  line-height: 25px;
}

.person.unidentified a {
  display: block;
  color: #2d99d3;
  padding-top: 6px;
}

.person.large {
  height: 80px;
  width: 80px;
  margin-right: 15px;
  float: left;
}

.person.large img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-height: 100%;
  max-width: none;
}

.people {
  list-style-type: none;
}

.people li {
  display: inline-block;
  margin: 0 6px 12px 0;
}

.people .person {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*

  Robin
  Events LESS
  
  @author:  Sam Dunn, Jonah Stuart
  @company: Robin
  @date:    2014
  
--------------------------------------- */

.event-day::before {
  content: " ";
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  margin-left: -15px;
  background: #bbc8d2;
  margin-left: 11px;
  margin-top: 6px;
  width: 3px;
  height: 100%;
}

.event {
  list-style-type: none;
  padding-left: 30px;
  margin-bottom: 36px;
}

.event:last-child::before {
  content: " ";
  position: absolute;
  width: 20px;
  height: 100%;
  left: 0;
  top: 10px;
  background: #fff;
}

.event > * {
  vertical-align: top;
  display: inline-block;
}

.event::after {
  content: " ";
  display: block;
  position: absolute;
  border: 1px solid #bbc8d2;
  margin-left: -18px;
  z-index: 100;
  top: 7px;
  height: 5px;
  width: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  margin-left: -22px;
  margin-top: -2px;
  height: 9px;
  width: 9px;
  background: #bbc8d2;
}

.event-title {
  font-weight: 600;
  display: block;
}

.event-details {
  color: #aaa;
  font-size: 14px;
  width: 70%;
}

.event-details .person {
  margin-top: 12px;
  background: #9cafbe;
}

.event-time {
  width: 28%;
  color: #aaa;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 3px;
  text-align: right;
}

.event-time.current {
  font-weight: 700;
  color: #666;
}

.event-upcoming {
  width: 100%;
  margin: 20px 0;
  font-size: 15px;
}

.event-upcoming [class*="event-"] {
  padding: 0 0 24px 0;
  border-bottom: 0;
}

.event-upcoming tr:last-child [class*="event-"] {
  padding-bottom: 0;
}

.event-upcoming tr:hover td {
  background: transparent;
}

/*

  Robin
  layout LESS
  
  @author:  Sam Dunn, Jonah Stuart
  @company: Robin
  @date:    2014
  
--------------------------------------- */

.page-header {
  width: 100%;
  margin-bottom: 18px;
  border-bottom: 0;
  zoom: 1;
}

.page-header .padding {
  display: block;
}

.page-header:before,
.page-header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}

.page-header:after {
  clear: both;
}

.page-header .person {
  height: 20px;
  width: 20px;
  margin-right: 2px;
  background: #9cafbe;
}

.page-header .person.unidentified a {
  padding-top: 4px;
}

.page-header .breadcrumbs {
  margin-bottom: 20px;
  width: 100%;
}

.page-header > * {
  display: inline-block;
  vertical-align: top;
}

.page-header .sub-header {
  display: block;
  color: #888;
}

.page-header-image {
  height: 80px;
  width: 80px;
  display: inline-block;
  margin-right: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  background: #f4f6f9;
  -webkit-box-shadow: inset 0 0 1px #c7c7c7;
  -moz-box-shadow: inset 0 0 1px #c7c7c7;
  box-shadow: inset 0 0 1px #c7c7c7;
}

.page-header-image::before {
  content: "";
  display: block;
  position: absolute;
  height: 40px;
  width: 57px;
  background: url('../img/icon-md-space.png') no-repeat;
  background-size: cover;
  top: 20px;
  left: 12px;
}

.page-header-image img {
  height: 100%;
  margin-left: -25%;
}

.page-header-info small {
  margin-bottom: 8px;
  color: #888;
}

.page-header-info h2 {
  margin-top: -4px !important;
}

.page-header-info h2 small {
  font-size: 14px;
  vertical-align: baseline;
}

.page-header-actions {
  float: right;
}

.space-header {
  width: 100%;
  zoom: 1;
}

.space-header:before,
.space-header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}

.space-header:after {
  clear: both;
}

.space-header .person {
  height: 20px;
  width: 20px;
  margin-right: 2px;
  background: #9cafbe;
}

.space-header .person.unidentified a {
  padding-top: 4px;
}

.space-header .breadcrumbs {
  margin-bottom: 20px;
}

.space-header > * {
  display: inline-block;
  vertical-align: top;
}

.space-header-image {
  height: 80px;
  width: 80px;
  display: inline-block;
  margin-right: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  background: url('') no-repeat #f4f6f9;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 1px #c7c7c7;
  -moz-box-shadow: inset 0 0 1px #c7c7c7;
  box-shadow: inset 0 0 1px #c7c7c7;
}

.space-header-image img {
  height: 100%;
  margin-left: -25%;
}

.space-header-info small {
  margin-bottom: 8px;
  color: #888;
}

.space-header-info h2 {
  margin-top: -4px !important;
}

.space-header-info h2 small {
  font-size: 14px;
  vertical-align: baseline;
}

.space-header-actions {
  float: right;
}

.space-details-header,
.section-detail-header,
.section-header {
  display: block;
  margin: 30px 0;
  zoom: 1;
}

.space-details-header:before,
.section-detail-header:before,
.section-header:before,
.space-details-header:after,
.section-detail-header:after,
.section-header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}

.space-details-header:after,
.section-detail-header:after,
.section-header:after {
  clear: both;
}

.space-details-header-title,
.section-detail-header-title,
.section-header-title {
  display: inline-block;
  margin-top: -1px;
  padding: 18px 0 0 0;
  border-top: 3px solid #fd4b46;
  font-size: 18px;
  font-weight: 600;
}

.section-detail-header-description,
.section-header-description {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #888;
}

.space-details-header-actions,
.section-detail-header-actions,
.section-header-actions {
  float: right;
}

.space-details-header-actions {
  margin-top: 24px;
}

.progress-set {
  display: table;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 12px;
}

.progress-set.two .progress-set-step {
  width: 50%;
}

.progress-set .progress-set-step:last-child {
  border-right: 0;
}

.progress-set-step {
  display: table-cell;
  padding: 20px 15px;
  margin-left: -4px;
  border-right: 1px solid #ddd;
}

.progress-set-step p:last-child {
  margin-bottom: 0;
}

.progress-set-step-icon {
  height: 50px;
  float: left;
  display: block;
  margin-right: 15px;
}

.progress-set-step-icon img {
  height: 100%;
}

/*

    Robin Alert LESS

    @author Sam Dunn, Jonah Stuart
    @company Robin
    @date 2014

--------------------------------------- */

.alerts-container {
  position: fixed;
  top: 14px;
  right: 30px;
  width: 275px;
  z-index: 9999;
}

.alert {
  position: relative;
  width: 100%;
  min-height: 60px;
  border: 1px solid #dddddd;
  padding: 20px 30px;
  margin-bottom: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
  color: #444 !important;
  background: #fff !important;
  transition: all ease-in-out 0.3s;
  line-height: 18px;
  -webkit-box-shadow: 0 5px 2px -4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 2px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 2px -4px rgba(0, 0, 0, 0.1);
}

.alert::before {
  content: " ";
  position: absolute;
  display: block;
  z-index: 100;
  top: -1px;
  bottom: -1px;
  left: -1px;
  height: 100%;
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  width: 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.alert.alert-error::before {
  background: #ee3f46;
}

.alert.alert-error .alert-icon {
  color: #ee3f46;
}

.alert.alert-error .alert-icon svg > * {
  path: ;
}

.alert.alert-warning::before {
  background: #ffc274;
}

.alert.alert-warning .alert-icon {
  color: #ffc274;
}

.alert.alert-warning .alert-icon svg > * {
  path: ;
}

.alert.alert-success::before {
  background: #91ca55;
}

.alert.alert-success .alert-icon {
  color: #91ca55;
}

.alert.alert-success .alert-icon svg > * {
  path: ;
}

.alert .close {
  display: block;
}

.alert .close::before {
  font-family: 'robin';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e609";
  color: #ccc;
  font-size: 12px;
  position: absolute;
  top: -6px;
  right: -20px;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}

.alert .close:hover::before {
  color: #2d99d3;
}

.alert .alert-icon {
  position: relative;
  display: inline-block;
  height: 36px;
  width: 50px;
  margin-right: 10px;
  margin-left: -10px;
  float: left;
  text-align: center;
}

.alert .alert-icon img {
  max-height: 36px;
  max-width: 50px;
}

.alert .alert-message-wrap {
  display: table-cell;
}

.alert .alert-message {
  display: block;
}

.alert .alert-action {
  font-weight: 600;
  font-size: 14px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: 100%;
  background: #fd4b46;
  border: 1px solid #fd4b46;
  display: inline-block;
  color: #fff;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 12px 24px;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 100ms;
  -moz-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms;
  cursor: pointer;
  background: transparent;
  border: 1px solid #ccc;
  color: #666;
  font-size: 12px;
  padding: 12px 18px;
  margin-top: 12px;
}

.alert .alert-action:hover {
  color: #fff;
  text-decoration: none;
  background: #ee3f46;
  border: 1px solid #ee3f46;
}

.alert .alert-action[disabled] {
  background: #e2e7ec;
  border: 1px solid #e2e7ec;
  color: #778896;
  cursor: default;
}

.alert .alert-action[disabled]:hover {
  background: #e2e7ec;
  border: 1px solid #e2e7ec;
  color: #778896;
}

.alert .alert-action [class*="icon-"] {
  font-size: 16px;
  display: inline-block;
  margin: -8px 0 -4px;
}

.alert .alert-action.btn_icon {
  padding-left: 13px;
  padding-right: 13px;
}

.alert .alert-action.twitter {
  border-color: #24aae1;
  background: #24aae1;
}

.alert .alert-action.twitter:hover {
  border-color: #198ab9;
  background: #198ab9;
}

.alert .alert-action.linkedin {
  border-color: #007bb6;
  background: #007bb6;
}

.alert .alert-action.linkedin:hover {
  border-color: #005983;
  background: #005983;
}

.alert .alert-action.facebook {
  border-color: #4b6ea9;
  background: #4b6ea9;
}

.alert .alert-action.facebook:hover {
  border-color: #3b5786;
  background: #3b5786;
}

.alert .alert-action:hover {
  background: transparent;
  border-color: #aaa;
  color: #666;
}

.messages {
  display: block;
  padding: 10px 24px;
  margin-bottom: 15px;
  border: 2px solid #349ad0;
  border-radius: 3px;
  color: #349AD0;
  background: #F2FAFE;
}

.messages .message-body {
  display: table;
  margin: 0 auto;
}

.messages .alert-cell {
  display: table-cell;
}

.messages img {
  max-width: 40px;
  margin-right: 15px;
}

.messages p {
  color: #349AD0;
  font-weight: 600;
  margin-right: 15px !important;
}

.messages.success {
  border-color: #92C95C;
  background: #FCFDFB;
}

.messages.success p {
  color: #92C95C;
}

.messages.success a {
  color: #92C95C;
}

.messages.warning {
  border-color: #FEA738;
  background: #FFF8EF;
}

.messages.warning p {
  color: #FEA738;
}

.messages.warning a {
  color: #FEA738;
}

.messages.error {
  border-color: #EE3F46;
  background: #fdf0f1;
}

.messages.error p {
  color: #EE3F46;
}

.messages.error a {
  color: #EE3F46;
}

.messages.onboarding {
  background: #fff;
  border-color: #ddd;
  border-width: 1px;
  padding: 20px;
}

.messages.onboarding .message-body {
  margin: 0;
}

.messages.onboarding .alert-cell {
  vertical-align: middle;
  text-align: left;
}

.messages.onboarding h3 {
  text-align: left;
}

.messages.onboarding p {
  color: #666;
  padding-bottom: 15px;
}

.messages.onboarding img {
  max-width: 130px;
  margin-right: 30px;
}

.messages .close {
  opacity: 1;
  color: #888;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}

.messages .close:hover {
  opacity: 1;
  color: #aaa;
}

.has-tip {
  position: relative;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
}

.has-tip .tool-tip {
  position: absolute;
  border-radius: 3px;
  padding: 6px 10px;
  background: #252A2E;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  z-index: -10;
  color: #fff;
  white-space: nowrap;
  font-weight: 600;
}

.has-tip .tool-tip:after {
  position: absolute;
  content: ' ';
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #252A2E;
}

.has-tip .tool-tip.bottom {
  bottom: auto;
  top: 80%;
}

.has-tip .tool-tip.bottom:after {
  top: auto;
  bottom: 100%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(37, 42, 46, 0.8);
  border-top: none;
}

.has-tip:hover {
  cursor: pointer;
}

.has-tip:hover .tool-tip {
  visibility: visible;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  bottom: 130%;
  z-index: 10;
}

.has-tip:hover .tool-tip.bottom {
  bottom: auto;
  top: 130%;
}

.tool-tip-container .space-status {
  margin: 0;
}
@font-face {
  font-family: 'robin';
  src: url('fonts/robin.eot?28uwvr');
  src: url('fonts/robin.eot?#iefix28uwvr') format('embedded-opentype'),
    url('fonts/robin.woff?28uwvr') format('woff'),
    url('fonts/robin.ttf?28uwvr') format('truetype'),
    url('fonts/robin.svg?28uwvr#robin') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'robin';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-copy:before {
  content: "\e618";
}

.icon-down:before {
  content: "\e611";
}

.icon-left:before {
  content: "\e612";
}

.icon-right:before {
  content: "\e613";
}

.icon-up:before {
  content: "\e614";
}

.icon-backwards:before {
  content: "\e615";
}

.icon-forwards:before {
  content: "\e616";
}

.icon-gear:before {
  content: "\e617";
}

.icon-signal:before {
  content: "\e60c";
}

.icon-refresh:before {
  content: "\e60d";
}

.icon-people:before {
  content: "\e60f";
}

.icon-clock:before {
  content: "\e610";
}

.icon-calendar:before {
  content: "\e61d";
}

.icon-twitter:before {
  content: "\e602";
}

.icon-linkedin:before {
  content: "\e603";
}

.icon-googleplus:before {
  content: "\e604";
}

.icon-facebook:before {
  content: "\e606";
}

.icon-user:before {
  content: "\e605";
}

.icon-plus:before {
  content: "\e607";
}

.icon-pin:before {
  content: "\e619";
}

.icon-phone:before {
  content: "\e60e";
}

.icon-locked:before {
  content: "\e608";
}

.icon-ex:before {
  content: "\e609";
}

.icon-email:before {
  content: "\e60a";
}

.icon-edit:before {
  content: "\e60b";
}

.icon-paperclip:before {
  content: "\e61b";
}

.icon-flag:before {
  content: "\e61a";
}

.icon-building:before {
  content: "\e61c";
}

.icon-hamburger:before {
  content: "\e600";
}

.icon-places-menu:before {
  content: "\e601";
}

.icon-menu-y:before {
  content: "\e61e";
}

.icon-menu-x:before {
  content: "\e61f";
}

.icon-search:before {
  content: "\e620";
}

.icon-incognito:before {
  content: "\e621";
}

.icon-no-presence:before {
  content: "\e622";
}

.icon-robin:before {
  content: "\e623";
}

.icon-visitor:before {
  content: "\e624";
}

.icon-grid:before {
  content: "\e625";
}

.icon-bell:before {
  content: "\e626";
}

.icon-battery:before {
  content: "\e627";
}

.icon-battery-low:before {
  content: "\e628";
}

.icon-charged:before {
  content: "\e629";
}

.icon-lightning:before {
  content: "\e62a";
}

.icon-check:before {
  content: "\e62b";
}

.icon-camera:before {
  content: "\e62c";
}

.icon-photo:before {
  content: "\e62d";
}

.icon-help:before {
  content: "\e62e";
}

.icon-reorder:before {
  content: "\e62f";
}

.icon-calendar-alt:before {
  content: "\e630";
}

.icon-bell-outline:before {
  content: "\e631";
}

.icon-people-outline:before {
  content: "\e632";
}

.icon-calendar-outline:before {
  content: "\e633";
}

.icon-space-outline:before {
  content: "\e634";
}

.icon-warning-outline:before {
  content: "\e635";
}

.icon-success-outline:before {
  content: "\e636";
}

.icon-error-outline:before {
  content: "\e637";
}

.icon-building-outline:before {
  content: "\e638";
}

.icon-link:before {
  content: "\e639";
}

.icon-minus:before {
  content: "\e63a";
}

.icon-offline:before {
  content: "\e63b";
}

.icon-offline-outline:before {
  content: "\e63c";
}

.icon-file:before {
  content: "\e63d";
}

.icon-file-outline:before {
  content: "\e63e";
}