@charset "UTF-8";
/*
    Main Sass import file for Motus CAS login.

    The resulting CSS file should be output to /src/webapp/themes/motus/cas.css
*/
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
    Responsive breakpoints
*/
/**
  Common import files for CRS and CRS fleet
*/
/*
    Mixins
*/
@font-face {
  font-family: "proxima nova";
  src: url("../fonts/proximanova-regular-webfont.eot");
  src: local("?"), url("../fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proximanova-regular-webfont.ttf") format("truetype"), url("../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "proxima nova";
  src: url("../fonts/proximanova-regularitalic-webfont.eot");
  src: local("?"), url("../fonts/proximanova-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regularitalic-webfont.woff") format("woff"), url("../fonts/proximanova-regularitalic-webfont.ttf") format("truetype"), url("../fonts/proximanova-regularitalic-webfont.svg#proxima_nova_rgitalic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "proxima nova";
  src: url("../fonts/proximanova-semibold-webfont.eot");
  src: local("?"), url("../fonts/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-semibold-webfont.woff") format("woff"), url("../fonts/proximanova-semibold-webfont.ttf") format("truetype"), url("../fonts/proximanova-semibold-webfont.svg#proxima_nova_rgsemibold") format("svg");
  font-weight: 700;
  font-style: normal;
}
/*
    Icon font
*/
@font-face {
  font-family: "crs";
  src: url("../fonts/crs.eot");
  src: local("?"), url("../fonts/crs.eot?#iefix") format("embedded-opentype"), url("../fonts/crs.svg#crs") format("svg"), url("../fonts/crs.woff") format("woff"), url("../fonts/crs.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-device-width: 600px) {
  /*        
      @font-face {
          font-family: 'proxima nova';
          src: url('../fonts/proximanova-regular-webfont.eot');
          src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
               url('../fonts/proximanova-regular-webfont.woff') format('woff'),
               url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
               url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
          font-weight: 400;
          font-style: normal;
      }

      @font-face {
          font-family: 'proxima nova';
          src: url('../fonts/proximanova-regularitalic-webfont.eot');
          src: url('../fonts/proximanova-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
               url('../fonts/proximanova-regularitalic-webfont.woff') format('woff'),
               url('../fonts/proximanova-regularitalic-webfont.ttf') format('truetype'),
               url('../fonts/proximanova-regularitalic-webfont.svg#proxima_nova_rgitalic') format('svg');
          font-weight: 400;
          font-style: italic;
      }

      @font-face {
          font-family: 'proxima nova';
          src: url('../fonts/proximanova-semibold-webfont.eot');
          src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
               url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
               url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
               url('../fonts/proximanova-semibold-webfont.svg#proxima_nova_rgsemibold') format('svg');
          font-weight: 700;
          font-style: normal;
      }

      @font-face {
          font-family: 'crs';
          src: url('../fonts/crs.eot'),
               url('../fonts/crs.eot?#iefix') format('embedded-opentype'),
               url('../fonts/crs.svg#icomoon') format('svg'),
               url('../fonts/crs.woff') format('woff'),
               url('../fonts/crs.ttf') format('truetype');
          font-weight: normal;
          font-style: normal;
      }
    */
}
/*
    Base styles
*/
/* start: sticky footer */
html {
  position: relative;
  min-height: 100%;
}

body script {
  height: 0;
  overflow: hidden;
}

body {
  margin: 0 0 150px; /* bottom = footer height */
  *zoom: 1;
}
body:before, body:after {
  content: " ";
  display: table;
}
body:after {
  clear: both;
}
body.is-mobile {
  margin-bottom: 0;
}

/* end: sticky footer (more in /layout/footer.scss) */
body {
  font: 100%/1.4 "proxima nova", Sans-serif;
  background: #f6f5f3;
  color: #333;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
}

body:before {
  content: "widescreen";
  position: absolute;
  top: -9999px;
  left: -9999px;
}

textarea,
input,
button {
  font-family: inherit;
}

a {
  text-decoration: none;
  color: #00ADEF;
  -webkit-transition: color linear 0.2s;
  -moz-transition: color linear 0.2s;
  -ms-transition: color linear 0.2s;
  -o-transition: color linear 0.2s;
  transition: color linear 0.2s;
}

a.underline {
  text-decoration: underline;
}

table {
  margin-bottom: 15px;
}

th, td {
  padding-right: 40px;
}

th {
  font-weight: 400;
  font-size: 13px;
  text-align: left;
}

th[rowspan="2"] {
  font-size: 20px;
}

td {
  font-weight: 400;
  font-size: 20px;
}

strike {
  color: #969696;
}

h1 {
  margin: 0;
  padding: 0 0 20px;
  line-height: 1;
  font-size: 1.3em;
  font-weight: bold;
}

h2, span.h2 {
  line-height: 1;
  font-size: 1.2em;
  padding: 0 0 20px;
  font-weight: bold;
}

h3 {
  line-height: 1;
  font-size: 1.2em;
  font-weight: 400;
  padding: 0 0 20px;
}

h4 {
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 20px;
}

p, ul, ol {
  font-size: 1em;
  padding: 0 0 1em 0;
  margin: 0;
  line-height: 1.4;
}

ul, ol {
  margin: 0 0 0 35px;
}

img {
  max-width: 100%;
}

img.fixie8png {
  max-width: none;
}

.websqldatabase select {
  padding: 0.5em 1em 0.5em 0.75em;
  border: 1px solid #dcdcdc;
  min-height: 39px;
  outline: 0;
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #efefef 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #efefef 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #efefef 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #efefef 100%);
  background: url(../images/bg-select.png) no-repeat right center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.websqldatabase select:focus {
  border: 1px solid #00ADEF;
}

@media screen and (max-width: 825px) {
  th, td {
    padding-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  body:before {
    content: "smallscreen";
  }
}
/*
    States
*/
.remove-border-left {
  border-left: 0 !important;
}

@media screen and (max-width: 825px) {
  .is-removed-from-smallscreen {
    display: none !important;
  }
}
.is-centered {
  text-align: center;
}

.is-fixed {
  position: fixed;
}

.is-small {
  font-size: 18px !important;
}

.is-loading .overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url(../images/loading-crs.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

.noDisplay,
.remove,
.is-removed,
.is-gone {
  display: none !important;
}

.hide,
.hidden,
.is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.show,
.is-showing,
.is-displayed {
  display: block;
  position: static;
}

.is-disabled {
  background: #dcdcdc !important;
  text-shadow: 0 -1px 0 #ccc !important;
  pointer-events: none !important;
}

.nowrap {
  white-space: nowrap;
}

/*
  Lists
*/
.list-clean {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-modal {
  line-height: 1.5;
}
.list-modal li {
  padding-bottom: 8px;
}

.link-sort {
  font-size: 14px;
  display: block;
  position: relative;
  top: 13px;
}

.inline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
  display: inline-block;
}
.inline li {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

/*
  Layout adjusters
*/
.contain {
  max-width: 1000px;
  min-width: 300px;
  margin: auto;
  padding: 0 10px;
}

.clean-margin {
  margin: 0 !important;
}

.clean-padding {
  padding: 0 !important;
}

.margin-top {
  margin-top: 15px !important;
}

.margin-bottom {
  margin-bottom: 15px !important;
}

.margin-left {
  margin-left: 15px !important;
}

.margin-right {
  margin-right: 15px !important;
}

.padding-top {
  padding-top: 10px;
}

.padding-right {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
}

.padding-bottom {
  padding-bottom: 10px;
}

.padding-left {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}

.right,
.float-right {
  float: right;
}

.left,
.float-left {
  float: left;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*
  Typography adjustments
*/
.no-uppercase {
  text-transform: none !important;
}

.enhance {
  font-weight: 700;
}

.enlarge {
  font-size: 160%;
  margin-top: -5px;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

.clickable {
  cursor: pointer;
}

.no-clickable {
  cursor: default !important;
}

.nav-jump {
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  box-shadow: 0 1px 0 #fff;
  font-size: 13px;
}

.content-wrap {
  background: #fff;
  padding: 0 15px;
  border: 1px solid #dcdcdc;
  margin: 15px 0;
  border-radius: 3px;
}

/*
    Misc. objects
*/
.info {
  clear: both;
  *zoom: 1;
}
.info:before, .info:after {
  content: " ";
  display: table;
}
.info:after {
  clear: both;
}
.info {
  border: 1px solid #dcdcdc;
  margin-bottom: 15px;
}
.info table {
  width: 100%;
}

.info-header {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px;
}

.info-title,
.info-tagline,
.info-label,
.info-content {
  padding: 0;
  margin: 0;
}

.info-section-title {
  padding: 15px 0 0 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.info-note {
  color: #bbb;
  font-size: 12px;
  padding: 0;
  margin: -3px 0 5px;
}

.info-title {
  line-height: 1.3;
}

.info-title,
.info-content {
  font-weight: 400;
  font-size: 18px;
}

.info-tagline,
.info-label {
  font-size: 13px;
}

.inner-vert {
  padding: 10px 0;
}

.separator {
  padding-left: 15px;
  border-left: 1px solid #dcdcdc;
}

.row {
  clear: both;
}

@media screen and (max-width: 600px) {
  .callout {
    text-align: center;
  }
}
/*
 * Styles for Upload Miles Dialog
 */
.upload-mileage-dialog #uploadResults {
  width: 100%;
  height: 372px;
  border: 1px solid #999999;
  overflow-y: auto;
}
.upload-mileage-dialog #uploadResults table {
  margin-bottom: 10px;
  width: 100%;
}
.upload-mileage-dialog #uploadResults table tr {
  border-bottom: 1px solid #999999;
}
.upload-mileage-dialog #uploadResults table th {
  background: #dcdcdc;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #999999;
  padding-right: 2px;
}
.upload-mileage-dialog #uploadResults table th.filename {
  width: 30%;
}
.upload-mileage-dialog #uploadResults table th.filesize {
  width: 10%;
}
.upload-mileage-dialog #uploadResults table th.status {
  width: 60%;
}
.upload-mileage-dialog #uploadResults table td {
  font-size: 12px;
  font-weight: normal;
  padding-right: 2px;
}
.upload-mileage-dialog #uploadResults table td.filename {
  padding-left: 4px;
  width: 30%;
}
.upload-mileage-dialog #uploadResults table td.filesize {
  text-align: right;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 10%;
}
.upload-mileage-dialog #uploadResults table td.status {
  padding-left: 4px;
  width: 60%;
}
.upload-mileage-dialog .detailedInstructions img {
  vertical-align: middle;
  width: 25px;
  height: 25px;
}
.upload-mileage-dialog .detailedInstructions .help-note {
  font-size: 10px;
}
.upload-mileage-dialog .detailedInstructions {
  font-size: 12px;
}
.upload-mileage-dialog .successMessage {
  padding-top: 8px;
  padding-bottom: 0px;
}
.upload-mileage-dialog .progressbar {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  background-color: #dcdcdc;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.upload-mileage-dialog .progressbar .progress {
  color: #fff;
  text-align: center;
  background-color: #1BA4DE;
  height: 100%;
  width: 0%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.locations {
  display: block;
  margin: 0;
  background-clip: padding-box;
  overflow: hidden;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
}
.locations .header {
  font-size: 1.3em;
  font-weight: 700;
  padding-left: 4px;
}
.locations dl {
  padding-left: 14px;
}
.locations dl .info-label {
  margin: 0;
  font-size: 1em;
}
.locations dl .info-text {
  margin: 0 0 0 20px;
  font-size: 1em;
  font-weight: 700;
}
.locations dl .info-help-label {
  margin: 0 0 0 20px;
  font-size: 0.8em;
}
.locations dl .error-inline-text {
  padding-bottom: 10px;
  font-weight: normal;
}
.locations select {
  width: auto;
}
.locations label {
  font-size: 1em;
  margin-bottom: 12px;
}
.locations div .info-label {
  margin: 0;
  font-size: 1em;
}
.locations div .info-text {
  margin: 0 0 0 20px;
}

#baseLocationHistory {
  display: block;
  margin: 0;
  border: 1px solid #dcdcdc;
  background-clip: padding-box;
  background: #fff;
  overflow: hidden;
}
#baseLocationHistory .combo-buttons {
  padding-top: 4px;
  padding-left: 4px;
}
#baseLocationHistory dl {
  padding-left: 14px;
}
#baseLocationHistory dl .info-text {
  margin: 0;
}

