﻿html {
  height: 100%; }

body {
  padding-top: 50px;
  min-height: 100%;
  text-rendering: optimizelegibility;
  height: 100%;
  font-family: 'Open Sans', sans-serif; }

hr {
  border-color: #35A9E1;
  margin-top: 10px;
  margin-bottom: 20px; }

.modal-dialog {
  top: 50px; }

.container {
  min-height: 100%;
  height: 100%; }

.navbar-brand {
  margin-top: -10px; }

.navbar-fixed-top {
  background-color: white;
  border-bottom: 1px solid #ccc; }

.navbar-fixed-top a {
  font-weight: 700;
  text-transform: uppercase; }

.navbar-toggle {
  background-color: #2BAC66;
  color: white;
  padding: 5px 8px; }

/*Machines*/
.truncated {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.machine-btn {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  border-width: 2px; }
  .machine-btn p {
    margin-bottom: 2px; }
  .machine-btn .machine-header {
    font-weight: 700;
    margin-bottom: 5px; }
  .machine-btn.White_Running {
    border-color: #555;
    background-color: #fff; }
  .machine-btn.White_Stopped {
    border-color: #777;
    background-color: #c3c3c3; }
  .machine-btn.Red {
    border-color: #990000;
    background-color: #f00; }
  .machine-btn.Green {
    border-color: #009900;
    background-color: #0f0; }
  .machine-btn.Yellow {
    border-color: #999900;
    background-color: #ff0; }
  .machine-btn.Gray {
    border-color: #444444;
    background-color: #777; }

hr.simple {
  border-color: #eeeeee;
  margin-top: 8px;
  margin-bottom: 8px; }

.runningtime-row .progress {
  margin-bottom: 0px; }
.runningtime-row .machine-info-header {
  border-left: 1px solid #fff;
  padding-left: 2px; }

.sms-info input[type="checkbox"] {
  display: none; }
.sms-info .smsinfo-checkbox {
  font-size: 28px;
  color: #777777;
  margin-right: 10px;
  vertical-align: middle; }
  .sms-info .smsinfo-checkbox.fa-toggle-on {
    color: #2BAC66; }

.date-pager {
  font-size: 24px;
  vertical-align: middle;
  cursor: pointer;
  color: #fff; }

.popover {
  width: 100%; }
  .popover p {
    margin-bottom: 2px; }
  .popover .btn {
    width: 100%;
    margin-top: 10px; }

/*# sourceMappingURL=site.css.map */