@font-face {
  font-family: "Quicksand";
  src: url("/fonts/quicksand300-webfont.eot");
  src: url("/fonts/quicksand300-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/quicksand300-webfont.woff") format("woff"), url("/fonts/quicksand300-webfont.ttf") format("truetype"), url("/fonts/quicksand300-webfont.svg#quicksandlight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Quicksand";
  src: url("/fonts/quicksand400-webfont.eot");
  src: url("/fonts/quicksand400-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/quicksand400-webfont.woff") format("woff"), url("/fonts/quicksand400-webfont.ttf") format("truetype"), url("/fonts/quicksand400-webfont.svg#quicksandregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("/fonts/raleway300-webfont.eot");
  src: url("/fonts/raleway300-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway300-webfont.woff") format("woff"), url("/fonts/raleway300-webfont.ttf") format("truetype"), url("/fonts/raleway300-webfont.svg#ralewaylight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("/fonts/raleway400-webfont.eot");
  src: url("/fonts/raleway400-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway400-webfont.woff") format("woff"), url("/fonts/raleway400-webfont.ttf") format("truetype"), url("/fonts/raleway400-webfont.svg#ralewayregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("/fonts/lato300-webfont.eot");
  src: url("/fonts/lato300-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/lato300-webfont.woff") format("woff"), url("/fonts/lato300-webfont.ttf") format("truetype"), url("/fonts/lato300-webfont.svg#latowaylight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("/fonts/lato400-webfont.eot");
  src: url("/fonts/lato400-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/lato400-webfont.woff") format("woff"), url("/fonts/lato400-webfont.ttf") format("truetype"), url("/fonts/lato400-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

body {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 300;
}

ul, ol {
  list-style: none;
}

h1 {
  font-family: "Quicksand", sans-serif;
  font-size: 32px;
  margin-top: 50px;
  margin-bottom: 40px;
  padding: 0;
  color: #333;
  text-align: center;
  font-weight: 100;
}

h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 100;
}

h2 {
  font-size: 16px;
  font-weight: 400;
}
h2.major {
  font-size: 22px;
  font-weight: 100;
}

a {
  color: #659fc0;
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #659FCA;
  text-decoration: underline;
}

pre {
  background-color: #f9f9f9;
  border: 0;
  border-radius: 2px;
  color: #666;
  font-size: 13px;
}

code {
  color: #6695b0;
  background-color: #f1f5f7;
}

#Wrap {
  /* Wrapper for page content to push down footer */
  min-height: 100%;
  height: auto;
  margin: 0 auto -100px;
  /* Negative indent footer by its height */
  padding: 64px 0 100px;
  /* Pad bottom by footer height */
  /*padding-top:64px;*/
}

#Wrap > *:last-child {
  /*  margin-bottom:100px;*/
}

#Wrap > div > .container,
#Wrap > div > .router > .container {
  margin-bottom: 120px;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  font-weight: 300;
  -webkit-transition: none;
  transition: none;
}

.form-control:focus {
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

select.form-control {
  margin-top: -2px;
  margin-left: 5px;
}

textarea.form-control:disabled {
  background-color: #fff;
}

.btn.btn-primary {
  background-color: #659fc0;
  border-color: #659fc0;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fdfdfd;
}

.capitalize {
  text-transform: capitalize;
}

.superscript {
  vertical-align: super;
  font-size: 0.7em;
}

[class^=icon-], [class*=" icon-"] {
  position: relative;
  top: 1px;
}

.btn [class^=icon-], .btn [class*=" icon-"] {
  padding-left: 2px;
  padding-right: 2px;
}

.icon-question-circle {
  color: #A2C5D9;
  margin-left: 5px;
  cursor: pointer;
}

.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
  transition: all ease-in-out 0.3s;
}

.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
  opacity: 0;
  /*  max-height:0;*/
}

.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
  opacity: 1;
  /*  max-height:40px;*/
}

.animate-show-hide.ng-hide-add, .animate-show-hide.ng-hide-remove {
  transition: all ease-in-out 0.5s;
  display: block !important;
}

.animate-show-hide.fast.ng-hide-add, .animate-show-hide.fast.ng-hide-remove {
  transition: all ease-in-out 0.3s;
  display: block !important;
}

.animate-show-hide.inline.ng-hide-add, .animate-show-hide.inline.ng-hide-remove,
.animate-show-hide.fast.inline.ng-hide-add, .animate-show-hide.fast.inline.ng-hide-remove {
  display: inline !important;
}

.animate-show-hide.ng-hide-add.ng-hide-add-active,
.animate-show-hide.ng-hide-remove {
  opacity: 0;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}

.addon-install-link {
  padding: 5px 0 5px 22px;
  font-size: 14px;
  background: transparent url("/img/chrome-extension-256.png") no-repeat 0% 50%;
  background-size: 18px 18px;
}

.addon-install-link .glyphicon {
  font-size: 12px;
}

p.install-chrome-ext {
  text-align: center;
}

p.install-chrome-ext.sm {
  margin-top: 80px;
  margin-bottom: 80px;
}

p.install-chrome-ext.xs {
  margin-top: 15px;
  margin-bottom: 15px;
}

p.install-chrome-ext a img,
p.install-chrome-ext a span {
  opacity: 0.7;
  font-weight: normal;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.3, 1);
}

p.install-chrome-ext a span {
  display: block;
  margin-top: 20px;
  font-family: "Lato", sans-serif;
  color: #333;
  font-weight: 100;
  font-size: 24px;
}

p.install-chrome-ext a span i {
  vertical-align: top;
  font-size: 0.65em;
  margin-left: 3px;
  display: inline-block;
  margin-top: 8px;
}

p.install-chrome-ext.sm a span {
  margin-top: 10px;
  font-size: 20px;
}

p.install-chrome-ext.xs a span {
  margin-top: 6px;
  font-size: 16px;
}

p.install-chrome-ext a img {
  height: 180px;
  width: 180px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 22px;
  opacity: 0.85;
}

.install-chrome-ext.sm a img {
  border-radius: 12px;
  height: 128px;
  width: 128px;
}

.install-chrome-ext.xs a img {
  border-radius: 6px;
  height: 50px;
  width: 50px;
}

p.install-chrome-ext a,
p.install-chrome-ext a:hover {
  text-decoration: none;
}

p.install-chrome-ext a:hover img,
p.install-chrome-ext a:hover span {
  opacity: 1;
}