/*
    Layout helper objects
*/
.col {
  float: left;
}

.col-last {
  float: right;
}

.relative {
  position: relative;
}

.one-of-two,
.one-of-three,
.two-of-three,
.one-of-four,
.two-of-four,
.three-of-four,
.one-of-five,
.two-of-five,
.three-of-five,
.four-of-five {
  float: left;
}

.one-of-one {
  width: 100%;
}

.one-of-two {
  width: 50%;
}

.one-of-three {
  width: 33%;
}

.two-of-three {
  width: 66%;
}

.one-of-four {
  width: 25%;
}

.two-of-four {
  width: 50%;
}

.three-of-four {
  width: 75%;
}

.one-of-five {
  width: 20%;
}

.two-of-five {
  width: 40%;
}

.three-of-five {
  width: 60%;
}

.four-of-five {
  width: 80%;
}

.inner,
.gutter {
  padding: 20px;
}

@media screen and (max-width: 600px) {
  .three-of-four {
    width: auto;
    float: none;
  }
}
@media screen and (max-width: 400px) {
  .one-of-two,
  .one-of-three,
  .two-of-three {
    float: none;
    width: 100%;
  }
  .one-of-two.important {
    float: left !important;
    width: 50% !important;
  }
  .one-of-three.important {
    float: left !important;
    width: 33% !important;
  }
  .two-of-three.important {
    float: left !important;
    width: 66% !important;
  }
}
/*
    alerts & messages
*/
.msg {
  padding: 8px 0;
  width: 100%;
  *zoom: 1;
}
.msg:before, .msg:after {
  content: " ";
  display: table;
}
.msg:after {
  clear: both;
}
.msg {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.is-user-switch {
  font-size: 14px;
  background: #00ADEF;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #fff;
  top: 0;
  left: 0;
  z-index: 201;
  height: 37px;
}
.is-user-switch .one-of-two:last-child {
  text-align: right;
}
.is-user-switch a {
  text-decoration: underline;
  color: #fff;
}
.is-user-switch a:hover {
  text-decoration: none;
}
.is-user-switch strong {
  color: #fff;
}

@media screen and (max-width: 600px) {
  .is-user-switch {
    height: auto;
    font-size: 13px;
  }
  .is-user-switch .one-of-two {
    width: 100%;
    float: none;
  }
  .is-user-switch .left {
    float: none;
  }
  .is-user-switch .one-of-two:last-child {
    text-align: left;
  }
}
.alert {
  font-size: 0.95em;
  background: #fcfbe6;
  color: #d97f00;
  border: 1px solid #d97f00;
  border-radius: 3px;
  padding: 8px 0 6px 10px;
  margin: 3px 0 15px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  clear: both;
}
.alert p {
  margin: 0;
  padding: 0 0 0 25px;
  width: 85%;
  line-height: 1.4;
  font-size: 15px;
}
.alert:before {
  font-family: "crs";
  content: "p";
  margin-right: 8px;
  float: left;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
.alert.no-button p {
  max-width: 100% !important;
  width: 100%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.alert button,
.alert .yui3-button {
  background: #d97f00;
  box-shadow: none;
  border-radius: 0;
  border-color: #d97f00;
  color: #fcfbe6;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 15px;
  height: 100%;
}
.alert button:hover, .alert button:focus,
.alert .yui3-button:hover,
.alert .yui3-button:focus {
  background: #d97f00;
  opacity: 0.7;
}
.alert button:active,
.alert .yui3-button:active {
  box-shadow: none;
  opacity: 1;
  border-color: #d97f00;
}

.alert-card {
  border-color: #d31000 !important;
}

.alert-error {
  background: #fdefef;
  color: #d31000;
  border-color: #d31000 !important;
}
.alert-error button,
.alert-error .yui3-button {
  background: #d31000;
  box-shadow: none;
  border-radius: 0;
  border-color: #d31000;
  color: #fdefef;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 15px;
  height: 100%;
}
.alert-error button:hover, .alert-error button:focus,
.alert-error .yui3-button:hover,
.alert-error .yui3-button:focus {
  background: #d31000;
  opacity: 0.7;
}
.alert-error button:active,
.alert-error .yui3-button:active {
  box-shadow: none;
  opacity: 1;
  border-color: #d31000;
}

.alert-success {
  background: #ebf5e5;
  color: #6cab43;
  border-color: #6cab43;
}
.alert-success button,
.alert-success .yui3-button {
  background: #6cab43;
  box-shadow: none;
  border-radius: 0;
  border-color: #6cab43;
  color: #ebf5e5;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 15px;
  height: 100%;
}
.alert-success button:hover, .alert-success button:focus,
.alert-success .yui3-button:hover,
.alert-success .yui3-button:focus {
  background: #6cab43;
  opacity: 0.7;
}
.alert-success button:active,
.alert-success .yui3-button:active {
  box-shadow: none;
  opacity: 1;
  border-color: #6cab43;
}

.alert-location-success {
  font-size: 0.95em;
  background: #ebf5e5;
  color: #6cab43;
  border: 1px solid #6cab43;
  border-radius: 3px;
  padding: 8px 0 6px 10px;
  margin: 3px 0 15px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  clear: both;
}
.alert-location-success p {
  margin: 0;
  padding: 0 0 0 25px;
  width: 85%;
  line-height: 1.4;
  font-size: 15px;
}
.alert-location-success:before {
  font-family: "crs";
  content: "p";
  margin-right: 8px;
  float: left;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
.alert-location-success.no-button p {
  max-width: 100% !important;
  width: 100%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.alert-location-success button,
.alert-location-success .yui3-button {
  background: #6cab43;
  box-shadow: none;
  border-radius: 0;
  border-color: #6cab43;
  color: #ebf5e5;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 15px;
  height: 100%;
}
.alert-location-success button:hover, .alert-location-success button:focus,
.alert-location-success .yui3-button:hover,
.alert-location-success .yui3-button:focus {
  background: #6cab43;
  opacity: 0.7;
}
.alert-location-success button:active,
.alert-location-success .yui3-button:active {
  box-shadow: none;
  opacity: 1;
  border-color: #6cab43;
}

.alert-server {
  padding-bottom: 8px;
}
.alert-server p {
  max-width: 100%;
  width: 100%;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.alert-info {
  background: #eaf3f8;
  color: #007cc2;
  border-color: #007cc2;
}
.alert-info:before {
  font-family: "crs";
  content: '"';
}
.alert-info button,
.alert-info .yui3-button {
  background: #007cc2;
  box-shadow: none;
  border-radius: 0;
  border-color: #007cc2;
  color: #eaf3f8;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 15px;
  height: 100%;
}
.alert-info button:hover, .alert-info button:focus,
.alert-info .yui3-button:hover,
.alert-info .yui3-button:focus {
  background: #007cc2;
  opacity: 0.7;
}
.alert-info button:active,
.alert-info .yui3-button:active {
  box-shadow: none;
  opacity: 1;
  border-color: #007cc2;
}

.alert-location {
  background: #fff;
  border-color: #dcdcdc;
  color: #333;
  padding: 10px;
  margin-top: 10px;
}
.alert-location:before {
  display: none;
}
.alert-location img {
  width: 20px;
  float: left;
  margin-right: 7px;
}
.alert-location p {
  padding: 0;
}
.alert-location button {
  background: #00ADEF;
  border-color: #00ADEF;
}
.alert-location button:hover {
  background: #00ADEF;
}
.alert-location button:focus {
  border-color: #dcdcdc;
}

/*
    Errors
*/
.error-inline-text {
  color: #d31000;
  font-size: 13px;
  position: relative;
  margin-bottom: -18px;
  display: block;
  line-height: 18px;
}
.error-inline-text .icon-alert {
  font-size: 16px;
  position: relative;
  top: 1px;
  left: 2px;
}

/*
    ATTN bubbles
*/
.bubble {
  background: #dcdcdc;
  color: #333;
  box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.5);
  border: 1px solid #00ADEF;
  position: absolute;
  top: -10px;
  left: -10px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 20px;
  text-indent: 0;
  font-size: 13px;
}

.bubble-alert {
  background: #d97f00;
  box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.5);
  border: 1px solid #d97f00;
}

.bubble-error {
  background: #d31000;
  box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.5);
  border: 1px solid #d31000;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .alert p {
    max-width: 66%;
    font-size: 85% !important;
  }
  .alert-server p {
    max-width: 100% !important;
  }
}
/*
    Modal window objects
*/
.modal {
  border-radius: 3px;
  box-shadow: 0 0 10px #333;
  background: #fff;
  position: absolute;
  width: 50%;
  top: 10%;
  margin-left: -25%;
  left: 50%;
  z-index: 1000;
}
.modal h2, .modal h3, .modal h4, .modal h4 {
  margin: 0;
  padding: 0 0 12px;
}
.modal form {
  margin-bottom: 10px;
  border: 0;
}

.ui-dialog {
  z-index: 1000 !important;
  border-radius: 3px;
  box-shadow: 0 0 10px #333;
  background: #fff;
  width: 50% !important;
}
.ui-dialog .icon-cancel {
  padding: 0;
  background: none;
  color: #ccc;
  border: 0;
  margin: 0 3px 0 0;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 20px !important;
  -webkit-transition: color linear 0.2s;
  -moz-transition: color linear 0.2s;
  -ms-transition: color linear 0.2s;
  -o-transition: color linear 0.2s;
  transition: color linear 0.2s;
}
.ui-dialog .icon-cancel:hover {
  color: #333;
}
.ui-dialog h2, .ui-dialog h3, .ui-dialog h4, .ui-dialog h4 {
  margin: 0;
  padding: 0 0 12px;
}
.ui-dialog p {
  font-size: 16px;
}
.ui-dialog form {
  padding: 0;
  border: 0;
  margin: 0;
}
.ui-dialog .ui-dialog-content {
  padding: 15px;
  min-height: 0 !important;
}
.ui-dialog .combo-buttons {
  margin-bottom: 15px;
}
.ui-dialog .ui-dialog-content .combo-buttons {
  margin-bottom: 0;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background: url(../images/bg-overlay-modal.png);
  background: rgba(0, 0, 0, 0.4);
}

.ui-widget-overlay {
  background: url(../images/bg-overlay-modal.png) !important;
  background: rgba(0, 0, 0, 0.4) !important;
  opacity: 1 !important;
  z-index: 999 !important;
}

.modal-message {
  margin-bottom: 20px;
}
.modal-message p {
  margin: 0;
  padding: 0;
}

.modal-wide {
  width: 50% !important;
}

@media screen and (max-width: 1000px) {
  .modal {
    top: 5%;
    width: 60%;
    margin-left: -30%;
  }
  .ui-dialog {
    width: 65% !important;
  }
}
@media screen and (max-width: 600px) {
  .modal {
    top: 2.5%;
    width: 90%;
    margin-left: -45%;
  }
  .ui-dialog {
    width: 75% !important;
    left: 12.5% !important;
    top: 200px !important;
  }
  .modal-wide {
    width: 75% !important;
  }
}
@media screen and (max-width: 400px) {
  .ui-dialog {
    width: 90% !important;
    left: 5% !important;
    top: 100px !important;
  }
  .modal-wide {
    width: 90% !important;
  }
}
/*
    Icons
*/
[data-icon]:before {
  font-family: "crs";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-transform: lowercase !important;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "crs";
  font-style: normal;
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-transform: lowercase !important;
}

.icon-shield:before, .icon-mileage:before, .icon-map:before .icon-nearby:before, .icon-help:before, .icon-gears:before, .icon-docs:before, .icon-compass:before, .icon-check:before, .icon-car:before, .icon-alert:before, .icon-edit:before, .icon-navicon:before, .icon-collapse:before, .icon-check:before, .icon-x:before, .icon-info:before, .icon-down_arrow:before, .icon-up_arrow:before, .icon-refresh:before, .icon-upload:before, .icon-cancel:before, .icon-plus:before, .icon-print:before, .icon-arrow-left:before, .icon-back:before, .icon-one:before, .icon-support:before, .icon-play:before {
  font-family: "crs";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-transform: lowercase !important;
}

.navicon, .menu-container button,
.navicon:active, .menu-container button:active,
.navicon:hover, .menu-container button:hover {
  height: 44px;
  width: 48px !important;
  padding: 0 !important;
  text-indent: -9999px;
  background-color: #00ADEF !important;
  background-image: url(../images/fallback_bg_navicon.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  /*&:hover {
    background-color: $color-action !important;
    background-image:url(../images/fallback_bg_navicon.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-color: $color-action !important;
  }*/
}
.navicon:before, .menu-container button:before,
.navicon:active:before, .menu-container button:active:before,
.navicon:hover:before, .menu-container button:hover:before {
  display: none;
}
.navicon span, .menu-container button span,
.navicon:active span, .menu-container button:active span,
.navicon:hover span, .menu-container button:hover span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.icon {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  top: 4px;
  font-size: 22px;
  margin: 0 5px 0 0;
  font-weight: 400;
}

.icon-calendar {
  text-indent: -9999px;
  overflow: hidden;
  background: #333 url(../images/icon-calendar.gif) center center no-repeat;
  border-color: #333;
  width: 46px;
  overflow: visible;
}
.icon-calendar:hover {
  background: #333 url(../images/icon-calendar.gif) center center no-repeat;
}

.icon-shield:before {
  content: "q";
}

.icon-upload:before {
  content: "#";
}

.icon-mileage:before {
  content: "w";
}

.icon-map:before {
  content: "e";
}

.icon-nearby:before {
  content: "n";
}

.icon-help {
  border: 0 !important;
}

.icon-help:before {
  content: "r";
  color: #F05A30;
  border: 2px solid #F05A30;
  border-radius: 20px;
  font-size: 12px;
  position: relative;
  top: 1px;
}

.icon-gears:before {
  content: "t";
}

.icon-docs:before {
  content: "y";
}

.icon-compass:before {
  content: "u";
}

.icon-check:before {
  content: "i";
}

.icon-car:before {
  content: "o";
  color: #F05A30;
  position: relative;
  top: 1px;
}

.print-icon-car:before {
  color: #93989b;
}

.icon-calendar:before {
  content: "p";
}

.icon-alert:before {
  content: "p";
}

.icon-edit:before {
  content: "a";
}

.icon-navicon:before {
  content: "s";
}

.icon-collapse:before {
  content: "!";
}

.icon-success:before {
  content: "d";
}

.icon-x:before {
  content: "x";
}

.icon-icon-info:before {
  content: '"';
}

.icon-down_arrow:before {
  content: "%";
}

.icon-up_arrow:before {
  content: "&";
}

.icon-refresh:before {
  content: "f";
}

.icon-cancel:before {
  content: "$";
}

.icon-plus:before {
  content: "+";
}

.icon-print:before {
  content: "'";
}

.icon-arrow-left:before {
  content: "<";
}

.icon-back:before {
  content: "l";
}

.icon-one:before {
  content: "1";
}

.icon-support:before {
  content: "(";
}

.icon-play:before {
  content: ")";
}

button.icon-plus {
  padding: 0;
  margin: 0;
  background: none;
  font-size: 30px;
  border: 0;
  color: #F05A30;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  height: 40px;
}
button.icon-plus:hover, button.icon-plus:focus {
  color: #4c772f;
  background: none;
}
button.icon-plus:active {
  color: #333;
  background: none;
  border: 0;
}

.today .icon-alert:before,
.today .icon-success:before,
.today .icon-one:before {
  padding-left: 5px;
  font-size: 80%;
}
.today .icon-alert:before {
  color: #d31000;
}
.today .icon-success:before,
.today .icon-one:before {
  color: #00ADEF;
}

.print-icon-tooltip {
  font-size: 12px;
}

/*
    Dropdown menu
*/
.menu-container {
  position: relative;
  /* end button */
}
.menu-container .tripActions {
  position: absolute;
  z-index: 199;
  top: 135%;
  right: 0px;
  background: #00ADEF;
  border-radius: 3px;
  padding: 2px;
  -webkit-box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.5), 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.5), 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.5), 0 1px 1px rgba(0, 0, 0, 0.3);
}
.menu-container .tripActions:before {
  content: "";
  display: block;
  height: 20px;
  width: 48px;
  position: absolute;
  top: -17px;
  right: 0;
  z-index: 101;
  background: #00ADEF;
}
.menu-container .tripActions:after {
  content: "";
  display: block;
  height: 19px;
  width: 46px;
  position: absolute;
  top: -17px;
  right: 0;
  z-index: 101;
  background: #00ADEF;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%, #00ADEF 3%, #00ADEF 98%, rgba(255, 255, 255, 0.05) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.05)), color-stop(3%, #00ADEF), color-stop(98%, #00ADEF), color-stop(100%, rgba(255, 255, 255, 0.05)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%, #00ADEF 3%, #00ADEF 98%, rgba(255, 255, 255, 0.05) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%, #00ADEF 3%, #00ADEF 98%, rgba(255, 255, 255, 0.05) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%, #00ADEF 3%, #00ADEF 98%, rgba(255, 255, 255, 0.05) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.05) 0%, #00ADEF 3%, #00ADEF 98%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid #00ADEF;
  border-top: 0;
  border-bottom: 0;
}
.menu-container .tripActions ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.menu-container .tripActions a {
  min-width: 200px;
  display: block;
  border-bottom-color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
  color: #fff;
  background: #00ADEF;
  padding: 10px 15px;
  -webkit-transition: background-color linear 0.3s;
  -moz-transition: background-color linear 0.3s;
  -ms-transition: background-color linear 0.3s;
  -o-transition: background-color linear 0.3s;
  transition: background-color linear 0.3s;
}
.menu-container .tripActions a:hover {
  background: #1BA4DE;
}
.menu-container .tripActions a.is-disabled {
  position: relative;
  z-index: 101;
  display: none;
}
.menu-container .tripActions li:last-child a {
  border-bottom: 0;
  box-shadow: none;
}

