.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
.container-fluid {
  padding-left: 8em;
  padding-right: 8em;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 3em;
    padding-right: 3em;
  }
}
body {
  background-color: #45a6b9 !important;
  font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif, arial, sans-serif;
  color: #008aab;
  color: #333;
  /*padding-top: 70px;*/

  /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */

  /*background-color: #008aab;*/

  /*margin-top: 50px;*/

}
footer {
  margin: 50px 0;
}
/* Chrome 29+ */

/**/
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .FlavorName,
  .pn input {
    width: 100%;
    border-bottom: 1px solid #c9c9c9 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    color: #787878 !important;
    -webkit-appearance: button !important;
    -webkit-border-radius: 2px !important;
    -webkit-padding-end: 20px !important;
    -webkit-padding-start: 2px !important;
    -webkit-user-select: none !important;
    background-color: white !important;
    background-position: 97.5% center !important;
    background-repeat: no-repeat !important;
    background-size: 23px !important;
    overflow: hidden !important;
    padding: 5px 10px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
  option {
    position: relative !important;
  }
}
/* General */

body {
  background: url(../../../images/bgblue.png) fixed;
}
a:hover {
  text-decoration: none !important;
}
.row {
  margin-top: 30px;
  margin-bottom: 50px;
}
h1,
h2 {
  font-size: 18px;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  /*color: White !important;*/
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
hr {
  margin-top: 10px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #fff;
}
/* Top Nav Bar */

.navbar-header {
  padding: 0px;
  padding-bottom: 10px;
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: white;
}
.navbar-inverse {
  background-color: #fff !important;
  border-color: #fff !important;
  background-image: none !important;
}
.navbar-brand {
  display: inline !important;
}
.home,
.logout {
  border: 1px solid #ff8200;
  padding: 5px 10px !important;
  margin: 10px 5px;
  background: #ff8200;
  color: #fff !important;
  font-weight: 700;
  display: block !important;
}
.home:hover,
.logout:hover {
  border: 1px solid #cb453a;
  padding: 5px 10px !important;
  margin: 10px 5px;
  background: #cb453a !important;
  color: #fff !important;
  font-weight: 700;
}
.cuslogo {
  max-width: 200px;
  max-height: 40px;
}
.mainlogo {
  max-width: 350px;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: right;
    margin: 0;
    margin-top: 10px;
    /* vertical-align: bottom; */
  
  }
}
/* Form Styling */

