/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;800&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.dropdown-menu {
  position: absolute;
  left: 0;
  z-index: 1031;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.checked-options {
  margin-bottom: 10px 0; }
  .checked-options .row {
    margin: 0px;
    background-color: #f4f4f4;
    padding: 5px;
    margin-bottom: 10px; }
    .checked-options .row .checkmark {
      float: left;
      width: 50px; }
    .checked-options .row .data {
      float: left;
      width: calc(100% - 70px);
      text-trasnform: uppercase;
      box-sizing: border-box;
      padding: 0 15px; }
    .checked-options .row .action {
      float: left;
      width: 20px; }

.group:after,
.row:after {
  content: "";
  display: table;
  clear: both; }

.hide {
  display: none !important; }

.section {
  position: relative;
  top: 14px; }

.side-wrapper {
  padding: 0 15px; }

.page-title {
  position: relative; }
  .page-title .data-toggle {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 1.8em; }

.no-margin {
  margin: 0px !important; }

a {
  text-decoration: none !important; }
  a:focus, a:outline {
    text-decoration: none !important; }

/*Overrides*/
body {
  overflow-x: hidden; }
  body #content,
  body .main-content {
    margin: 0px !important; }

body *:focus {
  outline: none !important; }
body button:focus {
  outline: none !important; }

.navbar-fixed-top {
  max-height: 82px !important; }

/*Input Fixes*/
.smform .form-group input,
.smform .form-group input[type="email"],
.smform .form-group input[type="password"],
.smform .form-group input[type="text"],
.smform .form-group input[type="search"],
.smform .input-group input[type="search"],
textarea {
  outline: none !important; }
  .smform .form-group input:focus,
  .smform .form-group input[type="email"]:focus,
  .smform .form-group input[type="password"]:focus,
  .smform .form-group input[type="text"]:focus,
  .smform .form-group input[type="search"]:focus,
  .smform .input-group input[type="search"]:focus,
  textarea:focus {
    outline: none !important;
    box-shadow: none !important; }
  .smform .form-group input:required, .smform .form-group input:invalid,
  .smform .form-group input[type="email"]:required,
  .smform .form-group input[type="email"]:invalid,
  .smform .form-group input[type="password"]:required,
  .smform .form-group input[type="password"]:invalid,
  .smform .form-group input[type="text"]:required,
  .smform .form-group input[type="text"]:invalid,
  .smform .form-group input[type="search"]:required,
  .smform .form-group input[type="search"]:invalid,
  .smform .input-group input[type="search"]:required,
  .smform .input-group input[type="search"]:invalid,
  textarea:required,
  textarea:invalid {
    box-shadow: none !important; }
  .smform .form-group input:-webkit-autofill,
  .smform .form-group input[type="email"]:-webkit-autofill,
  .smform .form-group input[type="password"]:-webkit-autofill,
  .smform .form-group input[type="text"]:-webkit-autofill,
  .smform .form-group input[type="search"]:-webkit-autofill,
  .smform .input-group input[type="search"]:-webkit-autofill,
  textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

.smform .input-group-addon,
.equip-search.search-form .input-group-addon,
.small-form .input-group-addon {
  top: -10px !important;
  cursor: pointer;
  cursor: pointer; }
  .smform .input-group-addon.customer-wy,
  .equip-search.search-form .input-group-addon.customer-wy,
  .small-form .input-group-addon.customer-wy {
    top: 20px !important;
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 5px;
    border-bottom: none !important;
    line-height: 1.5;
    z-index: 20; }

.btn {
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 50px !important; }

.error {
  display: block;
  color: #F00;
  font-size: 1.25rem;
  margin-top: 5px; }

input.error {
  border-bottom-color: #F00 !important; }

.right-align {
  text-align: right; }

.button-container {
  padding: 0 20px; }
  .button-container .btn {
    margin: auto;
    color: #FFF !important; }

.hide {
  display: none !important; }

.photos-container .photo-card .photo {
  background-size: auto 100% !important;
  background-position: center center !important; }

.three-col-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .three-col-flex .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3);
    padding: 10px; }
    .three-col-flex .col input {
      max-width: 100%;
      text-align: center; }

.sticky-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 15px;
  background-color: #FFF;
  border-top: 1px solid #dddddd; }
.location-not-allows-return {
  text-align: center;
  position: fixed;
  bottom: 75px;
  left: 0;
  width: 100%;
  padding: 13px 15px;
  background-color: red;
  color: white; }

.location-not-allows-return {
  text-align: center;
  position: fixed;
  bottom: 75px;
  left: 0;
  width: 100%;
  padding: 13px 15px;
  background-color: red;
  color: white; }

.main-content {
  padding-bottom: 75px; }

.checklist ul {
  padding: 0px;
  margin: 0px;
  margin: 0 -15px;
  border-top: 1px solid #dddddd; }
  .checklist ul li {
    list-style: none; }
    .checklist ul li label {
      position: relative;
      border-bottom: 1px solid #dddddd;
      margin: 0px;
      display: block;
      width: 100%;
      padding: 15px; }
    .checklist ul li input {
      position: absolute;
      right: 15px;
      top: 15px; }

/*
	LANGUAGE ADJUSTMENTS
*/
body#dashboard-page.fr-CA .header-location-code, body#dashboard-page.fr .header-location-code {
  right: 125px; }
body .buttons {
  text-align: center; }
  body .buttons .loadMore {
    margin: auto;
    max-width: 250px;
    padding: 10px 20px;
    color: #FFF;
    background-color: #00a8e1;
    border-radius: 3px;
    margin: auto;
    text-align: center; }

.bg-darkgray {
  background-color: #f2f3f8;
  height: 100%; }

#pick-equipment-page #searchEquipForm, #pick-equipment-page .page-title, #pick-equipment-page #top-form {
  -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  background-color: #FFF; }
#pick-equipment-page #top-form {
  box-sizing: border-box;
  padding: 25px 10px;
  padding-top: 15px;
  margin: 0 10px; }

#pick-equipment {
  padding-bottom: 120px; }
  #pick-equipment .link-row {
    display: flex;
    color: #00609c !important;
    font-size: 1.1rem;
    font-family: "Avenir LT Std 65 Medium";
    font-weight: bold;
    text-decoration: none;
    position: relative;
    margin: 15px 10px;
    align-items: center;
    background-image: url("../img/right-arrow-icon.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    background-color: #FFF; }
    #pick-equipment .link-row .status-label {
      position: absolute;
      top: 0;
      left: 10px;
      padding: 5px;
      font-size: 0.70rem;
      font-weight: bold;
      line-height: 1; }
    #pick-equipment .link-row .data-info {
      width: calc(100%);
      display: block;
      padding: 10px;
      padding-top: 25px; }
      #pick-equipment .link-row .data-info strong i {
        color: red; }
      #pick-equipment .link-row .data-info span {
        display: block;
      font-size: .75em;
      color: #54585c; }
    #pick-equipment .link-row .btn-inspection-modal {
      position: absolute;
      top: 25px;
      right: 45px;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      background-color: red;
      color: #FFF; }
      #pick-equipment .link-row .btn-inspection-modal:hover {
        background-color: #8a3030; }

#quick-turn #top-form {
  -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  background-color: #FFF;
  padding: 10px;
  padding-bottom: 20px; }
#quick-turn #quick-turn-list {
  padding-top: 10px; }
  #quick-turn #quick-turn-list .quick-turn-row {
    display: flex;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    background-color: #FFF;
    padding: 10px;
    margin: 10px 10px;
    justify-content: space-between;
    align-items: center;
    color: #54585c !important; }
    #quick-turn #quick-turn-list .quick-turn-row .date.yellow {
      color: #b4b405 !important; }
    #quick-turn #quick-turn-list .quick-turn-row .date.red {
      color: red !important; }
    #quick-turn #quick-turn-list .quick-turn-row .date.green {
      color: #76af1f !important; }

#warning-modal .cust-modal-buttons button {
  text-transform: uppercase; }

#warning-modal-inspection .date {
  display: block;
  font-size: 20px;
  font-weight: bold; }

html {
  height: 100%; }

#login-page {
  padding: 0px;
  margin: 0px;
  text-align: center;
  height: 100%; }
  #login-page .form-submit-error-msg {
    width: 100%; }
    #login-page .form-submit-error-msg .message {
      display: none;
      text-align: center; }
      #login-page .form-submit-error-msg .message.active {
        display: block; }
  #login-page #login-container {
    padding: 0 40px;
    margin: auto;
    text-align: left;
    display: table;
    width: 100%;
    max-width: 690px;
    height: 80%; }
    #login-page #login-container .v-middle {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
      #login-page #login-container .v-middle .header-logo {
        text-align: center; }
        #login-page #login-container .v-middle .header-logo img {
          margin: auto; }
      #login-page #login-container .v-middle .form-container .form-group {
        text-align: left;
        margin-top: 35px !important; }
      #login-page #login-container .v-middle .form-container .login-button {
        margin-top: 15px;
        width: 100%;
        background-color: #00a8e1 !important;
        color: #FFF;
        font-size: 1.15em;
        padding: 5px 10px;
        margin-bottom: 10px; }
      #login-page #login-container .v-middle .form-container .terms {
        padding-top: 60px;
        padding-bottom: 10px; }
      #login-page #login-container .v-middle .form-container p {
        font-size: 0.85em; }
      #login-page #login-container .v-middle .form-container .messages .alert {
        padding: 5px 0px;
        margin: 40px 0; }
  #login-page .bottom {
    background-image: url(../img/bg-login.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 20%;
    position: relative; }
    #login-page .bottom p {
      position: absolute;
      bottom: 10px;
      font-size: .85em;
      /*color: #FFF;*/
      text-align: center;
      width: 100%;
      display: block;
      padding: 0 20px;
      box-sizing: border-box; }
    @media screen and (max-height: 435px) {
      #login-page .bottom {
        background-position: bottom center; } }

/*First Checked logged modal*/
#logged-modal #loading-location {
  display: none; }
  #logged-modal #loading-location.active {
    display: block; }
#logged-modal #loading-buttons.hide {
  display: none; }

#customer-details .col-xs-12 .main-text {
  float: left;
  width: calc(100% - 220px); }
  @media screen and (max-width: 390px) {
    #customer-details .col-xs-12 .main-text {
      float: none;
      width: 100%; } }
#customer-details .col-xs-12 .insurance-text {
  float: left;
  width: 220px;
  font-size: 0.85em; }
  @media screen and (max-width: 390px) {
    #customer-details .col-xs-12 .insurance-text {
      float: none;
      width: 100%;
      padding-bottom: 10px; } }
  #customer-details .col-xs-12 .insurance-text p {
    position: relative;
    top: 20px; }
    @media screen and (max-width: 390px) {
      #customer-details .col-xs-12 .insurance-text p {
        top: 0px;
        padding-top: 10px;
        margin: 0px; } }
    #customer-details .col-xs-12 .insurance-text p span {
      color: #70B617; }
#customer-details #collapseCall .top-buttons {
  text-align: right;
  padding: 10px 15px;
  border-bottom: 1px solid #CDCDCD;
  margin: 0 -15px; }
  #customer-details #collapseCall .top-buttons .btn {
    color: #FFF !important; }

.row-call {
  padding: 10px 15px;
  border-bottom: 1px solid #CDCDCD;
  margin: 0 -15px; }
  .row-call .date {
    float: left;
    width: 15%;
    text-align: left; }
    @media screen and (max-width: 570px) {
      .row-call .date {
        width: 50%; } }
    .row-call .date span {
      position: relative;
      display: block; }
      .row-call .date span.setDate {
        margin-top: 5px; }
  .row-call .info-name {
    float: left;
    width: calc(50% - 40px);
    box-sizing: border-box;
    padding: 0 15px; }
    @media screen and (max-width: 570px) {
      .row-call .info-name {
        width: 50%;
        text-align: right;
        padding: 0px; } }
    .row-call .info-name span {
      display: block; }
      .row-call .info-name span.name {
        margin-top: 5px; }
      .row-call .info-name span.company {
        font-weight: bold;
        font-size: 0.85em; }
  .row-call .tel {
    float: left;
    width: 35%;
    text-align: center; }
    @media screen and (max-width: 570px) {
      .row-call .tel {
        width: calc(100% - 120px);
        text-align: left; } }
    .row-call .tel a {
      position: relative;
      top: 15px; }
      @media screen and (max-width: 570px) {
        .row-call .tel a {
          top: 5px; } }
  .row-call .details {
    float: left;
    width: 40px;
    text-align: right; }
    @media screen and (max-width: 570px) {
      .row-call .details {
        width: 120px; } }
    .row-call .details a {
      position: relative;
      top: 15px;
      font-size: 20px;
      text-decoration: none; }
      @media screen and (max-width: 570px) {
        .row-call .details a {
          top: 5px; } }
      .row-call .details a span {
        display: none;
        font-size: 13px; }
        @media screen and (max-width: 570px) {
          .row-call .details a span {
            display: inline-block;
            position: relative;
            top: -2px; } }

#call-title {
  margin: 0 -15px;
  margin-top: -20px;
  position: relative; }
  #call-title .btn {
    float: right;
    position: relative;
    top: -10px;
    color: #fff !important;
    right: 15px; }

.equipment-on-rent-button {
  background-color: #00a8e1;
  color: #FFF !important;
  border-radius: 5px;
  padding: 10px 10px;
  font-size: 12px;
  margin-right: 10px; }

.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
  display: none; }

#tmp-checkin #ci-form,
#tmp-checkout #ci-form {
  padding-top: 10px;
  padding-bottom: 10px; }
#tmp-checkin .data-results,
#tmp-checkout .data-results {
  padding-top: 20px; }
  #tmp-checkin .data-results .list-alt-title,
  #tmp-checkout .data-results .list-alt-title {
    margin-bottom: 0px !important; }
  #tmp-checkin .data-results a .row,
  #tmp-checkout .data-results a .row {
    padding: 10px 0px;
    border-bottom: 1px solid #f4f4f4; }

#checkout-page .page-title {
  padding: 15px; }
#checkout-page .sub-title {
  background-color: #f4f4f4;
  padding: 15px;
  margin-top: 15px;
  font-family: "Avenir LT Std 65 Medium";
  font-size: .7rem; }
#checkout-page #content {
  padding: 0px; }
#checkout-page .results .data-row {
  display: block;
  padding: 15px;
  border-bottom: 1px solid rgba(46, 46, 46, 0.4);
  background-image: url("../img/right-arrow-icon.png");
  background-position: right 15px center;
  background-repeat: no-repeat; }
  #checkout-page .results a.data-row.customer-row span {
    display: block;
    color: #00609c;
    font-family: 'Avenir LT Std 65 Medium';
    font-weight: bold;
    line-height: 1.3rem !important;
    font-size: 1.1rem; }
  #checkout-page .results a.data-row.reservation-row {
    position: relative; }
    #checkout-page .results a.data-row.reservation-row span {
      display: block;
      box-sizing: border-box; }
      #checkout-page .results a.data-row.reservation-row span.title {
        display: block;
        color: #00609c;
        font-family: 'Avenir LT Std 65 Medium';
        font-weight: bold;
        line-height: 1.3rem !important;
        font-size: 1.1rem; }
      #checkout-page .results a.data-row.reservation-row span.left {
        float: left;
        width: 55%; }
      #checkout-page .results a.data-row.reservation-row span.right {
        float: left;
        width: 45%; }
        #checkout-page .results a.data-row.reservation-row span.right span {
          text-align: right;
          position: absolute;
          bottom: 10px;
          right: 30px; }
#checkout-page .message-error {
  text-align: center;
  padding-top: 40px; }

#take-photos-detail .page-title {
  box-sizing: border-box;
  padding: 20px 15px; }
  #take-photos-detail .page-title.sub-title {
    padding: 10px 15px; }
  #take-photos-detail .page-title a {
    text-transform: uppercase; }
#take-photos-detail #damage-notes {
  display: none; }
  #take-photos-detail #damage-notes.new-dmg {
    display: block; }
#take-photos-detail #information-container {
  padding: 20px 15px;
  margin: 15px; }
  #take-photos-detail #information-container span {
    display: block;
    font-family: "Avenir LT Std 65 Medium";
    line-height: 1.35; }
    #take-photos-detail #information-container span.normal {
      color: #00609c;
      font-size: 1.1rem;
      font-family: 'Avenir LT Std 65 Medium'; }
    #take-photos-detail #information-container span.small {
      font-size: .85rem;
      color: #000;
      text-transform: uppercase; }
    #take-photos-detail #information-container span#reservation {
      margin: 5px 0; }
  #take-photos-detail #information-container .data {
    float: left;
    width: calc(100% - 100px); }
  #take-photos-detail #information-container .action {
    float: left;
    width: 100px;
    text-align: right; }
    #take-photos-detail #information-container .action a {
      font-size: 0.75em !important; }
    #take-photos-detail #information-container .action #damage-notes {
      line-height: 1;
      padding-top: 5px; }
      #take-photos-detail #information-container .action #damage-notes a {
        font-size: 2em !important; }