@media screen and (max-width: 600px) {
  .menu-container {
    float: none;
    width: 100%;
    clear: both;
    margin-left: 10px;
    padding-right: 0px;
    display: block !important;
    margin-bottom: 5px;
  }
  .menu-container button, .menu-container .button, .menu-container .yui3-button {
    float: none;
    position: absolute;
    bottom: 100%;
    right: 0px;
    width: 45px;
  }
  .menu-container .tripActions {
    position: relative;
    top: 14px;
    margin-bottom: 15px;
    right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .no-buttons .menu-container {
    margin-top: 36px !important;
  }
}
.controls > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.controls > ul > li {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  vertical-align: top;
  margin-left: 10px;
}
.controls > ul > li button {
  font-size: 16px;
  line-height: 38px;
  height: 44px;
  padding-top: 4px;
  padding-bottom: 0;
  margin-top: -4px;
}

.trips-header button .icon-compass {
  font-size: 18px;
  position: relative;
  margin-top: 0px;
  left: 8px;
  top: 2px;
}

.button-add-trip button:after {
  font-family: "crs";
  margin-left: 7px;
  position: relative;
  top: 1px;
  text-transform: lowercase;
}

.today .controls .menu-container button {
  width: 48px;
  display: block;
}

.controls-toggle {
  margin-top: 5px;
}
.controls-toggle ul {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
}
.controls-toggle li {
  display: block;
  width: 100%;
}
.controls-toggle button {
  padding: 6px 10px 4px;
  margin: 0;
  font-size: 12px;
  background: #dcdcdc;
  border: 1px solid #d3d3d3;
  border-radius: 0 0 2px 2px;
  color: #333;
  height: auto;
  display: block;
  width: 100%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.controls-toggle button:hover {
  background: #cccccc;
}
.controls-toggle button:active {
  border-color: #999999;
}
.controls-toggle li:first-child button {
  box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.5);
  border: 1px solid #d3d3d3;
  border-radius: 2px 2px 0 0;
  border-bottom-color: #d3d3d3;
}
.controls-toggle li:first-child button:hover {
  background: #cccccc;
}
.controls-toggle li:first-child button:active {
  border-color: #999999;
}

.controls-state {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/bg-overlay-modal.png);
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.controls-state .btn-move-up,
.controls-state .btn-move-down {
  display: block;
  float: left;
  font-size: 18px;
  line-height: 47px;
  padding: 3px 0 0;
  width: 5%;
  border: 0;
  border-radius: 0;
  margin-top: 1px;
  margin-left: 1px;
}
.controls-state input[type=checkbox] {
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 12;
}
.controls-state label.hide {
  top: 0;
  left: 0;
  text-indent: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10;
  -webkit-transition: background linear 0.3s;
  -moz-transition: background linear 0.3s;
  -ms-transition: background linear 0.3s;
  -o-transition: background linear 0.3s;
  transition: background linear 0.3s;
}
.controls-state label.hide:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1000px) {
  .controls .button-add-trip .yui3-button {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 19px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .controls-toggle {
    display: none;
  }
  .controls > ul > li button {
    font-size: 14px;
  }
}
@media screen and (max-width: 825px) {
  .controls-state .btn-move-up,
  .controls-state .btn-move-down {
    line-height: 49px;
  }
}
@media screen and (max-width: 780px) {
  .tab-header .table-miles {
    width: 100%;
  }
  .tab-header .controls {
    float: none;
    clear: both;
    margin: 0 auto 10px;
  }
  .tab-header .controls > ul > li {
    margin-left: 0;
    margin-right: 10px;
  }
  .trips-header button {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }
  .trips-header .button-add-trip {
    margin-left: 0;
  }
  .trips-header th, .trips-header td {
    padding-right: 5px;
  }
  .trips-header .table-miles .first-cell {
    padding-left: 10px;
  }
  .trips-header .table-miles th[rowspan="2"],
  .trips-header .table-miles .period-header-cell {
    width: 70px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .tab-header .table-miles {
    margin: 0 auto 10px;
    float: none;
  }
  .tab-header .controls {
    width: 100%;
    text-align: left;
  }
  .tab-header .controls .icon-print {
    display: none;
  }
  .tab-header .controls > ul > li {
    margin-right: 0;
  }
  .trips-header .table-miles {
    margin: 0 auto 10px;
    float: none;
  }
  .trips-header .controls {
    width: 100%;
    text-align: left;
  }
  .controls {
    clear: both;
    float: left;
    width: 100%;
  }
  .controls > ul > li {
    margin: 0;
    float: none;
  }
  .controls li {
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .controls li button {
    width: 100%;
  }
  .controls li li {
    width: auto;
    padding: 0;
    float: none;
  }
  .controls li li + li {
    margin: 0;
  }
  .controls li + li {
    margin-left: 0;
  }
  .controls .date-picker {
    float: right;
    width: 100%;
    clear: both;
    margin-left: 0;
    padding-right: 0;
  }
  .controls .date-picker button,
  .controls .date-picker .button,
  .controls .date-picker .yui3-button {
    float: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 48px;
  }
  .controls .date-picker .periodcalendar {
    position: relative;
    top: 14px;
    margin-bottom: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .controls .date-picker .periodcalendar:after {
    content: "";
    height: 20px;
    right: -1px;
    top: -17px;
    width: 48px;
  }
  .controls .btn-submit-period,
  .controls .button-add-trip {
    width: 81%;
  }
  .controls .btn-submit-period button,
  .controls .button-add-trip button {
    font-size: 16px;
  }
  .controls.has-unconfirm .button-confirm {
    width: 81%;
  }
  .controls.has-unconfirm .button-confirm button {
    font-size: 16px;
  }
  .controls.has-unconfirm-only .button-confirm, .controls.has-unconfirm-only .btn-confirm-period, .controls.has-confirm-only .button-confirm, .controls.has-confirm-only .btn-confirm-period {
    width: 100% !important;
  }
  .controls.has-unconfirm-only .button-confirm button, .controls.has-unconfirm-only .btn-confirm-period button, .controls.has-confirm-only .button-confirm button, .controls.has-confirm-only .btn-confirm-period button {
    font-size: 16px;
  }
  .controls.has-confirm .btn-confirm-period,
  .controls.has-confirm .button-confirm {
    width: 43%;
  }
  .controls.has-confirm .btn-confirm-period button,
  .controls.has-confirm .button-confirm button {
    font-size: 16px;
  }
  .controls.has-confirm .btn-submit-period,
  .controls.has-confirm .button-add-trip {
    width: 41.5%;
  }
  .controls.has-confirm .btn-submit-period button,
  .controls.has-confirm .button-add-trip button {
    font-size: 16px;
  }
  .btn-upload-container {
    display: none;
  }
  .controls-day * {
    margin: 0;
  }
  .controls-day .date-picker button {
    width: 48px;
    right: auto;
    left: 0;
    top: 0;
  }
  .controls-day .button-add-trip {
    margin: 0;
  }
  .controls-day .button-add-trip button {
    width: 100%;
    margin-left: 60px;
  }
  .controls-day .menu-container button {
    max-width: 48px;
    border-radius: 0 2px 2px 0;
  }
  .controls-state .btn-move-up,
  .controls-state .btn-move-down {
    float: none;
    width: 10%;
  }
  .controls-state input[type=checkbox] {
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 12;
  }
  .has-upload.controls {
    position: relative;
  }
  .has-upload.controls li.btn-upload-container {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .controls.has-end-day .button-add-trip {
    width: 45% !important;
    margin-right: 0.75%;
  }
  .controls.has-end-day .button-add-trip button {
    display: block;
  }
  .controls.has-end-day .button-end-day {
    width: 35% !important;
  }
  .controls.has-end-day.has-confirm .button-end-day {
    width: 40% !important;
    margin-right: 4%;
  }
  .controls.has-end-day.has-confirm .button-confirm {
    width: 40% !important;
  }
  .controls.has-end-day.has-confirm .no-datepicker .btn-submit-period {
    width: 49%;
  }
  .controls.has-end-day.has-confirm .no-datepicker .btn-confirm-period {
    width: 49%;
    float: right;
  }
  .controls .no-datepicker .btn-submit-period {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .controls-state .btn-move-up,
  .controls-state .btn-move-down {
    float: none;
    width: 15%;
    margin-bottom: 1px;
  }
  .button-add-trip button {
    width: 99%;
  }
  .controls {
    *zoom: 1;
  }
  .controls:before, .controls:after {
    content: " ";
    display: table;
  }
  .controls:after {
    clear: both;
  }
  .controls.has-confirm .btn-confirm-period,
  .controls.has-confirm .button-confirm {
    width: 35%;
  }
  .controls.has-confirm .btn-confirm-period button,
  .controls.has-confirm .button-confirm button {
    font-size: 14px;
    white-space: nowrap;
  }
  .controls.has-confirm .btn-submit-period,
  .controls.has-confirm .button-add-trip {
    width: 45%;
  }
  .controls.has-confirm .btn-submit-period button,
  .controls.has-confirm .button-add-trip button {
    font-size: 14px;
    white-space: nowrap;
  }
}
.form-row {
  clear: both;
  *zoom: 1;
}
.form-row:before, .form-row:after {
  content: " ";
  display: table;
}
.form-row:after {
  clear: both;
}
.form-row {
  margin-bottom: 15px;
}

.compact input[disabled] {
  padding: 0;
  height: auto;
  color: #000;
}
.compact label {
  margin: 0;
  padding: 0;
}
.compact button {
  position: relative;
  top: -14px;
}

.helper {
  font-size: 12px !important;
  color: #666;
  margin-top: -12px;
}

.radio-break {
  display: block;
  margin-left: 20px;
}

select {
  /*
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px;
  border: 1px solid $color-tertiary;
  background-image: url(../images/fallback_bg_btn_soft.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  @include gradient-linear(#f9f9f9, #eee);
  @include border-radius(3px);
  */
}

form {
  padding: 15px 0 5px;
  *zoom: 1;
}
form:before, form:after {
  content: " ";
  display: table;
}
form:after {
  clear: both;
}
form {
  border-bottom: 1px solid #dcdcdc;
  box-shadow: 0 1px 0 #fff;
  margin-bottom: 20px;
}
form h2 {
  padding: 0;
  margin: 0 0 15px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
fieldset.select-menus {
  padding-top: 6px;
}

legend {
  display: block;
  clear: both;
  width: 100%;
  padding: 0;
  margin: 0 0 -2px;
  font-size: 13px;
  color: #333;
  border: 0;
}

label {
  display: block;
  line-height: 1.3;
  cursor: pointer;
  font-size: 13px;
}

input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "proxima nova", Sans-serif;
}

textarea {
  height: auto;
  resize: none;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.input-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 10px;
  -webkit-transition: border linear 0.2s\, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s\, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s\, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s\, box-shadow linear 0.2s;
  transition: border linear 0.2s\, box-shadow linear 0.2s;
  background: #f5f8fa;
  background: -moz-linear-gradient(top, #f5f8fa 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f8fa), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #f5f8fa 0%, #fff 100%);
  background: -o-linear-gradient(top, #f5f8fa 0%, #fff 100%);
  background: -ms-linear-gradient(top, #f5f8fa 0%, #fff 100%);
  background: linear-gradient(to bottom, #f5f8fa 0%, #fff 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.input-text:focus {
  border-color: #00ADEF;
  background: #fff;
  outline: 0;
}

input[disabled] {
  border: 0;
  box-shadow: none;
  padding-left: 1px;
  background: #fff;
  color: #000;
  -webkit-transition: background-color linear 0.3s;
  -moz-transition: background-color linear 0.3s;
  -ms-transition: background-color linear 0.3s;
  -o-transition: background-color linear 0.3s;
  transition: background-color linear 0.3s;
}

.disabled-field {
  border: 1px solid #dcdcdc !important;
  color: #7a7a7a !important;
}

.disabled-clean {
  padding: 0 !important;
  height: auto !important;
  -webkit-transition: background-color linear 0.3s;
  -moz-transition: background-color linear 0.3s;
  -ms-transition: background-color linear 0.3s;
  -o-transition: background-color linear 0.3s;
  transition: background-color linear 0.3s;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 3px 0 0;
  *margin-top: 0;
  margin-top: 1px \9 ;
  line-height: normal;
  position: relative;
  top: -2px;
}

input[type=file],
input[type=image],
input[type=submit],
input[type=reset],
input[type=button],
input[type=radio],
input[type=checkbox] {
  width: auto;
}

select,
input[type=file] {
  height: 30px;
  *margin-top: 4px;
  line-height: 30px;
}

select {
  width: 220px;
  cursor: pointer;
  line-height: normal;
  height: auto;
}

.input-full {
  width: 100%;
  height: 40px;
}

.input-large {
  width: 66%;
  height: 40px;
}

.input-medium {
  width: 50%;
  height: 40px;
}

.input-small {
  width: 25%;
  height: 40px;
}

.input-short {
  padding: 3px !important;
}

select.input-full, select.input-large, select.input-medium, select.input-small {
  height: auto;
  padding-top: 4px;
  padding-bottom: 2px;
}

/* Don't hijack heights for textareas, sir */
textarea.input-full {
  height: auto;
}

textarea.input-large {
  height: auto;
}

textarea.input-medium {
  height: auto;
}

textarea.input-small {
  height: auto;
}

/*
    buttons
*/
.btn-print {
  min-width: 48px !important;
}
.btn-print button {
  height: 42px;
  font-size: 24px;
  padding: 4px 0 0;
}

.btn-upload {
  width: 56px !important;
  font-size: 36px !important;
  padding: 4px 0 0 0 !important;
  margin-right: 0;
}
.btn-upload.icon {
  top: 0;
}
.btn-upload:before {
  color: #fff;
}

.ui-dialog-buttonpane {
  border: 0;
  padding: 0;
  margin: 0;
}

.yui3-button,
.button,
button,
input[type=submit],
input[type=button] {
  position: relative;
  background: #00ADEF;
  color: #fff;
  padding: 14px 15px 12px;
  line-height: 1em;
  /* text-transform: uppercase; */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.5);
  border: 1px solid #00ADEF;
}
.yui3-button:hover, .yui3-button:focus,
.button:hover,
.button:focus,
button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus {
  background: #1BA4DE;
  outline: 0;
}
.yui3-button:active,
.button:active,
button:active,
input[type=submit]:active,
input[type=button]:active {
  background: #333;
  box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.5);
  border: 1px solid #333;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.flashbutton {
  position: relative;
  background: #00ADEF;
  color: #fff;
  padding: 0px;
  line-height: 1em;
  /* text-transform: uppercase; */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.5);
  border: 1px solid #00ADEF;
}
.flashbutton:hover, .flashbutton:focus {
  background: #1BA4DE;
  outline: 0;
}
.flashbutton:active {
  background: #333;
  box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.5);
  border: 1px solid #333;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

button.btn-disabled,
button[disabled],
.btn-disabled button,
.yui3-button.disabled,
button.btn-dim,
.button.btn-dim,
.btn-dim button,
.yui3-button.btn-dim,
button.btn-soft,
.btn-soft button,
.yui3-button.btn-soft {
  background-color: #dcdcdc !important;
  color: #333;
  border-color: #bbb;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

button.btn-soft,
.btn-soft button,
.yui3-button.btn-soft {
  border-color: #dcdcdc;
  height: 39px;
  padding-bottom: 0;
  padding-top: 0;
  color: #333;
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #eee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #eee));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #eee 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #eee 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #eee 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #eee 100%);
}

.btn-soft[disabled] {
  color: #bbb !important;
  -webkit-transition: background-color linear 0.3s;
  -moz-transition: background-color linear 0.3s;
  -ms-transition: background-color linear 0.3s;
  -o-transition: background-color linear 0.3s;
  transition: background-color linear 0.3s;
}

.btn-large {
  width: 185px !important;
}

/*
    gradient fallback
*/
.no-cssgradient button.btn-soft,
.no-cssgradient .btn-soft button,
.no-cssgradient .yui3-button.btn-soft {
  background-image: url(../images/fallback_bg_btn_soft.png);
  background-position: center bottom;
  background-repeat: repeat-x;
}

button.btn-disabled,
button[disabled],
.btn-disabled button,
.yui3-button.btn-disabled {
  cursor: default;
  pointer-events: none;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color linear 0.3s;
  -moz-transition: background-color linear 0.3s;
  -ms-transition: background-color linear 0.3s;
  -o-transition: background-color linear 0.3s;
  transition: background-color linear 0.3s;
}

.btn-dim button:hover,
.btn-dim button:focus,
button.btn-dim:hover,
button.btn-dim:focus {
  background: #cccccc;
  outline: 0;
}

.btn-soft button:hover,
.btn-soft button:focus,
button.btn-soft:hover,
button.btn-soft:focus {
  background: #eee;
  outline: 0;
}

.btn-soft button:active,
button.btn-soft:active {
  background: #333;
  color: #fff;
}

.btn-dim button:active,
button.btn-dim:active,
button.btn-dim:active {
  background: #333;
  color: #fff;
}

form .inline li {
  margin-right: 10px;
}

.form-inner {
  padding: 0 15px;
}

/* buttons that sit side-by-side */
.combo-buttons:after, .ui-dialog-buttonpane:after {
  content: "";
  display: block;
  clear: both;
}
.combo-buttons ul, .ui-dialog-buttonpane ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.combo-buttons button, .combo-buttons .ui-button, .combo-buttons .button, .ui-dialog-buttonpane button, .ui-dialog-buttonpane .ui-button, .ui-dialog-buttonpane .button {
  width: 100%;
  white-space: nowrap;
}
.combo-buttons li, .ui-dialog-buttonpane li {
  float: left;
  margin-right: 15px;
  border: 0;
  min-width: 116px;
}
.combo-buttons .solo li, .ui-dialog-buttonpane .solo li {
  min-width: 0;
}
.combo-buttons .solo.center li, .ui-dialog-buttonpane .solo.center li {
  margin: auto;
  float: none;
  max-width: 33%;
  min-width: 240px;
}

/* combo-button */
.form-route-optimizer {
  padding: 15px 0;
}

.contain-button {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.contain-button button {
  position: absolute;
  top: 0;
  right: 0;
}
.contain-button .icon-x,
.contain-button .icon-x button {
  font-size: 20px;
  padding: 3px 10px 0;
  height: 40px;
}
.contain-button .input-full {
  width: 99%;
}

.form-error input, .form-error input.error, .form-error textarea, .form-error textarea.error {
  border-color: #d31000;
  background: #fdefef;
}
.form-error input:focus, .form-error input.error:focus, .form-error textarea:focus, .form-error textarea.error:focus {
  background: #fdefef;
  border-color: #d31000;
}
.form-error input[disabled], .form-error textarea[disabled] {
  background: #fff;
}
.form-error label, .form-error label.error, .form-error div.error {
  color: #d31000;
}

.one-of-two .one-of-two .one-of-two input, .one-of-two .one-of-two .one-of-two input.error {
  background-position: 90% center;
}

.ie .row-contain-button input[type=text] {
  min-height: 42px;
}

.row-contain-button {
  position: relative;
}
.row-contain-button .input-wrap {
  padding-right: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-contain-button .input-wrap input[type=text] {
  width: 100%;
  height: 42px;
  border-right: 0;
  border-radius: 3px 0 0 3px;
}
.row-contain-button button {
  font-size: 20px;
  padding: 10px 0;
  margin: 0;
  height: 42px;
  float: right;
  width: 42px;
  top: 0;
  right: 0;
  position: absolute;
  border-radius: 0 2px 2px 0;
}

.small-center-right,
.small-center-left {
  width: 40%;
}

.small-center-left {
  float: left;
}

.small-center-right {
  float: right;
}

@media screen and (max-width: 825px) {
  .small-center-left,
  .small-center-right {
    float: none;
    margin: auto;
    max-width: 100%;
    width: 100%;
  }
  .small-center-right {
    padding-top: 15px;
  }
  .form-history .inline li {
    max-width: 33.333333333%;
  }
  .form-history .inline li input, .form-history .inline li button {
    max-width: 100%;
  }
  .form-history label {
    white-space: nowrap;
    margin-right: 20px;
  }
  form .one-of-two {
    width: 100%;
    float: none;
    clear: both;
  }
  form .one-of-two .one-of-two {
    width: 50%;
    float: left;
    clear: none;
  }
} /* end midrange media query */
@media screen and (max-width: 600px) {
  form .one-of-two {
    width: 100%;
    float: none;
    clear: both;
  }
  form .one-of-two .one-of-two {
    width: 50%;
    float: left;
    clear: none;
  }
  .form-edit .input-medium {
    width: 100%;
  }
  .combo-buttons button {
    border-radius: 0 2px 2px 0;
  }
  .combo-buttons ul {
    float: left;
    width: 100%;
    margin: 10px 0 0;
  }
  .combo-buttons ul.solo li {
    width: 100%;
  }
  .combo-buttons ul.solo li button {
    border-radius: 2px;
  }
  .combo-buttons ul.solo.center li {
    float: none;
    margin: auto;
    max-width: 100%;
    width: 100%;
  }
  .combo-buttons li {
    width: 50%;
    margin: 0;
    border-radius: 0;
    min-width: 0;
  }
  .combo-buttons li:first-child button {
    border-radius: 2px 0 0 2px;
  }
  .combo-buttons.triple ul {
    width: 66%;
    margin-left: 3%;
  }
  .combo-buttons.triple ul.solo {
    width: 30%;
    margin-left: 0;
  }
  .combo-buttons.triple ul.solo button {
    height: 43px;
  }
  .combo-buttons .controls-insert-trip {
    padding: 10px 0 !important;
    float: right;
  }
  .combo-buttons .controls-insert-trip li {
    width: 100%;
  }
  .combo-buttons .controls-insert-trip li button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
} /* End small screen media query */
@media screen and (max-width: 400px) {
  form .one-of-two {
    width: 100%;
    float: none;
    clear: both;
  }
  form .one-of-two .one-of-two {
    width: 100%;
    float: none;
    margin-top: 15px;
    clear: both;
  }
  form .with-button .input-large {
    width: 80%;
    float: left;
    padding-top: 5px;
  }
  form .with-button button {
    width: 15%;
    top: -20px;
    float: right;
  }
  .form-edit-trip fieldset.one-of-two {
    width: 100%;
    float: right;
  }
  .form-edit-trip select.input-small {
    width: 31%;
  }
  .details .info-label {
    font-size: 11px;
  }
  .form-reimbursement .inline li {
    display: block;
    float: left;
    width: 30%;
    margin-right: 0;
  }
  .form-reimbursement .inline li input, .form-reimbursement .inline li button {
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 5px;
  }
  .form-reimbursement .inline li button {
    margin-top: 20px;
    padding-bottom: 9px;
  }
  .form-reimbursement .inline li + li {
    margin-left: 5%;
  }
  .form-reimbursement label {
    white-space: nowrap;
    margin-right: 40px;
  }
} /* End tiny screen media query */
.duo-buttons:after {
  content: "";
  display: block;
  clear: both;
}
.duo-buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.duo-buttons button, .duo-buttons .ui-button, .duo-buttons .button {
  width: 100%;
  white-space: nowrap;
}
.duo-buttons li {
  margin-right: 15px;
  border: 0;
  min-width: 116px;
}

/* duo-buttons */
.no-boxshadow .tooltip, .ie7 .tooltip, .ie8 .tooltip, .lt-ie9 .tooltip {
  border: 1px solid #dcdcdc;
}

#odometerTooltip {
  position: relative;
  top: -5px;
  left: 5px;
}

.tooltip {
  z-index: 250;
  width: 200px;
  padding: 10px 12px;
  background: #fff;
  border-radius: 3px;
  color: #333;
  line-height: 1.3;
  font-size: 13px;
  position: absolute;
  top: -9999px;
  left: -9999px;
  border-collapse: separate;
  -webkit-box-shadow: 0 0 5px #999;
  -moz-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tooltip:after {
  content: "���";
  width: 100%;
  position: absolute;
  border-collapse: separate;
  bottom: -10px;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 11px;
  text-shadow: 0 2px 3px #999;
}

.tooltip-filename {
  width: auto;
}

.tooltip-bottom:after {
  content: "���";
  border-collapse: separate;
  text-shadow: 0 -2px 3px #999;
  top: -10px;
  bottom: auto;
}

.has-tooltip {
  position: relative;
  cursor: pointer;
}
.has-tooltip:hover .tooltip, .has-tooltip .show-tooltip .tooltip {
  bottom: 25px;
  left: 50%;
  top: auto;
  margin-left: -112px;
}
.has-tooltip:hover .tooltip-bottom, .has-tooltip .show-tooltip .tooltip-bottom {
  bottom: auto;
  left: 50%;
  margin-left: -112px;
  top: 25px;
}

.has-tooltip-filename:hover .tooltip, .has-tooltip-filename .show-tooltip .tooltip {
  left: 70%;
  margin-left: -100px;
}

@media screen and (max-width: 600px) {
  .tooltip {
    font-size: 12px;
    line-height: 1.3;
  }
}
.form-login {
  max-width: 400px;
  margin: 50px auto;
  background: #fff;
  padding: 20px 20px 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.form-login form {
  border: 0;
  margin: 0;
}

.form-login h1 {
  font-size: 4em;
  margin: 0;
  padding: 0;
  text-align: center;
}

.form-login #signin {
  margin-bottom: 10px;
}

.form-login .combo-buttons {
  margin-bottom: 20px;
}

.form-login-long {
  max-width: 800px;
  margin: 50px auto;
  background: #fff;
  padding: 20px 20px 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.form-login-long header {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-align: left;
}

#sso-link-row.form-row {
  margin: 20px 0 10px;
  text-align: center;
  font-size: 14px;
  color: #00adef;
  cursor: pointer;
}

#first-time-link-row.form-row {
  margin: 0px 0 0px;
  text-align: left;
  font-size: 16px;
  color: #00adef;
  cursor: pointer;
}

#relo-link-row.form-row {
  margin: 0px 0 0px;
  text-align: left;
  font-size: 16px;
  color: #00adef;
  cursor: pointer;
}

#new-to-motus .combo-buttons .gray-button {
  margin: 0;
  background-color: lightgray;
  position: relative;
  padding: 14px 15px 12px;
  line-height: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.5);
  border: 1px solid #999999;
  text-align: center;
  color: darkslategray;
  cursor: pointer;
  font-size: 14px;
}
#new-to-motus .combo-buttons .gray-button:hover {
  background-color: #cacaca;
}

#new-to-motus .combo-buttons .button {
  width: inherit;
  text-align: center;
}

#new-to-motus-text .combo-buttons .gray-button {
  margin: 0;
  background-color: lightgray;
  position: relative;
  padding: 14px 15px 12px;
  line-height: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.5);
  border: 1px solid #999999;
  text-align: center;
  color: darkslategray;
  cursor: pointer;
  font-size: 14px;
}
#new-to-motus-text .combo-buttons .gray-button:hover {
  background-color: #cacaca;
}

#sso-login-form .combo-buttons .gray-button {
  margin: 0;
  background-color: lightgray;
  position: relative;
  padding: 14px 15px 12px;
  line-height: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.5);
  border: 1px solid #999999;
  text-align: center;
  color: darkslategray;
  cursor: pointer;
  font-size: 14px;
}
#sso-login-form .combo-buttons .gray-button:hover {
  background-color: #cacaca;
}

