/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
    overflow-y: scroll;
}

/* Everything but the jumbotron gets side spacing for mobile first views */

.header,
.marketing,
.footer {
  padding-left: 0px;
  padding-right: 0px;
}

/* Custom page header */
.header {
  padding-bottom: 4px;
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

.content h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

/* Custom page footer */
.footer {
  margin-top: 30px;
  padding-top: 20px;
  color: #777;
  /* border-top: 1px solid #f8f8f8; */
  background-color: #f8f8f8;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

@media (max-width: 768px) {
  .btn-responsive {
    padding: 6px 8px;
    margin-bottom: 10px;
    font-size:90%;
    line-height: 1.2;
    width: 100%;
    border-radius:3px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
    padding:4px 9px;
    font-size:90%;
    line-height: 1.2;
  }
}

.top {
    vertical-align: top;
}

.table-wrapper {
    overflow-x: auto;
    overflow-y: auto;
    font-size: small;
}
.inline li {
    display: inline;
}

#remember-message { margin-top: 20px; }
#remember-message form { margin-bottom: 2px; }

.navbar {
   margin-bottom: 30px;
}

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

#map_canvas { width: 100%; height: 350px; }
#map_canvas img { max-width: none; }

.google-map-canvas,.google-map-canvas * { box-sizing:content-box; }

.twitter-typeahead { width: 100%; }

.idp-description { width: 65%; }

.idp-icon { max-width: 29%; max-height: 50px; margin-right: 5%; margin-top: -3%; width: auto; }

.sp-description { max-width: 75%; }
.sp-icon { width: auto; margin-bottom:5px;}
.sp-thumbnail {width: 100px; margin: 0 0; padding-left: 5px;}

.idselect { width: 100%; }

.img-small {
    max-height: 50px;
}

.cpstats td, th { font-size: x-small; }

pre.prettyprint {
    display: block;
    overflow: auto;
    width: auto;
    /* max-height: 600px; */
    white-space: pre;
    word-wrap: normal;
    padding: 10px;
    font-size: x-small;
}

.logo {
    max-height: 100px;
}

.fallback {
    display: none;
}

span.select:hover, span.proceed:hover {
    background-color: lightgrey !important;
}

.wide { width: 100%; display: block; }

.vertical-align {
    display: flex;
    align-items: center;
}

#sp-icon-container {
    max-width: 20% !important;
    min-width: 0px;
}

#sp-title-container {
    max-width: 80%;
    vertical-align: middle;
}

.fa-spin { -webkit-filter: blur(0); }

h5.sp {
    margin-bottom: 1px;
    padding-bottom: 0px;
}

h3.sp {
    margin-bottom: 1px;
    padding-bottom: 0px;
}