#take-photos-detail .photos-container {
  width: calc(100% - 30px);
  margin: 0 15px;
  justify-content: space-evenly; }
  #take-photos-detail .photos-container #file-input-container {
    display: none; }
  #take-photos-detail .photos-container .photo-card {
    width: calc(100%/3 - 2px);
    flex-basis: calc(100%/3 - 2px);
    max-width: 350px;
    position: relative; }
    @media screen and (max-width: 690px) {
      #take-photos-detail .photos-container .photo-card {
        width: calc(100%/2 - 1px);
        flex-basis: calc(100%/2 - 1px); } }
    @media screen and (max-width: 490px) {
      #take-photos-detail .photos-container .photo-card {
        width: calc(100%);
        flex-basis: calc(100%); } }
    #take-photos-detail .photos-container .photo-card.empty .image-instruction .view-photo,
    #take-photos-detail .photos-container .photo-card.empty .image-instruction .delete-photo, #take-photos-detail .photos-container .photo-card.uploading .image-instruction .view-photo,
    #take-photos-detail .photos-container .photo-card.uploading .image-instruction .delete-photo {
      display: none; }
    #take-photos-detail .photos-container .photo-card .button-hollow .mini-button {
      overflow: hidden; }
      #take-photos-detail .photos-container .photo-card .button-hollow .mini-button.open-photo, #take-photos-detail .photos-container .photo-card .button-hollow .mini-button.open-library {
        background-color: #00a8e1; }
      #take-photos-detail .photos-container .photo-card .button-hollow .mini-button.loading {
        background-color: #00a8e1; }
        #take-photos-detail .photos-container .photo-card .button-hollow .mini-button.loading img {
          position: relative;
          top: -5px; }
      #take-photos-detail .photos-container .photo-card .button-hollow .mini-button.checked {
        background-color: #70B617; }
    #take-photos-detail .photos-container .photo-card.uploading .button-hollow .mini-button.open-photo {
      display: none; }
    #take-photos-detail .photos-container .photo-card.uploading .button-hollow .mini-button.loading {
      display: block; }
    #take-photos-detail .photos-container .photo-card.uploading .button-hollow .mini-button.checked {
      display: none; }
    #take-photos-detail .photos-container .photo-card.empty .button-hollow .mini-button.open-photo {
      display: block; }
    #take-photos-detail .photos-container .photo-card.empty .button-hollow .mini-button.loading {
      display: none; }
    #take-photos-detail .photos-container .photo-card.empty .button-hollow .mini-button.checked {
      display: none; }
    #take-photos-detail .photos-container .photo-card.has-photo .button-hollow .mini-button.open-photo, #take-photos-detail .photos-container .photo-card.has-photo .button-hollow .mini-button.open-library {
      display: none; }
    #take-photos-detail .photos-container .photo-card.has-photo .button-hollow .mini-button.loading {
      display: none; }
    #take-photos-detail .photos-container .photo-card.has-photo .button-hollow .mini-button.checked {
      display: block; }
    #take-photos-detail .photos-container .photo-card .top-container .category {
      text-transform: uppercase;
      font-size: 0.85em;
      position: relative;
      bottom: -5px; }
    #take-photos-detail .photos-container .photo-card .top-container .format-date {
      font-size: 14px; }
    #take-photos-detail .photos-container .photo-card .image-instruction {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; }
      #take-photos-detail .photos-container .photo-card .image-instruction div {
        display: none; }
      #take-photos-detail .photos-container .photo-card .image-instruction .mini-button {
        font-size: 30px;
        margin: 0 5px;
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        line-height: 30px;
        vertical-align: middle;
        background-color: red;
        text-align: center; }
        #take-photos-detail .photos-container .photo-card .image-instruction .mini-button.view-photo, #take-photos-detail .photos-container .photo-card .image-instruction .mini-button.open-library {
          background-color: #00a8e1; }
        #take-photos-detail .photos-container .photo-card .image-instruction .mini-button i {
          color: #FFF;
          font-size: 15px;
          position: relative;
          top: -7px; }
    #take-photos-detail .photos-container .photo-card.button {
      text-align: center;
      vertical-align: middle; }
      #take-photos-detail .photos-container .photo-card.button .btn {
        position: relative;
        top: 45px;
        color: #FFF !important; }
    #take-photos-detail .photos-container .photo-card .photo {
      position: relative;
      overflow: hidden; }
      #take-photos-detail .photos-container .photo-card .photo .with-photo .progress-bar {
        opacity: 0; }
      #take-photos-detail .photos-container .photo-card .photo .progress-bar {
        position: absolute;
        background-color: #efefef;
        width: 100%;
        height: 100%; }
      #take-photos-detail .photos-container .photo-card .photo canvas {
        position: absolute;
        width: 100%;
        top: -99999px;
        left: -9999px; }
    #take-photos-detail .photos-container .photo-card .button-hollow {
      border: 0px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      width: 200px; }
      #take-photos-detail .photos-container .photo-card .button-hollow .mini-button {
        font-size: 30px;
        margin: 0 5px;
        display: inline-block;
        width: 55px;
        height: 55px;
        border-radius: 70px;
        line-height: 60px;
        vertical-align: middle; }
        #take-photos-detail .photos-container .photo-card .button-hollow .mini-button i {
          color: #FFF;
          font-size: 30px;
          position: relative;
          top: -2px; }
#take-photos-detail .elements-container .element-row {
  background-color: #f4f4f4;
  padding: 10px 15px;
  margin: 8px 0px; }
  #take-photos-detail .elements-container .element-row img {
    max-width: 100%; }
  #take-photos-detail .elements-container .element-row .check {
    float: left;
    width: 29px; }
  #take-photos-detail .elements-container .element-row .row-label {
    float: left;
    width: calc(100% - 58px);
    box-sizing: border-box; }
    #take-photos-detail .elements-container .element-row .row-label span {
      display: block;
      font-size: 0.85em;
      padding: 0 10px;
      position: relative;
      top: 5px; }
  #take-photos-detail .elements-container .element-row .action {
    float: left;
    width: 29px; }
#take-photos-detail .elements-container .sub-elements .sub-element-row {
  background-color: #f4f4f4;
  padding: 10px 15px;
  margin: 8px 0px; }
  #take-photos-detail .elements-container .sub-elements .sub-element-row .checkmark {
    float: left;
    width: 29px; }
  #take-photos-detail .elements-container .sub-elements .sub-element-row .text {
    float: left;
    width: calc(100% - 58px);
    box-sizing: border-box; }
    #take-photos-detail .elements-container .sub-elements .sub-element-row .text span {
      display: block;
      font-size: 0.85em;
      padding: 0 10px;
      position: relative;
      top: 5px; }
  #take-photos-detail .elements-container .sub-elements .sub-element-row .action {
    float: left;
    width: 29px; }
#take-photos-detail #done-btn-cnt {
  margin-top: 20px;
  margin-bottom: 120px;
  padding: 0 15px; }
  @media screen and (max-width: 510px) {
    #take-photos-detail #done-btn-cnt button {
      width: 100%;
      margin: 5px 0; } }

#view-notes-modal .modal-body .cust-modal-text .icon {
  text-align: center;
  padding-bottom: 20px; }
  #view-notes-modal .modal-body .cust-modal-text .icon i {
    font-size: 2.5em;
    color: #00a8e1; }
  #view-notes-modal .modal-body .cust-modal-text .icon p {
    margin: 0px;
    color: #00a8e1;
    text-transform: uppercase; }
#view-notes-modal .modal-body .cust-modal-text textarea {
  width: 100%;
  height: 150px; }

.cust-modal .modal-content {
  position: relative; }
  .cust-modal .modal-content #next-photo-category {
    font-weight: bold;
    font-size: 45px; }
  .cust-modal .modal-content #close-modal {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    z-index: 99999; }
.cust-modal .btn {
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #70B617;
  color: #FFF;
  margin-top: 20px; }

#signature-container .header .camera-title-text {
  float: left;
  width: calc(100% - 30px); }
#signature-container .header .action {
  float: left;
  width: 28px; }
#signature-container .sub-title {
  padding: 15px 14px;
  background-color: #FFF; }
#signature-container #signature-content {
  background-color: #FFF;
  padding: 15px 14px; }
  #signature-container #signature-content .small-form {
    margin-bottom: 30px; }
  #signature-container #signature-content .signature-container {
    background-color: #f5f5f5; }
  #signature-container #signature-content .signature-buttons {
    padding-top: 30px; }
    #signature-container #signature-content .signature-buttons #sign-save.disabled {
      background-color: #999;
      border: 1px solid #999; }

#sign-contract-details .signature-container img {
  max-width: 100%;
  height: auto; }

#signature-detail.detail-page {
  padding: 15px; }
  @media screen and (max-width: 390px) {
    #signature-detail.detail-page {
      padding: 10px; } }
  #signature-detail.detail-page #content {
    padding-top: 0px; }
  #signature-detail.detail-page .action-buttons-bottom a {
    background-color: #00a8e1; }
  @media screen and (max-width: 530px) {
    #signature-detail.detail-page .action-buttons-bottom button, #signature-detail.detail-page .action-buttons-bottom a {
      -ms-flex: 0 0 calc(100%);
      flex: 0 0 calc(100%);
      max-width: calc(100%);
      margin-bottom: 10px; }
      #signature-detail.detail-page .action-buttons-bottom button:last-child, #signature-detail.detail-page .action-buttons-bottom a:last-child {
        margin-bottom: 0px; } }
  #signature-detail.detail-page #sign-save:disabled,
  #signature-detail.detail-page #clear-signature {
    background-color: gray; }
  #signature-detail.detail-page #main-info {
    position: relative; }
    #signature-detail.detail-page #main-info h2 {
      font-size: 1.3em;
      font-weight: bold; }
      @media screen and (max-width: 550px) {
        #signature-detail.detail-page #main-info h2 {
          font-size: 1em; } }
    #signature-detail.detail-page #main-info .no-list {
      padding-left: 20px;
      margin: 0px; }
    #signature-detail.detail-page #main-info .action-buttons-tr {
      position: absolute;
      top: 10px;
      right: 10px; }
      #signature-detail.detail-page #main-info .action-buttons-tr #btn-send-email {
        background-color: #00a8e1;
        color: #FFF !important;
        border-radius: 5px;
        padding: 10px 10px;
        font-size: 12px;
        margin-right: 10px; }
      #signature-detail.detail-page #main-info .action-buttons-tr .send-email {
        display: inline-block;
        width: 35px;
        height: 35px;
        background-color: #00a8e1;
        text-align: center;
        line-height: 35px;
        vertical-align: center;
        border-radius: 35px; }
        #signature-detail.detail-page #main-info .action-buttons-tr .send-email .fas,
        #signature-detail.detail-page #main-info .action-buttons-tr .send-email .far {
          color: #fff;
          font-size: 15px; }
  #signature-detail.detail-page #send-email-modal .cust-modal-text .card .flex-row {
    border-left: 5px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px;
    padding: 10px; }
  #signature-detail.detail-page #send-email-modal .cust-modal-text .card .flex-row input {
    margin: 0px;
    position: relative;
    top: 5px;
    margin-right: 10px; }
  #signature-detail.detail-page input[type="checkbox"] {
    display: inline-block; }
  @media screen and (max-width: 490px) {
    #signature-detail.detail-page .tabbed-card {
      padding: 0px; } }
#signature-detail a:hover {
  text-decoration: none; }
#signature-detail .ico.email {
  position: relative;
  top: -3px; }
#signature-detail .quote-text-header {
  color: #00609c !important;
  font-size: 1.1rem;
  vertical-align: middle;
  font-family: 'Avenir LT Std 65 Medium';
  font-weight: bold;
  line-height: 1.3rem !important; }
#signature-detail .quote-text-header .col {
  float: left;
  box-sizing: border-box; }
  #signature-detail .quote-text-header .col.col-1 {
    width: calc(60% - 90px); }
    @media screen and (max-width: 610px) {
      #signature-detail .quote-text-header .col.col-1 {
        width: 50%; } }
    @media screen and (max-width: 350px) {
      #signature-detail .quote-text-header .col.col-1 {
        width: 100%;
        float: none; } }
  #signature-detail .quote-text-header .col.col-2 {
    width: calc(40% - 90px); }
    @media screen and (max-width: 610px) {
      #signature-detail .quote-text-header .col.col-2 {
        width: 50%; } }
    @media screen and (max-width: 305px) {
      #signature-detail .quote-text-header .col.col-2 {
        width: 100%; } }
  #signature-detail .quote-text-header .col.col-3 {
    width: 180px;
    text-align: center; }
    @media screen and (max-width: 610px) {
      #signature-detail .quote-text-header .col.col-3 {
        width: 100%; } }
    @media screen and (max-width: 350px) {
      #signature-detail .quote-text-header .col.col-3 {
        width: 50%; } }
    @media screen and (max-width: 305px) {
      #signature-detail .quote-text-header .col.col-3 {
        width: 100%;
        text-align: left; } }
  #signature-detail .quote-text-header .col h2 {
    box-sizing: border-box;
    font-size: 0.75em;
    text-transform: uppercase;
    background-color: #70B617;
    padding: 10px;
    color: #FFF; }
  #signature-detail .quote-text-header .col .text {
    padding: 10px 10px; }
#signature-detail span {
  display: block; }
  #signature-detail span.medium {
    font-size: 0.85em; }
  #signature-detail span.small {
    font-size: 0.85em;
    color: #000; }
#signature-detail .data-row .title {
  padding: 10px;
  background-color: #f4f4f4;
  color: #373a3c;
  font-size: 0.75em; }
#signature-detail .data-row .data {
  padding: 10px; }
#signature-detail .signature-container {
  text-align: center;
  position: relative; }
  #signature-detail .signature-container img {
    width: 100%;
    color: black;
    height: auto;
    margin: 30px auto;
    padding-top: 30px; }
  #signature-detail .signature-container #remove-signature {
    position: absolute;
    top: -30px;
    right: 10px; }
#signature-detail .action-buttons {
  text-align: center; }

/*New */
#signature-detail .documents-list .flex-row {
  border-left: 5px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px;
  padding: 10px; }
  #signature-detail .documents-list .flex-row.signed {
    border-color: lime; }
  #signature-detail .documents-list .flex-row .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px); }
    #signature-detail .documents-list .flex-row .info span {
      display: inline-block; }
      #signature-detail .documents-list .flex-row .info span.adjust-text {
        position: relative;
        top: 6px; }
    #signature-detail .documents-list .flex-row .info input,
    #signature-detail .documents-list .flex-row .info img {
      margin: 0px;
      position: relative;
      top: 5px;
      margin-right: 10px; }
    #signature-detail .documents-list .flex-row .info label {
      font-weight: bold; }
  #signature-detail .documents-list .flex-row .actions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    text-align: right; }
    #signature-detail .documents-list .flex-row .actions a {
      display: inline-block;
      width: 35px;
      height: 35px;
      background-color: #00a8e1;
      text-align: center;
      line-height: 35px;
      vertical-align: center;
      border-radius: 35px; }
      #signature-detail .documents-list .flex-row .actions a.remove {
        background-color: red; }
      #signature-detail .documents-list .flex-row .actions a:last-child {
        margin-left: 5px; }
      #signature-detail .documents-list .flex-row .actions a.upload-pdf {
        position: relative; }
        #signature-detail .documents-list .flex-row .actions a.upload-pdf input {
          visibility: hidden;
          position: absolute;
          width: 35px;
          height: 35px; }
      #signature-detail .documents-list .flex-row .actions a .fas {
        color: #FFF;
        font-size: 15px; }
#signature-detail .subtitle {
  margin: 20px 0;
  border-bottom: 2px solid #00a8e1;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  #signature-detail .subtitle label {
    width: 150px;
    font-size: 14px;
    display: flex;
    align-items: center; }
    #signature-detail .subtitle label input {
      margin-right: 5px; }
  #signature-detail .subtitle span {
    width: calc(100% - 160px);
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-align: right; }
#signature-detail #signature-container {
  position: relative;
  text-align: center; }
  #signature-detail #signature-container input {
    border: 0px;
    border-bottom: 1px solid #00a8e1;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: left; }
  #signature-detail #signature-container #remove-signature {
    position: absolute;
    top: 20px;
    right: 20px; }
  #signature-detail #signature-container span {
    font-weight: normal;
    font-size: 0.75em; }
  #signature-detail #signature-container .data {
    border: 1px solid #CDCDCD;
    margin-top: 10px; }
    #signature-detail #signature-container .data img {
      padding-top: 0px; }
#signature-detail .tab-content {
  display: none; }
  #signature-detail .tab-content.active {
    display: block; }
  #signature-detail .tab-content .card .flex-row {
    border-left: 5px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px;
    padding: 15px; }
    #signature-detail .tab-content .card .flex-row .description {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%);
      flex: 0 0 calc(100%);
      max-width: calc(100%); }
      #signature-detail .tab-content .card .flex-row .description h2 {
        margin-bottom: 5px;
        font-size: 1em;
        text-transform: uppercase;
        font-weight: bold; }
      #signature-detail .tab-content .card .flex-row .description p {
        margin: 0px;
        text-transform: uppercase;
        font-size: 0.85em; }

/*
	CFA-322
*/
#email-modal .modal-body h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px; }
#email-modal .modal-body form {
  text-align: center; }
  #email-modal .modal-body form input {
    margin: auto;
    text-align: left;
    padding: 10px;
    border: 0px;
    border: 1px solid #CDCDCD;
    width: 100%;
    max-width: 500px; }
#email-modal #invalidEmail p {
  font-size: 12px;
  color: red;
  text-align: center;
  padding-top: 5px; }
#email-modal .cust-modal-buttons button {
  text-transform: uppercase; }

#location-page .section-title {
  background-color: #f4f4f4;
  padding: 20px;
  font-family: "Avenir LT Std 65 Medium";
  font-size: .79rem; }
#location-page .data-wrapper {
  padding: 20px; }
  #location-page .data-wrapper .form-group {
    margin-bottom: 100px; }
  #location-page .data-wrapper .align-center {
    text-align: center; }
    #location-page .data-wrapper .align-center button {
      margin: auto; }
      #location-page .data-wrapper .align-center button.btn:disabled {
        background-color: #CDCDCD !important;
        opacity: 0.9 !important; }

#customer-detail {
  padding-bottom: 135px; }
  #customer-detail .page-title {
    padding: 15px; }
  #customer-detail .quote-text {
    padding: 15px; }
  #customer-detail .row-separator {
    border-top: 1px solid #f4f4f4; }
  #customer-detail .sub-title {
    padding: 15px;
    background-color: #f4f4f4;
    font-family: "Avenir LT Std 65 Medium";
    font-size: .79rem;
    text-transform: uppercase; }
  #customer-detail #reservation-container-div .reservation-row,
  #customer-detail #contract-container-div .reservation-row {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    background-image: url("../img/right-arrow-icon.png");
    background-position: right 15px center;
    background-repeat: no-repeat;
    position: relative; }
    #customer-detail #reservation-container-div .reservation-row span,
    #customer-detail #contract-container-div .reservation-row span {
      display: block;
      box-sizing: border-box;
      text-transform: uppercase; }
      #customer-detail #reservation-container-div .reservation-row span.title,
      #customer-detail #contract-container-div .reservation-row span.title {
        display: block;
        color: #00609c;
        font-family: 'Avenir LT Std 65 Medium';
        font-weight: bold;
        line-height: 1.3rem !important;
        font-size: 1.1rem; }
      #customer-detail #reservation-container-div .reservation-row span.left,
      #customer-detail #contract-container-div .reservation-row span.left {
        float: left;
        width: 55%; }
      #customer-detail #reservation-container-div .reservation-row span.right,
      #customer-detail #contract-container-div .reservation-row span.right {
        float: left;
        width: 45%; }
        #customer-detail #reservation-container-div .reservation-row span.right span,
        #customer-detail #contract-container-div .reservation-row span.right span {
          text-align: right;
          position: absolute;
          bottom: 5px;
          right: 30px; }