#sso-login-form .combo-buttons li:last-child {
  float: right;
  margin-right: 0px;
}

#sso-login-form.hide, #login-form-notsso.hide, #not-sso-modal.hide {
  display: none;
}

#new-to-motus-text .hide, #new-to-motus .hide {
  display: none;
}

#sso-login-form .hide, #not-sso-modal .hide {
  display: none;
}
#sso-login-form .form-login, #not-sso-modal .form-login {
  margin-top: 20px;
}
#sso-login-form .button, #not-sso-modal .button {
  width: inherit;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}
#sso-login-form input.error, #not-sso-modal input.error {
  border-color: #d30e00;
  background: none;
  background-color: #fdefef !important;
}
#sso-login-form .error-message-input, #not-sso-modal .error-message-input {
  font-size: 13px;
  color: #d64040;
}

#not-sso-modal .ui-dialog {
  width: 100% !important;
}
#not-sso-modal .modal {
  width: 24%;
  margin-left: -12%;
}
#not-sso-modal p.button {
  width: auto;
}

.page-header {
  *zoom: 1;
}
.page-header:before, .page-header:after {
  content: " ";
  display: table;
}
.page-header:after {
  clear: both;
}
.page-header {
  padding-bottom: 5px;
}
.page-header button {
  display: inline-block;
  font-size: 16px;
  padding: 3px 10px;
  margin-right: 6px;
}
.page-header button .icon {
  padding: 0;
  top: 0;
  vertical-align: middle;
  font-size: inherit;
}
.page-header h1 {
  display: inline-block;
  position: relative;
  line-height: 1;
  top: 2px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 15, 2015, 3:07:34 PM
    Author     : Mike
*/
.accordion dl {
  border: 1px solid #ddd;
}

.accordion dd {
  margin: 0;
  background-color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  border: 1px solid #ddd;
}

.accordion dd ul {
  padding: 10px;
}

.accordion p {
  padding: 1em 2em 1em 2em;
}

.accordion {
  position: relative;
  background-color: #eee;
}

a.accordion:focus {
  outline: none;
}

.accordion_container {
  max-width: 1000px;
  min-width: 300px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}

.accordionTitle {
  background-color: #ffffff;
  text-align: left;
  text-indent: 1em;
  font-weight: 700;
  padding: 1em;
  display: block;
  text-decoration: none;
  color: #00bfff;
  transition: background-color 0.2s ease-in-out;
  border-bottom: 1px solid rgb(208.25, 208.25, 208.25);
}
.accordionTitle:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.9em;
  float: left;
}
.accordionTitle:hover {
  background-color: rgb(212.5, 212.5, 212.5);
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: rgb(212.5, 212.5, 212.5);
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  content: "-";
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 15em;
    transition: max-height 0.5s;
  }
}

