/* line 3, ../sass/main.scss */
body.after-login {
  height: 100% !important;
  /*background: linear-gradient(#3CBDDC, #FFF);*/
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 14, ../sass/main.scss */
input, button, select, textarea {
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 18, ../sass/main.scss */
.apollo {
  margin: 0 auto;
  max-width: 386px !important;
  border: 12px solid rgba(0, 0, 0, 0.45);
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 28, ../sass/main.scss */
.apollo .btn-signin {
  background-color: #F5F5F5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, white, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #CCC;
  border-color: #E6E6E6 #E6E6E6 #BFBFBF;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 50, ../sass/main.scss */
.apollo .control-group {
  margin-bottom: 0;
}
/* line 54, ../sass/main.scss */
.apollo .popover {
  width: 300px;
}
/* line 58, ../sass/main.scss */
.apollo strong {
  font-weight: 700;
}
/* line 63, ../sass/main.scss */
.apollo.register .apollo-register {
  display: block;
}
/* line 67, ../sass/main.scss */
.apollo.register .apollo-back {
  display: block;
}
/* line 71, ../sass/main.scss */
.apollo.register .apollo-login {
  display: none;
}
/* line 77, ../sass/main.scss */
.apollo.forgotten-password .apollo-forgotten-password {
  display: block;
}
/* line 81, ../sass/main.scss */
.apollo.forgotten-password .apollo-register {
  display: none;
}
/* line 85, ../sass/main.scss */
.apollo.forgotten-password .apollo-back {
  display: block;
}
/* line 89, ../sass/main.scss */
.apollo.forgotten-password .apollo-login {
  display: none;
}
/* line 94, ../sass/main.scss */
.apollo .apollo-login {
  max-width: 300px;
}
/* line 98, ../sass/main.scss */
.apollo .apollo-login .apollo-seperator:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20%;
  border-bottom: 1px solid #cccccc;
}
/* line 107, ../sass/main.scss */
.apollo .apollo-login .apollo-seperator:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20%;
  border-bottom: 1px solid #cccccc;
}
/* line 118, ../sass/main.scss */
.apollo .apollo-forgotten-password {
  display: none;
  max-width: 300px;
}
/* line 123, ../sass/main.scss */
.apollo .apollo-password-reset {
  display: none;
  max-width: 300px;
  text-align: center;
}
/* line 129, ../sass/main.scss */
.apollo .apollo-register {
  max-width: 300px;
  display: none;
}
/* line 134, ../sass/main.scss */
.apollo .apollo-register .apollo-seperator:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20%;
  border-bottom: 1px solid #cccccc;
}
/* line 143, ../sass/main.scss */
.apollo .apollo-register .apollo-seperator:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20%;
  border-bottom: 1px solid #cccccc;
}
/* line 154, ../sass/main.scss */
.apollo a {
  color: #444;
}
/* line 157, ../sass/main.scss */
.apollo a:hover {
  text-decoration: none;
  color: #000;
}
/* line 166, ../sass/main.scss */
.apollo.logged-in-facebook .btn-facebook,
.apollo.logged-in-facebook .apollo-seperator,
.apollo.logged-in-facebook input[type="text"] {
  display: none;
}
/* line 170, ../sass/main.scss */
.apollo.logged-in-facebook .apollo-register-account {
  display: none;
}
/* line 174, ../sass/main.scss */
.apollo.logged-in-facebook .apollo-change-account {
  display: block;
}
/* line 179, ../sass/main.scss */
.apollo .apollo-register-account {
  text-align: center;
  margin: 25px 0 0;
}
/* line 185, ../sass/main.scss */
.apollo .apollo-change-account,
.apollo .apollo-back {
  display: none;
  font-size: 18px;
  margin: 25px 0 0 0;
  text-align: center;
}

/* line 193, ../sass/main.scss */
.apollo-facebook {
  background: url(/img/loader.gif) no-repeat center center;
}

/* line 197, ../sass/main.scss */
.apollo-seperator {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  text-align: center;
  color: #666;
}

