.login-page { 
    background: url("../images/user-bg.jpg") no-repeat center fixed; 
    -webkit-background-size: cover;
    background-size: cover;
}
.login-box .login-logo, .login-box .login-logo a {
    color: #fff !important;
}

.beating-heart {
    color: #ff415c;
    font-size: 15px;
    margin: 0 2px;
}

.indicator {}
.knob-placeholder {
    margin: auto; 
    width: 100px; 
    height: 70px; 
    /*height: 100px; */
    position: relative;
}
.knob-reference-placeholder {
    position:absolute;
    left:20px;
    top:20px
}
.knob-value-placeholder {
    position:absolute;
    left:0px;
    top:0px;
}
.knob-text-placeholder {
    position: absolute;
    left: 0px;
    top: 40px;
    width: 100px; 
    line-height: 20px; 
    vertical-align: middle; 
    text-align: center;
}
input.knob { display: none; }
.indicator h4 {
    margin: 0;
}

.form-control-danger {
    border-color: #dd4b39 !important;
}
.editable-select {
    background-color: #fff !important;
}
.editable-select:disabled {
    background-color: #eee !important;
}

.measures {}
.measure {
    margin-bottom: 10px;
}
.measure:last-child {
    margin-bottom: 0;
}

input.knob { width: 60px; }


.popover {
  width: 400px;
}
/*.tooltip-inner {
    width: 300px;
    padding: 5px;
}*/

input[type="time"]::-webkit-clear-button, input[type="time"]::-ms-clear {
    display: none;
}

.item-dragNDrop-placeholder {
    color: #aaa;
}

body.dragging, body.dragging * { cursor: move !important; }
.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}


ol.items li.placeholder { position: relative; }
ol.items li.placeholder:before { position: absolute; }

ol.items {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
ol.items li {
    width: 100%;
    margin: 0;
    padding: 8px 10px;
}
ol.items li:nth-child(odd) { background-color:#f9f9f9; }
ol.items li:hover {
    background-color: #f5f5f5;
}


.popover-content {
    padding: 0;
}
.popover-content ol.items li {
    padding: 4px 10px;
}


.actions {
    display: none;
    color: #333;
}
.actions a { color: #333; }
.items li:hover .actions {
    display: inline-block;
}
a { cursor: pointer; }


.nutrition-facts {
    border: 1px solid #888;
    padding: 0 15px;
    margin-bottom: 15px;
}
.nutrition-facts legend {
    border: none;
    font-size: 14px;
    font-weight: 700;
    width: auto;
    padding: 0 10px;
    margin-bottom: 0 !important; 
}
.nutrition-facts .row {
    font-weight: 700;
}
.nutrition-facts label { 
    text-align: left !important;
    margin-top: 0;
}
.nutrition-facts .form-group {
    margin-bottom: 2px;
    padding-top: 2px;
    border-top: 1px solid #888;
}
.nutrition-facts .child {
    border-top: 1px solid #ddd;
}

.nutrition-facts input {
    height: 24px;
}
.nutrition-facts .input-group-addon {
    padding-bottom: 6px;
    padding-top: 2px;
}
.nutrition-facts .control-label {
    padding-top: 0px;
}
.optional {
    color: #888;
    font-weight: normal;
}


.ingredient-fields-list {
    padding: 0;
    margin-bottom: 7px;
    list-style: none;
}
.ingredient-fields-list div[class^='col-sm-'] {
    padding: 0 7.5px;
    padding-bottom: 15px;
}


.ui-autocomplete {
    max-height: 200px; 
    overflow-y: scroll; 
    overflow-x: hidden;
    z-index: 9999;
}
.ui-autocomplete li {
    padding: 5px;
    margin: 0;
}


.autocomplete_loading {
    margin-left: 0;
    padding: 0;
    padding-left: 5px;
    vertical-align: middle;
    line-height: 34px;
    font-size: 18px;
    width: 0;
}

.blur-overlay:after {
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0);
}
.blur-overlay {
    -webkit-filter: blur(5px); /* Safari */
    filter: blur(5px);
}


.col-lg-fixed {}
/*@media (min-width: 1200px) {
    .col-lg-fixed {
        position:fixed;
    }
}*/

/* ==========================================================================
Animations
========================================================================== */
.pulse2 {
  -webkit-animation-name: pulse2;
          animation-name: pulse2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }



.spin {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

@-webkit-keyframes spin {
    0%   {-webkit-transform: rotate(0deg)}
    100% {-webkit-transform: rotate(360deg)} }

@keyframes spin {
    0%   {-webkit-transform: rotate(0deg)}
    100% {-webkit-transform: rotate(360deg)} }