#customer-container-div .loading-more {
  display: none;
  text-align: center; }
  #customer-container-div .loading-more p {
    margin: 0px; }
  #customer-container-div .loading-more img {
    margin: auto; }
  #customer-container-div .loading-more.active {
    display: block; }
#customer-container-div #contract-container-div .card {
  text-decoration: none; }
  #customer-container-div #contract-container-div .card .flex-row {
    border-left: 5px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px;
    padding: 10px; }
    #customer-container-div #contract-container-div .card .flex-row .icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
      flex: 0 0 30px;
      max-width: 30px;
      display: flex;
      justify-content: center;
      flex-direction: column; }
    #customer-container-div #contract-container-div .card .flex-row .arrow {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 11px;
      flex: 0 0 11px;
      max-width: 11px;
      display: flex;
      justify-content: center;
      flex-direction: column; }
    #customer-container-div #contract-container-div .card .flex-row .data {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 41px);
      flex: 0 0 calc(100% - 41px);
      max-width: calc(100% - 41px);
      padding: 0 15px;
      color: #000 !important; }
      #customer-container-div #contract-container-div .card .flex-row .data span {
        font-size: 0.75em;
        display: block; }

#customer-equipment .page-title {
  padding: 15px !important; }
#customer-equipment #data-output {
  padding-bottom: 130px;
  border-top: 1px solid #CDCDCD; }
  #customer-equipment #data-output #loading {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../img/loading.svg");
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99999;
    display: none; }
    #customer-equipment #data-output #loading.active {
      display: block; }
  #customer-equipment #data-output .eq-equip {
    border-bottom: 1px solid #CDCDCD;
    padding: 15px;
    margin: 0px; }
    #customer-equipment #data-output .eq-equip .added-items {
      margin-top: 0px; }
      #customer-equipment #data-output .eq-equip .added-items .quote-text {
        padding: 4px 0 4px; }
#customer-equipment .finished {
  text-align: center;
  padding: 20px;
  background-color: #0275d8;
  color: #FFF; }
  #customer-equipment .finished p {
    margin: 0px; }
#customer-equipment .sub-title {
  margin-top: 20px;
  padding: 10px 15px !important;
  box-sizing: border-box; }
  #customer-equipment .sub-title .text {
    float: left;
    width: calc(100% - 75px);
    padding-top: 5px; }
  #customer-equipment .sub-title .action-button {
    float: right;
    width: 75px;
    text-align: center; }
    #customer-equipment .sub-title .action-button a {
      color: #FFF !important; }

#add-equipment .avail {
  margin-top: 20px; }
#add-equipment h2 {
  font-size: 1.15em;
  color: #00609c;
  line-height: 1.25;
  margin: 0px; }
  #add-equipment h2 span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    color: #000; }
#add-equipment table {
  margin-top: 10px;
  width: 100%; }
  #add-equipment table thead td {
    background-color: #f1f1f1;
    text-align: center;
    border: 1px solid #CDCDCD;
    width: 16.66%;
    font-size: 1.15em;
    padding: 5px; }
  #add-equipment table tbody td {
    text-align: center;
    border: 1px solid #CDCDCD;
    font-size: 1.15em;
    padding: 5px; }

#add-salesItem.equipment-list {
  margin: 0 -20px !important; }
#add-salesItem .eq-equip {
  width: 100% !important; }
  #add-salesItem .eq-equip .row .cust-info h2 {
    font-size: 1.15em;
    color: #00609c;
    line-height: 1.25;
    margin: 0px; }
    #add-salesItem .eq-equip .row .cust-info h2 span {
      display: block;
      font-size: 1rem;
      font-weight: normal;
      color: #000; }

#quote-details {
  padding-bottom: 110px; }
  #quote-details #reservation-container {
    padding-top: 15px; }
    #quote-details #reservation-container .text {
      float: left;
      width: calc(100% - 25px); }
      #quote-details #reservation-container .text span {
        font-family: "Avenir LT Std 65 Medium";
        font-size: 0.75rem;
        color: #999; }
    #quote-details #reservation-container .checkbox-container {
      float: left;
      width: 25px; }
  #quote-details .customer-info {
    padding: 15px;
    border-bottom: 1px solid #CDCDCD; }
    #quote-details .customer-info .quote-detail-text {
      float: left;
      width: 55%;
      box-sizing: border-box; }
    #quote-details .customer-info .cust-info {
      float: left;
      width: 45%;
      box-sizing: border-box; }
  #quote-details .qd-equip .text {
    float: left;
    width: calc(100% - 70px);
    box-sizing: border-box;
    padding-top: 7px; }
  #quote-details .qd-equip .action-button {
    float: right;
    width: 65px;
    box-sizing: border-box; }
    #quote-details .qd-equip .action-button .scan-item {
      display: inline-block;
      width: 28px;
      height: 28px;
      border: 2px solid #00a8e1;
      border-radius: 28px;
      text-align: center;
      vertical-align: middle;
      line-height: 28px;
      margin-right: 5px; }
      #quote-details .qd-equip .action-button .scan-item .fas {
        font-size: 16px;
        position: relative;
        top: 1px; }
    #quote-details .qd-equip .action-button .add-data {
      display: inline-block;
      width: 28px;
      height: 28px;
      border: 2px solid #00a8e1;
      border-radius: 28px;
      text-align: center;
      vertical-align: middle;
      line-height: 28px; }
      #quote-details .qd-equip .action-button .add-data .fas {
        font-size: 16px;
        position: relative;
        top: 1px; }

#form-container {
  padding: 15px; }
  #form-container .btn-primary {
    background-color: #70B617 !important;
    border: 1px solid #70B617 !important; }
  #form-container .add-delivery, #form-container .add-pickup {
    color: white;
    background-color: #00609c;
    margin-top: 10px;
    padding: 10px;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  #form-container .add-delivery i.fa, #form-container .add-pickup i.fa {
    margin-right: 20px; }
  #form-container .add-delivery.open, #form-container .open.add-pickup {
    background-color: #a0c5dc; }
  #form-container .add-pickup i.fa {
    margin-right: 20px; }
  #form-container .add-pickup.open {
    background-color: #a0c5dc; }
  #form-container .hide-field {
    display: none; }
  #form-container .show-field {
    display: block; }

#quote-details-form label.error {
  display: none !important; }
#quote-details-form input.error,
#quote-details-form select.error,
#quote-details-form textarea.error {
  border-bottom: 1px solid red !important; }
#quote-details-form .page-alt-title {
  margin-bottom: 0px !important;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px; }

#equipment-list-container .data-row {
  margin: 0 -15px;
  border-bottom: 1px solid #CDCDCD;
  margin-top: 0px !important;
  padding: 10px 0px; }
  #equipment-list-container .data-row.less .main-data {
    background-image: url("../img/ARROW-ICON.png");
    background-size: 25px auto; }
  #equipment-list-container .data-row.none .main-data {
    background-image: none !important; }
  #equipment-list-container .data-row .main-data {
    background-image: url("../img/right-arrow-icon.png");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 15px auto;
    padding-right: 50px;
    position: relative; }
    #equipment-list-container .data-row .main-data .actions {
      text-align: center;
      padding-top: 45px; }
    #equipment-list-container .data-row .main-data .show-data {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 50px;
      height: 100%; }
  #equipment-list-container .data-row .qty {
    float: left;
    width: 100px;
    box-sizing: border-box;
    padding: 0px 20px;
    padding-bottom: 0px; }
    #equipment-list-container .data-row .qty .hide {
      display: none; }
    #equipment-list-container .data-row .qty .active {
      display: block !important; }
    #equipment-list-container .data-row .qty span {
      font-size: 0.75em; }
    #equipment-list-container .data-row .qty select {
      margin-top: 20px;
      font-size: 0.85em; }
    #equipment-list-container .data-row .qty input {
      margin-top: 5px;
      text-align: center;
      max-width: 100%; }
    #equipment-list-container .data-row .qty .btn {
      font-size: 0.75em;
      padding: 0px 5px;
      margin-top: 7px; }
  #equipment-list-container .data-row .data {
    float: left;
    width: calc(100% - 100px);
    padding-right: 20px;
    box-sizing: border-box;
    padding-top: 20px; }
    #equipment-list-container .data-row .data h2 {
      font-size: 1.1rem;
      color: #00609c;
      line-height: 1.25;
      margin: 0px; }
      #equipment-list-container .data-row .data h2 span {
        display: block;
        font-size: 1rem;
        font-weight: normal;
        color: #000; }
    #equipment-list-container .data-row .data table {
      margin-top: 10px;
      width: 100%;
      max-width: 480px; }
      #equipment-list-container .data-row .data table thead td {
        background-color: #f1f1f1;
        text-align: center;
        font-size: 0.8em;
        padding: 5px 10px;
        border: 1px solid #CDCDCD; }
      #equipment-list-container .data-row .data table tbody td {
        text-align: center;
        font-size: 0.8em;
        border: 1px solid #CDCDCD; }
  #equipment-list-container .data-row table {
    width: 100%;
    max-width: 480px; }
    #equipment-list-container .data-row table thead td {
      background-color: #f1f1f1;
      text-align: center;
      font-size: 0.8em;
      padding: 5px 10px;
      border: 1px solid #CDCDCD; }
    #equipment-list-container .data-row table tbody td {
      text-align: center;
      font-size: 0.8em;
      border: 1px solid #CDCDCD; }
  #equipment-list-container .data-row .sub-data {
    display: none; }
    #equipment-list-container .data-row .sub-data.active {
      display: block; }
    #equipment-list-container .data-row .sub-data .sub-data-row {
      margin: 10px 0; }
    #equipment-list-container .data-row .sub-data .offset {
      float: left;
      width: 100px;
      text-align: center; }
      @media screen and (max-width: 390px) {
        #equipment-list-container .data-row .sub-data .offset {
          width: 60px; } }
      #equipment-list-container .data-row .sub-data .offset h3 {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: bold;
        display: block;
        text-align: right;
        padding-left: 10px; }
        #equipment-list-container .data-row .sub-data .offset h3 span {
          background-color: #70B617;
          color: #FFF;
          display: inline-block;
          padding: 9px 20px;
          height: 34px;
          border-right: 1px solid #000; }
      #equipment-list-container .data-row .sub-data .offset a {
        font-size: 1.65em;
        position: relative;
        color: #CDCDCD !important; }
      #equipment-list-container .data-row .sub-data .offset div {
        margin-top: 20px; }
    #equipment-list-container .data-row .sub-data .inner-data {
      float: left;
      width: calc(100% - 150px);
      box-sizing: border-box; }
      @media screen and (max-width: 390px) {
        #equipment-list-container .data-row .sub-data .inner-data {
          width: calc(100% - 110px); } }
      #equipment-list-container .data-row .sub-data .inner-data .rates {
        padding-bottom: 20px; }
        #equipment-list-container .data-row .sub-data .inner-data .rates .rates-tab {
          padding: 0px;
          margin: 0px;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          align-items: flex-start; }
          #equipment-list-container .data-row .sub-data .inner-data .rates .rates-tab li {
            list-style: none;
            padding: 0px;
            margin: 0px; }
            #equipment-list-container .data-row .sub-data .inner-data .rates .rates-tab li a {
              display: block;
              padding: 5px 15px;
              background-color: #f1f1f1;
              color: #000 !important;
              text-align: center;
              text-decoration: none; }
              @media screen and (max-width: 390px) {
                #equipment-list-container .data-row .sub-data .inner-data .rates .rates-tab li a {
                  font-size: 12px;
                  padding: 5px 10px; } }
            #equipment-list-container .data-row .sub-data .inner-data .rates .rates-tab li.active a {
              background-color: #00609c;
              color: #FFF !important; }
        #equipment-list-container .data-row .sub-data .inner-data .rates .tab {
          display: none; }
          #equipment-list-container .data-row .sub-data .inner-data .rates .tab.active {
            display: block; }
          #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab {
            border: 1px solid #CDCDCD; }
            #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .initial-screen {
              display: none; }
              #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .initial-screen.active {
                display: block; }
              #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .initial-screen .two-col {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                align-items: flex-start;
                justify-content: space-between; }
                #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .initial-screen .two-col .col {
                  width: calc(100%/2 - 10px);
                  box-sizing: border-box;
                  padding: 20px;
                  text-align: center; }
                  #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .initial-screen .two-col .col button {
                    background-color: #00a8e1;
                    padding: 5px 10px;
                    color: #FFF;
                    border: 0px; }
            #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .custom-rates {
              display: none; }
              #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .custom-rates.active {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                align-items: flex-start;
                justify-content: space-between; }
                #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .custom-rates.active .table {
                  width: calc(100% - 90px); }
                  @media screen and (max-width: 460px) {
                    #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .custom-rates.active .table {
                      width: calc(100% - 65px); } }
                  @media screen and (max-width: 390px) {
                    #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .custom-rates.active .table {
                      width: 100%; } }
                  #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .custom-rates.active .table table thead tr td {
                    border-bottom: 1px solid #CDCDCD !important;
                    padding: 5px; }
                    #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .custom-rates.active .table table thead tr td:last-child {
                      background-color: transparent;
                      border: 0px !important; }
                  #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .custom-rates.active .table table tbody tr td {
                    padding: 5px  5px;
                    vertical-align: middle;
                    border-bottom: 1px solid #CDCDCD !important; }
                    #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .custom-rates.active .table table tbody tr td:last-child {
                      border: 1px solid #CDCDCD !important;
                      padding: 10px; }
                    #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .custom-rates.active .table table tbody tr td input {
                      margin: 0px !important;
                      text-align: center;
                      font-size: 14px; }
                    #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .custom-rates.active .table table tbody tr td button {
                      border: 0px;
                      background-color: transparent; }
                      #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .custom-rates.active .table table tbody tr td button .fas {
                        font-size: 25px;
                        color: #00a8e1; }
                #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .custom-rates.active .add-button {
                  padding: 15px 20px;
                  box-sizing: border-box;
                  text-align: center;
                  width: 90px; }
                  @media screen and (max-width: 460px) {
                    #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .custom-rates.active .add-button {
                      padding: 20px 10px;
                      box-sizing: border-box;
                      text-align: center;
                      width: 65px; } }
                  @media screen and (max-width: 390px) {
                    #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .custom-rates.active .add-button {
                      width: 100%; } }
                  #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .custom-rates.active .add-button button {
                    display: inline-block;
                    width: 50px;
                    height: 50px;
                    border: 3px solid #00a8e1;
                    border-radius: 50px;
                    text-align: center;
                    vertical-align: middle;
                    line-height: 50px;
                    background-color: transparent; }
                    @media screen and (max-width: 460px) {
                      #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .custom-rates.active .add-button button {
                        width: 40px;
                        height: 40px;
                        line-height: 40px; } }
                    #equipment-list-container .data-row .sub-data .inner-data .rates .tab.tier-tab .custom-rates.active .add-button button .fas {
                      font-size: 25px;
                      position: relative;
                      top: 1px;
                      color: #00a8e1; }
      #equipment-list-container .data-row .sub-data .inner-data h3 {
        margin: 5px 0px;
        color: #00609c;
        font-size: 1.3em; }
    #equipment-list-container .data-row .sub-data .comments {
      float: left;
      width: 50px;
      text-align: center;
      padding-right: 15px;
      box-sizing: border-box; }
      #equipment-list-container .data-row .sub-data .comments a {
        font-size: 1.35em;
        position: relative;
        top: 45px; }

#equipmentData textarea {
  border: 1px solid #CDCDCD;
  width: 100%;
  box-sizing: border-box;
  height: 150px;
  overflow: auto;
  vertical-align: top;
  -webkit-appearance: none;
  border-radius: 0; }
#equipmentData .equipmentDataTextArea {
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  height: 150px;
  overflow: auto;
  padding: 6px;
  resize: both;
  width: 100%;
  text-align: left;
  background-color: #f1f1f1;
  border: 1px solid #CDCDCD; }

#quick-pick.show-current .all-location {
  display: none; }