input[type="text"] {
  width: 100% !important;
  border: 1px solid #a7a7a7;
  padding: 5px 5px 5px 15px;
}
input[type="text"].numeric.compact {
  width: 96px !important;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  background-color: #fafad2 !important;
}
.btn.btn-default {
  border-radius: 0px;
  background: #93919A;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-right: 5px;
}
.button1id {
  border-radius: 0px;
  border-radius: 4px;
  margin-right: 5px;
  background: #ff8200;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.button1id[disabled] {
  border-radius: 0px;
  border-radius: 4px;
  margin-right: 5px;
  background: #e27400;
  color: #b3b3b3;
  color: black;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.button2id {
  border-radius: 0px;
  border-radius: 4px;
  background: #93919A;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-right: 5px;
}
.button3id {
  border-radius: 4px;
  margin-right: 5px;
  background-color: #00cc00;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.button3id[disabled] {
  border-radius: 0px;
  border-radius: 4px;
  margin-right: 5px;
  background: #e27400;
  color: #b3b3b3;
  color: black;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.btn:hover {
  background: #afaf00 !important;
}
.pref2 {
  font-weight: 700;
  color: Green !important;
  text-decoration: underline;
}
.pref1 {
  font-weight: 600;
  color: #585858 !important;
  text-decoration: underline;
}
.pref0 {
  font-weight: 400;
  color: red !important;
  text-decoration: line-through;
}
.FlavorName {
  width: 100%;
  border-bottom: 1px solid #c9c9c9 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  color: #787878 !important;
  -webkit-appearance: button !important;
  -webkit-border-radius: 2px !important;
  -webkit-padding-end: 20px !important;
  -webkit-padding-start: 2px !important;
  -webkit-user-select: none !important;
  background-color: white !important;
  background-position: 97.5% center !important;
  background-repeat: no-repeat !important;
  background-size: 23px !important;
  overflow: hidden !important;
  padding: 5px 10px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
option {
  position: relative !important;
}
.pn input {
  border-bottom: 1px solid #c9c9c9 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  color: #444444 !important;
  -webkit-appearance: button !important;
  -webkit-border-radius: 2px !important;
  -webkit-padding-end: 20px !important;
  -webkit-padding-start: 2px !important;
  /*-webkit-user-select: none !important;*/
  background-color: white !important;
  background-position: 97.5% center !important;
  background-repeat: no-repeat !important;
  background-size: 23px !important;
  overflow: hidden !important;
  padding: 5px 10px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  /*
*/

}
option {
  position: relative !important;
}
/**/
.nn input {
  border-bottom: 1px solid #c9c9c9 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  color: #444444 !important;
  -webkit-appearance: button !important;
  -webkit-border-radius: 2px !important;
  -webkit-padding-end: 20px !important;
  -webkit-padding-start: 2px !important;
  -webkit-user-select: none !important;
  background-color: white !important;
  background-position: 97.5% center !important;
  background-repeat: no-repeat !important;
  background-size: 23px !important;
  overflow: hidden !important;
  padding: 5px 10px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
option {
  position: relative !important;
}
/* Recipe information tip */

.tip {
  background-color: #ffffff;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 13px;
  border-radius: 10px;
}
.tipheader {
  font-weight: 900;
  font-size: 14px;
  color: #cb453a;
  margin-bottom: 10px;
}
.tipheader p {
  margin: 0px !important;
}
/* Recipe information table */

table {
  background-color: #ffffff;
  border: 1px solid #93919A;
  margin-bottom: 15px;
  width: 100%;
}
td {
  padding: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}
td.lined {
  border: 1px solid #93919A;
}
tr.tabletitlerow {
  font-weight: 600;
  background-color: #ff8200;
  color: white;
}
.internalPage {
  padding-left: 0px;
  padding-right: 0px;
}
/* Quick Links Sidebar */

.sidebarlinks {
  /*padding-left: 5px;*/
  margin-bottom: 0px;
  /*background-color: transparent;
    border-color: transparent;
    background-image: none;*/
  border: none;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.sidebarlinks a,
.sidebarlinks a:visited,
.sidebarlinks .navbar-brand a {
  color: #fff;
  font-weight: 500;
  margin-left: 10px;
}
.sidebarlinks a:hover,
.sidebarlinks .navbar-brand a {
  color: #cb453a;
  font-weight: 700;
  text-decoration: none !important;
  border-bottom: none !important;
  margin-left: 0px;
}
/* Footer */

footer {
  background-color: #93919A;
  margin: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.fmenu li {
  display: inline;
  margin-left: 10px;
}
flogo img {
  vertical-align: middle;
}
.fmenu li a {
  font-weight: 700;
}
.flinks {
  text-align: right;
}
.flinks a {
  text-decoration: underline;
}
footer p {
  color: #fff;
}
/* key */

.key li {
  margin-bottom: 0px;
}
.key li {
  display: inline;
  margin-right: 20px;
}
.key ul {
  padding-left: 0px !important;
}
.key {
  background-color: rgba(255, 255, 255, 0.2);
  width: 350px;
  padding: 10px;
}
.key span {
  padding-left: 4px;
  padding-right: 10px;
}
/* Mobile */

@media (max-width: 768px) {
  .navbar-inverse .navbar-toggle {
    border-color: #ff8200 !important;
    background: #ff8200 !important;
  }
  .flinks,
  .flogo {
    text-align: center !important;
  }
  .qlinks {
    margin-top: 55px !important;
  }
  .navbar-brand {
    width: 75%;
  }
  .cuslogo {
    display: none;
  }
  .cuslogoli {
    display: none;
  }
  img.mainlogo {
    margin-top: -30px;
  }
  .navbar-brand img {
    width: 100%;
  }
}
.input-success {
  border-color: green !important;
  border-width: 2px !important;
}
.input-error {
  border-color: red !important;
  border-width: 2px !important;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.avatar {
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  border: solid;
  border-width: 2px;
  border-color: #93919A;
}
.titleSpan {
  font-size: 1.75em !important;
  margin-bottom: 0px !important;
  color: #595959 !important;
  font-weight: 700;
  letter-spacing: 0px !important;
  margin-top: 10px !important;
  overflow: hidden;
  white-space: nowrap;
}
.titleSpan img {
  max-width: 40%;
  object-fit: contain;
  display: inline;
}
.titleSpan label {
  display: inline;
}
.titleSpan span {
  display: inline;
}
/*.glyphicon {
    color: @main-color;
}*/

.list-group-item {
  cursor: pointer;
}
.list-group-item:hover {
  cursor: pointer;
  cursor: grab;
}
.list-group-item:hover {
  cursor: pointer;
  cursor: grab;
}
.addon-checkbox input + label {
  cursor: pointer;
  cursor: grab;
}
.addon-checkbox input[type=checkbox] {
  /*display: none !important;*/
  width: 1px;
}
.addon-checkbox input:checked + label {
  color: #ff8200 !important;
  font-weight: 700;
}
li.active,
a.active,
button.active {
  background: #ff8200 !important;
  border-color: white !important;
  color: white !important;
}
.tab-pane.active {
  background: initial !important;
}
.backToTop {
  position: fixed;
  bottom: 24px;
  right: 24px;
  text-decoration: none;
  padding: 2px 2px 2px 2px;
  display: none;
}
span.backToTop {
  color: rgba(255, 255, 255, 0.2) !important;
  font-size: 24px;
}
.backToTop span:hover {
  color: #ff8200 !important;
}
.optionsGroup {
  background-color: white;
  border: solid;
  border-color: #ddd;
  border-width: 1px;
  padding: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 2px;
  left: 60px;
  right: 60px;
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
}
.float {
  z-index: 5;
  position: fixed;
}
.datePicker {
  width: 100px !important;
}
.ui-selectmenu-button.ui-button {
  width: 7em !important;
}
.storetext {
  color: #585858 !important;
  font-size: 1.2em;
  font-weight: 700 !important;
  letter-spacing: 0px !important;
  padding-left: 0px;
  padding-right: 0px;
}
/* Hiding the checkbox, but allowing it to be focused */

.badgebox {
  opacity: 0;
}
.badgebox + .badge {
  /* Move the check mark away when unchecked */
  text-indent: -999999px;
  /* Makes the badge's width stay the same checked and unchecked */
  width: 27px;
}
.badgebox:focus + .badge {
  /* Set something to make the badge looks focused */
  /* This really depends on the application, in my case it was: */
  /* Adding a light border */
  box-shadow: inset 0px 0px 5px;
  /* Taking the difference out of the padding */

}
.badgebox:checked + .badge {
  /* Move the check mark back when checked */
  text-indent: 0;
}
.form-control,
.input-group {
  margin-bottom: 16px;
}
.orderGroup.control-label {
  text-align: left !important;
}
.valuepanel {
  margin-bottom: 0px !important;
  text-align: center;
  color: #555;
  cursor: pointer;
  padding-top: 0px !important;
}
.valuepanel {
  padding-top: 0px !important;
}
.panel-heading {
  cursor: pointer;
}
.ui-accordion .ui-accordion-header {
  border-radius: 1em;
  font-size: 1.2em;
  font-weight: 600;
}
.ui-accordion .ui-accordion-content {
  border-radius: 1em;
}
.extra-tip {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  margin-top: -10px;
}
.input-group-addon,
.input-group-btn {
  vertical-align: top;
}
.well-sm {
  border-radius: 1px;
}
.tip > p {
  margin-bottom: 0px;
}
input[type="checkbox"],
input[type="radio"] {
  text-align: left;
  left: 0px;
  width: auto;
  margin-left: 4px !important;
  margin-right: 4px;
}
.checkbox-inline,
.radio-inline {
  padding-left: 24px;
}
.btn .badge {
  margin-left: 12px;
}
.chart {
  width: 100%;
}
.chartPanel.fullscreen {
  z-index: 9999 !important;
  width: 98% !important;
  position: fixed;
  top: 1%;
  left: 1%;
  float: left;
}
.chartPanel.fullscreen > .panel-body > .chart {
  height: 85vh;
}
.chart {
  height: 40vh;
}
body {
  width: auto;
}
body {
  width: auto;
}
.box {
  text-align: center;
  height: 500px;
  background: #ffffff;
}
.box h1 {
  color: #231F20;
  font-family: Calibri, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  font-size: 16pt;
  padding-top: 150px;
}
.box p {
  color: #231F20;
  font-family: "Trebuchet MS", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 16pt;
  margin: 0pt;
}
.box .buttons {
  display: inline-block;
}
.box .yes {
  background-color: #3fa6b9;
  color: #ffffff;
  width: 130px;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
}
.box .yes:hover {
  background-color: #27b6c9;
}
.box .no {
  background-color: #2b454a;
  color: #ffffff;
  width: 130px;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
}
.box .no:hover {
  background-color: #2d565b;
}
@media screen {
  .only-print {
    display: none !important;
  }
}
@media print {
  .form-group,
  .input-group,
  .form-control {
    margin-bottom: 0px !important;
  }
}
.input-group-btn > .btn + .btn {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.input-group-btn > .btn.btn-default {
  margin-right: 0px !important;
  margin-left: -1px !important;
}
