* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.header .nav, .header .header-btn-group, .responsive-nav, .responsive-nav .button-container, .cf, .footer .footer-nav {
  *zoom: 1; }
  .header .nav:before, .header .header-btn-group:before, .responsive-nav:before, .responsive-nav .button-container:before, .cf:before, .footer .footer-nav:before, .header .nav:after, .header .header-btn-group:after, .responsive-nav:after, .responsive-nav .button-container:after, .cf:after, .footer .footer-nav:after {
    content: " ";
    display: table; }
  .header .nav:after, .header .header-btn-group:after, .responsive-nav:after, .responsive-nav .button-container:after, .cf:after, .footer .footer-nav:after {
    clear: both; }

body {
  font: 300 16px "Open Sans", sans-serif;
  color: #444;
  margin: 0;
  height: 100%;
  padding: 0; }

a {
  color: #87C631; }
  a:hover {
    color: #87C631; }

h2 {
  margin: 0 0 30px;
  font-size: 26px;
  line-height: 32px; }

h3 {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 32px; }
  h3 a {
    color: #444; }
    h3 a:hover {
      text-decoration: none;
      color: #87C631; }

ul li {
  line-height: 24px; }

.clear {
  clear: both; }

[name="google_conversion_frame"] {
  position: absolute; }

.btn, input[type="submit"], button {
  padding: 10px;
  margin: 0;
  display: inline-block;
  text-align: center;
  font: 300 16px "Open Sans", sans-serif;
  line-height: 1;
  /*border: 1px solid #DDD;*/
  color: #444;
  background: #DDD;
  font-weight: 300;
  -webkit-font-smoothing: auto;
  font-smoothing: auto;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  text-transform: capitalize;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:hover, .btn:active, .btn:focus, .btn.disabled, .btn[disabled], input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus, input[type="submit"].disabled, input[type="submit"][disabled], button:hover, button:active, button:focus, button.disabled, button[disabled] {
    background: #FFF;
    border-color: #DDD;
    color: #444;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    outline: none; }

.btn-danger,
.btn-red {
  border-color: #C9130C;
  color: #FFF;
  background: #C9130C; }
  .btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger.disabled, .btn-danger[disabled],
  .btn-red:hover,
  .btn-red:active,
  .btn-red:focus,
  .btn-red.disabled,
  .btn-red[disabled] {
    background: #FFF;
    border-color: #C9130C;
    color: #C9130C; }

.btn-success,
.btn-primary,
.btn-green {
  border-color: #87C631;
  color: #FFF;
  background: #87C631; }
  .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success.disabled, .btn-success[disabled],
  .btn-primary:hover,
  .btn-primary:active,
  .btn-primary:focus,
  .btn-primary.disabled,
  .btn-primary[disabled],
  .btn-green:hover,
  .btn-green:active,
  .btn-green:focus,
  .btn-green.disabled,
  .btn-green[disabled] {
    background: #FFF;
    border-color: #87C631;
    color: #87C631; }

.btn-orange {
  border-color: #FF8000;
  color: #FFF;
  background: #FF8000; }
  .btn-orange:hover, .btn-orange:active, .btn-orange:focus, .btn-orange.disabled, .btn-orange[disabled] {
    background: #FFF;
    border-color: #FF8000;
    color: #FF8000; }

.btn-google {
  border-color: #DD4D40;
  color: #FFF;
  background: #DD4D40; }
  .btn-google:hover, .btn-google:active, .btn-google:focus, .btn-google.disabled, .btn-google[disabled] {
    background: #FFF;
    border-color: #DD4D40;
    color: #DD4D40; }

.btn-facebook {
  border-color: #3A579D;
  color: #FFF;
  background: #3A579D; }
  .btn-facebook:hover, .btn-facebook:active, .btn-facebook:focus, .btn-facebook.disabled, .btn-facebook[disabled] {
    background: #FFF;
    border-color: #3A579D;
    color: #3A579D; }

.btn-group > .btn + .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-top: 6px; }

.btn-primary:hover .caret {
  border-top-color: #87C631;
  border-bottom-color: #87C631; }

.btn-warning:hover .caret {
  border-top-color: #FF8000;
  border-bottom-color: #FF8000; }

.btn-danger:hover .caret {
  border-top-color: #C9130C;
  border-bottom-color: #C9130C; }

.btn-info:hover .caret {
  border-top-color: #87C631;
  border-bottom-color: #87C631; }

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #87C631; }

.btn-success:hover .caret {
  border-top-color: #87C631;
  border-bottom-color: #87C631; }

.btn-inverse:hover .caret {
  border-top-color: #C9130C;
  border-bottom-color: #C9130C; }

.btn-primary.active, .btn-success.active, .btn-green.active {
  color: #fff;
  background-color: #65a410;
  border-color: #65a410; }

.btn-group.open .btn-primary.dropdown-toggle,
.btn-group.open .btn-warning.dropdown-toggle,
.btn-group.open .btn-danger.dropdown-toggle,
.btn-group.open .btn-success.dropdown-toggle,
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #FFF; }
  .btn-group.open .btn-primary.dropdown-toggle .caret,
  .btn-group.open .btn-warning.dropdown-toggle .caret,
  .btn-group.open .btn-danger.dropdown-toggle .caret,
  .btn-group.open .btn-success.dropdown-toggle .caret,
  .btn-group.open .btn-inverse.dropdown-toggle .caret {
    border-top-color: #444;
    border-bottom-color: #444; }

.btn.hide {
  display: none; }

.modal_body .addresses {
  margin-bottom: 20px; }
  .modal_body .addresses .invalid .btn-green {
    background: #FFF;
    border-color: #DDD;
    color: #444;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    outline: none;
    cursor: not-allowed; }

.label, .badge {
  text-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
  padding: 5px 10px;
  font-weight: normal;
  text-transform: uppercase;
  background: #DDD;
  color: #444; }

.label-important,
.badge-important {
  color: #FFF;
  background: #C9130C; }

.alert {
  -webkit-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: left; }
  .alert a {
    color: #C09853;
    text-decoration: underline; }

.alert-danger a {
  color: #B94A48; }

.alert-success a {
  color: #468847; }

.alert-info a {
  color: #3A87AD; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height: auto;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font: 300 16px "Open Sans", sans-serif;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

input[type="checkbox"] {
  vertical-align: -2px;
  margin-right: 5px; }

.form-horizontal .control-label {
  width: 30%;
  float: left;
  font: 400 16px "Open Sans", sans-serif;
  padding: 10px 0;
  margin: 0;
  text-align: left; }
  @media screen and (max-width: 540px) {
    .form-horizontal .control-label {
      float: none;
      width: 100%; } }
.form-horizontal .controls {
  width: 70%;
  margin: 0;
  float: left;
  text-align: left; }
  .form-horizontal .controls input {
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
    height: auto; }
    .form-horizontal .controls input:last-of-type {
      margin: 0; }
  @media screen and (max-width: 540px) {
    .form-horizontal .controls {
      float: none;
      width: 100%; } }
.form-horizontal .btn-controls {
  text-align: right;
  width: 100%; }
  .form-horizontal .btn-controls .forgotpassword {
    float: left;
    padding-top: 10px; }
  @media screen and (max-width: 540px) {
    .form-horizontal .btn-controls {
      text-align: left; }
      .form-horizontal .btn-controls .forgotpassword {
        float: none;
        display: block;
        margin-bottom: 20px; } }

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 12px;
  margin-left: 10px; }

.dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background: #87C631; }

.modal {
  -webkit-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .modal .modal-header {
    border: none;
    text-align: center;
    padding: 15px 15px 0 15px; }
  .modal .modal-body {
    padding: 0 15px 15px 15px; }
  .modal .modal-footer {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #F4F4F4;
    background: #F9F9F9;
    text-align: center;
    padding: 15px; }

.address-modal .table th {
  font-size: 14px;
  padding: 18px 10px; }
.address-modal .table select, .address-modal .table textarea, .address-modal .table input {
  margin: 0;
  font-size: 14px; }

.header {
  padding: 12px 0; }
  .header h2 {
    margin: 0; }
  .header .brand {
    float: left;
    width: 160px; }
    .header .brand img {
      display: block; }
  .header .nav {
    float: left;
    margin: 0 0 0 60px; }
    @media screen and (max-width: 1200px) {
      .header .nav {
        margin-left: 10px; } }
    .header .nav ul {
      list-style: none;
      margin: 0; }
      .header .nav ul li {
        float: left;
        position: relative; }
        .header .nav ul li.has-children > a:after {
          content: ' \f078';
          font-family: FontAwesome;
          padding-left: 5px; }
        .header .nav ul li a {
          display: block;
          padding: 10px 12px;
          font-size: 14px;
          -webkit-font-smmothing: antialiased;
          font-smmothing: antialiased;
          color: #444;
          display: block;
          border: 2px solid transparent;
          -webkit-transition: all 0.25s ease;
          -khtml-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -ms-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease;
          font-weight: 600; }
          @media screen and (max-width: 1120px) {
            .header .nav ul li a {
              padding: 10px 5px; } }
          .header .nav ul li a:hover {
            color: #87C631;
            border-color: #87C631;
            text-decoration: none; }
        .header .nav ul li ul {
          opacity: 0;
          visibility: hidden;
          position: absolute;
          z-index: 1;
          top: 100%;
          width: 100%;
          background: #fff;
          -webkit-transition: all 0.25s ease;
          -khtml-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -ms-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease; }
          .header .nav ul li ul li {
            float: none; }
            .header .nav ul li ul li a {
              color: #AAA; }
              .header .nav ul li ul li a:hover {
                border-color: #FFF;
                color: #444; }
        .header .nav ul li:hover ul {
          opacity: 1;
          visibility: visible; }
    @media screen and (max-width: 768px) {
      .header .nav {
        display: none; } }
  .header .header-btn-group {
    float: right;
    min-height: 30px;
    text-align: right;
    margin-bottom: 10px;
    /*		@media screen and (min-width: 981px) and (max-width: 1120px) {
    			.btn:first-of-type {
    				display: none;
    			}
    		}*/ }
    @media screen and (min-width: 768px) {
      .header .header-btn-group span.btn {
        display: none; } }
    .header .header-btn-group .btn {
      margin: 0 0 0 10px;
      font-size: 14px;
      display: block;
      float: left; }
      .header .header-btn-group .btn:first-of-type {
        margin-left: 0; }
    @media screen and (max-width: 768px) {
      .header .header-btn-group a.btn {
        display: none; } }
  .header .user-info {
    display: block;
    clear: both;
    font-size: 14px;
    text-align: right; }
    @media screen and (max-width: 420px) {
      .header .user-info {
        text-align: center; } }

.responsive-nav {
  display: none;
  position: relative;
  margin: 0 -20px;
  background: #FF8000; }
  .responsive-nav .button-container .btn {
    display: block;
    float: left;
    width: 33.33333%; }
    @media screen and (max-width: 480px) {
      .responsive-nav .button-container .btn {
        float: none;
        width: 100%; } }
  .responsive-nav ul {
    list-style: none;
    margin: 0; }
    .responsive-nav ul li a {
      display: block;
      padding: 15px 20px;
      color: #FFF; }

.container .wrapper {
  margin: 0 20px; }

.span12 {
  width: 100%; }
  @media (min-width: 1200px) {
    .span12 {
      width: 1160px; } }
  @media (max-width: 1199px) {
    .span12 {
      margin: 0; } }

@media (max-width: 1199px) {
  .row {
    margin: 0; } }

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 100%; }
  @media (min-width: 1200px) {
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
      width: 1200px; } }

@media (min-width: 1200px) {
  .section-icon {
    margin-bottom: 130px; } }
.well {
  padding: 30px;
  border: 1px solid #F4F4F4;
  background: #F9F9F9;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none; }
  @media screen and (max-width: 640px) {
    .well {
      padding: 20px; } }

.well.well-small {
  padding: 10px 9px;
  border: 0; }

.section-icon {
  width: 100px;
  padding-right: 10px;
  float: left; }

.featurette ul {
  list-style: none;
  margin: 0; }
  .featurette ul li {
    margin-bottom: 5px; }

.pad5 {
  padding: 5px; }

.pad10 {
  padding: 10px; }

.pad15 {
  padding: 15px; }

.pad20 {
  padding: 20px; }

.login-row {
  margin-top: 20px; }
  .login-row .well {
    text-align: center; }
  .login-row .existing-member .form-horizontal .btn-controls {
    padding-bottom: 54px; }

.threecol {
  overflow: hidden;
  margin-bottom: 0; }
  .threecol select {
    float: left;
    display: block;
    width: 32%;
    margin: 0 2% 10px 0; }
    .threecol select:last-of-type {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .threecol select {
        float: none;
        width: 100%;
        margin-right: 0; } }
  .threecol button {
    clear: both;
    display: block;
    margin-bottom: 20px; }

.nm {
  margin-left: 0 !important; }

.btn-food-group-button,
.btn-food-subgroup-button {
  float: left;
  display: block;
  width: 32%;
  margin: 0 2% 10px 0;
  background: #FFF;
  border-color: #DDD;
  color: #444; }
  .btn-food-group-button:hover,
  .btn-food-subgroup-button:hover {
    background: #FFF;
    border-color: #CCC;
    color: #444; }
  .btn-food-group-button:nth-of-type(3n+3),
  .btn-food-subgroup-button:nth-of-type(3n+3) {
    margin-right: 0; }
  .btn-food-group-button:nth-of-type(3n+4),
  .btn-food-subgroup-button:nth-of-type(3n+4) {
    clear: both; }
  .btn-food-group-button img,
  .btn-food-subgroup-button img {
    display: block;
    margin: 0 auto 10px; }
  .btn-food-group-button p,
  .btn-food-subgroup-button p {
    margin-bottom: 0; }
  @media screen and (max-width: 640px) {
    .btn-food-group-button,
    .btn-food-subgroup-button {
      width: 49%; }
      .btn-food-group-button:nth-of-type(3n+3),
      .btn-food-subgroup-button:nth-of-type(3n+3) {
        margin-right: 2%; }
      .btn-food-group-button:nth-of-type(3n+4),
      .btn-food-subgroup-button:nth-of-type(3n+4) {
        clear: none; }
      .btn-food-group-button:nth-of-type(2n+2),
      .btn-food-subgroup-button:nth-of-type(2n+2) {
        margin-right: 0; }
      .btn-food-group-button:nth-of-type(2n+3),
      .btn-food-subgroup-button:nth-of-type(2n+3) {
        clear: both; } }
  @media screen and (max-width: 360px) {
    .btn-food-group-button,
    .btn-food-subgroup-button {
      width: 100%;
      margin-right: 0; }
      .btn-food-group-button:nth-of-type(3n+3),
      .btn-food-subgroup-button:nth-of-type(3n+3) {
        margin-right: 0; } }

@media screen and (max-width: 540px) {
  .btn-food-exclusion-group-back {
    float: none;
    display: block;
    margin-top: 10px; } }

.btn-food-exclusion-ingredient {
  margin-bottom: 5px; }

.btn-allergy-group-exclusion-selection {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 10px; }

.reviewexclusions {
  list-style: none;
  margin: 0; }
  .reviewexclusions li {
    margin-bottom: 10px;
    overflow: hidden;
    background: #FFF;
    border: solid 1px #DDD;
    padding: 10px; }
    .reviewexclusions li .btn {
      padding: 5px;
      line-height: 50%; }
    .reviewexclusions li ul {
      padding-top: 20px;
      margin: 0;
      list-style: none; }
      .reviewexclusions li ul li {
        padding: 0;
        border: none;
        margin: 0 2px 0 0;
        display: inline-block; }
        .reviewexclusions li ul li .btn {
          line-height: 1;
          margin: 0; }
          .reviewexclusions li ul li .btn i {
            margin-left: 5px; }

.btn-food-exclusions-catagory {
  border-color: #DDD;
  background: #FFF;
  color: #AAA; }
  .btn-food-exclusions-catagory img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .btn-food-exclusions-catagory:hover {
    border-color: #8FBF31; }
  .btn-food-exclusions-catagory.btn-danger {
    background: #FFF;
    border-color: #8FBF31;
    color: #444; }
    .btn-food-exclusions-catagory.btn-danger img {
      -webkit-filter: none;
      filter: none; }
  @media screen and (max-width: 767px) {
    .btn-food-exclusions-catagory img {
      display: none; }
    .btn-food-exclusions-catagory p {
      margin-bottom: 0; } }

.food-exclusion-catagory .badge {
  background: #FFF;
  border: solid 2px #8FBF31;
  color: #8FBF31; }
  .food-exclusion-catagory .badge.badge-important {
    background: #FFF;
    border-color: #C9130C;
    color: #C9130C; }

.food-exclusion-list {
  clear: both; }

.btn-food-exclusion-ingredient {
  background: #FFF;
  border-color: #8FBF31;
  color: #8FBF31; }
  .btn-food-exclusion-ingredient:hover, .btn-food-exclusion-ingredient:active, .btn-food-exclusion-ingredient:focus {
    border-color: #8FBF31;
    color: #8FBF31; }

.btn-food-exclusion-ingredient.btn-danger {
  border-color: #C9130C;
  color: #C9130C; }
  .btn-food-exclusion-ingredient.btn-danger:hover, .btn-food-exclusion-ingredient.btn-danger:active, .btn-food-exclusion-ingredient.btn-danger:focus {
    border-color: #C9130C;
    color: #C9130C; }

.reviewexclusions li ul li .btn {
  padding: 2px 5px 5px 5px; }
  .reviewexclusions li ul li .btn:hover {
    background: #C9130C;
    color: #FFF; }

.reviewrecipeexclusions {
  margin: 0 0 20px;
  list-style: none; }
  .reviewrecipeexclusions li {
    display: inline-block;
    margin: 0 10px 10px 0; }
    .reviewrecipeexclusions li#blankdivision {
      display: none; }
    .reviewrecipeexclusions li .btn {
      background: #FFF;
      border-color: #C9130C;
      color: #C9130C; }
    .reviewrecipeexclusions li i {
      margin: 0 0 0 10px !important;
      color: #C9130C; }

.btn-allergy-group-exclusion-selection {
  background: #FFF;
  border-color: #8FBF31;
  color: #8FBF31; }
  .btn-allergy-group-exclusion-selection img {
    margin-right: 10px; }
  .btn-allergy-group-exclusion-selection.btn-danger {
    border-color: #C9130C;
    color: #C9130C; }

#food-exclusions-controls {
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    #food-exclusions-controls {
      margin-bottom: 0; }
      #food-exclusions-controls .span4 {
        margin-bottom: 10px; }
      #food-exclusions-controls .btn {
        min-height: 0 !important; } }

.footer {
  background-image: url("https://www.bodychef.com/wp-content/themes/bodychef/assets/img/logo/logo-footer-bg.png");
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  padding: 20px 0; }
  @media screen and (max-width: 540px) {
    .footer {
      background-size: 100%; } }
  .footer .logo {
    max-width: 300px;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .footer .logo {
        margin: 0 auto 30px; } }
  .footer .footer-nav .col {
    width: 25%;
    float: left; }
    .footer .footer-nav .col .footer-nav-title {
      text-transform: capitalize;
      font-weight: 400;
      margin-bottom: 0.5rem;
      display: block; }
    .footer .footer-nav .col ul {
      list-style: none;
      margin: 0 0 20px; }
      .footer .footer-nav .col ul li {
        font-size: 17px;
        line-height: 175%; }
        .footer .footer-nav .col ul li a {
          color: #444; }
          .footer .footer-nav .col ul li a:hover {
            text-decoration: none;
            color: #87C631; }
  @media screen and (max-width: 768px) {
    .footer .footer-nav {
      margin-bottom: 20px; }
      .footer .footer-nav .col {
        float: none;
        width: 100%;
        text-align: center; } }
  .footer .copyright {
    color: #CCC;
    margin: 0;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      .footer .copyright {
        float: none;
        width: 100%;
        text-align: center; } }
  .footer .social-media {
    text-align: right; }
    @media screen and (max-width: 768px) {
      .footer .social-media {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0; } }
    .footer .social-media a {
      display: inline-block; }
      .footer .social-media a:first-of-type i {
        margin: 0; }
      .footer .social-media a:hover {
        text-decoration: none; }
    .footer .social-media i {
      margin-left: 20px;
      -webkit-transition: all 0.25s ease;
      -khtml-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .footer .social-media i.fa-facebook {
        color: #3A579D; }
      .footer .social-media i.fa-twitter {
        color: #55ACEE; }
      .footer .social-media i.fa-youtube {
        color: #BB0000; }
      .footer .social-media i.fa-instagram {
        color: #E95950; }
      .footer .social-media i.fa-pinterest {
        color: #CB2027; }
      .footer .social-media i:hover {
        color: #87C631 !important; }

body.modal-open {
  overflow: hidden !important; }

.btn-setfuturedeliveries.disabled {
  font-size: 0px; }

.btn-setfuturedeliveries.disabled:after {
  content: 'Default Delivery Address';
  font-size: 16px; }

.btn.btn-cab {
  padding: 5px;
  float: right;
  font-size: 14px;
  opacity: 0;
  -moz-opacity: 0; }

.btn.btn-pad {
  margin: 5px 0; }

.no-break {
  white-space: nowrap; }

tr td .btn.btn-cab {
  opacity: 1;
  -moz-opacity: 1; }
tr:hover td .btn.btn-cab {
  opacity: 1;
  -moz-opacity: 1; }
tr td .btn.btn-table-remove {
  background: none !important;
  border: none !important; }
  tr td .btn.btn-table-remove:before {
    font-family: FontAwesome;
    content: "\f00d";
    font-size: 26px; }
  tr td .btn.btn-table-remove:hover:before {
    color: #87C631; }

.rp-para {
  line-height: 26px;
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  padding-right: 60px; }
  @media screen and (max-width: 1199px) {
    .rp-para {
      padding-right: 0; } }

.progress {
  line-height: 20px; }

#fivedayaddresschecker {
  display: block;
  overflow: scroll;
  height: auto;
  max-height: 88%; }
  #fivedayaddresschecker.hide {
    display: none; }

.ui-datepicker {
  z-index: 150000000 !important; }

.ui-datepicker td.available a {
  background: #87c631;
  border-color: #87c631;
  color: #fff; }

.ui-datepicker td.available.ui-datepicker-current-day a {
  background: #b0d67c;
  border-color: #b0d67c;
  color: #fff; }

.ui-datepicker td.not-available a,
.ui-datepicker td.ui-datepicker-current-day a {
  background: #fafafa;
  border-color: #fafafa;
  color: #b2b2b2; }

.ui-datepicker td.available.five a {
  background: #78bacf;
  border-color: #78bacf;
  color: #fff; }

.ui-datepicker td.available.five.ui-datepicker-current-day a {
  background: #a7cfdb;
  border-color: #a7cfdb; }

.ui-widget-header {
  background: #ff8000; }

.datepicker-from.rolling-plan {
  max-width: 170px;
  float: left;
  margin-left: 31px;
  margin-right: -22px;
  padding: 11px 10px; }
  @media screen and (max-width: 1200px) {
    .datepicker-from.rolling-plan {
      margin-left: 0; } }

@media screen and (max-width: 1024px) {
  .rp-span {
    margin-left: 0; } }
#fivedayaddresschecker,
.modal {
  max-height: 80%;
  height: auto;
  overflow: auto; }
  #fivedayaddresschecker.fade.out,
  .modal.fade.out {
    z-index: -1; }
  #fivedayaddresschecker.fade.in,
  .modal.fade.in {
    z-index: 1113; }

#fivedayaddresschecker.modal {
  min-height: 481px; }
  #fivedayaddresschecker.modal.fade.in {
    z-index: 1114; }

.tut-link {
  left: 0px;
  position: relative;
  top: -50px;
  font-size: 20px;
  float: right; }
  .tut-link.manage {
    top: -37px; }
  @media screen and (max-width: 767px) {
    .tut-link {
      position: static;
      float: none;
      margin-bottom: 10px;
      display: inline-block; } }

.btn-def-close {
  background-color: #acb4b7;
  color: white !important;
  border-color: #afafaf; }

.btn-def-close:hover {
  color: #656565 !important; }

/*# sourceMappingURL=client.css.map */