.sales-list-container .data-row {
  margin: 0 -15px;
  border-bottom: 1px solid #CDCDCD;
  margin-top: 0px !important;
  padding: 10px 0px; }
  .sales-list-container .data-row .qty {
    float: left;
    width: 100px;
    box-sizing: border-box;
    padding: 0px 20px;
    padding-bottom: 0px;
    text-align: center; }
    .sales-list-container .data-row .qty span {
      font-size: 0.75em; }
    .sales-list-container .data-row .qty .btn,
    .sales-list-container .data-row .qty .btnsales {
      font-size: 0.75em;
      padding: 0px 5px;
      margin-top: 7px; }
    .sales-list-container .data-row .qty input {
      margin-top: 5px;
      text-align: center;
      max-width: 100%; }
  .sales-list-container .data-row .data {
    float: left;
    width: calc(100% - 100px);
    padding-right: 20px;
    box-sizing: border-box;
    padding-top: 20px; }
    .sales-list-container .data-row .data h2 {
      font-size: 1.1rem;
      color: #00609c;
      line-height: 1.25;
      margin: 0px; }
      .sales-list-container .data-row .data h2 span {
        display: block;
        font-size: 1rem;
        font-weight: normal;
        color: #000; }
  .sales-list-container .data-row .sub-data-row .offset {
    float: left;
    width: 100px;
    text-align: center; }
    .sales-list-container .data-row .sub-data-row .offset a {
      font-size: 1.65em;
      position: relative;
      top: 45px;
      color: #CDCDCD !important; }
      .sales-list-container .data-row .sub-data-row .offset a i {
        color: #FF8598; }
  .sales-list-container .data-row .sub-data-row .inner-data {
    float: left;
    width: calc(100% - 100px);
    text-align: left;
    padding-left: 20px;
    padding-right: 50px;
    box-sizing: border-box; }
    .sales-list-container .data-row .sub-data-row .inner-data h3 {
      margin: 5px 0px;
      color: #00609c;
      font-size: 1.3em; }
    .sales-list-container .data-row .sub-data-row .inner-data table {
      width: 100%;
      max-width: 480px; }
      .sales-list-container .data-row .sub-data-row .inner-data table thead td {
        background-color: #f1f1f1;
        text-align: center;
        font-size: 0.8em;
        padding: 5px 10px;
        border: 1px solid #CDCDCD; }
      .sales-list-container .data-row .sub-data-row .inner-data table tbody td {
        text-align: center;
        font-size: 0.8em;
        border: 1px solid #CDCDCD; }

#priceModal .cust-modal-text label {
  display: block;
  margin-bottom: 5px; }

/*Calentim Override*/
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes {
  font-size: 14px !important; }

.calentim-container-mobile .calentim-input .calentim-header {
  padding: 5px !important; }
  .calentim-container-mobile .calentim-input .calentim-header .fa-chevron-right {
    font-size: 20px; }

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-day,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-day {
  font-size: 2.3em !important; }

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("../img/loading.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px 100px;
  display: none; }
  #loading.active {
    display: block; }

#quick-pick {
  border-top: 1px solid #CDCDCD; }
  #quick-pick .data-row {
    border-bottom: 1px solid #CDCDCD; }
    #quick-pick .data-row.show .main-data {
      background-image: url(../img/ARROW-ICON.png);
      background-size: 18px auto; }
    #quick-pick .data-row.empty {
      display: none; }
    #quick-pick .data-row .main-data {
      position: relative;
      background-image: url(../img/right-arrow-icon.png);
      background-repeat: no-repeat;
      background-position: center right 15px;
      background-size: 10px auto;
      position: relative; }
      #quick-pick .data-row .main-data .show-sub {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 30px;
        height: 100%;
        z-index: 99999; }
      #quick-pick .data-row .main-data .information {
        float: left;
        width: calc(100% - 30px); }
        #quick-pick .data-row .main-data .information h2 {
          font-size: 1.1rem;
          color: #00609c;
          line-height: 1.25;
          margin: 0px;
          padding: 15px 15px; }
          #quick-pick .data-row .main-data .information h2 span {
            display: block;
            color: #000;
            font-size: 1rem;
            text-transform: uppercase; }
    #quick-pick .data-row .sub-data {
      visibility: hidden;
      height: 0px;
      overflow: hidden;
      padding-bottom: 10px; }
      #quick-pick .data-row .sub-data.active {
        visibility: visible;
        height: auto; }
      #quick-pick .data-row .sub-data .sub-data-row {
        padding-left: 25px;
        padding-right: 15px;
        padding-bottom: 20px; }
        #quick-pick .data-row .sub-data .sub-data-row a {
          color: #00609c !important; }
          #quick-pick .data-row .sub-data .sub-data-row a h3 {
            font-size: 1em; }
        #quick-pick .data-row .sub-data .sub-data-row table {
          width: 100%; }
          #quick-pick .data-row .sub-data .sub-data-row table thead td {
            background-color: #f1f1f1;
            text-align: center;
            font-size: 0.85rem;
            padding: 5px;
            border: 1px solid #CDCDCD; }
          #quick-pick .data-row .sub-data .sub-data-row table tbody td {
            text-align: center;
            font-size: 0.95rem;
            border: 1px solid #CDCDCD; }

#customer-equipment #data-output {
  padding-bottom: 97px; }
  #customer-equipment #data-output .eq-equip {
    display: table;
    width: 100%; }
    @media screen and (min-width: 782px) {
      #customer-equipment #data-output .eq-equip {
        width: 80%;
        margin: 0 auto; } }
    #customer-equipment #data-output .eq-equip .row {
      display: table-row;
      margin: 8px 0; }
      #customer-equipment #data-output .eq-equip .row .cust-info {
        margin-bottom: 10px; }
      #customer-equipment #data-output .eq-equip .row > .eq-height {
        display: table-cell;
        vertical-align: middle; }
      #customer-equipment #data-output .eq-equip .row button.es-button {
        margin: 6px auto; }
    #customer-equipment #data-output .eq-equip .col-xs-12.equip-qty {
      width: 100%; }
      @media screen and (min-width: 782px) {
        #customer-equipment #data-output .eq-equip .col-xs-12.equip-qty {
          width: 25%;
          padding-top: 35px; } }
    #customer-equipment #data-output .eq-equip .equip-info {
      width: 100%; }
      @media screen and (min-width: 782px) {
        #customer-equipment #data-output .eq-equip .equip-info {
          width: 75%; } }

#sign-contract .page-title {
  padding: 10px 15px; }
#sign-contract .form-container {
  padding: 10px 15px; }
  #sign-contract .form-container .filter {
    display: none; }
    #sign-contract .form-container .filter.active {
      display: block; }

#takePhotoCamera {
  overflow: hidden; }
  #takePhotoCamera #takephoto-camera .blockUI.blockPage {
    width: 300px !important;
    padding: 40px !important;
    margin-left: -150px !important;
    left: 50% !important;
    font-size: 16px; }
  #takePhotoCamera #takephoto-camera div.blockUI.blockPage h1 {
    font-size: 1.5em; }
  #takePhotoCamera #takephoto-camera .camera-image {
    background-color: #555; }
  #takePhotoCamera #takephoto-camera .omega {
    padding-right: 0;
    margin-right: 0; }
  #takePhotoCamera #takephoto-camera #canvas-test {
    display: none; }
  #takePhotoCamera #takephoto-camera #appCanvas {
    background-color: #efefef;
    width: 100%;
    display: block;
    max-width: 680px;
    margin: auto; }
  #takePhotoCamera #takephoto-camera .camera-title .title {
    float: left;
    width: calc(100% - 28px); }
    #takePhotoCamera #takephoto-camera .camera-title .title ul {
      padding: 0px;
      margin: 0px;
      position: relative;
      top: 5px; }
      #takePhotoCamera #takephoto-camera .camera-title .title ul li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        font-size: 1em;
        font-family: 'Avenir LT Std 65 Medium';
        font-weight: bold;
        float: left;
        font-size: .79rem; }
        #takePhotoCamera #takephoto-camera .camera-title .title ul li:first-child {
          margin-right: 5px; }
          #takePhotoCamera #takephoto-camera .camera-title .title ul li:first-child span {
            color: #00a8e1 !important; }
  #takePhotoCamera #takephoto-camera .camera-title .action {
    float: left;
    width: 28px; }
  #takePhotoCamera #takephoto-camera .page-sub-title {
    background-color: #f4f4f4; }
  #takePhotoCamera #takephoto-camera #output {
    display: none; }
  #takePhotoCamera #takephoto-camera #form-container {
    margin: 0px;
    width: 100%;
    padding: 40px 15px;
    padding-bottom: 10px; }
    #takePhotoCamera #takephoto-camera #form-container #camera-buttons {
      position: fixed;
      bottom: 0;
      width: 100%;
      left: 0px; }
      #takePhotoCamera #takephoto-camera #form-container #camera-buttons .circle-btn {
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        vertical-align: middle;
        background-color: #00a8e1;
        color: #FFF !important;
        display: inline-block;
        border-radius: 50px; }
        #takePhotoCamera #takephoto-camera #form-container #camera-buttons .circle-btn i {
          font-size: 1.25em; }
        #takePhotoCamera #takephoto-camera #form-container #camera-buttons .circle-btn.big {
          width: 75px;
          height: 75px;
          line-height: 84px;
          border-radius: 75px; }
          #takePhotoCamera #takephoto-camera #form-container #camera-buttons .circle-btn.big i {
            font-size: 2.15em; }
        #takePhotoCamera #takephoto-camera #form-container #camera-buttons .circle-btn.image-upload {
          margin: 0 5px !important; }
        #takePhotoCamera #takephoto-camera #form-container #camera-buttons .circle-btn.red {
          background-color: #FF8598;
          color: #FFF; }
      #takePhotoCamera #takephoto-camera #form-container #camera-buttons .exit-button {
        height: 40px;
        overflow: hidden; }
        #takePhotoCamera #takephoto-camera #form-container #camera-buttons .exit-button.single a {
          width: 100% !important; }
        #takePhotoCamera #takephoto-camera #form-container #camera-buttons .exit-button a {
          border-radius: 0px !important;
          width: 50%;
          float: left;
          height: 40px;
          padding: 10px; }
          #takePhotoCamera #takephoto-camera #form-container #camera-buttons .exit-button a.btn-damage {
            background-color: #00a8e1;
            position: relative; }
            #takePhotoCamera #takephoto-camera #form-container #camera-buttons .exit-button a.btn-damage label {
              position: absolute;
              top: 0;
              left: 0;
              color: #FFF;
              text-align: left;
              width: 100%;
              display: block;
              margin: 0px;
              height: 40px;
              line-height: 40px;
              vertical-align: middle;
              padding: 0 10px; }
              #takePhotoCamera #takephoto-camera #form-container #camera-buttons .exit-button a.btn-damage label input {
                position: relative;
                top: 5px;
                margin-right: 10px; }
        #takePhotoCamera #takephoto-camera #form-container #camera-buttons .exit-button:after {
          content: "";
          display: table;
          clear: both; }
      #takePhotoCamera #takephoto-camera #form-container #camera-buttons .group {
        padding: 10px 0;
        background-color: #f4f4f4; }
      #takePhotoCamera #takephoto-camera #form-container #camera-buttons #retake-photos {
        text-align: center; }
        #takePhotoCamera #takephoto-camera #form-container #camera-buttons #retake-photos #retake-image.hide {
          display: none; }
        #takePhotoCamera #takephoto-camera #form-container #camera-buttons #retake-photos #save-image {
          display: none; }
          #takePhotoCamera #takephoto-camera #form-container #camera-buttons #retake-photos #save-image.active {
            display: inline-block; }
      #takePhotoCamera #takephoto-camera #form-container #camera-buttons #take-photos {
        text-align: center; }
        @media screen and (max-width: 365px) {
          #takePhotoCamera #takephoto-camera #form-container #camera-buttons #take-photos > button {
            font-size: 0.55rem; } }
        #takePhotoCamera #takephoto-camera #form-container #camera-buttons #take-photos .image-upload {
          display: inline-block;
          margin: 0 15px; }
          @media screen and (max-width: 400px) {
            #takePhotoCamera #takephoto-camera #form-container #camera-buttons #take-photos .image-upload {
              margin: 0 5px; } }
          #takePhotoCamera #takephoto-camera #form-container #camera-buttons #take-photos .image-upload #file-input {
            margin-right: 0px; }
  #takePhotoCamera #takephoto-camera #result {
    width: 100%;
    text-align: center; }
    #takePhotoCamera #takephoto-camera #result img {
      margin: auto; }
  #takePhotoCamera #takephoto-camera .exit-button {
    text-align: center; }
    #takePhotoCamera #takephoto-camera .exit-button a.btn {
      padding: 10px 90px;
      color: white !important; }
  #takePhotoCamera #takephoto-camera #image-gallery {
    position: absolute;
    top: 135px;
    left: 0;
    width: 100%;
    height: calc(100% - 270px);
    overflow: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0px;
    justify-content: space-evenly; }
    #takePhotoCamera #takephoto-camera #image-gallery .photo {
      width: calc(100%);
      max-width: 200px;
      height: 150px;
      position: relative;
      overflow: hidden;
      margin-bottom: 5px;
      background-color: #f1f1f1;
      box-sizing: border-box;
      opacity: 0.5; }
      #takePhotoCamera #takephoto-camera #image-gallery .photo.current {
        border: 2px solid #00a8e1;
        opacity: 1; }
      #takePhotoCamera #takephoto-camera #image-gallery .photo .image-container {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        background-position: center center; }
        #takePhotoCamera #takephoto-camera #image-gallery .photo .image-container .overlay {
          background-color: rgba(0, 0, 0, 0.35);
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
          #takePhotoCamera #takephoto-camera #image-gallery .photo .image-container .overlay span {
            color: #FFF; }

#equipment-checklist {
  padding-bottom: 40px; }
  #equipment-checklist #equipment-return .equipment-row {
    padding: 15px 0px;
    border-bottom: 1px solid #FAFAFA; }
    #equipment-checklist #equipment-return .equipment-row:first-child {
      padding-top: 0px; }
    #equipment-checklist #equipment-return .equipment-row .text {
      float: left;
      width: calc(100% - 100px);
      padding-right: 20px;
      box-sizing: border-box;
      max-width: 250px; }
      #equipment-checklist #equipment-return .equipment-row .text .sub-text {
        font-size: 0.70em;
        display: block; }
    #equipment-checklist #equipment-return .equipment-row .input {
      float: left;
      width: 100px; }
      #equipment-checklist #equipment-return .equipment-row .input input {
        border: 0px;
        width: 100%;
        border-bottom: 1px solid #00a8e1 !important;
        padding: 3px !important;
        text-align: center; }
  #equipment-checklist #dynamic-modal #dynamic-modal-image {
    display: none; }
  #equipment-checklist .gray-row {
    margin: 0 -15px;
    background-color: #00a8e1;
    padding: 5px 15px;
    margin-bottom: 35px; }
    #equipment-checklist .gray-row .text {
      float: left;
      width: calc(100% - 80px); }
      #equipment-checklist .gray-row .text label {
        font-family: "Avenir LT Std 65 Medium";
        font-size: 0.85rem;
        color: #FFF;
        text-transform: uppercase;
        position: relative;
        top: 3px; }
    #equipment-checklist .gray-row .toggle {
      float: right;
      width: 80px;
      text-align: right; }
      #equipment-checklist .gray-row .toggle .switch {
        position: relative;
        top: 3px; }

#checkout-page .main-content {
  padding: 10px 0px !important; }
#checkout-page .sub-title {
  margin: 0px !important; }
#checkout-page #change-equipment.btn {
  position: relative !important;
  top: -8px !important;
  color: #FFF !important; }
#checkout-page .options {
  padding: 20px 0;
  display: none; }
  #checkout-page .options.active {
    display: block;
    padding-bottom: 0px !important; }
  #checkout-page .options ul {
    padding: 0px;
    margin: 0px; }
    #checkout-page .options ul li {
      float: left;
      width: calc(25% - 10px);
      list-style: none;
      padding: 0px;
      margin: 0px 5px; }
      #checkout-page .options ul li a {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        color: #FFF !important;
        font-size: 0.75em; }
#checkout-page .other-section {
  display: none; }
  #checkout-page .other-section.active {
    display: block;
    padding: 10px;
    padding-bottom: 0px; }
    #checkout-page .other-section.active .form-container {
      width: calc(100% - 25px);
      box-sizing: border-box;
      padding: 3px;
      float: left; }
      #checkout-page .other-section.active .form-container .form-group {
        margin-bottom: 10px !important; }
      #checkout-page .other-section.active .form-container input {
        font-size: 1em;
        padding: 0px !important; }
    #checkout-page .other-section.active img {
      float: right;
      position: relative;
      top: 10px;
      margin-left: 10px; }

#no-reservation .main-content {
  padding: 0 15px;
  padding-bottom: 20px !important; }
#no-reservation .buttons {
  text-align: center;
  padding-top: 40px; }
  #no-reservation .buttons .btn {
    color: #FFF !important;
    margin: auto; }

@media screen and (max-width: 450px) {
  #check-out-contract-details {
    padding-bottom: 175px; } }
#check-out-contract-details .sticky-buttons .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center; }
  #check-out-contract-details .sticky-buttons .flex-row a {
    display: inline-block;
    margin: 0 3px; }
    @media screen and (max-width: 450px) {
      #check-out-contract-details .sticky-buttons .flex-row a {
        width: 100%;
        padding: 5px 0; }
        #check-out-contract-details .sticky-buttons .flex-row a button {
          width: 100%; } }

.burger-menu {
  position: fixed;
  top: 25px;
  right: 30px;
  z-index: 1040;
  cursor: pointer; }
  .burger-menu .flat-rectangle {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease-in-out; }
    .burger-menu .flat-rectangle::after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 30px;
      height: 5px;
      background-color: rgba(255, 255, 255, 0.6);
      top: 10px;
      transition: all 0.5s ease-in-out; }
    .burger-menu .flat-rectangle::before {
      content: '';
      position: absolute;
      display: inline-block;
      width: 30px;
      height: 5px;
      background-color: rgba(255, 255, 255, 0.6);
      top: -10px;
      transition: all 0.5s ease-in-out; }
  .burger-menu.active .flat-rectangle {
    background-color: rgba(255, 255, 255, 0); }
    .burger-menu.active .flat-rectangle::after {
      top: 0;
      transform: rotate(315deg);
      background-color: white; }
    .burger-menu.active .flat-rectangle::before {
      top: 0;
      transform: rotate(45deg);
      background-color: white; }

.navbar-fixed-bottom {
  top: 0;
  width: 320px;
  right: -320px;
  display: none;
  left: unset;
  height: 100%;
  background-color: #008eaa;
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.5);
  overflow: auto; }
  .navbar-fixed-bottom .user-info {
    display: block;
    width: 90%;
    margin: 60px 5% 30px; }
    .navbar-fixed-bottom .user-info .user-photo {
      display: block;
      width: 120px;
      height: 120px;
      margin: 0 auto;
      overflow: hidden;
      border: 4px solid rgba(255, 255, 255, 0.9);
      border-radius: 50%;
      text-align: center;
      line-height: 100px;
      background-color: #2e2e2e;
      background: -moz-linear-gradient(top, #444444 0%, #2e2e2e 100%);
      background: -webkit-linear-gradient(top, #444444 0%, #2e2e2e 100%);
      background: linear-gradient(to bottom, #444444 0%, #2e2e2e 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#2e2e2e',GradientType=0 ); }
      .navbar-fixed-bottom .user-info .user-photo img {
        width: 90%; }
  .navbar-fixed-bottom .translate-area {
    display: block;
    position: fixed;
    bottom: 0;
    background-color: #333;
    width: 320px;
    text-align: center;
    color: white;
    padding: 10px 0;
    font-size: 0.65rem;
    text-transform: uppercase; }
  .navbar-fixed-bottom .nav {
    height: auto;
    margin-bottom: 55px; }
    .navbar-fixed-bottom .nav li {
      float: none;
      width: 90%;
      margin: 0 5%;
      text-align: left;
      height: 35px;
      padding: 5px 3px;
      line-height: 1; }
      .navbar-fixed-bottom .nav li a {
        font-size: 0.7rem !important;
        line-height: 1;
        font-weight: normal; }
        .navbar-fixed-bottom .nav li a:hover {
          font-size: 1rem;
          text-decoration: underline; }
      .navbar-fixed-bottom .nav li i {
        display: inline-block;
        width: 45px;
        text-align: center;
        margin-right: 10px;
        font-size: 1.4rem;
        line-height: 1.2; }
      .navbar-fixed-bottom .nav li.active {
        background-color: rgba(0, 0, 0, 0.15); }
      .navbar-fixed-bottom .nav li::after {
        border: none; }
      .navbar-fixed-bottom .nav li:first-child {
        border-top: none; }

.map-container {
  display: none;
  padding-top: 20px; }
  .map-container.active {
    display: block; }
    .map-container.active .map {
      width: 100%;
      height: 250px;
      display: block; }
  .map-container .close-map {
    display: block;
    text-align: right;
    padding-top: 10px;
    font-size: 0.95em;
    text-transform: uppercase; }

#check-out-contract-details .sticky-buttons {
  position: relative; }
#check-out-contract-details .section-subtitle {
  background-color: #f4f4f4;
  padding: 11px 0 10px 7px;
  font-family: "Avenir LT Std 65 Medium";
  font-size: .85rem;
  margin: 0 -15px;
  text-transform: uppercase; }
#check-out-contract-details .sales-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
  padding: 15px;
  border-bottom: 1px solid #dddddd; }
  #check-out-contract-details .sales-row .text-data {
    width: calc(100% - 200px);
    box-sizing: border-box; }
    #check-out-contract-details .sales-row .text-data .ucText {
      text-transform: uppercase;
      color: #00609c;
      font-weight: bold; }
  #check-out-contract-details .sales-row .qty {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #check-out-contract-details .sales-row .qty input {
      border: 0px;
      border-bottom: solid 2px #00a8e1 !important;
      display: inline-block;
      width: 50px;
      text-align: center; }
      #check-out-contract-details .sales-row .qty input.error {
        border-bottom: solid 2px red !important;
        font-size: 1em;
        margin: 0px; }
