/** RESET **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

div, a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/** START MOBILE RELEASE STYLE **/

html {
  min-height:100%;
}
body {
    background-color: #EEEEEE;
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
}

a {
  text-decoration: none;
}


#main {
  min-height: 120%;
  padding-bottom: 52px;
}

#top-bar {
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #00ae5a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
  text-align: center;
}

.top-bar-mobile {
    position: fixed;
    width: 100%;
}

#top-bar-content {
  height: 43px;
  line-height: 43px;
  padding-left: 5px;
  padding-right: 5px;
}

#back-button {
  position: absolute;
  left: 5px;
}

#top-bar-logo {
  background-image: url('/images/mobile/mobile-release-logo-inset2.png?20240911034220073');
  background-position: center center;
  background-size: 130px 25px;
  padding-top: 10px;
  height: 35px;
  background-repeat: no-repeat;
}

#bottom-bar {
  bottom: -1px;
  left: 0;
  z-index: 2;
  height: 44px;
  line-height: 44px;
  width: 100%;
  padding: 5px 0;
  background-color: rgba(33,33,33, 0.9);
  border-top: 1px solid #555;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
}

.bottom-bar-mobile {
    position: fixed;
}

#bottom-bar .pull-right {
  float: right;
  margin-right: 5px;
}

#bottom-bar .pull-left {
  float: left;
  margin-left: 5px;
}

.logged-in-as {
  color: #EEE;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 1px 1px #222;
}

/** Buttons **/

.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 18px;
  color:#EEE;
  background-color:#333;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #444;
  border-radius:5px;
  -webkit-border-radius:5px;
  cursor:pointer;
  padding: 5px 15px;
  box-shadow: 0 1px 10px #232323 inset;
}

.btn.btn-fat {
  line-height: 30px;
  font-size: 16px;
}


.btn:not(.disabled):active {
  background: #555 !important;
  border: 1px solid #333 !important;
  box-shadow: 0 1px 10px #333 inset !important;
}

.back-caret {
  display: inline-block;
  font-family: monospace;
  font-size: 18px;
  line-height: 18px;
  text-shadow: 1px 1px #247824;
  position: absolute;
  left: 5px;
  font-weight: bold;
  width: 14px;
  height: 18px;
  background: url("/images/mobile/left-arrow.png?20240911034220073") no-repeat;
  background-position: 0px 2px;
  background-size: 12px 16px;
  margin-right: 5px;
  margin-top: -1px;
}
.btn.btn-back {
  border: none;
  box-shadow: none;
  background-size: 1px 32px;
  position: relative;
  padding: 5px 10px 5px 25px;
}

.btn.btn-trans {
  background: rgba(255,255,255,0.8);
  color: #333;
  text-shadow: 1px 1px #CCC;
}

.btn.btn-subdue {
  color:#EEE;
  background-color:#333;
}
.btn.btn-primary {
  background-color:#00ae5a;
  color:#fff;
  border: 1px solid #247824;
  box-shadow: 0 1px 10px #2E992E inset;
}

.btn.btn-negative {
  background-color:#F2DEDE;
  color:#FFF;
  font-weight: 600;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ED5F5C), color-stop(0.5, #E55D59), color-stop(0.5, #C44F4C), color-stop(1, #D15451));
  background-image: linear-gradient(to bottom, #ED5E5C 0%, #E55E59 50%, #C4504C 50%, #D15451 100%);
  border: 1px solid #B94A48;
  box-shadow: none;
}

.btn.btn-large {
  line-height:42px;
  font-size: 16px;
  font-weight: 700;
  padding: 0px 10px;
}

.btn.half-fit {
  width: 45%;
  padding-left: 0;
  padding-right: 0;
}

.btn.disabled {
  opacity: 0.3;
}

/** Typography **/

h5 {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  background-color: #555;
  padding: 2px 0;
  -moz-box-shadow: 0px 0px 10px 1px #333 inset;
  -webkit-box-shadow: 0px 0px 10px 1px #333 inset;
  box-shadow: 0px 0px 10px 1px #333 inset;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

ul.full-width li.sub-header {
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 3px;
  white-space: nowrap;
  background-color: #555555;
  box-shadow: 0 0 10px 1px #333333 inset;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  padding: 2px 0;
}

.message {
  background: #DDD;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  border: 1px solid #CCC;
  -moz-box-shadow: 0px 0px 10px 1px #CCC inset;
  -webkit-box-shadow: 0px 0px 10px 1px #CCC inset;
  box-shadow: 0px 0px 10px 1px #CCC inset;
}

.message.error {
  color: #B94A48;
  font-weight: bold;
  text-shadow: 1px 1px #FFF;
  background: #F2DEDE;
  border: 1px solid #B94A48;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 5px;
}


/** Forms and input **/
form {
  margin-top: 13px;
}
form input[type="text"], form input[type="password"], div.control, .input-search {
  -webkit-appearance:none;
  margin: 0 0 10px 0;
  color: #232323;
}

form input[type="text"], form input[type="password"], .input-search {
  display: block;
  background: #FFF;
  border: #CCC 1px solid;
}

.input-large {
  font-size: 18px;
  line-height: 2em;
  padding: 5px 10px;
}

.input-search {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  background-image: url('/images/mobile/search-icon.png?20240911034220073');
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #FFFFFF;
  background-origin: padding-box;
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: 19px 19px;
  border-radius: 13px;
  font-size: 14px;
  line-height: 22px;
  outline: medium none;
  padding-left: 25px;
}

form div.conjoined input {
  margin-bottom: -3px;
}

form div.conjoined input:first-child {
  border-radius: 4px 4px 0 0;
}

form div.conjoined input:last-child {
  border-radius: 0 0 4px 4px;
  margin-bottom: 10px;
}


form.form-center {
  width: 95%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

form.form-center input[type="text"], form.form-center input[type="password"], form.form-center .btn {
  box-sizing:border-box;
  width: 100%;
}

#login-app-name {
  text-align: center;
  margin-top:10px;
  color:gray;
  font-weight:bold;
}

#login-app-desc {
  text-align: center;
  margin-top:10px;
  color:gray;
  font-size:0.8em;
}

#spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  display:none;
}

