/**

// BEGIN SOURCE

//Framework
@import "bootstrap/bootstrap-custom.less";
//@import "bootstrap/variables.less";
//@import "bootstrap/mixins.less";

//Base styles
//@import 'base.less';

// Core variables and mixins
@import 'f3-mixins.less';
@import 'f3-variables.less';

@import 'dlg-login.less';

// END SOURCE
**/
/* include this one normally */
#fb-signin-btn,
#fb-login-btn,
.fb-login-btn {
  background: #3b5998;
  border-width: 0px;
  color: white;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font-size: 14px;
  margin: 0 0 12px;
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
}
#fb-signin-btn.loading,
#fb-login-btn.loading,
.fb-login-btn.loading {
  background: #696969;
  width: auto;
}
#fb-signin-btn span,
#fb-login-btn span,
.fb-login-btn span {
  background: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQ2IDQ2IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pZCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmZmZmY7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJXaGl0ZSIgY2xhc3M9ImNscy0xIiBkPSJNNDMuNDYsMEgyLjU0QTIuNTQsMi41NCwwLDAsMCwwLDIuNTRWNDMuNDZBMi41NCwyLjU0LDAsMCwwLDIuNTQsNDZoMjJWMjguMTloLTZWMjEuMjRoNlYxNi4xMmMwLTUuOTQsMy42My05LjE4LDguOTMtOS4xOGE0OS4xOSw0OS4xOSwwLDAsMSw1LjM2LjI3djYuMjFIMzUuMThjLTIuODgsMC0zLjQ0LDEuMzctMy40NCwzLjM4djQuNDNoNi44N2wtMC45LDYuOTRoLTZWNDZINDMuNDZBMi41NCwyLjU0LDAsMCwwLDQ2LDQzLjQ2VjIuNTRBMi41NCwyLjU0LDAsMCwwLDQzLjQ2LDBaIi8+PC9zdmc+) no-repeat center center;
  background-position: 0 0;
  padding-left: 24px;
}
.hr-line {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 20px;
  text-align: center;
}
.hr-line legend {
  background: #ffffff;
  color: #777;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  padding: 0 15px;
  border: 0;
  width: auto;
}
.f3-dialog-overlay-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10010;
  /* Redesigned dialog for react stuff, and then everything. */
}
@media (min-width: 768px) {
  .f3-dialog-overlay-container {
    overflow: visible;
  }
}
.f3-dialog-overlay-container .f3-dialog-overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(44, 44, 44, 0.8);
}
.f3-dialog-overlay-container .f3-dialog {
  min-width: 95%;
  min-height: 90%;
  max-height: 97.5%;
  overflow-y: auto;
  z-index: 1;
  margin: auto;
  display: block;
  background: #ffffff;
}
.f3-dialog-overlay-container .f3-dialog.fit-to-content {
  min-width: initial!important;
  min-height: initial!important;
  max-width: initial!important;
  max-height: initial!important;
  width: auto!important;
  height: auto!important;
}
.f3-dialog-overlay-container .f3-dialog.initial-width {
  width: initial!important;
}
.f3-dialog-overlay-container .f3-dialog.flipped {
  background: transparent;
}
.f3-dialog-overlay-container .f3-dialog .close {
  font-size: 44px;
}
.f3-dialog-overlay-container .f3-dialog a {
  cursor: pointer;
}
.f3-dialog-overlay-container .f3-dialog input::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.f3-dialog-overlay-container .f3-dialog input:-ms-input-placeholder {
  color: #777777;
}
.f3-dialog-overlay-container .f3-dialog input::-webkit-input-placeholder {
  color: #777777;
}
.f3-dialog-overlay-container .f3-dialog .modal-title {
  color: #c14139;
}
.f3-dialog-overlay-container .f3-dialog .modal-title .free-img {
  color: #107e2a;
}
.f3-dialog-overlay-container .f3-dialog .modal-section {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 10px;
  min-height: 90px;
}
.f3-dialog-overlay-container .f3-dialog .modal-section.browse-info img {
  float: right;
  margin: 10px 10px 5px 0;
}
@media (min-width: 768px) {
  .f3-dialog-overlay-container .f3-dialog .modal-section.browse-info img {
    float: none;
    margin: 0;
    position: absolute;
    left: 20px;
  }
}
@media (min-width: 768px) {
  .f3-dialog-overlay-container .f3-dialog .modal-section.browse-info p {
    padding-left: 90px;
  }
}
@media (min-width: 768px) {
  .f3-dialog-overlay-container .f3-dialog .modal-section .percent-complete {
    margin-left: 90px;
  }
}
.f3-dialog-overlay-container .f3-dialog .modal-section .percent-complete h3 {
  margin-top: 0;
}
.f3-dialog-overlay-container .f3-dialog .modal-section .percent-complete .progress {
  max-width: 250px;
}
.f3-dialog-overlay-container .f3-dialog .modal-section .percent-complete .progress-bar {
  font-size: 15px;
  min-width: 2em;
}
.f3-dialog-overlay-container .f3-dialog .modal-section .percent-complete .progress-bar[style="width: 100%;"] {
  background-image: -webkit-linear-gradient(top, #1bd948 0%, #107e2a 100%);
  background-image: -o-linear-gradient(top, #1bd948 0%, #107e2a 100%);
  background-image: linear-gradient(to bottom, #1bd948 0%, #107e2a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1bd948', endColorstr='#ff107e2a', GradientType=0);
}
.f3-dialog-overlay-container .f3-dialog .dialog-short-title {
  font-size: 1.4em;
  font-weight: 100;
}
.f3-dialog-overlay-container .f3-dialog .jumbotron {
  background: #ffffff;
}
.no-flexbox .f3-dialog-overlay-container .f3-dialog {
  position: fixed;
  max-width: 75%;
  top: 25%;
  left: 50%;
  margin-left: -12.5%;
}
.f3-dialog-overlay-container .f3-dialog .dlg-footer {
  margin: 20px 0;
}
.f3-dialog-overlay-container.v2 .close {
  opacity: .7;
  font-size: 32px;
}
.f3-dialog-overlay-container.v2 .modal-content {
  border-radius: 6px;
  background-color: #eeeeee;
}
.f3-dialog-overlay-container:not(.nested).v2.overlay-photos .f3-dialog {
  width: 60%;
  max-width: 60%;
}
@media (min-width: 768px) {
  .f3-dialog-overlay-container:not(.nested).v2 .f3-dialog {
    width: 80%;
  }
}
.f3-dialog-overlay-container.nested {
  position: absolute;
}
.f3-dialog-overlay-container.nested .f3-dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.f3-dialog-overlay-container.nested .f3-dialog {
  position: absolute;
  width: 100%;
  height: 100%;
}
.f3-dialog-overlay-container.nested .f3-dialog.fit-to-content {
  width: auto!important;
  height: auto!important;
}
@media (min-width: 768px) {
  .f3-dialog-overlay-container:not(.nested) .f3-dialog {
    overflow-x: hidden;
    max-width: 800px;
    min-width: 420px;
    min-height: 425px;
    width: 30%;
  }
  .f3-dialog-overlay-container:not(.nested) .f3-dialog.deny {
    max-width: 840px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .f3-dialog-overlay-container:not(.nested) .f3-dialog {
    min-width: 600px;
  }
}
.f3-dialog-overlay-container:not(.nested) .f3-dialog.edit-dialog {
  max-width: 800px;
  width: 100vw;
}
@media (min-width: 480px) {
  .f3-dialog-overlay-container:not(.nested) .f3-dialog.edit-dialog {
    width: 80vw;
  }
}
.subdialog {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.subdialog .f3-dialog-overlay-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.subdialog .f3-dialog-overlay {
  display: none;
}
.subdialog .f3-dialog {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: none !important;
  width: 100% !important;
  max-width: none !important;
}
/* flip card for deny dialog
 * that's all we're using it for
 */
.flip-card {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
}
.flip-card .flip-contents {
  overflow: visible!important;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  min-height: 525px!important;
}
.flip-card .flip-contents.flipped {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip-card .flip-contents.flipped .flip-back {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}
.flip-card .flip-contents.flipped .flip-back div {
  opacity: 1;
}
.no-csstransforms3d .flip-card .flip-contents.flipped .flip-back {
  display: block;
}
.flip-card .flip-contents .card-face {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card .flip-contents .card-face .modal-body {
  background: #ffffff;
  border-radius: 4px;
}
.flip-card .flip-contents .flip-front {
  background: #ffffff;
  position: absolute;
  z-index: 1;
}
.flip-card .flip-contents .flip-back {
  background: #ffffff;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.flip-card .flip-contents .flip-back div {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.no-csstransforms3d .flip-card .flip-contents .flip-back {
  display: none;
}
.doc-img {
  background: #535353;
}
.doc-img strong {
  color: #fff;
  display: block;
  padding-bottom: 2px;
  text-align: center;
  text-transform: uppercase;
}
.doc-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 12px auto;
}
.doc-img.prem-img {
  border: 2px solid #c14139;
}
.doc-img.prem-img strong {
  background: #c14139;
}
.doc-img.free-img {
  border: 2px solid #107e2a;
}
.doc-img.free-img strong {
  background: #107e2a;
}
.doc-img + small {
  display: block;
  text-align: center;
}
.otheropt {
  background: #f8f7f3;
  border-radius: 4px;
  padding: 12px;
  text-align: center;
}
.form-signin .form-signin-group {
  margin: 0 auto;
  max-width: 90%;
}
@media (min-width: 768px) {
  .form-signin .form-signin-group {
    max-width: 250px;
  }
}
.form-signin .form-signin-group .submit-form .checkbox-inline {
  margin-left: 12px;
}
.agreetnc {
  margin: 20px 0;
}
#signin-btn {
  margin-right: 12px;
}
#reg-btn.btn {
  width: 191px;
}
@media (min-width: 768px) {
  #signin-form .form-control {
    width: 220px;
    display: inline-block;
  }
}
.lead {
  font-size: 20px;
}
.ListItem {
  background: #ffffff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #cccccc;
}
.ListItem:last-child {
  border-bottom: 0;
}
.ListItem-thumbnail {
  padding: 10px;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  margin: auto;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ListItem-thumbnail .thumbnail {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100px;
  height: 100px;
}
.ListItem-badge {
  display: inline-block;
  padding: 0 4px;
  margin-top: 4px;
  text-transform: uppercase;
  border-radius: 3px;
  color: white;
  background: #9e978d;
  font-size: 12px;
  white-space: nowrap;
}
.ListItem-badge.badge-image,
.ListItem-badge .badge-sub_image {
  background: #9e978d;
}
.ListItem-badge.badge-index_record {
  background: #c14139;
}
.ListItem-badge.badge-story_page {
  background: #82AACC;
}
.ListItem-main {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 10px;
}
.ListItem-main .dl-horizontal dt,
.ListItem-main .dl-horizontal dd {
  border-top: 0 none;
}
@media (max-width: 767px) {
  .ListItem-main .dl-horizontal dt,
  .ListItem-main .dl-horizontal dd {
    margin: 0;
    padding: 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .ListItem-main .dl-horizontal dt:first-child {
    margin-top: 12px;
  }
}
.ListItem-main .dl-horizontal dt:after {
  content: ":";
}
.ListItem-head + div {
  color: #777777;
}
.ListItem-actions {
  position: absolute;
  right: 12px;
  text-align: right;
  margin-top: 20px;
}
.ListItem-body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ListItem-body {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.ListItem-c1 {
  -webkit-flex: 1 1 0;
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.ListItem-c2 {
  -webkit-flex: 2 1 0;
  -moz-flex: 2 1 0;
  -ms-flex: 2 1 0;
  flex: 2 1 0;
}
.bookmark-list {
  margin: 20px 0;
}
/*************************
 Popout
/*************************/
.popout-target-cont {
  display: block;
  position: relative;
}
.popout-target-cont:active,
.popout-target-cont:focus {
  color: #c14139;
  outline: none;
}
.popout-target {
  display: block;
}
.popout-target button:active,
.popout-target button:focus {
  outline: none;
}
.popout-content {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  color: #333;
  display: inline-block;
  max-width: 240px;
  position: absolute;
  right: -50%;
  text-align: left;
  top: 100%;
  white-space: nowrap;
  width: auto;
  z-index: 10;
}
.popout-content.center {
  right: -50%;
}
.popout-content.right {
  right: 0;
}
.popout-content.right:after {
  left: auto;
  right: 4px;
}
.popout-content a {
  border-bottom: 1px solid #f8f7f3;
  color: #1d1d1d;
  padding: 8px 12px;
  text-decoration: none;
}
.popout-content a:first-child {
  border-radius: 4px 4px 0 0;
}
.popout-content a:last-child {
  border-radius: 0 0 4px 4px;
  border-width: 0;
}
.popout-content a:hover {
  background: #f8f7f3;
}
.popout-content:after {
  display: block;
  content: "\20";
  border: 1px solid #fff;
  border-width: 0 12px 14px;
  border-right-color: transparent;
  border-left-color: transparent;
  top: -13px;
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  -webkit-filter: drop-shadow(0 -5px 8px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(0 -5px 8px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 -5px 8px rgba(0, 0, 0, 0.2));
}
.dropdown-item {
  display: block;
  padding: 5px;
}
.stacked-papers {
  -webkit-box-shadow: 1px -1px 0 rgba(204, 204, 204, 0.9), 4px -4px 0 #f4f4f4, 5px -5px 0 rgba(204, 204, 204, 0.9), 8px -8px 0 #f4f4f4,9px -9px 0 rgba(204, 204, 204, 0.9), 12px -12px 0 #f4f4f4, 13px -13px 0 rgba(204, 204, 204, 0.9);
  box-shadow: 1px -1px 0 rgba(204, 204, 204, 0.9), 4px -4px 0 #f4f4f4, 5px -5px 0 rgba(204, 204, 204, 0.9), 8px -8px 0 #f4f4f4,9px -9px 0 rgba(204, 204, 204, 0.9), 12px -12px 0 #f4f4f4, 13px -13px 0 rgba(204, 204, 204, 0.9);
}
.center-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}
/* BEGIN PROCESSED CSS */
.f3-dialog-overlay-container {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/*
figcaption,
figure {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
*/
.f3-dialog-overlay-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.f3-dialog-overlay-container *:before,
.f3-dialog-overlay-container *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.f3-dialog-overlay-container {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #1d1d1d;
}
/*
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #1d1d1d;
  background-color: #ffffff;
}
input,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0072bc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0063a3;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
*/
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.text-muted {
  color: #777777;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.f3-dialog-overlay-container h4 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}
.f3-dialog-overlay-container h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.f3-dialog-overlay-container h4 {
  font-size: 18px;
}
.f3-dialog-overlay-container p {
  margin: 0 0 10px;
}
.f3-dialog-overlay-container .text-center {
  text-align: center;
}
.f3-dialog-overlay-container label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.f3-dialog-overlay-container input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.f3-dialog-overlay-container input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #686057;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-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;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#signin-form .form-control {
  width: 220px;
  display: inline-block;
}
#signin-btn {
  margin-right: 12px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #5d5d5d;
}
.btn,
.f3-dialog-overlay-container .f3-dialog-button {
  background-image: none;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  touch-action: manipulation;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
#reg-btn.btn {
  width: 191px;
}
.btn.btn-lg {
  font-size: 18px;
  padding: 10px 12px;
}
.btn:focus,
.btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-primary,
.f3-dialog-overlay-container .f3-dialog-button-default {
  color: #ffffff;
  background-color: #c14139;
  border-color: #ad3a33;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.f3-dialog-overlay-container .f3-dialog-button-default:hover {
  color: #ffffff;
  background-color: #9a342d;
  border-color: #862d28;
}
.btn-primary:active {
  background-image: none;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-clip: padding-box;
  outline: 0;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .subdialog .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
.f3-dialog-overlay-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10010;
}
@media (min-width: 768px) {
  .f3-dialog-overlay-container {
    overflow-x: hidden;
    overflow-y: visible;
  }
}
.f3-dialog-overlay-container .f3-dialog-overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(44, 44, 44, 0.8);
}
.f3-dialog-overlay-container .f3-dialog {
  min-width: 95%;
  min-height: 90%;
  z-index: 1;
  margin: auto;
  display: block;
  background: #ffffff;
}
.f3-dialog-overlay-container .f3-dialog .close {
  font-size: 36px;
}
.f3-dialog-overlay-container .f3-dialog a {
  cursor: pointer;
}
.f3-dialog-overlay-container .f3-dialog input::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.f3-dialog-overlay-container .f3-dialog input:-ms-input-placeholder {
  color: #777777;
}
.f3-dialog-overlay-container .f3-dialog input::-webkit-input-placeholder {
  color: #777777;
}
.f3-dialog-overlay-container .f3-dialog .modal-title {
  color: #c14139;
  font-size: 20px;
}
@media (min-width: 768px) {
  .f3-dialog-overlay-container .f3-dialog .modal-title {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .f3-dialog-overlay-container .f3-dialog {
    max-width: 640px;
    min-width: 420px;
    min-height: 425px;
    width: 30%;
  }
}
@media (min-width: 992px) {
  .f3-dialog-overlay-container .f3-dialog {
    min-width: 600px;
  }
}