#check-out-contract-details .item-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
  padding: 15px;
  border-bottom: 1px solid #dddddd; }
  #check-out-contract-details .item-row .check-indicator {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
  #check-out-contract-details .item-row .text-data {
    width: calc(100% - 50px);
    padding-left: 20px;
    box-sizing: border-box; }
    #check-out-contract-details .item-row .text-data .ucText {
      text-transform: uppercase;
      color: #00609c;
      font-weight: bold; }
    #check-out-contract-details .item-row .text-data .meters {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between; }
      #check-out-contract-details .item-row .text-data .meters .meter {
        width: 50%; }
        @media screen and (max-width: 520px) {
          #check-out-contract-details .item-row .text-data .meters .meter {
            width: 100%; } }
        #check-out-contract-details .item-row .text-data .meters .meter span {
          display: inline-block;
          width: 60px; }
          @media screen and (max-width: 520px) {
            #check-out-contract-details .item-row .text-data .meters .meter span {
              position: relative;
              top: 5px; } }
        #check-out-contract-details .item-row .text-data .meters .meter input {
          border: 0px;
          border-bottom: solid 2px #00a8e1 !important; }
        #check-out-contract-details .item-row .text-data .meters .meter:first-child {
          padding-right: 5px; }
          @media screen and (max-width: 520px) {
            #check-out-contract-details .item-row .text-data .meters .meter:first-child {
              padding: 0px; } }
        #check-out-contract-details .item-row .text-data .meters .meter:last-child {
          padding-left: 5px; }
          @media screen and (max-width: 520px) {
            #check-out-contract-details .item-row .text-data .meters .meter:last-child {
              padding: 0px;
              margin-top: 10px; } }
  #check-out-contract-details .item-row .qty {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none; }
    #check-out-contract-details .item-row .qty input {
      border: 0px;
      border-bottom: solid 2px #00a8e1 !important;
      display: inline-block;
      width: 50px;
      text-align: center; }
      #check-out-contract-details .item-row .qty input.error {
        border-bottom: solid 2px red !important;
        font-size: 1em;
        margin: 0px; }
  #check-out-contract-details .item-row .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px; }
  #check-out-contract-details .item-row .lab-input-qty {
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
    width: 50%; }
    @media screen and (max-width: 690px) {
      #check-out-contract-details .item-row .lab-input-qty {
        width: 100%; } }
    #check-out-contract-details .item-row .lab-input-qty span {
      width: 125px;
      text-align: center;
      text-transform: uppercase; }
    #check-out-contract-details .item-row .lab-input-qty input {
      width: calc(100% - 110px);
      border: 0px;
      border-bottom: solid 2px #00a8e1 !important;
      display: inline-block;
      text-align: center; }

#content.availability {
  background-color: #FAFAFA; }
  #content.availability h1 {
    font-size: 1.35em;
    margin-top: 0px;
    margin-bottom: 0px; }

#customer-equipment #eqform {
  padding: 15px !important;
  padding-top: 0px !important; }
#customer-equipment #data-output {
  background-color: #FAFAFA;
  padding: 20px; }
  #customer-equipment #data-output header h1 {
    font-size: 1.35em;
    margin-top: 0px;
    margin-bottom: 20px; }

.table-container {
  padding: 15px 15px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  margin-bottom: 15px; }
  .table-container h2 {
    border-bottom: 1px solid #ebedf2;
    padding: 0px 10px;
    padding-bottom: 15px;
    margin: 0 -15px !important;
    margin-bottom: 15px !important;
    font-size: 1.15em;
    color: #00609c;
    line-height: 1.25; }
  .table-container .catclass {
    margin-top: 20px; }
    .table-container .catclass .info {
      float: left;
      width: calc(100% - 150px); }
      .table-container .catclass .info h3 {
        font-size: 1.25em;
        margin: 0px;
        font-weight: bold; }
    .table-container .catclass .info .small-font {font-size: small;}
    .table-container .catclass .button {
      float: left;
      width: 150px;
      text-align: right; }
  .table-container .side-title {
    float: left;
    width: 100px;
    text-align: center; }
    @media screen and (max-width: 850px) {
      .table-container .side-title {
        float: none;
        width: 100%;
        margin-bottom: 20px; }
        .table-container .side-title .table-row {
          float: left;
          width: calc(100%/3);
          border: 0px; }
          .table-container .side-title .table-row.empty {
            display: none; } }
    @media screen and (max-width: 290px) {
      .table-container .side-title .table-row {
        float: none;
        width: calc(100%/1);
        border: 0px; } }
    .table-container .side-title .empty {
      border: 0px; }
    .table-container .side-title .bg-1 {
      background-color: #cbe7f2; }
    .table-container .side-title .bg-2 {
      background-color: #e0f1c9; }
    .table-container .side-title .bg-3 {
      background-color: #EAEAEA; }
  .table-container .columns {
    float: left;
    width: calc(100% - 100px); }
    @media screen and (max-width: 850px) {
      .table-container .columns {
        float: none;
        width: 100%; } }
    .table-container .columns.six-col .table-column {
      width: calc(100%/6); }
    .table-container .columns.five-col .table-column {
      width: calc(100%/5); }
    .table-container .columns.four-col .table-column {
      width: calc(100%/4); }
    .table-container .columns .table-column {
      float: left;
      text-align: center;
      margin-bottom: 20px; }
      @media screen and (max-width: 730px) {
        .table-container .columns .table-column {
          width: calc(100%/3) !important; } }
      @media screen and (max-width: 450px) {
        .table-container .columns .table-column {
          width: calc(100%/2) !important; } }
      @media screen and (max-width: 300px) {
        .table-container .columns .table-column {
          width: calc(100%/1) !important; } }
  .table-container .table-row {
    padding: 3px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.125); }
    @media screen and (max-width: 850px) {
      .table-container .table-row {
        height: auto; }
        .table-container .table-row.bg-1 {
          background-color: #cbe7f2; }
        .table-container .table-row.bg-2 {
          background-color: #e0f1c9; }
        .table-container .table-row.bg-3 {
          background-color: #EAEAEA; } }
    .table-container .table-row:nth-child(odd) {
      border-top: 0px; }
    .table-container .table-row.header-row {
      background-color: #00609d;
      color: #FFF; }
    .table-container .table-row.empty {
      visibility: none; }
    .table-container .table-row .label {
      display: none; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 25px;
  margin: 0px; }

/* Hide default HTML checkbox */
.switch input {
  display: none; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 25px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #42D6FE; }

input:focus + .slider {
  box-shadow: 0 0 1px #42D6FE; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

#call-info {
  padding: 20px 15px;
  margin: 0 -15px; }
  #call-info .form-group input {
    font-size: 12px; }
  #call-info .form-group .blank-default-select {
    position: relative; }
  #call-info .form-group .sm-blank-default-select:after {
    top: 18px; }
  #call-info .form-group label.error {
    display: none !important;
    width: 0px;
    height: 0px;
    overflow: hidden; }
  #call-info .form-select.error {
    border-bottom: 1px solid red !important; }
  #call-info .db {
    display: block;
    margin-bottom: 5px; }
    #call-info .db:last-child {
      margin: 0px; }
  #call-info .label {
    font-size: 16px;
    width: auto;
    padding: 0px;
    line-height: 1.5;
    font-weight: bold; }
  @media screen and (max-width: 400px) {
    #call-info span {
      display: block;
      margin-bottom: 5px; } }
  #call-info .two-col {
    padding: 15px;
    border-bottom: 1px solid #CDCDCD; }
    #call-info .two-col .col {
      float: left; }
      #call-info .two-col .col:first-child {
        text-align: left;
        width: calc(100% - 180px); }
      #call-info .two-col .col:last-child {
        width: 180px;
        text-align: right; }
    #call-info .two-col.same-size {
      border: 0px !important;
      padding: 0px 15px; }
      #call-info .two-col.same-size .col {
        width: 50%; }
        #call-info .two-col.same-size .col:first-child {
          padding-right: 5px; }
        #call-info .two-col.same-size .col:last-child {
          padding-left: 5px; }
  #call-info .single {
    padding: 0px 15px; }
    #call-info .single .single-option {
      display: block;
      margin-bottom: 5px;
      font-size: 16px; }
      #call-info .single .single-option span {
        display: inline-block; }
      #call-info .single .single-option input {
        display: inline-block;
        margin: 0px;
        width: 20px;
        height: 20px; }
      #call-info .single .single-option span {
        position: relative;
        top: -5px; }
  #call-info .data-rows {
    list-style: none;
    text-align: left;
    padding: 0px;
    margin: 0px; }
    #call-info .data-rows ul {
      padding: 0px;
      list-style: none;
      padding-left: 0; }
  #call-info .comments {
    padding: 15px; }
    #call-info .comments h3 {
      font-size: 1.15em;
      margin-bottom: 15px;
      font-weight: bold; }
    #call-info .comments textarea {
      border: 0px;
      background-color: transparent;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 10px; }
    #call-info .comments .card {
      min-height: 130px;
      padding: 10px;
      border: none;
      -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
      box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
      margin-bottom: 15px;
      border: 1px solid #E0E0E0;
      background-color: #F5F5F5; }
  #call-info .fixed-buttons {
    text-align: center;
    padding: 30px 15px; }
    #call-info .fixed-buttons .btn {
      color: #FFF !important;
      text-decoration: none;
      min-width: 120px; }
      #call-info .fixed-buttons .btn.fleft {
        float: left; }
      #call-info .fixed-buttons .btn.fright {
        float: right; }
  #call-info #jobsites h2 {
    font-size: 1.25em;
    padding: 15px;
    border-bottom: 1px solid #CDCDCD;
    margin: 0px;
    font-weight: bold; }
  #call-info #jobsites .jobsite {
    padding: 20px 15px;
    border-bottom: 1px solid #CDCDCD; }
  #call-info #customerNumber {
    position: relative;
    display: none; }
    #call-info #customerNumber.active {
      display: block; }
    #call-info #customerNumber img {
      position: absolute;
      top: -25px;
      right: 10px;
      z-index: 99999;
      width: 50px;
      display: none; }
      #call-info #customerNumber img.active {
        display: block; }
  #call-info #errorJobLocation {
    padding: 0 15px; }
  #call-info #jobLocationContainer {
    display: none; }
    #call-info #jobLocationContainer.active {
      display: block; }

.add {
  position: relative;
  z-index: 1;
  width: 210px; }
  .add .fakebtn {
    margin: 0;
    padding: 7px 25px;
    color: #fff;
    font-family: "Verdana";
    font-size: 14px;
    text-decoration: none;
    outline: none;
    line-height: 20px;
    vertical-align: middle;
    zoom: 1;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    pointer-events: none;
    display: none; }
  .add .atc_event {
    display: none; }
  .add .addtocalendar {
    width: 100%;
    position: relative; }
    .add .addtocalendar .atcb-link {
      cursor: pointer;
      text-decoration: none; }
      .add .addtocalendar .atcb-link .far {
        margin-right: 10px; }
    .add .addtocalendar .atcb-list {
      width: 180px;
      display: none;
      position: absolute;
      z-index: 99999;
      background-color: #FFF;
      -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
      box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
      margin-top: 10px;
      padding: 0px; }
      .add .addtocalendar .atcb-list li {
        list-style: none; }
        .add .addtocalendar .atcb-list li a {
          display: block;
          padding: 5px;
          border-bottom: 1px solid #CDCDCD; }
    .add .addtocalendar.active .atcb-list {
      display: block; }

.card {
  -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  background-color: #fff;
  padding: 15px;
  margin-bottom: 10px; }
  .card#top-info {
    border-left: 5px solid #00a8e1; }
    .card#top-info h2 {
      font-size: 1.25em;
      font-weight: bold;
      margin: 0px; }
    .card#top-info p {
      font-size: 1em;
      margin: 0;
      margin-bottom: 10px; }
    .card#top-info ul {
      margin: 0px; }
  .card .breadcrumbs {
    padding: 0px;
    margin: 0px; }
    .card .breadcrumbs li {
      display: inline-block;
      list-style: none; }

.breadcrumbs {
  font-size: 0.75em;
  font-weight: bold; }

.tabbed-card h3 {
  font-size: 0.85em;
  border-bottom: 2px solid #00a8e1;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center; }
.tabbed-card .tabs {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .tabbed-card .tabs.two-tabs li {
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
    max-width: calc(100%/2); }
    .tabbed-card .tabs.two-tabs li:nth-child(1) {
      border-right: 0px; }
    .tabbed-card .tabs.two-tabs li:nth-child(2) {
      border-left: 0px; }
  .tabbed-card .tabs.three-tabs li {
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3); }
    .tabbed-card .tabs.three-tabs li:nth-child(2) {
      border-left: 0px;
      border-right: 0px; }
  .tabbed-card .tabs li {
    -webkit-box-flex: 0;
    list-style: none;
    text-align: center;
    position: relative;
    text-transform: uppercase !important;
    font-size: 0.785em;
    font-weight: bold; }
    .tabbed-card .tabs li input {
      visibility: hidden;
      position: absolute; }
    .tabbed-card .tabs li label {
      margin: 0px; }
    .tabbed-card .tabs li a {
      display: block;
      border: 1px solid #00a8e1;
      width: 100%;
      padding: 10px 3px; }
    .tabbed-card .tabs li.selected {
      background-color: #00a8e1; }
      .tabbed-card .tabs li.selected a, .tabbed-card .tabs li.selected label {
        color: #FFF !important; }

.action-buttons-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .action-buttons-bottom a,
  .action-buttons-bottom button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3 - 6px);
    flex: 0 0 calc(100%/3 - 6px);
    max-width: calc(100%/3 - 6px);
    text-align: center;
    text-transform: uppercase;
    background-color: #70B617;
    color: #FFF !important;
    padding: 10px 3px;
    margin: 0 3px;
    border-radius: 3px !important; }
    .action-buttons-bottom a button,
    .action-buttons-bottom button button {
      background-color: transparent;
      border: 0px;
      color: #FFF; }

/*New Redesign*/
.header-location-code {
  position: fixed !important; }

#new-section {
  background-color: #f2f3f8;
  padding: 20px; }
  #new-section .action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #new-section .action-buttons a {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/3 - 6px);
      flex: 0 0 calc(100%/3 - 6px);
      max-width: calc(100%/3 - 6px);
      text-align: center;
      text-transform: uppercase;
      background-color: #70B617;
      color: #FFF !important;
      padding: 10px 3px;
      margin: 0 3px;
      border-radius: 3px; }
      #new-section .action-buttons a.blue {
        background-color: #00a8e1; }
      #new-section .action-buttons a.disabled {
        opacity: 0.5; }
  #new-section #signature-container p {
    text-align: center; }
  #new-section #signature-container input {
    border: 0px;
    border-bottom: 1px solid #00a8e1;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 0; }
  #new-section #signature-container .signature {
    background-color: #f0f0f0;
    height: 150px; }
  #new-section .flex-row {
    border-left: 5px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px;
    padding: 10px; }
    #new-section .flex-row.signed {
      border-color: lime; }
    #new-section .flex-row .info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
      flex: 0 0 calc(100% - 30px);
      max-width: calc(100% - 30px); }
      #new-section .flex-row .info input {
        margin: 0px;
        position: relative;
        top: 5px;
        margin-right: 10px; }
      #new-section .flex-row .info label {
        font-weight: bold; }
    #new-section .flex-row .actions {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
      flex: 0 0 30px;
      max-width: 30px;
      text-align: center; }
      #new-section .flex-row .actions .action-dropdown {
        padding: 0px;
        margin: 0px;
        position: relative;
        top: 2px; }
        #new-section .flex-row .actions .action-dropdown li {
          list-style: none; }
          #new-section .flex-row .actions .action-dropdown li a {
            font-size: 1.3em; }

.tabbed-card .tabs {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .tabbed-card .tabs.two-col li {
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
    max-width: calc(100%/2); }
    .tabbed-card .tabs.two-col li:nth-child(2) a {
      border-right: 1px solid #00a8e1; }
  .tabbed-card .tabs li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3);
    list-style: none;
    text-align: center; }
    .tabbed-card .tabs li:nth-child(2) {
      border-left: 0px;
      border-right: 0px; }
    .tabbed-card .tabs li a {
      padding: 10px 3px;
      border: 1px solid #00a8e1;
      display: block; }
    .tabbed-card .tabs li.selected {
      background-color: #00a8e1;
      font-weight: bold; }
      .tabbed-card .tabs li.selected a {
        color: #FFF !important; }

.card {
  -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  background-color: #fff;
  padding: 15px;
  margin-bottom: 10px; }
  .card#top-info {
    border-left: 5px solid #00a8e1; }
    .card#top-info h2 {
      font-size: 1.25em;
      font-weight: bold;
      margin: 0px; }
    .card#top-info p {
      font-size: 1em;
      margin: 0;
      margin-bottom: 10px; }
    .card#top-info ul {
      margin: 0px; }
  .card .breadcrumbs {
    padding: 0px;
    margin: 0px; }
    .card .breadcrumbs li {
      display: inline-block;
      list-style: none; }