#spinner img {
  border-radius: 36px 36px 36px 36px;
  opacity: 0.18;
  height: 44px;
  weight: 44px;
  display: block;
  align: center;
  }

.errorMsg {
  width: 100%;
  display: none;
}

.toggle-arrow {
  display: inline-block;
  background: url("/images/mobile/rightarrow.png?20240911034220073") no-repeat;
  background-size: 18px;
  background-position: 50%;
  height: 18px;
  width: 18px;
  cursor: pointer;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.toggle-arrow.vertical {
  background: url("/images/mobile/uparrow.png?20240911034220073") no-repeat;
  background-size: 18px;
  background-position: 50%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.toggle-arrow.active {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

#printers-page {
  display: none;
}

#jobs-list-page {
  display:none;
}

.no-printers-found {
    color: #898989;
    font-weight: bold;
    text-align: center;
}

/** Collections **/
ul.full-width {
  list-style: none outside none;
  padding: 0px;
}

ul.full-width>li {
  background-color: #FFF;
  border-bottom: 1px solid #DDDDDD;
  display: block;
}

ul.full-width li>a {
  display: block;
  min-height: 48px;
  line-height: 48px;
  padding: 5px 5px 5px 5px;
}
ul.full-width.printer-list li:active {
  background: #DDD;
}

ul.full-width a>.content {
  padding: 0 10px 0px 45px;
}

ul.full-width .left-cap {
  float: left;
  width: 40px;
  text-align: center;
}
ul.full-width .right-cap {
  float: right;
}

.printer-list a {
  background: url("/images/mobile/printer-icon.png?20240911034220073") no-repeat;
  background-size: 28px;
  background-position: 10px 50%;
}

.printer-list .printer-name {
  font-weight: bold;
  color: #333333;
  font-size: 17px;
  line-height: 21px;
  margin: 4px 0 2px;
  text-shadow: 0 1px 1px #FFFFFF;
  white-space: nowrap;
}

.printer-list .printer-location-code {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 2px 0 4px;
  text-shadow: 0 1px 1px #FFFFFF;
}
.printer-list .printer-location-code, .printer-list .printer-name, .job-name, .job-data, .job-data .job-less-details {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.job-less-details .denied-reason {
  color: rgba(255, 0, 0, 0.6);
  }

.job-less-details .long {
  white-space: normal;
  word-break: break-all;
}

/* Job list specifics */

.held-job {
  cursor: pointer;
}
.job-name {
  line-height: 25px;
  font-weight: bold;
}
.denied-job-name {
  color: #CCCCCC;
  }

.job-data {
  line-height: 20px;
  color: #999;
  font-size: 14px;
  text-shadow: 1px 1px #EEE;
}

.job-more-details {
  padding: 10px 0;
}

.job-more-details dt {
  float: left;
  padding-right: 5px;
}
.job-more-details dd {
  color: #555;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.job-more-details dd.long {
  white-space: normal;
  word-break: break-all;
}

.job-more-details .denied-reason {
  color: rgba(255, 0, 0, 0.6);
  }

.job-more-details tr:nth-child(even) {
  color: #777;
}

.full-width .job-actions .toggle-arrow {
  height: 50px;
  width: 50px;
}

#search-box {
  margin-top: 12px;
  padding-left: 30px;
  padding-right: 10px;
}


.no-jobs-wrapper {
      margin-top: 40px;
      }
      .no-jobs {
        width: 20em;
        margin: auto;
        font-size: 0.7em;
        border: 2px dashed #888;
        border-radius: 2em;
        padding: 1.5em;
        }
        .no-jobs p {
          color: #444;
          font-weight: bold;
          text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
          }
        .no-jobs .refresh-button {
          padding-left: 8em;
        }
        .no-jobs hr {
          width: 90%;
          }
        .no-jobs ol {
          margin: 0;
          padding: 0;
          list-style-type: none;
          }
          .no-jobs ol li {
            clear: both;
            height: 4em;
            color: #444;
            }
            .no-jobs ol li .num {
              float: left;
              font-size: 34px;
              padding-top: 7px;
              text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6), -1px -1px 0 rgba(0, 0, 0, 0.4);
              }
            .no-jobs ol li .text {
              position: relative;
              top: 0.6em;
              left: 1em;
              vertical-align: top;
              text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
              }

.noShadow {
    text-shadow: none;
}

.switchButton {
    float: right;
    margin-right: 5px;
}

.paddedBody {
    padding-top: 43px;
}

#login-page .hr {
    display: flex;
    align-items: center;
    margin: 1em 0;
}

#login-page .hr::before, .hr::after {
    content: '';
    flex: 1;
    margin: 0 .25em;
    border-bottom: 1px solid #8e959e;
}

#login-page .btn-google {
    border: 1px solid #A2B0B2;
    box-shadow: none !important;
    background-color: white !important;
    background: url(../images/google.png?20240911034220073) no-repeat 15px center;
    color: #5F6470 !important;
}