.accordionItemCollapsed,
.accordionItem.is-collapsed {
  max-height: 0;
}

.animateIn {
  animation: accordionIn 0.65s normal ease-in-out both 1;
}

.animateOut {
  animation: accordionOut 0.75s alternate ease-in-out both 1;
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}
.buorg {
  position: absolute;
  position: fixed;
  z-index: 1111111;
  width: 100%;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid #A29330;
  text-align: center;
  color: #000;
  background-color: #fff8ea;
  font: 18px Calibri, Helvetica, sans-serif;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  animation: 1s ease-out 0s buorgfly;
}

.buorg-pad {
  padding: 9px;
  line-height: 1.7em;
}

.buorg-buttons {
  display: block;
  text-align: center;
}

#buorgig, #buorgul, #buorgpermanent {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  padding: 1px 10px;
  border-radius: 4px;
  font-weight: normal;
  background: #5ab400;
  white-space: nowrap;
  margin: 0 2px;
  display: inline-block;
}

#buorgig {
  background-color: #edbc68;
}

@media only screen and (max-width: 700px) {
  .buorg div {
    padding: 5px 12px 5px 9px;
    line-height: 1.3em;
  }
}
@keyframes buorgfly {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.buorg-fadeout {
  transition: visibility 0s 8.5s, opacity 8s ease-out 0.5s;
}

.buorg-icon {
  width: 22px;
  height: 16px;
  vertical-align: middle;
  position: relative;
  top: -0.05em;
  display: inline-block;
  background: no-repeat 0px center;
}

/*
    Header aka. The Banner
*/
#banner {
  overflow: hidden;
  margin-bottom: 16px;
  background: #333;
  border-bottom: 2px solid #1f1f1f;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-font-smoothing: antialiased;
}
#banner h1, #banner h2, #banner ul, #banner li, #banner table {
  margin: 0;
  padding: 0;
}
#banner h1, #banner h2 {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
#banner h1 {
  font-size: 54px;
  font-weight: 700;
  line-height: 0.85;
  padding-top: 8px;
  padding-right: 4px;
}
#banner h2 {
  font-size: 10px;
  font-weight: 400;
  padding: 5px 0 0;
  line-height: 1.3;
}
#banner a {
  display: block;
  color: #dcdcdc;
}
#banner a[href]:hover {
  color: #f6f5f3;
}
#banner td {
  vertical-align: middle;
}
#banner #motusLogoLink {
  display: block;
  width: 190px;
  height: 53px;
  background: url("../images/motus-logo-190x53.png") no-repeat left center;
  background-size: contain;
}
#banner #motusLogoLink:hover {
  background-image: url("../images/motus-logo-190x53-hover.png");
}
#banner nav {
  font-size: 13px;
  position: relative;
  height: 100%;
}
#banner nav ul {
  float: right;
}
#banner nav ul .ember-view {
  display: inline !important;
}
#banner nav li {
  /* display: inline-block; */
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
#banner nav a {
  display: block;
  color: #969696;
  font-weight: 700;
  border-left: 1px solid #1f1f1f;
  line-height: 53px;
  padding: 0 8px 0 10px;
}
#banner nav li.active a,
#banner nav a.active {
  color: #00ADEF;
}
#banner nav li.active a:before,
#banner nav a.active:before {
  color: #00ADEF;
}