#transfer-page,
.transfer-main-container {
  padding: 10px; }
  #transfer-page .form-group .title,
  .transfer-main-container .form-group .title {
    padding-bottom: 10px; }
    #transfer-page .form-group .title h2,
    .transfer-main-container .form-group .title h2 {
      font-size: 1.25em;
      font-weight: bold; }
  #transfer-page .two-col,
  .transfer-main-container .two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #transfer-page .two-col .col,
    .transfer-main-container .two-col .col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/2 - 3px);
      flex: 0 0 calc(100%/2 - 3px);
      max-width: calc(100%/2 - 3px); }
      #transfer-page .two-col .col:first-child,
      .transfer-main-container .two-col .col:first-child {
        margin-right: 3px; }
      #transfer-page .two-col .col:last-child,
      .transfer-main-container .two-col .col:last-child {
        margin-left: 3px; }
  #transfer-page .button,
  .transfer-main-container .button {
    color: #FFF !important;
    padding: 10px 3px;
    margin: 0 3px;
    border-radius: 3px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    bottom: -3px; }
    #transfer-page .button.blue,
    .transfer-main-container .button.blue {
      background-color: #00a8e1; }
  #transfer-page .subtitle,
  .transfer-main-container .subtitle {
    font-weight: bold;
    font-size: 1.25em;
    margin: 30px 0;
    position: relative;
    text-transform: uppercase; }
    #transfer-page .subtitle a,
    .transfer-main-container .subtitle a {
      position: Absolute;
      right: 0px;
      top: 0px;
      font-size: 1.35em; }
  #transfer-page .action-buttons,
  .transfer-main-container .action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 0px;
    width: calc(100%);
    padding: 15px 15px; }
    #transfer-page .action-buttons a, #transfer-page .action-buttons button,
    .transfer-main-container .action-buttons a,
    .transfer-main-container .action-buttons button {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/1 - 6px);
      flex: 0 0 calc(100%/1 - 6px);
      max-width: calc(100%/1 - 6px);
      border: 0px;
      text-align: center;
      text-transform: uppercase;
      background-color: #70B617;
      color: #FFF !important;
      padding: 10px 3px;
      margin: 0 3px;
      border-radius: 3px; }
      #transfer-page .action-buttons a.blue, #transfer-page .action-buttons button.blue,
      .transfer-main-container .action-buttons a.blue,
      .transfer-main-container .action-buttons button.blue {
        background-color: #00a8e1; }
      #transfer-page .action-buttons a.disabled, #transfer-page .action-buttons button.disabled,
      .transfer-main-container .action-buttons a.disabled,
      .transfer-main-container .action-buttons button.disabled {
        opacity: 0.5; }
  #transfer-page .list,
  .transfer-main-container .list {
    display: none; }
    #transfer-page .list.active,
    .transfer-main-container .list.active {
      display: block; }
    #transfer-page .list#tab-2 .card .top-data .col-3 a .fas,
    .transfer-main-container .list#tab-2 .card .top-data .col-3 a .fas {
      color: #70B617; }
    #transfer-page .list .card,
    .transfer-main-container .list .card {
      border-left: 5px solid #00a8e1; }
      #transfer-page .list .card .top-data,
      .transfer-main-container .list .card .top-data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 10px; }
        #transfer-page .list .card .top-data .col,
        .transfer-main-container .list .card .top-data .col {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100%/2 - 25px);
          flex: 0 0 calc(100%/2 - 25px);
          max-width: calc(100%/2 - 25px);
          padding: 0 10px; }
          #transfer-page .list .card .top-data .col:first-child,
          .transfer-main-container .list .card .top-data .col:first-child {
            padding-left: 0px; }
          #transfer-page .list .card .top-data .col strong,
          .transfer-main-container .list .card .top-data .col strong {
            font-weight: normal; }
            #transfer-page .list .card .top-data .col strong span,
            .transfer-main-container .list .card .top-data .col strong span {
              font-weight: bold; }
        #transfer-page .list .card .top-data .col-3,
        .transfer-main-container .list .card .top-data .col-3 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50px;
          flex: 0 0 50px;
          max-width: 50px;
          text-align: right; }
          #transfer-page .list .card .top-data .col-3 a .fa-trash-alt,
          .transfer-main-container .list .card .top-data .col-3 a .fa-trash-alt {
            color: red; }
          #transfer-page .list .card .top-data .col-3 a .fas,
          .transfer-main-container .list .card .top-data .col-3 a .fas {
            font-size: 1.5em; }
      #transfer-page .list .card .bottom-data ul,
      .transfer-main-container .list .card .bottom-data ul {
        padding: 0px;
        margin: 0px; }
        #transfer-page .list .card .bottom-data ul li,
        .transfer-main-container .list .card .bottom-data ul li {
          list-style: none;
          padding-left: 15px;
          margin-top: 5px; }
      #transfer-page .list .card .bottom-data .information,
      .transfer-main-container .list .card .bottom-data .information {
        padding-left: 10px;
        border-top: 1px solid rgba(0, 0, 0, 0.125); }
        #transfer-page .list .card .bottom-data .information ul li,
        .transfer-main-container .list .card .bottom-data .information ul li {
          display: flex;
          justify-content: space-between;
          padding: 0px; }
          #transfer-page .list .card .bottom-data .information ul li span,
          .transfer-main-container .list .card .bottom-data .information ul li span {
            width: calc(100%/2 - 10px); }
      #transfer-page .list .card .bottom-data .comments,
      .transfer-main-container .list .card .bottom-data .comments {
        padding-left: 10px; }
        #transfer-page .list .card .bottom-data .comments strong .comment,
        .transfer-main-container .list .card .bottom-data .comments strong .comment {
          background-color: #f1f1f1;
          border: 1px solid rgba(0, 0, 0, 0.125);
          display: block;
          padding: 5px;
          margin-top: 5px;
          font-style: italic; }
  #transfer-page #rental-list .card .top-data .small-form,
  .transfer-main-container #rental-list .card .top-data .small-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: -3px; }
    #transfer-page #rental-list .card .top-data .small-form input,
    .transfer-main-container #rental-list .card .top-data .small-form input {
      text-align: center; }
  #transfer-page #rental-list .card .top-data .col,
  .transfer-main-container #rental-list .card .top-data .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 130px);
    flex: 0 0 calc(100% - 130px);
    max-width: calc(100% - 130px);
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column; }
  #transfer-page #rental-list .card .top-data .col-3,
  .transfer-main-container #rental-list .card .top-data .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    text-align: right;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column; }
  #transfer-page .data-row .top-data,
  .transfer-main-container .data-row .top-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #transfer-page .data-row .top-data .qty,
    .transfer-main-container .data-row .top-data .qty {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
      flex: 0 0 80px;
      max-width: 80px;
      text-align: center;
      padding-bottom: 10px; }
      #transfer-page .data-row .top-data .qty input,
      .transfer-main-container .data-row .top-data .qty input {
        text-align: center;
        padding-top: 15px; }
    #transfer-page .data-row .top-data .side-buttons,
    .transfer-main-container .data-row .top-data .side-buttons {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100px);
      flex: 0 0 calc(100px);
      max-width: calc(100px);
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: right; }
      #transfer-page .data-row .top-data .side-buttons a,
      .transfer-main-container .data-row .top-data .side-buttons a {
        display: inline-block;
        font-size: 1.35em;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        text-align: center;
        vertical-align: middle;
        line-height: 40px;
        -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
        box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08); }
        #transfer-page .data-row .top-data .side-buttons a.serialized-items,
        .transfer-main-container .data-row .top-data .side-buttons a.serialized-items {
          background: #00a8e1 !important;
          color: #FFF !important; }
          #transfer-page .data-row .top-data .side-buttons a.serialized-items i,
          .transfer-main-container .data-row .top-data .side-buttons a.serialized-items i {
            color: #FFF !important; }
        #transfer-page .data-row .top-data .side-buttons a.remove-sales-item,
        .transfer-main-container .data-row .top-data .side-buttons a.remove-sales-item {
          background: red !important;
          color: #FFF !important;
          margin-left: 10px; }
    #transfer-page .data-row .top-data .data,
    .transfer-main-container .data-row .top-data .data {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 180px);
      flex: 0 0 calc(100% - 180px);
      max-width: calc(100% - 180px);
      padding-left: 20px;
      overflow-wrap: break-word;
      word-wrap: break-word;
      hyphens: auto;
      position: relative;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      #transfer-page .data-row .top-data .data h3,
      .transfer-main-container .data-row .top-data .data h3 {
        font-weight: bold;
        font-size: 1.25em; }
        #transfer-page .data-row .top-data .data h3 span,
        .transfer-main-container .data-row .top-data .data h3 span {
          display: block;
          font-weight: normal;
          font-size: 0.7em;
          margin-top: 5px; }
  #transfer-page .btn-loading,
  .transfer-main-container .btn-loading {
    position: relative; }
    #transfer-page .btn-loading img,
    .transfer-main-container .btn-loading img {
      width: 35px;
      margin: auto;
      display: none;
      position: absolute;
      top: 4px;
      left: 10px; }
    #transfer-page .btn-loading.loading img,
    .transfer-main-container .btn-loading.loading img {
      display: inline-block; }

#input-list input {
  border: 0px !important;
  font-size: 1em !important;
  padding: 0px !important;
  border-bottom: 1px solid #00a8e1 !important; }

#loadMoreData {
  display: none !important; }
  #loadMoreData.active {
    display: flex !important; }

#loading-lz {
  text-align: center;
  display: none; }
  #loading-lz.active {
    display: block; }

#transfer-details-form #form-errors {
  display: none;
  background-color: #fddddd; }
  #transfer-details-form #form-errors p {
    margin: 0px;
    color: red; }
  #transfer-details-form #form-errors.active {
    display: block; }

#add-comment-modal #comment-box textarea {
  border: 0px;
  width: 100%;
  height: 150px;
  resize: none;
  border: 1px solid #CDCDCD;
  padding: 10px;
  box-sizing: border-box; }

#dashboard-page {
  height: 100%;
  background-color: #f2f3f8; }
  #dashboard-page .pull-right {
    float: right; }
  #dashboard-page #content-dashboard {
    text-align: center;
    background-color: #f2f3f8;
    min-height: auto; }
    #dashboard-page #content-dashboard .menu {
      margin: auto;
      padding: 0 20px; }
      #dashboard-page #content-dashboard .menu .list-group {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #dashboard-page #content-dashboard .menu .list-group li {
          padding: 0px;
          margin-bottom: 10px;
          -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
          box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
          -ms-flex: 0 0 calc(100%/2 - 20px);
          flex: 0 0 calc(100%/2 - 20px);
          max-width: calc(100%/2 - 20px);
          margin: 10px 10px; }
          #dashboard-page #content-dashboard .menu .list-group li a {
            display: block;
            font-size: 1em;
            padding: 20px;
            color: #000 !important;
            text-align: center; }
            #dashboard-page #content-dashboard .menu .list-group li a span {
              display: block;
              text-align: center; }
              #dashboard-page #content-dashboard .menu .list-group li a span:last-child {
                font-size: 0.85em;
                text-transform: capitalize;
                font-weight: bold;
                margin-top: 10px; }
              #dashboard-page #content-dashboard .menu .list-group li a span i {
                margin: 0px;
                font-size: 2.15em;
                display: inline-block;
                width: 35px;
                text-align: center;
                height: 35px; }
  #dashboard-page .footer {
    padding: 10px 10px;
    text-align: center;
    font-size: 0.85em; }
    #dashboard-page .footer p {
      margin: 0px;
      margin-top: 5px; }

#transfer-sales-item-search #title-action {
  position: relative; }
  #transfer-sales-item-search #title-action .subtitle {
    margin: 0px; }
  #transfer-sales-item-search #title-action .action-button {
    position: absolute;
    top: 20px;
    right: 20px; }
    #transfer-sales-item-search #title-action .action-button .btn {
      color: #FFF !important; }
#transfer-sales-item-search #siform .icon-search {
  margin: 0 !important;
  font-size: 1.25em !important; }
#transfer-sales-item-search #add-salesItem {
  margin: 0px !important; }
  #transfer-sales-item-search #add-salesItem .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 5px solid #00a8e1; }
    #transfer-sales-item-search #add-salesItem .card .name {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 100px);
      flex: 0 0 calc(100% - 100px);
      max-width: calc(100% - 100px);
      overflow-wrap: break-word;
      word-wrap: break-word;
      hyphens: auto;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      #transfer-sales-item-search #add-salesItem .card .name h2 {
        margin: 0px;
        font-size: 1.25em;
        font-weight: bold;
        color: #00a8e1; }
        @media screen and (max-width: 450px) {
          #transfer-sales-item-search #add-salesItem .card .name h2 {
            font-size: 1em; } }
        #transfer-sales-item-search #add-salesItem .card .name h2 span {
          font-size: 0.75em;
          display: block;
          font-weight: normal;
          margin-top: 3px;
          color: #000; }
    #transfer-sales-item-search #add-salesItem .card .action {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100px);
      flex: 0 0 calc(100px);
      max-width: calc(100px); }
      #transfer-sales-item-search #add-salesItem .card .action .add-equip-img {
        margin-bottom: 15px; }
        #transfer-sales-item-search #add-salesItem .card .action .add-equip-img img {
          width: 35px; }

#receive-transfer #top-info .subtitle {
  margin: 0px;
  font-size: 1em; }
  #receive-transfer #top-info .subtitle h2 {
    font-size: 1.25em; }
#receive-transfer #top-info ul {
  margin-top: 20px; }
#receive-transfer .item-list .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 5px solid #00a8e1; }
  #receive-transfer .item-list .card .checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(35px);
    flex: 0 0 calc(35px);
    max-width: calc(35px);
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    #receive-transfer .item-list .card .checkbox input {
      width: 20px;
      margin-top: 0px !important; }
  #receive-transfer .item-list .card .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 135px);
    flex: 0 0 calc(100% - 135px);
    max-width: calc(100% - 135px);
    padding-right: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    #receive-transfer .item-list .card .info h3 {
      font-size: 1.15em;
      font-weight: bold; }
      #receive-transfer .item-list .card .info h3 span {
        display: block;
        font-weight: normal; }
  #receive-transfer .item-list .card .action {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100px);
    flex: 0 0 calc(100px);
    max-width: calc(100px);
    text-align: center; }
    #receive-transfer .item-list .card .action input {
      text-align: center;
      margin-top: 10px; }

.scanner-wrapper {
  padding: 15px; }
  .scanner-wrapper #interactive {
    position: relative; }
  .scanner-wrapper #interactive video,
  .scanner-wrapper #qr-video {
    z-index: 1000;
    width: 100% !important; }
  .scanner-wrapper #interactive canvas {
    z-index: 2000; }
  .scanner-wrapper #interactive canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important; }
  .scanner-wrapper #interactive .drawingBuffer.hide {
    visibility: hidden; }
  .scanner-wrapper #result_strip {
    display: none; }
  .scanner-wrapper .action-buttons {
    text-align: center;
    margin-top: 40px; }
    .scanner-wrapper .action-buttons a {
      height: 60px;
      width: 60px;
      line-height: 60px;
      text-align: center;
      vertical-align: middle;
      background-color: #00a8e1;
      color: #FFF !important;
      display: inline-block;
      border-radius: 60px;
      margin: 0 5px; }
      .scanner-wrapper .action-buttons a.selected {
        background-color: #70B617; }
      .scanner-wrapper .action-buttons a .fas {
        font-size: 30px;
        position: relative;
        top: 4px; }

.input-row-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .input-row-icon.m-bottom {
    margin-bottom: 20px; }
  .input-row-icon .inputs-container {
    width: calc(100% - 150px); }
  .input-row-icon .scan-buttons {
    width: 150px;
    padding-top: 5px;
    box-sizing: border-box; }
    .input-row-icon .scan-buttons.remove-tp {
      padding-top: 10px; }
    .input-row-icon .scan-buttons a {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 50px;
      vertical-align: middle;
      background-color: #00a8e1;
      color: #FFF;
      text-align: center;
      border-radius: 40px; }
      .input-row-icon .scan-buttons a .fas {
        color: #FFF;
        font-size: 1.25em;
        position: relative;
        top: -4px; }

.scan-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5); }
  .scan-container .card {
    padding: 0px; }
  .scan-container.active {
    display: block; }
  .scan-container #interactive {
    position: relative; }
  .scan-container .scan-holder {
    position: relative;
    overflow: hidden; }
  .scan-container #interactive video,
  .scan-container #qr-video {
    z-index: 1000;
    width: 100% !important; }
  .scan-container #interactive canvas {
    z-index: 2000; }
  .scan-container #interactive canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important; }
  .scan-container #interactive .drawingBuffer.hide {
    visibility: hidden; }
  .scan-container .buttons {
    text-align: center;
    padding-bottom: 10px; }
    .scan-container .buttons a {
      display: inline-block;
      width: 40px;
      height: 40px;
      background-color: #00a8e1;
      line-height: 40px;
      vertical-align: middle;
      border-radius: 40px; }
      .scan-container .buttons a .fas {
        color: #FFF;
        position: relative;
        font-size: 1.15em;
        top: 1px; }

#checkout-page.consol-return .flex-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 15px; }
  #checkout-page.consol-return .flex-input .input-left {
    width: calc(100% - 110px); }
  #checkout-page.consol-return .flex-input .btn {
    width: 100px;
    text-align: center;
    text-transform: uppercase;
    background-color: #70B617;
    color: #FFF !important;
    padding: 10px 3px;
    margin: 0 3px;
    border-radius: 10px !important;
    box-sizing: border-box;
    align-items: center;
    height: 45px;
    position: relative;
    top: 3px; }
#checkout-page.consol-return .action-buttons-bottom {
  margin: 0 15px; }
  #checkout-page.consol-return .action-buttons-bottom button {
    border: 0px; }
    @media screen and (max-width: 515px) {
      #checkout-page.consol-return .action-buttons-bottom button {
        -ms-flex: 0 0 calc(100%/2 - 6px) !important;
        flex: 0 0 calc(100%/2 - 6px) !important;
        max-width: calc(100%/2 - 6px) !important; } }
    @media screen and (max-width: 350px) {
      #checkout-page.consol-return .action-buttons-bottom button {
        -ms-flex: 0 0 calc(100%) !important;
        flex: 0 0 calc(100%) !important;
        max-width: calc(100%) !important;
        margin-top: 15px; } }
#checkout-page.consol-return #errorMsgs {
  padding: 0 30px; }
#checkout-page.consol-return #equipment-search-btn .fa-plus-square {
  position: relative;
  top: 28px;
  font-size: 20px; }