/* line 205, ../sass/main.scss */
.apollo-container {
  padding: 40px 30px 30px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
/* line 215, ../sass/main.scss */
.apollo-container .apollo-logging-in,
.apollo-container .apollo-registering {
  text-align: center;
  display: none;
}
/* line 220, ../sass/main.scss */
.apollo-container .apollo-image {
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 150px;
  margin: 0 auto 40px auto;
  width: 200px;
  height: 200px;
  display: block;
  background: url(/img/avatar.png) top center;
}
/* line 231, ../sass/main.scss */
.apollo-container .btn-facebook {
  margin-bottom: 20px;
}
/* line 235, ../sass/main.scss */
.apollo-container form {
  padding: 0;
  margin: 0;
}

/* line 248, ../sass/main.scss */
.apollo-container .btn-facebook {
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #586B93;
  background-image: -moz-linear-gradient(top, #7787a7, #586b93);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7787a7), to(#586b93));
  background-image: -webkit-linear-gradient(top, #7787a7, #586b93);
  background-image: -o-linear-gradient(top, #7787a7, #586b93);
  background-image: linear-gradient(to bottom, #7787a7, #586b93);
  background-repeat: repeat-x;
  border-color: #586B93;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7787A7', endColorstr='#586B93', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 270, ../sass/main.scss */
.apollo-container .btn-facebook:hover,
.apollo-container .btn-facebook:active,
.apollo-container .btn-facebook:focus,
.apollo-container .btn-facebook.active,
.apollo-container .btn-facebook.disabled,
.apollo-container .btn-facebook[disabled] {
  color: #FFFFFF;
  background-color: #586B93;
}
/* line 275, ../sass/main.scss */
.apollo-container .btn-primary {
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2087BF;
  *background-color: #2087BF;
  background-image: -moz-linear-gradient(top, #279ad8, #2087bf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#279ad8), to(#2087bf));
  background-image: -webkit-linear-gradient(top, #279ad8, #2087bf);
  background-image: -o-linear-gradient(top, #279ad8, #2087bf);
  background-image: linear-gradient(to bottom, #279ad8, #2087bf);
  background-repeat: repeat-x;
  border-color: #2087BF;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#279AD8', endColorstr='#2087BF', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 295, ../sass/main.scss */
.apollo-container .btn-primary:hover,
.apollo-container .btn-primary:active,
.apollo-container .btn-primary.active,
.apollo-container .btn-primary.disabled,
.apollo-container .btn-primary[disabled] {
  color: #FFFFFF;
  background-color: #2087BF;
  *background-color: #003bb3;
}
/* line 301, ../sass/main.scss */
.apollo-container textarea:focus, .apollo-container input[type="text"]:focus, .apollo-container input[type="password"]:focus, .apollo-container input[type="datetime"]:focus, .apollo-container input[type="datetime-local"]:focus, .apollo-container input[type="date"]:focus, .apollo-container input[type="month"]:focus, .apollo-container input[type="time"]:focus, .apollo-container input[type="week"]:focus, .apollo-container input[type="number"]:focus, .apollo-container input[type="email"]:focus, .apollo-container input[type="url"]:focus, .apollo-container input[type="search"]:focus, .apollo-container input[type="tel"]:focus, .apollo-container input[type="color"]:focus, .apollo-container .uneditable-input:focus {
  border-color: rgba(140, 168, 41, 0.8);
  outline: 0;
  outline: thin dotted 9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(140, 168, 41, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(140, 168, 41, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(140, 168, 41, 0.6);
}

/* Demo Styles */
/* line 313, ../sass/main.scss */
#demo {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  padding: 0 20px 8px 20px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #e5e5e5;
  width: 272px;
}
/* line 325, ../sass/main.scss */
#demo form {
  margin-bottom: 15px;
}
/* line 329, ../sass/main.scss */
#demo .radio {
  padding-left: 20px;
  font-weight: 400;
}

/*body {
  background: linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .6)), url('/images/background-img.jpg');
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
}*/
/* label focus color */
.input-field input[type=text]:focus + label, .input-field input[type=password]:focus + label, .input-field input[type=email]:focus + label {
  color: #00afef;
}
/* label underline focus color */
.input-field input[type=text]:focus, .input-field input[type=password]:focus, .input-field input[type=email]:focus {
  border-bottom: 1px solid #00afef;
  box-shadow: 0 1px 0 0 #00afef;
}

/* checkbox color */
.input-field input[type=checkbox]:checked + label:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #00afef;
  border-bottom: 2px solid #00afef;
}

.input-field input[type=checkbox] + label:before {
  border: 2px solid rgba(0, 175, 239, .35);
}

.input-field {
  margin-bottom: -1rem;
}
.intro {
  margin: 12em;
}

.submit-form {
  margin: 2em;
  padding: 2em;
}
/* form styles */
#terms-label {
  font-size: 1em !important;
}
#btn-submit {
  width: 75%;
  display: block;
  margin: 2rem auto 0 auto;
  background: #00afef;
}

#btn-facebook {
  display: block;
  margin: auto;
  width: 75%;
  background: #3b5998;
}


/* logo */
#truecare-logo {
  display: block;
  margin: auto;
}

h1 {
  font-family: Ubuntu;
  font-weight: bold;
}

h2 {
  font-family; Ubuntu;
  font-weight: 300;
}

p#copy-right {
  text-align: center;
  margin-top: 16em;
  color: rgba(0, 0, 0, .4);
}
input[type="text"] {
  font-size: 16px;
}

a em:hover {
  color: #FBA41F !important;
}
.search-input {
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  /*color: white;*/
  /*border: 1px solid red;*/
}
label.search-label {
  font-size: 14px !important;
  color: black;
}
.search-housecall {
  /*background: #3CBDDC;*/
  /*opacity: .5;*/
  padding: 30px;
}
.house-call {
  height: 50vh;
}

/* media queries */
@media (max-width: 800px) {
  .submit-form {
    padding: 1.5em;
    margin: 2em auto;
  }
  #terms-label {
    font-size: .75em !important;
    text-align: left;
  }
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 1.75em;
  }
  .intro {
    margin: 6em 2em;
  }
}

@media (max-width: 799px) {
  .intro {
    display: none;
  }
  img.credentials-logo {
    width: 10% !important;
  }
  .search-input {
    height: 40px;
    margin: 20px;
    /*color: white;*/
    /*border: 1px solid red;*/
  }
  button {
    margin-top: 20px !important;
    margin-bottom: 2  0px !important;
  }
}