/* end banner */
@media screen and (max-width: 1035px) {
  #banner hgroup h1 {
    padding-right: 0;
  }
  #banner hgroup h2 {
    padding-right: 3px;
  }
  #banner nav a {
    padding: 0 15px;
  }
  #banner nav .icon {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #banner .contain {
    padding-right: 0;
  }
  #banner nav {
    float: right;
  }
  #banner nav ul {
    float: right;
  }
  #banner nav a {
    padding: 0 8px;
  }
  #banner h2 {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #banner .is-fleet {
    display: block;
    width: 68px;
    text-align: center;
  }
  #banner .is-fleet h1 {
    font-size: 32px;
    line-height: 1;
    display: block;
  }
  #banner .is-fleet h2 {
    margin-top: 0;
    position: static;
    font-size: 14px;
    display: block;
    line-height: 1;
    margin: -3px 0 0;
    font-weight: 700;
  }
}
@media screen and (max-width: 825px) {
  #banner nav a {
    padding: 0 15px;
  }
  #banner nav .icon {
    /* display: inline-block; */
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin: 0;
  }
  #banner nav .text {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* #banner */
}
@media screen and (max-width: 600px) {
  #banner {
    margin-bottom: 12px;
  }
  #banner #motusLogoLink {
    width: 124px;
    height: 44px;
  }
  #banner h1 {
    font-size: 40px;
    line-height: 40px;
    padding: 4px 0 0;
  }
  #banner nav a {
    font-size: 90%;
    padding: 0 7px;
    line-height: 40px;
  }
  #banner .is-fleet {
    margin-top: -4px;
  }
}
@media screen and (max-width: 400px) {
  .contain {
    min-width: 80px;
  }
  #banner #motusLogoLink {
    width: 108px;
    height: 40px;
  }
  #banner hgroup {
    margin-right: 5%;
  }
  #banner .contain {
    padding: 0 0 0 5px;
    min-width: 80px;
  }
  #banner nav {
    float: right;
    display: block;
  }
  #banner nav ul {
    float: none;
    text-align: right;
  }
  #banner nav li {
    text-align: center;
  }
  #banner nav a {
    padding: 0 4px;
    line-height: 40px;
  }
  #banner nav a .icon {
    font-size: 18px;
    margin: auto;
  }
}
.is-blackberry #nav {
  float: right;
}
.is-blackberry #nav ul {
  width: 100%;
  display: block;
}
.is-blackberry #nav li {
  display: block;
  width: 16.666666667%;
  float: left;
  text-align: center;
}
.is-blackberry #nav a {
  width: 100%;
  display: block;
  float: none;
  padding: 0;
}