#data-results.consol-return {
  padding: 30px 15px; }
  #data-results.consol-return.allocation, #data-results.consol-return.confirmation {
    padding-top: 0px; }
  #data-results.consol-return .consol-return-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #data-results.consol-return .consol-return-row.allocation .data {
      width: 100%;
      padding-bottom: 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #data-results.consol-return .consol-return-row.allocation .data .align {
        width: calc(100% - 30px); }
        #data-results.consol-return .consol-return-row.allocation .data .align span {
          font-weight: bold; }
      #data-results.consol-return .consol-return-row.allocation .data .add-contract {
        width: 30px; }
        #data-results.consol-return .consol-return-row.allocation .data .add-contract button {
          border: 0px;
          padding: 0px;
          margin: 0px;
          display: inline-block;
          width: 30px;
          height: 30px;
          line-height: 30px;
          vertical-align: middle;
          background-color: #70B617;
          color: #FFF;
          text-align: center;
          border-radius: 30px; }
          #data-results.consol-return .consol-return-row.allocation .data .add-contract button:disabled, #data-results.consol-return .consol-return-row.allocation .data .add-contract button.disabled {
            opacity: 0.5; }
    #data-results.consol-return .consol-return-row.allocation .bottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; }
      #data-results.consol-return .consol-return-row.allocation .bottom div {
        width: 50%;
        text-align: left;
        padding-top: 10px;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px; }
        #data-results.consol-return .consol-return-row.allocation .bottom div:first-child {
          background-color: #def7ff; }
        #data-results.consol-return .consol-return-row.allocation .bottom div:last-child {
          background-color: #d5ffce; }
    #data-results.consol-return .consol-return-row.allocation .contracts {
      width: 100%; }
      #data-results.consol-return .consol-return-row.allocation .contracts .contract-row {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: #FAFAFA;
        padding: 0px 15px;
        border-bottom: 1px solid #CDCDCD; }
        #data-results.consol-return .consol-return-row.allocation .contracts .contract-row.new-contract {
          padding: 5px 15px; }
          #data-results.consol-return .consol-return-row.allocation .contracts .contract-row.new-contract .info {
            width: calc(100% - 40px); }
            #data-results.consol-return .consol-return-row.allocation .contracts .contract-row.new-contract .info .input-group .prefix {
              display: inline-block;
              width: 70px; }
            #data-results.consol-return .consol-return-row.allocation .contracts .contract-row.new-contract .info .input-group input {
              width: calc(100% - 70px);
              margin-top: 0px; }
          #data-results.consol-return .consol-return-row.allocation .contracts .contract-row.new-contract .actions button {
            background-color: #70B617; }
        #data-results.consol-return .consol-return-row.allocation .contracts .contract-row .info {
          width: calc(100% - 290px);
          display: flex;
          align-items: center;
          padding: 5px 0; }
          @media screen and (max-width: 535px) {
            #data-results.consol-return .consol-return-row.allocation .contracts .contract-row .info {
              width: 100%; } }
        #data-results.consol-return .consol-return-row.allocation .contracts .contract-row .inputs {
          width: calc(250px);
          padding: 5px 0;
          padding-left: 20px;
          padding-right: 20px;
          box-sizing: border-box; }
          @media screen and (max-width: 535px) {
            #data-results.consol-return .consol-return-row.allocation .contracts .contract-row .inputs {
              width: calc(100% - 40px);
              padding-left: 0px; } }
          #data-results.consol-return .consol-return-row.allocation .contracts .contract-row .inputs input {
            display: inline-block;
            width: calc(100% - 100px); }
          #data-results.consol-return .consol-return-row.allocation .contracts .contract-row .inputs .suffix-input {
            display: inline-block;
            width: 100px; }
          #data-results.consol-return .consol-return-row.allocation .contracts .contract-row .inputs .small-form {
            margin-bottom: 5px; }
        #data-results.consol-return .consol-return-row.allocation .contracts .contract-row .actions {
          width: 40px;
          text-align: right;
          display: flex;
          align-items: center;
          padding: 5px 0; }
          #data-results.consol-return .consol-return-row.allocation .contracts .contract-row .actions button {
            border: 0px;
            padding: 0px;
            margin: 0px;
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            vertical-align: middle;
            background-color: red;
            color: #FFF;
            text-align: center;
            border-radius: 40px; }
    #data-results.consol-return .consol-return-row .data {
      width: calc(100% - 240px);
      display: flex;
      align-items: center; }
      @media screen and (max-width: 530px) {
        #data-results.consol-return .consol-return-row .data {
          width: calc(100% - 190px); } }
      @media screen and (max-width: 415px) {
        #data-results.consol-return .consol-return-row .data {
          width: 100%;
          margin-bottom: 10px; } }
      #data-results.consol-return .consol-return-row .data .align span {
        display: block; }
        #data-results.consol-return .consol-return-row .data .align span.description {
          font-weight: bold; }
    #data-results.consol-return .consol-return-row .equipment-data {
      width: calc(200px);
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box;
      position: relative;
      top: -10px; }
      @media screen and (max-width: 530px) {
        #data-results.consol-return .consol-return-row .equipment-data {
          width: 150px; } }
      @media screen and (max-width: 415px) {
        #data-results.consol-return .consol-return-row .equipment-data {
          width: calc(100% - 40px);
          padding-left: 0px; } }
      #data-results.consol-return .consol-return-row .equipment-data .small-form {
        margin-bottom: 5px; }
    #data-results.consol-return .consol-return-row .actions {
      width: 40px;
      text-align: right;
      display: flex;
      align-items: center; }
      #data-results.consol-return .consol-return-row .actions button {
        border: 0px;
        padding: 0px;
        margin: 0px;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        background-color: red;
        color: #FFF;
        text-align: center;
        border-radius: 40px; }

#new-customer {
  height: 0px;
  overflow: hidden; }
  #new-customer.active {
    height: auto;
    padding: 20px;
    margin-top: 95px; }
    @media screen and (max-width: 410px) {
      #new-customer.active {
        margin-top: 150px; } }
  #new-customer form {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 790px;
    box-sizing: border-box;
    margin: auto;
    top: 0px; }
    #new-customer form .row-form {
      width: 100%; }
      #new-customer form .row-form .select2-container {
        width: 100% !important; }
      #new-customer form .row-form.empty {
        height: 1px;
        margin: 0px; }
    #new-customer form .form-buttons {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%; }
      #new-customer form .form-buttons button {
        background-color: #337ab7;
        border: 0px;
        padding: 15px 20px;
        color: #FFF;
        margin-top: 15px; }
    #new-customer form .two-inputs {
      width: calc(100%);
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #new-customer form .two-inputs .row-form {
        width: calc(100%/2 - 10px); }
        @media screen and (max-width: 490px) {
          #new-customer form .two-inputs .row-form {
            width: calc(100%); } }

#additionalInfoForm .row-form.empty {
  height: 1px;
  overflow: hidden;
  margin: 0px; }
#additionalInfoForm .add-delivery, #additionalInfoForm #form-container .add-pickup, #form-container #additionalInfoForm .add-pickup {
  display: none; }
  #additionalInfoForm .add-delivery.active, #additionalInfoForm #form-container .active.add-pickup, #form-container #additionalInfoForm .active.add-pickup {
    display: block; }
#additionalInfoForm .two-inputs.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
#additionalInfoForm .two-inputs .row-form {
  width: calc(100%/2 - 10px); }
#additionalInfoForm .row-button {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #additionalInfoForm .row-button button {
    width: auto; }

#customer-list-container-div {
  padding: 0px; }
  #customer-list-container-div .customerResult {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: var(--custom-height);
    border-bottom: 1px solid #f4f4f4; }
    #customer-list-container-div .customerResult .row {
      padding: 0px;
      box-sizing: border-box;
      width: 100%;
      margin: 0px; }

#tmp-checkin #customer-results {
  padding: 0px; }
  #tmp-checkin #customer-results a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: var(--custom-height);
    border-bottom: 1px solid #f4f4f4; }
    #tmp-checkin #customer-results a .row {
      padding: 0px;
      box-sizing: border-box;
      width: 100%;
      margin: 0px;
      border: 0px; }

#equipment-condition-report {
  padding-bottom: 70px; }
  #equipment-condition-report header {
    text-transform: uppercase; }
    #equipment-condition-report header .page-title a {
      color: #373a3c !important; }
    #equipment-condition-report header .page-sub-title {
      color: #FFF;
      font-weight: bold; }
  #equipment-condition-report #conditions-form {
    padding: 15px 10px; }
  #equipment-condition-report #condition-list .condition-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-left: 2px solid #02a8e6; }
    #equipment-condition-report #condition-list .condition-row .left-text span {
      font-weight: bold;
      font-size: 0.85em; }
    #equipment-condition-report #condition-list .condition-row .action input {
      border: 0px;
      border-bottom: 1px solid #02a8e6;
      text-align: center; }
    #equipment-condition-report #condition-list .condition-row .action .radio-toolbar {
      position: relative; }
      #equipment-condition-report #condition-list .condition-row .action .radio-toolbar .invisible {
        display: none; }
      #equipment-condition-report #condition-list .condition-row .action .radio-toolbar label:last-child {
        margin-right: 0px !important; }
  #equipment-condition-report #mobile-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    padding: 15px 10px;
    margin-bottom: 0px; }
    #equipment-condition-report #mobile-button button {
      width: 100%; }

#ratesModal .modal-content .rates-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline; }
  #ratesModal .modal-content .rates-container .col {
    width: calc(100%/4 - 10px); }
    @media screen and (max-width: 525px) {
      #ratesModal .modal-content .rates-container .col {
        width: calc(100%/2 - 10px); }
        #ratesModal .modal-content .rates-container .col:nth-child(3), #ratesModal .modal-content .rates-container .col:nth-child(4) {
          margin-top: 30px; } }
    #ratesModal .modal-content .rates-container .col input {
      width: 100%;
      box-sizing: border-box;
      border: 0px;
      border-bottom: 1px solid #00a8e1;
      text-align: center; }

