.bodyimage {
  background: #62B329;
}

.branding-ks {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.branding-ks a {
  margin: 0 auto;
  display: block;
  width: 100px;
  height: 35px;
  background: url("../images/logo-kilostop.png");
}
@media (min-width: 470px) {
  .branding-ks a {
    width: 200px;
    height: 70px;
    background: url("../images/logo-kilostop-lg.png");
  }
}
.branding-ks h5 {
  font-size: 12px;
}
@media (min-width: 470px) {
  .branding-ks h5 {
    font-size: 14px;
  }
}
.branding-ks .panel-body {
  font-size: 10px;
}
@media (min-width: 470px) {
  .branding-ks .panel-body {
    font-size: 14px;
  }
}
.branding-ks .panel-body h4 {
  font-size: 10px;
}
@media (min-width: 470px) {
  .branding-ks .panel-body h4 {
    font-size: 14px;
  }
}

.branding-footer {
  text-align: center;
  margin: 40px 0;
}

.search-row {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 470px) {
  .search-row {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.bodyred {
  background: #B82A50;
}

.bodyyellow {
  background: #f89848;
}

.bodygreen {
  background: #62B329;
}

.red {
  background: #B82A50;
}
.red:hover {
  background: #cd2f59;
}

.yellow {
  background: #f89848;
}
.yellow:hover {
  background: #f9a661;
}

.green {
  background: #62B329;
}
.green:hover {
  background: #6dc82e;
}

.ui-select-container {
  font-size: 14px !important;
}
@media (min-width: 470px) {
  .ui-select-container {
    font-size: 18px !important;
  }
}

.ui-select-match-item {
  font-size: 12px !important;
}
@media (min-width: 470px) {
  .ui-select-match-item {
    font-size: 14px !important;
  }
}
.ui-select-match-item.btn-primary {
  background: #B82A50;
  border-color: #8e213e;
}

.ui-select-bootstrap .ui-select-choices-row.active > a {
  background: #62B329;
}

.food-big-cont {
  position: relative;
  margin-bottom: 30px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.food-big-cont:hover .recipe-btn {
  background: rgba(0, 0, 0, 0.2);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.food-big-cont .food-cont {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 30px 20px 40px 20px;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 470px) {
  .food-big-cont .food-cont {
    padding: 80px 40px 80px 40px;
  }
}
.food-big-cont .food-cont h4 {
  color: white;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 470px) {
  .food-big-cont .food-cont h4 {
    font-weight: 900;
    font-size: 20px;
  }
}
.food-big-cont .detail {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  color: #fff;
  font-size: 10px;
}
@media (min-width: 470px) {
  .food-big-cont .detail {
    font-size: 14px;
  }
}
.food-big-cont .detail small {
  font-weight: normal;
  text-transform: lowercase;
  font-size: 10px;
}
@media (min-width: 470px) {
  .food-big-cont .detail small {
    font-size: 14px;
  }
}
.food-big-cont .recipe-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font-size: 10px;
}
@media (min-width: 470px) {
  .food-big-cont .recipe-btn {
    font-size: 14px;
  }
}
.food-big-cont .recipe-btn:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
}

footer {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: right;
}

.details-head {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  text-transform: capitalize;
  padding: 30px 0;
  margin: 50px 0 50px;
  font-size: 20px;
}
@media (min-width: 470px) {
  .details-head {
    font-size: 30px;
  }
}

.details-row {
  margin-top: 40px;
}

.details-cont {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
}
@media (min-width: 470px) {
  .details-cont {
    font-size: 16px;
  }
}
.details-cont .details-cat .details-item {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 470px) {
  .details-cont .details-cat .details-item {
    padding: 30px;
  }
}
.details-cont .details-parent .details-item {
  background: white;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
  font-size: inherit;
}
@media (min-width: 470px) {
  .details-cont .details-parent .details-item {
    padding: 30px;
  }
}
.details-cont .details-parent .details-child .details-item {
  background: #f9f9f9;
  padding-left: 40px;
}
@media (min-width: 470px) {
  .details-cont .details-parent .details-child .details-item {
    padding-left: 80px;
  }
}
.details-cont .details-btns {
  padding: 15px;
  background: #ddd;
  text-align: center;
}
@media (min-width: 470px) {
  .details-cont .details-btns {
    padding: 30px;
  }
}
.details-cont .details-btns button {
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
}
@media (min-width: 470px) {
  .details-cont .details-btns button {
    text-align: center;
    width: auto;
    margin-bottom: 0;
  }
}
.details-cont .recipe-mail-cont input {
  font-size: 14px !important;
}
@media (min-width: 470px) {
  .details-cont .recipe-mail-cont input {
    font-size: 18px !important;
  }
}
.details-cont .recipe-mail-cont button {
  font-size: 14px !important;
  margin-top: 10px;
  width: 100%;
}
@media (min-width: 470px) {
  .details-cont .recipe-mail-cont button {
    font-size: 18px !important;
  }
}

footer button.btnanimate {
  -moz-animation-name: recipebtn;
  -webkit-animation-name: recipebtn;
  animation-name: recipebtn;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@-moz-keyframes recipebtn {
  0% {
    background: white;
  }
  20% {
    background: #62B329;
    color: white;
  }
  40% {
    background: white;
  }
  60% {
    background: #62B329;
    color: white;
  }
  80% {
    background: white;
  }
  100% {
    background: white;
  }
}
@-webkit-keyframes recipebtn {
  0% {
    background: white;
  }
  20% {
    background: #62B329;
    color: white;
  }
  40% {
    background: white;
  }
  60% {
    background: #62B329;
    color: white;
  }
  80% {
    background: white;
  }
  100% {
    background: white;
  }
}
@keyframes recipebtn {
  0% {
    background: white;
  }
  20% {
    background: #62B329;
    color: white;
  }
  40% {
    background: white;
  }
  60% {
    background: #62B329;
    color: white;
  }
  80% {
    background: white;
  }
  100% {
    background: white;
  }
}
.recipe-head {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #fff;
  text-shadow: 0px 0px 5px black;
  text-transform: capitalize;
  font-size: 20px;
}
@media (min-width: 470px) {
  .recipe-head {
    font-size: 30px;
  }
}

.recipe-table {
  font-size: 14px;
}
@media (min-width: 470px) {
  .recipe-table {
    font-size: 16px;
  }
}
.recipe-table .recipe-remove-btn:hover {
  cursor: pointer;
  color: #B82A50;
}
.recipe-table td {
  vertical-align: middle !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
@media (min-width: 470px) {
  .recipe-table td {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.recipe-table td:first-child {
  text-align: center;
}
.recipe-table tr.table-btns {
  background-color: #ddd !important;
}
.recipe-table thead tr th {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 470px) {
  .recipe-table thead tr th {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.recipe-table thead tr th.table-action {
  width: 5%;
  min-width: 50px;
  text-align: center;
}
.recipe-table thead tr th.table-food {
  width: 75%;
}
.recipe-table thead tr th.table-unit {
  min-width: 100px;
  width: 15%;
}

.login-cont {
  background: #B82A50;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 40px;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.login-cont button {
  margin-top: 10px;
}

.login-text {
  font-size: 14px;
  margin: 20px 0;
}
@media (min-width: 470px) {
  .login-text {
    font-size: 16px;
  }
}

.text-white {
  color: #fff;
}

/*! 
 * angular-loading-bar v0.7.1
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2015 Wes Cruver
 * License: MIT
 */
/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 10px;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