#messagebanner {
  background-color: #fff;
  width: 100%;
  padding: 10px 0 15px 0;
  display: none;
}

#messagebanner_inner {
  background: none repeat scroll 0 0 padding-box #00adef;
  border: 1px solid #00adef;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.5) inset;
  color: white;
  font-weight: bold;
  width: auto;
  margin: 0 auto;
  max-width: 900px;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
}

#messagebanner_inner a {
  color: #00f;
  text-decoration: underline;
}

#messagebanner_comp, #messagebanner_maint {
  display: none;
}

/*
    footer
*/
#footer {
  font-size: 13px;
  background: #333;
  color: #f6f5f3;
  border-top: 2px solid #1f1f1f;
  clear: both;
  /* start: sticky footer*/
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  z-index: 1;
  /* end: sticky footer */
}
#footer a:hover {
  color: #fff;
}
#footer nav {
  color: #00ADEF;
  padding: 15px 0;
  overflow: hidden;
}
#footer nav ul {
  margin: 0;
  padding: 0;
}
#footer nav li {
  float: left;
  line-height: 1;
}
#footer nav li + li {
  border-left: 1px solid #00ADEF;
  padding-left: 10px;
  margin-left: 10px;
}
#footer .auth-status {
  float: right;
  color: #f6f5f3;
  border: 0;
}
#footer .auth-status a {
  padding: 0 0 0 10px;
}
#footer .disclaimer {
  border-top: 1px solid #1f1f1f;
  padding: 15px 0;
}
#footer .disclaimer p {
  margin: 0;
  padding: 0;
}

