
html {
    touch-action: manipulation;
}

.job-row-style1 {
    background-color: #eff9f4;
}

.job-row-style2 {
    background-color: #ecf9df;
}

.panel-title a {
    /* make the whole header clickable, and change cursor to a pointer */
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
    cursor: pointer;
}

.thumbnail {
    height : auto;
    width : 250px;
}

.thumbnail img{
    width: 100%;
    height: auto;
    display: block;
}

.dealerHeader {
    background-color: #0099CB
}

.dealerHeader h1 {
    color: black;
}

.productHeader {
    background-color: #0099CB
}

.productHeader h1 {
    color: black;
}

.loginHeader {
    background-color: #81c22f
}

.jobHeader {
    background-color: #81c22f
}

.jobHeader h2 {
    color: black;
}

.productBar {
    background-color: #81c22f;
    border-color: black;
}

.productBar h2 {
    color: white;
}


.form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  top: 0; left: 0; bottom: 0; right: 0;
  margin: 50px auto;
  background-color: white;
  border: 1px solid #81c22f;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin .form-signin-heading {
    margin-bottom: 30px;
}

.mainMenuBar {
    background-color: #81c22f
}

.errorMessage {
    color: red;
    font-size: small;
}

.jobOverviewBase {
    border: 2px solid black;
    border-radius: 15px;
    padding: 10px;
    margin: 5px ;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
}

.jobOverviewItemError {
    background-color: red;
}

.jobOverviewItemWarn {
    background-color: yellow;
}

.jobOverviewItemOk {
    background-color: lightgreen;
}

.pinLedRed {
    background-color: red;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid black;
}

.pinLedGreen {
    background-color: lawngreen;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid black;
}

.pinLedYellow {
    background-color: yellow;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid black;
}

.pinLedOrange{
    background-color: orange ;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid black;
}

.pinLedOff {
    background-color: white;
    border-radius: 50%;
    border: 2px solid black;
    width: 20px;
    height: 20px;
}

.pinLedMissingData {
    background-color: #88ece0;
    border-radius: 50%;
    border: 2px solid black;
    width: 20px;
    height: 20px;
}

.pinLarge {
    width: 40px;
    height: 40px;
    margin-top: 2px;
    margin-right: 2px;
    margin-left: 3px;
}

.pinStatusView {
    background-color: lightgrey;
    border: 1px solid darkgray;
    border-radius: 5px;
}

.pinVoltage {
    color: dodgerblue;
    font-size: x-large;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    margin-right: 2px;
    margin-left: 3px;
}

.pinDip {
    color: red;
    font-size: x-large;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    margin-right: 2px;
    margin-left: 3px;
}

.pin-group-header {
    background-color: lightblue;
}

.job-history-line {
    border: 2px;   /* in order to override TWBS stylesheet */
    height: 15px;

    background: -moz-linear-gradient(left, rgba(196,222,138,1) 0%, rgba(196,222,138,1) 12.5%, rgba(245,253,212,1) 12.5%, rgba(245,253,212,1) 25%, rgba(255,208,132,1) 25%, rgba(255,208,132,1) 37.5%, rgba(242,122,107,1) 37.5%, rgba(242,122,107,1) 50%, rgba(223,157,185,1) 50%, rgba(223,157,185,1) 62.5%, rgba(192,156,221,1) 62.5%, rgba(192,156,221,1) 75%, rgba(95,156,217,1) 75%, rgba(95,156,217,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 100%);  /* FF3.6+ */
    background: -webkit-linear-gradient(left, rgba(196,222,138,1) 0%, rgba(196,222,138,1) 12.5%, rgba(245,253,212,1) 12.5%, rgba(245,253,212,1) 25%, rgba(255,208,132,1) 25%, rgba(255,208,132,1) 37.5%, rgba(242,122,107,1) 37.5%, rgba(242,122,107,1) 50%, rgba(223,157,185,1) 50%, rgba(223,157,185,1) 62.5%, rgba(192,156,221,1) 62.5%, rgba(192,156,221,1) 75%, rgba(95,156,217,1) 75%, rgba(95,156,217,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(196,222,138,1) 0%, rgba(196,222,138,1) 12.5%, rgba(245,253,212,1) 12.5%, rgba(245,253,212,1) 25%, rgba(255,208,132,1) 25%, rgba(255,208,132,1) 37.5%, rgba(242,122,107,1) 37.5%, rgba(242,122,107,1) 50%, rgba(223,157,185,1) 50%, rgba(223,157,185,1) 62.5%, rgba(192,156,221,1) 62.5%, rgba(192,156,221,1) 75%, rgba(95,156,217,1) 75%, rgba(95,156,217,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(196,222,138,1) 0%, rgba(196,222,138,1) 12.5%, rgba(245,253,212,1) 12.5%, rgba(245,253,212,1) 25%, rgba(255,208,132,1) 25%, rgba(255,208,132,1) 37.5%, rgba(242,122,107,1) 37.5%, rgba(242,122,107,1) 50%, rgba(223,157,185,1) 50%, rgba(223,157,185,1) 62.5%, rgba(192,156,221,1) 62.5%, rgba(192,156,221,1) 75%, rgba(95,156,217,1) 75%, rgba(95,156,217,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(196,222,138,1) 0%, rgba(196,222,138,1) 12.5%, rgba(245,253,212,1) 12.5%, rgba(245,253,212,1) 25%, rgba(255,208,132,1) 25%, rgba(255,208,132,1) 37.5%, rgba(242,122,107,1) 37.5%, rgba(242,122,107,1) 50%, rgba(223,157,185,1) 50%, rgba(223,157,185,1) 62.5%, rgba(192,156,221,1) 62.5%, rgba(192,156,221,1) 75%, rgba(95,156,217,1) 75%, rgba(95,156,217,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 100%); /* W3C */
  }



.DayPicker-Day--noreading {
    background-color: white ;
}

.DayPicker-Day--ok {
    background-color:green;
}

.DayPicker-Day--warn {
    background-color: yellow;
}

.DayPicker-Day--error {
    background-color: red ;
}

.orbit-table-container {
    background-color: white;
  }

.select-user-modal {
    width : 50%;
}

.select-job-modal {
    width : 50%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