button {
  border: 0px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: bold;
  border-radius: 5px; }
  button.blue {
    background-color: #00a8e1;
    color: #FFF; }
  button.green {
    background-color: #70B617;
    color: #FFF; }
  button.red {
    background-color: red;
    color: #FFF; }
  button:disabled {
    opacity: 0.45;
    background-color: #CDCDCD;
    color: #000; }

#mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  padding: 0px 0px;
  display: flex;
  box-sizing: border-box; }
  #mobile-menu button {
    border-radius: 0;
    padding: 20px 0; }
  #mobile-menu.two-buttons button {
    width: calc(100%/2); }
    #mobile-menu.two-buttons button:first-child {
      border-right: 1px solid #f2f2f2ec; }

.toggle {
  border: 0px;
  padding: 5px 5px;
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  box-shadow: inset 0px 0px 8px 1px rgba(100, 100, 100, 0.2);
  min-width: 75px;
  justify-content: space-between;
  overflow: hidden; }
  .toggle .sending-command {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e9ecee;
    border-radius: 30px; }
  .toggle .fa-circle {
    font-size: 25px;
    opacity: 0.5; }
  .toggle span {
    text-transform: uppercase; }
    .toggle span.label {
      margin-right: 5px;
      font-size: 1em;
      opacity: 0.5; }
  .toggle.on {
    background-color: #70B617; }
    .toggle.on .fas {
      color: #FFF;
      opacity: 1;
      order: 2; }
    .toggle.on .label {
      color: #FFF;
      opacity: 1;
      order: 1;
      margin-left: 5px;
      margin-right: 0; }

.hide {
  visibility: hidden; }

.rapid-issue .input-container {
  width: 100%;
  display: flex;
  align-items: bottom;
  position: relative;
  justify-content: space-between; }
  .rapid-issue .input-container label {
    position: absolute;
    font-size: 0.75em;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .rapid-issue .input-container input {
    border: 0px;
    background-color: transparent;
    border-bottom: 1px solid #00a8e1;
    width: calc(100% - 50px);
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 14px; }
  .rapid-issue .input-container.icon {
    justify-content: space-between;
    align-items: baseline; }
    .rapid-issue .input-container.icon input {
      width: calc(100% - 50px); }
    .rapid-issue .input-container.icon .icon {
      width: 40px;
      text-align: center; }
      .rapid-issue .input-container.icon .icon button {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .rapid-issue .input-container.icon .icon button i {
          font-size: 20px;
          color: #00a8e1; }
.rapid-issue .input-button {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 15px;
  align-items: baseline; }
  .rapid-issue .input-button.nm {
    margin-bottom: 0px; }
  .rapid-issue .input-button .input-container {
    width: calc(100% - 50px); }
  .rapid-issue .input-button button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .rapid-issue .input-button button i {
      font-size: 20px; }
.rapid-issue .remove {
  display: none !important; }

.rapid-issue {
  padding-left: 10px;
  padding-right: 10px; }
  .rapid-issue .page-title {
    margin: 0 -10px;
    padding: 20px 10px; }

.rapid-issue .card {
  background-color: #FFF;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px; }
  .rapid-issue .card fieldset {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0px; }
    @media screen and (max-width: 620px) {
      .rapid-issue .card fieldset {
        align-items: flex-start; } }
    .rapid-issue .card fieldset .left-data {
      width: calc(100% - 40px);
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      flex-wrap: wrap;
      box-sizing: border-box; }
      @media screen and (max-width: 620px) {
        .rapid-issue .card fieldset .left-data {
          padding-right: 30px; } }
      .rapid-issue .card fieldset .left-data .left-text {
        width: calc(60% - 30px); }
        @media screen and (max-width: 620px) {
          .rapid-issue .card fieldset .left-data .left-text {
            width: calc(100%); } }
        .rapid-issue .card fieldset .left-data .left-text h2 {
          font-weight: bold;
          font-size: 1.15em;
          margin-bottom: 10px; }
          .rapid-issue .card fieldset .left-data .left-text h2 span {
            display: block;
            font-weight: normal;
            font-size: 0.75em;
            padding-top: 5px; }
        .rapid-issue .card fieldset .left-data .left-text select {
          width: 100%;
          border: 0px;
          border-bottom: 1px solid #00a8e1;
          padding: 10px 0;
          font-size: 14px; }
      .rapid-issue .card fieldset .left-data .right-text {
        width: 40%;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        font-size: 0.85em; }
        @media screen and (max-width: 620px) {
          .rapid-issue .card fieldset .left-data .right-text {
            width: 100%; } }
        .rapid-issue .card fieldset .left-data .right-text input {
          border: 0px;
          border-bottom: 1px solid #00a8e1;
          width: calc(100% - 80px); }
        .rapid-issue .card fieldset .left-data .right-text select {
          width: 100%;
          border: 0px;
          border-bottom: 1px solid #00a8e1;
          padding: 10px 0;
          font-size: 14px;
          width: calc(100% - 80px); }
        .rapid-issue .card fieldset .left-data .right-text select {
          width: 100%;
          border: 0px;
          border-bottom: 1px solid #00a8e1;
          padding: 10px 0;
          font-size: 14px;
          width: calc(100% - 80px); }
        .rapid-issue .card fieldset .left-data .right-text span {
          display: block;
          width: 40px; }
        .rapid-issue .card fieldset .left-data .right-text img {
          position: relative;
          bottom: -10px;
          left: -15px;
          visibility: hidden; }
          .rapid-issue .card fieldset .left-data .right-text img.active {
            visibility: visible; }
    .rapid-issue .card fieldset .action-buttons {
      width: 40px; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 7000;
  align-items: center;
  justify-content: center;
  display: none; }
  .modal.no-buttons .modal-content {
    padding-bottom: 0px; }
  .modal.active {
    display: flex; }
  .modal .window {
    background-color: #FFF;
    width: 100%;
    max-width: 450px;
    margin: 0 15px;
    padding: 40px 20px;
    border-radius: 5px;
    min-height: 250px;
    position: relative;
    padding-top: 30px; }
    .modal .window h2 {
      text-align: center;
      font-size: 1.15em;
      text-transform: uppercase;
      font-weight: bold; }
    .modal .window .modal-title-absolute {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      box-sizing: border-box; }
      .modal .window .modal-title-absolute span {
        padding: 20px 10px;
        display: block; }
        .modal .window .modal-title-absolute span:last-child {
          background-color: purple;
          color: #FFF; }
    .modal .window .sub-modal-title {
      display: flex;
      align-content: center;
      justify-content: flex-end;
    }
    .modal .window .sub-modal-title span{
      margin-left: 10px;
    }
  .modal .modal-content {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 40px;
    border: 0px; }
    .modal .modal-content .info-name {
      margin-bottom: 10px; }
    .modal .modal-content .info-name .error {
      font-size: 100%;
      border-bottom: 1px solid red !important; }
      .modal .modal-content .info-name input, .modal .modal-content .info-name select {
        border: 0px;
        border-bottom: 1px solid #00a8e1;
        width: 100%;
        padding: 5px;
        box-sizing: border-box; }
      .modal .modal-content .info-name label {
        display: block;
        width: 100%;
        margin-bottom: 0px; }
    .modal .modal-content ul {
      padding: 0px;
      margin: 0px; }
      .modal .modal-content ul li {
        list-style: none; }
    .modal .modal-content .two-inputs {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 20px; }
      .modal .modal-content .two-inputs .input {
        width: calc(100%/2 - 10px); }
    .modal .modal-content .input {
      width: 100%;
      margin-bottom: 20px;
      padding: 0 20px; }
    .modal .modal-content h2 {
      font-weight: bold;
      font-size: 1.15em;
      margin: 10px 0; }
    .modal .modal-content .check-list {
      width: 100%; }
      .modal .modal-content .check-list li {
        padding: 0px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .modal .modal-content .check-list li input[type="text"] {
          width: 50px;
          border: 0px;
          border-bottom: 1px solid #00a8e1;
          margin-left: 20px; }
    .modal .modal-content .radio-list {
      width: auto;
      max-height: 250px;
      overflow-y: auto;
      overflow-x: hidden;
      padding: 0 5px;
      box-sizing: border-box; }
      .modal .modal-content .radio-list li {
        padding: 0px;
        font-size: 0.85em; }
        .modal .modal-content .radio-list li label {
          display: flex;
          align-items: center; }
          .modal .modal-content .radio-list li label input[type="radio"] {
            margin-right: 10px; }
          .modal .modal-content .radio-list li label p {
            margin: 0px; }
            .modal .modal-content .radio-list li label p span {
              display: block;
              text-transform: uppercase; }
              .modal .modal-content .radio-list li label p span.customer-name {
                font-weight: bold; }
              .modal .modal-content .radio-list li label p span.location {
                font-size: 0.85em; }
  .modal .modal-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex; }
    .modal .modal-buttons button {
      width: calc(100%/2);
      padding: 20px 0;
      border-radius: 0;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
      .modal .modal-buttons button.fullwidth {
        width: 100%; }
      .modal .modal-buttons button:first-child {
        border-right: 1px solid #CDCDCD; }
      .modal .modal-buttons .extra-button {
        border-left: 1px solid #CDCDCD; }

section.item-list h4 {
  font-size: 1.5em;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: bold; }
section.item-list .item-row {
  position: relative;
  padding: 0px; }
  section.item-list .item-row .top-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px; }
    section.item-list .item-row .top-data .label {
      display: inline-block;
      padding: 5px 10px;
      box-sizing: border-box;
      border-radius: 5px;
      width: 40px;
      text-align: center;
      font-size: 0.85em;
      font-weight: bold; }
    section.item-list .item-row .top-data.blue {
      color: #FFF;
      background-color: #00a8e1; }
    section.item-list .item-row .top-data.purple {
      color: #FFF;
      background-color: purple; }
    section.item-list .item-row .top-data.orange {
      color: #FFF;
      background-color: orange; }
    section.item-list .item-row .top-data h3 {
      width: calc(100% - 50px);
      padding: 5px;
      text-align: left;
      font-weight: bold;
      font-size: 0.85em;
      margin: 0px; }
      section.item-list .item-row .top-data h3 span {
        display: block;
        font-weight: normal;
        padding-top: 5px; }
  section.item-list .item-row .dates {
    display: flex;
    padding: 5px;
    justify-content: space-between;
    box-sizing: border-box; }
    section.item-list .item-row .dates input {
      border: 0px;
      border-bottom: 1px solid #00a8e1;
      width: 100%;
      box-sizing: border-box;
      font-size: 14px;
      background-color: #FFF; }
    section.item-list .item-row .dates .start-date {
      width: calc(100%/2 - 10px);
      box-sizing: border-box; }
      section.item-list .item-row .dates .start-date span {
        font-size: 14px;
        font-weight: bold; }
    section.item-list .item-row .dates .end-date {
      width: calc(100%/2 - 10px);
      box-sizing: border-box; }
      section.item-list .item-row .dates .end-date span {
        font-size: 14px;
        font-weight: bold; }
  section.item-list .item-row .table-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    section.item-list .item-row .table-data .full-row {
      width: 100%;
      padding: 5px; }
      section.item-list .item-row .table-data .full-row .bulk-row {
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        padding: 0 10px; }
        section.item-list .item-row .table-data .full-row .bulk-row:nth-child(odd) {
          background-color: #fdf5ff; }
        section.item-list .item-row .table-data .full-row .bulk-row .header .top {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding-top: 10px;
          padding-bottom: 5px; }
          section.item-list .item-row .table-data .full-row .bulk-row .header .top span {
            width: 70%;
            display: block;
            box-sizing: border-box;
            padding-right: 10px;
            font-size: 14px; }
            section.item-list .item-row .table-data .full-row .bulk-row .header .top span:last-child {
              width: 30%;
              text-align: right;
              padding-right: 0px; }
        section.item-list .item-row .table-data .full-row .bulk-row .header .bottom {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding-bottom: 10px;
          padding-top: 5px;
          font-size: 18px; }
          section.item-list .item-row .table-data .full-row .bulk-row .header .bottom button {
            width: 50px;
            padding: 5px; }
          section.item-list .item-row .table-data .full-row .bulk-row .header .bottom span {
            width: calc(100% - 70px);
            display: block;
            text-align: right;
            font-size: 14px; }
      section.item-list .item-row .table-data .full-row table {
        width: 100%;
        border: 1px solid #CDCDCD; }
        section.item-list .item-row .table-data .full-row table thead {
          background-color: #f2f2f2;
          border-bottom: 1px solid #CDCDCD; }
        section.item-list .item-row .table-data .full-row table tr td {
          padding: 5px;
          text-align: center;
          border: 1px solid #CDCDCD; }
    section.item-list .item-row .table-data .col-1 {
      width: 100px; }
      section.item-list .item-row .table-data .col-1 .qty-input {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        section.item-list .item-row .table-data .col-1 .qty-input input {
          width: 70px;
          border: 0px;
          border-bottom: 1px solid #00a8e1; }
    section.item-list .item-row .table-data .col-2 button {
      margin: 0 5px; }
    section.item-list .item-row .table-data .col-3 {
      width: 40px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
  section.item-list .item-row .data-input {
    padding: 10px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    section.item-list .item-row .data-input .input-row {
      width: calc(50% - 10px);
      position: relative; }
      section.item-list .item-row .data-input .input-row label {
        font-size: 1em;
        width: 100%; }
      section.item-list .item-row .data-input .input-row .floating-text {
        position: absolute;
        top: -5px;
        right: 10px; }
      section.item-list .item-row .data-input .input-row input {
        font-size: 1em;
        box-sizing: border-box; }
        section.item-list .item-row .data-input .input-row input.invalid {
          border-color: red; }
        section.item-list .item-row .data-input .input-row input.wfloating {
          padding-right: 30px; }
  section.item-list .item-row .action-buttons {
    display: flex;
    padding: 5px;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 10px; }
    section.item-list .item-row .action-buttons .qty input {
      border: 0px;
      border-bottom: 1px solid #00a8e1; }
    section.item-list .item-row .action-buttons a {
      display: inline-block;
      width: 45px;
      height: 45px;
      text-align: center;
      line-height: 45px;
      vertical-align: middle;
      border-radius: 3px;
      background-color: #e9e9e9; }
    section.item-list .item-row .action-buttons button {
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-sizing: border-box;
      border-radius: 3px;
      background-color: #e9e9e9; }
    section.item-list .item-row .action-buttons a, section.item-list .item-row .action-buttons button {
      color: #000 !important; }
      section.item-list .item-row .action-buttons a i, section.item-list .item-row .action-buttons button i {
        color: #000 !important; }

.allocate-bulk {
  padding: 0 10px; }
  .allocate-bulk h3 {
    background-color: purple;
    color: #FFF;
    padding: 10px;
    margin-bottom: 10px; }
  .allocate-bulk .allocate-row strong {
    font-weight: bold; }
  .allocate-bulk .allocate-row .top-data,
  .allocate-bulk .allocate-row .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  .allocate-bulk .allocate-row .top-data {
    margin-bottom: 10px; }
  .allocate-bulk .allocate-row .info .fas {
    font-size: 25px; }
    .allocate-bulk .allocate-row .info .fas:before {
      color: #00a8e1; }

#modal-contract .modal-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px !important; }
  #modal-contract .modal-title h2 {
    width: calc(100% - 100px);
    margin: 0px;
    text-align: left; }
  #modal-contract .modal-title div {
    width: 90px;
    background-color: purple;
    color: #FFF;
    text-align: right;
    padding: 5px; }
#modal-contract .modal-content .data {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #modal-contract .modal-content .data .input {
    width: calc(50% - 10px);
    padding: 0px; }
    #modal-contract .modal-content .data .input input {
      border: 0px;
      border-bottom: 1px solid #00a8e1;
      width: 100%;
      box-sizing: border-box; }

#modal-please-wait {
  z-index: 100000; }

#modal-error {
  z-index: 90000; }

.rentals .rental-row {
  position: relative;
  padding-top: 50px; }
  .rentals .rental-row .rental-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box; }
    .rentals .rental-row .rental-title.blue {
      color: #FFF;
      background-color: #00a8e1; }
    .rentals .rental-row .rental-title.purple {
      color: #FFF;
      background-color: purple; }
    .rentals .rental-row .rental-title.orange {
      color: #FFF;
      background-color: orange; }
  .rentals .rental-row .rental-data .data-row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px; }
    .rentals .rental-row .rental-data .data-row span {
      display: block;
      padding-bottom: 5px; }
    .rentals .rental-row .rental-data .data-row:last-child {
      padding-bottom: 0px; }

.signature-confirm h2 {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .signature-confirm h2 span {
    font-weight: bold; }
.signature-confirm .document-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .signature-confirm .document-list label {
    width: calc(100%/2 - 10px);
    margin: 10px 0; }
.signature-confirm .sign .input {
  display: flex;
  justify-content: space-between;
  align-items: baseline; }
  .signature-confirm .sign .input input {
    width: calc(100% - 70px);
    border: 0px;
    border-bottom: 1px solid #00a8e1; }
.signature-confirm .sign canvas {
  border: 1px solid #dbdbdb;
  width: 100%;
  margin-top: 20px;
  height: 150px; }

#signature-detail.rapid-issue .item-list .top-data.fw .label {
  width: 100%;
  text-align: left; }
#signature-detail.rapid-issue .wcheck {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px; }
  #signature-detail.rapid-issue .wcheck span {
    width: calc(100% - 120px); }
  #signature-detail.rapid-issue .wcheck label {
    width: 120px;
    display: flex;
    align-items: center; }
    #signature-detail.rapid-issue .wcheck label input {
      margin-right: 5px; }
#signature-detail.rapid-issue .documents-list {
  padding: 20px 0; }
  #signature-detail.rapid-issue .documents-list label {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px; }
    #signature-detail.rapid-issue .documents-list label input {
      margin-right: 10px; }
    #signature-detail.rapid-issue .documents-list label a {
      font-size: 20px;
      display: inline-block;
      width: 20px; }

#signature-detail.rapid-issue .doc-content {
    display: flex;
    flex-flow: row nowrap;
}
#signature-detail.rapid-issue .doc-content .contract-list {
    flex-grow: 1;
}
#signature-detail.rapid-issue .doc-content .contract-list label {
    display: flex;
    flex-flow: row nowrap;
}
#signature-detail.rapid-issue .doc-content .contract-list label:first-child {
    flex-flow: row-reverse nowrap;
    height: 24px;
    align-items: center;
}
#signature-detail.rapid-issue .doc-content .contract-list label a {
    width: 30px;
}
#signature-detail.rapid-issue .doc-content .contract-list label .contract-name {
    flex: 1;
}
#signature-detail.rapid-issue .doc-content .contract-list label .contract-checkbox {
    width: 40px;
    text-align: right;
}
#signature-detail.rapid-issue .doc-content .email-content {
    flex-grow: 2;
}
#signature-detail.rapid-issue .doc-content .email-content label {
    font-weight: bold;
}
#signature-detail.rapid-issue .doc-content .email-content .controls {
    display: flex;
    flex-flow: row nowrap;
    align-items: self-start;
}
#signature-detail.rapid-issue .doc-content .email-content .controls input[type=text] {
    flex: 1;
    outline: none;
    padding: 4px;
    font-size: 14px;
    line-height: 17px;
    border: 0;
    border-bottom: 1px solid #00a8e1;
    box-sizing: border-box;
    background-color: transparent;
}
#signature-detail.rapid-issue .doc-content .email-content .controls button {
    margin-left: 12px;
    padding: 2px 12px;
    border-radius: 8px !important;
}

#signature-detail.rapid-issue .doc-content {
  display: flex;
  flex-flow: row nowrap; }
  #signature-detail.rapid-issue .doc-content .contract-list {
    flex-grow: 1; }
    #signature-detail.rapid-issue .doc-content .contract-list label {
      display: flex;
      flex-flow: row nowrap; }
      #signature-detail.rapid-issue .doc-content .contract-list label:first-child {
        flex-flow: row-reverse nowrap;
        height: 24px;
        align-items: center; }
      #signature-detail.rapid-issue .doc-content .contract-list label a {
        width: 30px; }
      #signature-detail.rapid-issue .doc-content .contract-list label .contract-name {
        flex: 1; }
      #signature-detail.rapid-issue .doc-content .contract-list label .contract-checkbox {
        width: 40px;
        text-align: right; }
  #signature-detail.rapid-issue .doc-content .email-content {
    flex-grow: 2; }
    #signature-detail.rapid-issue .doc-content .email-content label {
      font-weight: bold; }
    #signature-detail.rapid-issue .doc-content .email-content .controls {
      display: flex;
      flex-flow: row nowrap;
      align-items: self-start; }
      #signature-detail.rapid-issue .doc-content .email-content .controls input[type="text"] {
        flex: 1;
        outline: none;
        padding: 4px;
        font-size: 14px;
        line-height: 17px;
        border: 0;
        border-bottom: 1px solid #00a8e1;
        box-sizing: border-box;
        background-color: transparent; }
      #signature-detail.rapid-issue .doc-content .email-content .controls button {
        margin-left: 12px;
        padding: 2px 12px;
        border-radius: 8px !important; }

#mobile-menu.single-button button {
  width: 100%;
  box-sizing: border-box; }

#equipment-condition-report #condition-report-header {
  position: relative; }
  #equipment-condition-report #condition-report-header .qr-label {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    background-color: #00a8e1;
    color: #FFF;
    font-size: 12px; }
#equipment-condition-report #make-available {
  text-align: center; }
  #equipment-condition-report #make-available h3 {
    margin-bottom: 10px;
    font-size: 22px;
    text-align: center; }
  #equipment-condition-report #make-available .questions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 250px;
    margin: auto; }
    #equipment-condition-report #make-available .questions label {
      font-size: 16px;
      display: flex;
      align-items: center; }
      #equipment-condition-report #make-available .questions label span {
        display: inline-block;
        margin-left: 5px; }

#checkout-page #quick-pick-title {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px !important; }
  #checkout-page #quick-pick-title span {
    width: 65px; }
  #checkout-page #quick-pick-title .filter {
    width: calc(100%/2 - 65px); }

#checkout-page #data-results .data-row {
  /*display: block;*/
  /*padding: 15px;*/
  color: #00a8e1 !important;
  border-bottom: 1px solid #f4f4f4;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);}
  /*border: 1px solid #cdcdcd;*/
  #checkout-page #data-results .data-row .top-row {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
    #checkout-page #data-results .data-row .top-row span {
      font-size: 14px; }
  #checkout-page #data-results .data-row .bottom-row {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
  }
    #checkout-page #data-results .data-row .bottom-row .eqp-staged{
      width: 60px;
      background-color: lightgreen;
      margin-right: 5px;
    }
    #checkout-page #data-results .data-row .bottom-row .eqp-un-staged{
      width: 80px;
      background-color: red;
      margin-right: 5px;
    }
    #checkout-page #data-results .data-row .bottom-row span {
      color: #000 !important;
      text-transform: uppercase;
      font-size: 12px; }

#checkout-page #data-results .data-row {
  position: relative; }
  #checkout-page #data-results .data-row .icons {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background-color: orange;
    color: #FFF;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center; }

#equipment-checklist-container .quote-text .fas {
  font-family: "Font Awesome 5 Pro" !important; }

#customer-details .panel .panel-body .documents-list {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #F2F2F2; }
  #customer-details .panel .panel-body .documents-list .list-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    #customer-details .panel .panel-body .documents-list .list-row.list-header {
      font-weight: bold; }
      @media screen and (max-width: 420px) {
        #customer-details .panel .panel-body .documents-list .list-row.list-header {
          padding-bottom: 10px; } }
      @media screen and (max-width: 420px) {
        #customer-details .panel .panel-body .documents-list .list-row.list-header .text-data {
          width: calc(100% - 90px); } }
    @media screen and (max-width: 420px) {
      #customer-details .panel .panel-body .documents-list .list-row.list-items .eqp-number {
        display: none; } }
    #customer-details .panel .panel-body .documents-list .list-row .eqp-number {
      width: 80px; }
      @media screen and (max-width: 420px) {
        #customer-details .panel .panel-body .documents-list .list-row .eqp-number {
          width: 100%; } }
    #customer-details .panel .panel-body .documents-list .list-row .text-data {
      width: calc(100% - 170px); }
    #customer-details .panel .panel-body .documents-list .list-row .input-text {
      width: calc(100% - 330px);
      font-size: 13px;
      padding-right: 10px;
      padding-left: 10px;
      box-sizing: border-box; }
      @media screen and (max-width: 530px) {
        #customer-details .panel .panel-body .documents-list .list-row .input-text {
          width: 170px; } }
      @media screen and (max-width: 420px) {
        #customer-details .panel .panel-body .documents-list .list-row .input-text {
          width: calc(100% - 135px); } }
    #customer-details .panel .panel-body .documents-list .list-row .input-col {
      width: 135px;
      display: flex;
      align-items: center;
      font-size: 13px; }
      #customer-details .panel .panel-body .documents-list .list-row .input-col input[type="checkbox"] {
        margin-right: 5px; }
      #customer-details .panel .panel-body .documents-list .list-row .input-col input[type="number"] {
        border: 0px;
        border-bottom: 1px solid #00a8e1; }
    #customer-details .panel .panel-body .documents-list .list-row button {
      width: 90px;
      margin-right: 0px; }

/*# sourceMappingURL=wynne.css.map */
#additionalInfoForm .row-form .input-holder button {
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  float: right;
  margin-top: -28px;
  display: flex;
}
#additionalInfoForm .row-form .select2 {
  width: calc(100% - 40px) !important; }

#customer-new-job-site .row-form .input-holder button {
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  float: right;
  margin-top: -28px;
  display: flex;
}
#customer-new-job-site .row-form .select2 {
  width: calc(100% - 40px) !important; }

.inner-form .cust-row-button {
  text-align: center;
}
.inner-form .cust-row-button button {
  background-color: #337ab7;
  border: 0px;
  max-width: 200px;
  color: #FFF;
  margin-top: 15px;
  width: 100px;
  margin-right: 20px;
}

#list-job-number-panel .panel {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
#list-job-number-panel .panel .panel-heading {
  background-color: #D6EAF8;
}

.inner-form .cust-row-button {
  text-align: center;
}
.inner-form .cust-row-button button {
  background-color: #337ab7;
  border: 0px;
  max-width: 200px;
  color: #FFF;
  margin-top: 15px;
  width: 100px;
  margin-right: 20px;
}

#list-job-number-panel .panel {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
#list-job-number-panel .panel .panel-heading {
  background-color: #D6EAF8;
}

.sales-quantity-control {
  font-size: 1.4em;
  text-align: center;
  width: 50%;
  margin: auto;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}

.invoiced-background-color {
  background-color: lightcoral;
}

.toggled-off {
    display: none;
    visibility: hidden;
}

.nfc-not-supported {
  visibility: hidden;
}

.nfc-icon {
    color: #00a8e1
}

.nfc-not-supported {
  display: none !important;
}