/* end #footer */
/* No sticky footer for mobile */
.is-mobile #footer {
  position: static;
}

@media screen and (max-width: 825px) {
  #footer {
    font-size: 10px;
    color: #fff;
  }
  #footer .disclaimer {
    text-align: center;
  }
}
body {
  padding-top: 60px;
}

#banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}

.tabs-wrap,
.crs_widget_TabView_mileageTabs {
  background: #fff;
  padding-top: 14px;
  border-bottom: 1px solid #dcdcdc;
}

.page-mileage {
  padding-top: 0 !important;
}
.page-mileage .crs_widget_TabView_mileageTabs {
  background: #fff;
  position: static;
}
.page-mileage.no-header {
  padding-top: 0 !important;
}
.page-mileage.no-header .crs_widget_TabView_mileageTabs {
  position: static;
  border-bottom: 0;
}
.page-mileage .tab-header {
  position: static;
  border-top: 0;
}
.page-mileage .tab-body {
  min-height: 200px;
}

.print-page-mileage {
  padding-top: 70px;
}

.page-mileage .print-tab-header {
  top: 55px;
}

@media screen and (max-width: 825px) {
  body {
    padding-top: 0 !important;
  }
  #banner {
    position: static;
  }
  .page-mileage {
    padding-top: 0 !important;
  }
  .page-mileage.no-header {
    padding-top: 0px !important;
  }
  .page-mileage .crs_widget_TabView_mileageTabs {
    position: static;
    /* padding-top: 14px; */
    margin-top: -14px;
  }
  .page-mileage .tab-header {
    position: static;
    border-top: 0;
  }
  .tabs-wrap {
    margin-top: -14px;
  }
}
@media screen and (max-height: 500px) {
  body {
    padding-top: 0 !important;
  }
  #banner {
    position: static;
  }
  .page-mileage {
    padding-top: 0 !important;
  }
  .page-mileage .crs_widget_TabView_mileageTabs {
    position: static;
    margin-top: -14px;
  }
  .page-mileage .tab-header {
    position: static;
    border-top: 0;
  }
  .tabs-wrap {
    margin-top: -14px;
  }
}
.is-logged-in-as {
  padding-top: 97px;
}
.is-logged-in-as #banner {
  top: 37px;
}
.is-logged-in-as .page-mileage .crs_widget_TabView_mileageTabs {
  top: 93px;
}
.is-logged-in-as .page-mileage .tab-header {
  top: 144px;
}

@media screen and (max-width: 825px) {
  .is-logged-in-as .is-user-switch.is-fixed {
    position: static;
  }
}
@media screen and (max-height: 500px) {
  .is-logged-in-as .is-user-switch.is-fixed {
    position: static;
  }
}
@font-face {
  font-family: "crs";
  src: url("../fonts/crs.svg#crs") format("svg");
  font-weight: normal;
  font-style: normal;
}
.is-blackberry .tooltip {
  border: 1px solid #dcdcdc;
}
.is-blackberry .controls {
  margin: 0 auto;
  padding: 0;
  width: 98%;
  display: block;
}
.is-blackberry .controls button {
  margin: 0;
  float: left;
}
.is-blackberry .controls .menu-container button {
  border-left: 1px solid #fff;
}
.is-blackberry .controls .button-add-trip {
  padding: 0;
  margin: 0;
}
.is-blackberry .controls .button-add-trip button {
  width: 90%;
  float: left;
  margin: 0;
  left: 0;
  position: relative !important;
}
.is-blackberry .controls-state button {
  height: 60px;
}
.is-blackberry .controls-day {
  margin: 0 auto;
  padding: 0;
  width: 98%;
  display: block;
}
.is-blackberry .controls-day button {
  margin: 0;
  float: left;
}
.is-blackberry .controls-day .menu-container button {
  border-left: 1px solid #fff;
}
.is-blackberry .controls-day .button-add-trip {
  padding: 0;
  margin: 0;
}
.is-blackberry .controls-day .button-add-trip button {
  width: 85%;
  float: left;
  margin: 0;
  left: 58px;
  position: relative !important;
}
.is-blackberry .form-login {
  border: 1px solid #dcdcdc;
}
.is-blackberry .tab-header .controls {
  width: 100%;
}
.is-blackberry .tab-header .controls li {
  padding: 0;
  width: 100%;
}
.is-blackberry .tab-header .controls button {
  width: 85%;
}
.is-blackberry .tab-header .controls .date-picker {
  width: 48px;
  overflow: visible;
}
.is-blackberry .tab-header .controls .date-picker button {
  width: 48px;
}
.is-blackberry .tabs ul li.month a:after, .is-blackberry .yui3-tabview-list li.month a:after {
  right: 0;
}

/*
This file contains overrides / changes to the existing Userportal styles

Unnecessary imports were deleted and removed from common-import.scss

*/
/* GENERAL STYLES */
input[type=password] {
  font-family: sans-serif; /* IE8 does not like Proxima Nova font for password text */
}

.center {
  text-align: center;
}

.left-align {
  float: left;
}

.right-align {
  float: right;
}

.clearBoth {
  clear: both;
}

.hidden {
  display: none;
}

/* TOP VIEW */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("../../../images/loading-crs.gif");
  background-position: center center;
  background-repeat: no-repeat;
}

/* LOGIN VIEW */
/* Wraps around the form title and actual form */
#form-container {
  max-width: 400px;
  margin: 0px auto auto auto;
  background: none;
  padding: 0px;
  box-shadow: none;
  border-radius: 0px;
}

#form-container #title {
  margin-top: 20px;
}

#form-container h1 {
  font-size: 1.25em;
  padding-bottom: 0px;
}

#title h1#loginHeading {
  font-size: 22px;
  line-height: 24px;
  padding: 0px 0px 5px 5px;
}

#title #fullSiteLink {
  display: none;
  font-size: 14px;
  padding-right: 5px;
}

#login-form {
  margin: 10px auto 10px auto;
  background: #fff;
  padding: 20px 20px 10px 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

#login-form label {
  font-size: 14px;
}

.alert h2 {
  margin: 0px 0px;
  padding: 0px 0px;
}

input#rememberMe {
  vertical-align: middle;
}

#remember-me-row label {
  display: inline;
}

@media screen and (max-width: 600px) {
  /* Wrap to sides*/
  #form-container {
    width: 100%;
    max-width: 600px;
  }
  /* Wrap to sides*/
  #login-form {
    max-width: 600px;
    box-shadow: none;
    border-radius: 0px;
  }
}
@media screen and (min-width: 601px) {
  /* Center box */
  #login-form {
    max-width: 400px;
  }
  /* Widen Login button area */
  .combo-buttons .solo li {
    min-width: 120px;
    width: 100%;
  }
}
/* BOTTOM VIEW */
#footer nav {
  display: none;
}

#footer .disclaimer {
  text-align: center;
}

/*
This file is intended for specific Motus overrides to existing styles. 
*/
/* GENERAL STYLES */
/* TOP VIEW */
/* LOGIN VIEW */
/* BOTTOM VIEW */

/*# sourceMappingURL=main.css.map */

