@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;
}

/**
  Common import files for CRS and CRS fleet
*/
/*
    Mixins
*/
/*
    Golos Text ��� loaded via Google Fonts <link> in top.jsp
    Font Awesome 6 ��� loaded via CDN <link> in top.jsp
    No local @font-face declarations needed.
*/
/*
    Base styles ��� Motus Login UI
*/
/* Box sizing reset */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  position: relative;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body {
  margin: 0;
  padding: 0;
  font: 16px/1.5 "Golos Text", sans-serif;
  background: #fff;
  color: #020817;
}

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

a {
  text-decoration: none;
  color: #007AB8;
  -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:hover {
  color: rgb(0, 71.277173913, 107.5);
}
a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007AB8;
  border-radius: 2px;
}

a.underline {
  text-decoration: underline;
}

h1 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.75px;
  color: #020817;
}

h2, span.h2 {
  line-height: 1.2;
  font-size: 1.25em;
  padding: 0 0 16px;
  font-weight: 600;
}

h3 {
  line-height: 1.3;
  font-size: 1.125em;
  font-weight: 500;
  padding: 0 0 12px;
}

h4 {
  line-height: 1.3;
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 12px;
}

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

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

img {
  max-width: 100%;
}

table {
  margin-bottom: 15px;
}

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

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

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

/*
    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 #e2e8f0;
  box-shadow: 0 1px 0 #fff;
  font-size: 13px;
}

.content-wrap {
  background: #fff;
  padding: 0 15px;
  border: 1px solid #e2e8f0;
  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 #e2e8f0;
  margin-bottom: 15px;
}
.info table {
  width: 100%;
}

.info-header {
  border-bottom: 1px solid #e2e8f0;
  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 #e2e8f0;
}

.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 #cbd5e1;
  overflow-y: auto;
}
.upload-mileage-dialog #uploadResults table {
  margin-bottom: 10px;
  width: 100%;
}
.upload-mileage-dialog #uploadResults table tr {
  border-bottom: 1px solid #cbd5e1;
}
.upload-mileage-dialog #uploadResults table th {
  background: #e2e8f0;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #cbd5e1;
  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: #e2e8f0;
  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: #006599;
  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 #e2e8f0;
  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 ��� Motus Login UI
    Replaced crs icon font with Font Awesome.
    Uses design token colors from _variables.scss.
*/
.alert {
  font-size: 14px;
  background: #fffbeb;
  color: #d97706;
  border: 1px solid #d97706;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 16px;
  margin: 0 0 16px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  clear: both;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.alert p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  flex: 1;
}
.alert:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f071";
  font-size: 16px;
  line-height: 1.4;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.alert.no-button p {
  max-width: 100%;
  width: 100%;
}
.alert button,
.alert .yui3-button {
  background: #d97706;
  box-shadow: none;
  border-radius: 0;
  border-color: #d97706;
  color: #fffbeb;
  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: #d97706;
  opacity: 0.7;
}
.alert button:active,
.alert .yui3-button:active {
  box-shadow: none;
  opacity: 1;
  border-color: #d97706;
}

.alert-error {
  background: #fef2f2;
  color: #dc2626;
  border-color: #dc2626;
}
.alert-error:before {
  content: "\f06a";
}
.alert-error button,
.alert-error .yui3-button {
  background: #dc2626;
  box-shadow: none;
  border-radius: 0;
  border-color: #dc2626;
  color: #fef2f2;
  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: #dc2626;
  opacity: 0.7;
}
.alert-error button:active,
.alert-error .yui3-button:active {
  box-shadow: none;
  opacity: 1;
  border-color: #dc2626;
}

.alert-success {
  background: #f0fdf4;
  color: #16a34a;
  border-color: #16a34a;
}
.alert-success:before {
  content: "\f058";
}
.alert-success button,
.alert-success .yui3-button {
  background: #16a34a;
  box-shadow: none;
  border-radius: 0;
  border-color: #16a34a;
  color: #f0fdf4;
  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: #16a34a;
  opacity: 0.7;
}
.alert-success button:active,
.alert-success .yui3-button:active {
  box-shadow: none;
  opacity: 1;
  border-color: #16a34a;
}

.alert-info {
  background: #f0f9ff;
  color: #0284c7;
  border-color: #0284c7;
}
.alert-info:before {
  content: "\f05a";
}
.alert-info button,
.alert-info .yui3-button {
  background: #0284c7;
  box-shadow: none;
  border-radius: 0;
  border-color: #0284c7;
  color: #f0f9ff;
  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: #0284c7;
  opacity: 0.7;
}
.alert-info button:active,
.alert-info .yui3-button:active {
  box-shadow: none;
  opacity: 1;
  border-color: #0284c7;
}

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

.alert-server {
  padding-bottom: 12px;
}
.alert-server p {
  max-width: 100%;
  width: 100%;
}

.alert-location {
  background: #fff;
  border-color: #e2e8f0;
  color: #020817;
  padding: 12px 16px;
  margin-top: 10px;
}
.alert-location:before {
  display: none;
}
.alert-location img {
  width: 20px;
  float: left;
  margin-right: 8px;
}
.alert-location p {
  padding: 0;
}
.alert-location button {
  background: #007AB8;
  border-color: #007AB8;
}
.alert-location button:hover {
  background: #006599;
}
.alert-location button:focus {
  border-color: #007AB8;
}

.alert-location-success {
  background: #f0fdf4;
  color: #16a34a;
  border-color: #16a34a;
}
.alert-location-success:before {
  content: "\f058";
}
.alert-location-success button,
.alert-location-success .yui3-button {
  background: #16a34a;
  box-shadow: none;
  border-radius: 0;
  border-color: #16a34a;
  color: #f0fdf4;
  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: #16a34a;
  opacity: 0.7;
}
.alert-location-success button:active,
.alert-location-success .yui3-button:active {
  box-shadow: none;
  opacity: 1;
  border-color: #16a34a;
}

.error-inline-text {
  color: #dc2626;
  font-size: 12px;
  position: relative;
  display: block;
  line-height: 18px;
  margin-top: 4px;
}

.msg {
  padding: 8px 0;
  width: 100%;
  *zoom: 1;
}
.msg:before, .msg:after {
  content: " ";
  display: table;
}
.msg:after {
  clear: both;
}
.msg {
  box-sizing: border-box;
}

.is-user-switch {
  font-size: 14px;
  background: #007AB8;
  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: 12px;
  }
  .is-user-switch .one-of-two {
    width: 100%;
    float: none;
  }
  .is-user-switch .one-of-two:last-child {
    text-align: left;
  }
  .alert {
    font-size: 12px;
  }
  .alert p {
    font-size: 12px;
  }
  .alert-server p {
    max-width: 100%;
  }
}
.bubble {
  background: #e2e8f0;
  color: #020817;
  position: absolute;
  top: -10px;
  left: -10px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 20px;
  text-indent: 0;
  font-size: 12px;
  border: 1px solid #007AB8;
}

.bubble-alert {
  background: #d97706;
  border-color: #d97706;
}

.bubble-error {
  background: #dc2626;
  border-color: #dc2626;
  color: #fff;
}

/*
    Modal window objects
*/
.modal {
  border-radius: 3px;
  box-shadow: 0 0 10px #020817;
  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 #020817;
  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: #020817;
}
.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 ��� Motus Login UI
    All icons are now Font Awesome 6 (loaded via CDN in top.jsp).
    The old 'crs' icon font is no longer used.

    Font Awesome classes used in the login app:
    - fa-solid fa-arrow-left        (back to login)
    - fa-solid fa-chevron-down      (accordion, via CSS pseudo-element)
    - fa-solid fa-triangle-exclamation  (alerts, via CSS pseudo-element)
    - fa-solid fa-circle-exclamation    (error alerts, via CSS pseudo-element)
    - fa-solid fa-circle-check          (success alerts, via CSS pseudo-element)
    - fa-solid fa-circle-info           (info alerts, via CSS pseudo-element)
    - fa-solid fa-globe             (language selector icon, if used)
    - fa-solid fa-eye / fa-eye-slash    (password toggle, Phase 4)
*/
.icon {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: inherit;
  margin: 0 4px 0 0;
  font-weight: 400;
  line-height: 1;
}

[data-icon]:before,
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  speak: never;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-alert:before {
  content: "\f071";
}

.icon-check:before,
.icon-success:before {
  content: "\f058";
}

.icon-info:before,
.icon-icon-info:before {
  content: "\f05a";
}

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

.icon-arrow-left:before,
.icon-back:before {
  content: "\f060";
}

.icon-edit:before {
  content: "\f303";
}

.icon-refresh:before {
  content: "\f2f1";
}

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

.icon-cancel:before {
  content: "\f05e";
}

.icon-help:before {
  content: "\f059";
  border: 0;
}

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

.navicon,
.menu-container button {
  height: 44px;
  width: 48px !important;
  padding: 0 !important;
  background-color: #007AB8 !important;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.navicon:hover, .navicon:focus,
.menu-container button:hover,
.menu-container button:focus {
  background-color: #006599 !important;
}
.navicon:before,
.menu-container button:before {
  content: "\f0c9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  text-indent: 0;
}
.navicon span,
.menu-container button span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

button.icon-plus {
  padding: 0;
  margin: 0;
  background: none;
  font-size: 24px;
  border: 0;
  color: #007AB8;
  -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: rgb(0, 71.277173913, 107.5);
  background: none;
}
button.icon-plus:active {
  color: #020817;
  background: none;
  border: 0;
}

/*
    Dropdown menu
*/
.menu-container {
  position: relative;
  /* end button */
}
.menu-container .tripActions {
  position: absolute;
  z-index: 199;
  top: 135%;
  right: 0px;
  background: #007AB8;
  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: #007AB8;
}
.menu-container .tripActions:after {
  content: "";
  display: block;
  height: 19px;
  width: 46px;
  position: absolute;
  top: -17px;
  right: 0;
  z-index: 101;
  background: #007AB8;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%, #007AB8 3%, #007AB8 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%, #007AB8), color-stop(98%, #007AB8), color-stop(100%, rgba(255, 255, 255, 0.05)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%, #007AB8 3%, #007AB8 98%, rgba(255, 255, 255, 0.05) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%, #007AB8 3%, #007AB8 98%, rgba(255, 255, 255, 0.05) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%, #007AB8 3%, #007AB8 98%, rgba(255, 255, 255, 0.05) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.05) 0%, #007AB8 3%, #007AB8 98%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid #007AB8;
  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: #007AB8;
  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: #006599;
}
.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: #f1f5f9;
  border: 1px solid #d3d3d3;
  border-radius: 0 0 2px 2px;
  color: #020817;
  height: auto;
  display: block;
  width: 100%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.controls-toggle button:hover {
  background: #e2e8f0;
}
.controls-toggle button:active {
  border-color: #cbd5e1;
}
.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: #e2e8f0;
}
.controls-toggle li:first-child button:active {
  border-color: #cbd5e1;
}

.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;
  }
}
/*
    Forms ��� Motus Login UI
    Modern input fields, pill buttons, clean form containers.
    Matches prototype: https://loginmockup.lovable.app/
*/
form {
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  *zoom: 1;
}
form:before, form:after {
  content: " ";
  display: table;
}
form:after {
  clear: both;
}
form h2 {
  padding: 0;
  margin: 0 0 16px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  clear: both;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #020817;
  border: 0;
}

.form-row {
  clear: both;
  margin-bottom: 16px;
  *zoom: 1;
}
.form-row:before, .form-row:after {
  content: " ";
  display: table;
}
.form-row:after {
  clear: both;
}

label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #020817;
  margin-bottom: 6px;
  cursor: pointer;
}

input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Golos Text", sans-serif;
}

textarea {
  height: auto;
  resize: vertical;
}

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 {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  padding: 8px 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  transition: border-color linear 0.15s, box-shadow linear 0.15s;
}
textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder,
.input-text::placeholder {
  color: #64748b;
}
textarea:hover,
input[type=text]:hover,
input[type=password]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=time]:hover,
input[type=week]:hover,
input[type=number]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=color]:hover,
.input-text:hover {
  border-color: rgb(199.1090909091, 210.6727272727, 226.0909090909);
}
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: #007AB8;
  background: #fff;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 122, 184, 0.12);
}

input[disabled],
textarea[disabled] {
  border: 1px solid #e2e8f0;
  background: #f1f5f9;
  color: #64748b;
  cursor: not-allowed;
  opacity: 0.7;
}

.disabled-field {
  border: 1px solid #e2e8f0 !important;
  color: #64748b !important;
}

input[type=radio],
input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: pointer;
  accent-color: #007AB8;
}

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

.input-full {
  width: 100%;
}

.input-large {
  width: 66%;
}

.input-medium {
  width: 50%;
}

.input-small {
  width: 25%;
}

select.input-full, select.input-large, select.input-medium, select.input-small {
  height: auto;
}

textarea.input-full,
textarea.input-large,
textarea.input-medium,
textarea.input-small {
  height: auto;
}

.yui3-button,
.button,
button,
input[type=submit],
input[type=button] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 48px;
  background: #007AB8;
  color: #fff;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #007AB8;
  cursor: pointer;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transition: background-color linear 0.15s, border-color linear 0.15s;
}
.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: #006599;
  border-color: #006599;
  outline: 0;
}
.yui3-button:focus-visible,
.button:focus-visible,
button:focus-visible,
input[type=submit]:focus-visible,
input[type=button]:focus-visible {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007AB8;
}
.yui3-button:active,
.button:active,
button:active,
input[type=submit]:active,
input[type=button]:active {
  background: #020817;
  border-color: #020817;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.yui3-button span,
.button span,
button span,
input[type=submit] span,
input[type=button] span {
  pointer-events: none;
}

.hidden-submit {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

button.btn-disabled,
button[disabled],
.btn-disabled button,
.yui3-button.disabled {
  background-color: #e2e8f0 !important;
  color: #64748b;
  border-color: #e2e8f0 !important;
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

button.btn-soft,
.btn-soft button,
.yui3-button.btn-soft,
button.btn-dim,
.btn-dim button,
.yui3-button.btn-dim {
  background: #f1f5f9;
  color: #020817;
  border-color: #e2e8f0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.btn-soft:hover, button.btn-soft:focus,
.btn-soft button:hover,
.btn-soft button:focus,
.yui3-button.btn-soft:hover,
.yui3-button.btn-soft:focus,
button.btn-dim:hover,
button.btn-dim:focus,
.btn-dim button:hover,
.btn-dim button:focus,
.yui3-button.btn-dim:hover,
.yui3-button.btn-dim:focus {
  background: #e2e8f0;
  border-color: rgb(209.1931818182, 218.6704545455, 231.3068181818);
}
button.btn-soft:active,
.btn-soft button:active,
.yui3-button.btn-soft:active,
button.btn-dim:active,
.btn-dim button:active,
.yui3-button.btn-dim:active {
  background: rgb(209.1931818182, 218.6704545455, 231.3068181818);
  border-color: #cbd5e1;
}

.btn-soft[disabled] {
  color: #64748b !important;
  opacity: 0.6;
}

.gray-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background: #f1f5f9;
  color: #020817;
  border: 1px solid #e2e8f0;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: background-color linear 0.15s;
  -moz-transition: background-color linear 0.15s;
  -ms-transition: background-color linear 0.15s;
  -o-transition: background-color linear 0.15s;
  transition: background-color linear 0.15s;
}
.gray-button:hover {
  background: #e2e8f0;
}
.gray-button:active {
  background: rgb(209.1931818182, 218.6704545455, 231.3068181818);
}

.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: 12px;
  border: 0;
  min-width: 100px;
}
.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: 100%;
}

.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: 12px;
  border: 0;
  min-width: 100px;
}

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

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

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

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

.form-error input, .form-error input.error, .form-error textarea, .form-error textarea.error {
  border-color: #dc2626;
  background: #fef2f2;
}
.form-error input:focus, .form-error input.error:focus, .form-error textarea:focus, .form-error textarea.error:focus {
  background: #fef2f2;
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}
.form-error input[disabled], .form-error textarea[disabled] {
  background: #fff;
}
.form-error label, .form-error label.error, .form-error div.error {
  color: #dc2626;
}

.contain-button {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.contain-button button {
  position: absolute;
  top: 0;
  right: 0;
}
.contain-button .input-full {
  width: 99%;
}

.row-contain-button {
  position: relative;
}
.row-contain-button .input-wrap {
  padding-right: 48px;
  box-sizing: border-box;
}
.row-contain-button .input-wrap input[type=text] {
  width: 100%;
  height: 48px;
  border-right: 0;
  border-radius: 8px 0 0 8px;
}
.row-contain-button button {
  font-size: 20px;
  padding: 0;
  margin: 0;
  height: 48px;
  float: right;
  width: 48px;
  top: 0;
  right: 0;
  position: absolute;
  border-radius: 0 8px 8px 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;
  }
}
@media screen and (max-width: 600px) {
  .combo-buttons ul {
    float: left;
    width: 100%;
    margin: 8px 0 0;
  }
  .combo-buttons ul.solo li {
    width: 100%;
  }
  .combo-buttons ul.solo.center li {
    float: none;
    margin: auto;
    max-width: 100%;
    width: 100%;
  }
  .combo-buttons li {
    width: 50%;
    margin: 0;
    min-width: 0;
  }
  .combo-buttons button {
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
}
@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;
  }
}
.no-boxshadow .tooltip, .ie7 .tooltip, .ie8 .tooltip, .lt-ie9 .tooltip {
  border: 1px solid #e2e8f0;
}

#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;
  }
}
/*
    Login form ��� Motus Login UI
    Styles specific to the login page and its toggled views
    (login form, SSO form, new-to-motus, not-SSO modal).

    The .form-login class is no longer a "card" ��� content lives
    inside the split-panel right content area.
*/
.form-login {
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.form-login form {
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.form-login-long {
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.form-login-long header,
.form-login-long .header {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.75px;
  margin: 0;
  padding: 0 0 8px;
  text-align: left;
  color: #020817;
}

#form-container #title {
  text-align: left;
  margin-bottom: 24px;
}
#form-container #title h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.75px;
  color: #020817;
  text-align: left;
  margin: 0;
}

.login-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #64748b;
  margin: 4px 0 0;
  line-height: 24px;
}

#fullSiteLink {
  display: none;
}

.clearBoth {
  clear: both;
}

.form-content {
  margin-bottom: 8px;
}

#remember-forgot-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

#remember-me-row {
  display: flex;
  align-items: center;
}
#remember-me-row input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#remember-me-row label {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  color: #020817;
}

.password-input-wrapper {
  position: relative;
}
.password-input-wrapper input[type=password],
.password-input-wrapper input[type=text] {
  padding-right: 44px;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: none !important;
  padding: 0;
  cursor: pointer;
  color: #64748b;
  font-size: 16px;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.password-toggle:hover {
  color: #020817;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.password-toggle:focus {
  outline: none;
  color: #020817;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.password-toggle:focus-visible {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007AB8 !important;
  border-radius: 4px !important;
}

#forgot-link-row a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(2, 8, 23, 0.6);
  white-space: nowrap;
}
#forgot-link-row a:hover {
  color: #020817;
}

#legal-text-row {
  margin-bottom: 20px;
}

.login-legal-text {
  font-size: 14px;
  color: #64748b;
  line-height: 20px;
  margin: 0;
}
.login-legal-text a {
  color: #020817;
  text-decoration: underline;
  font-weight: 400;
}
.login-legal-text a:hover {
  color: #020817;
}

#sso-help-row.form-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 32px;
  text-align: center;
  font-size: 14px;
}

.sso-help-link {
  color: rgba(2, 8, 23, 0.6);
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: color linear 0.15s;
  -moz-transition: color linear 0.15s;
  -ms-transition: color linear 0.15s;
  -o-transition: color linear 0.15s;
  transition: color linear 0.15s;
}
.sso-help-link:hover {
  color: #020817;
}

.sso-help-separator {
  color: #e2e8f0;
  user-select: none;
}

.product-cards-wrapper {
  background: rgba(241, 245, 249, 0.5);
  padding: 32px 32px;
  margin: 16px -32px 0;
}

.product-cards {
  max-width: 400px;
  margin: 0 auto;
}

.product-cards__heading {
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
  margin: 0 0 12px;
}

.product-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  height: 70px;
  box-sizing: border-box;
  border: 1px solid #e2e8f0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-bottom: 12px;
  cursor: pointer;
  text-decoration: none;
  color: #020817;
  background: #fff;
  -webkit-transition: border-color linear 0.15s;
  -moz-transition: border-color linear 0.15s;
  -ms-transition: border-color linear 0.15s;
  -o-transition: border-color linear 0.15s;
  transition: border-color linear 0.15s;
}
.product-card:hover {
  border-color: rgba(2, 8, 23, 0.2);
}
.product-card:last-child {
  margin-bottom: 0;
}

.product-card__logo {
  flex-shrink: 0;
  height: auto;
  width: auto;
  display: block;
}

.product-card__logo--tall {
  height: 32px;
}

.product-card__logo--dark {
  height: 20px;
  filter: brightness(0);
}

.product-card__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.product-card__name {
  font-size: 14px;
  font-weight: 600;
  color: #020817;
  line-height: 20px;
}

.product-card__desc {
  font-size: 12px;
  font-weight: 400;
  color: #64748b;
  line-height: 18px;
}

.product-card__arrow {
  flex-shrink: 0;
  font-size: 14px;
  color: #64748b;
  -webkit-transition: color linear 0.15s;
  -moz-transition: color linear 0.15s;
  -ms-transition: color linear 0.15s;
  -o-transition: color linear 0.15s;
  transition: color linear 0.15s;
}
.product-card:hover .product-card__arrow {
  color: #020817;
}

.form-login .combo-buttons,
#form-container .combo-buttons {
  margin-bottom: 20px;
}
.form-login .combo-buttons .solo li,
#form-container .combo-buttons .solo li {
  float: none;
  min-width: 0;
}
.form-login .combo-buttons .solo li button, .form-login .combo-buttons .solo li .button,
#form-container .combo-buttons .solo li button,
#form-container .combo-buttons .solo li .button {
  width: 100%;
}

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

#sso-login-form .form-login {
  margin-top: 0;
}
#sso-login-form .combo-buttons {
  display: flex;
  gap: 12px;
}
#sso-login-form .combo-buttons ul {
  display: flex;
  gap: 12px;
  width: 100%;
}
#sso-login-form .combo-buttons li {
  float: none;
  flex: 1;
  margin-right: 0;
  min-width: 0;
}
#sso-login-form .combo-buttons li:last-child {
  margin-right: 0;
}
#sso-login-form .button {
  width: 100%;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}
#sso-login-form input.error {
  border-color: #dc2626;
  background: #fef2f2 !important;
}
#sso-login-form .error-message-input {
  font-size: 14px;
  color: #dc2626;
  margin-top: 4px;
}

#new-to-motus .combo-buttons,
#new-to-motus-text .combo-buttons {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
#new-to-motus .combo-buttons ul,
#new-to-motus-text .combo-buttons ul {
  display: flex;
  gap: 12px;
  width: auto;
}
#new-to-motus .combo-buttons li,
#new-to-motus-text .combo-buttons li {
  float: none;
  margin-right: 0;
  min-width: 0;
}
#new-to-motus .button,
#new-to-motus-text .button {
  width: auto;
  cursor: pointer;
  text-align: center;
}
#new-to-motus .header,
#new-to-motus-text .header {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.75px;
  color: #020817;
}
#new-to-motus .header b,
#new-to-motus-text .header b {
  font-weight: 700;
}

#not-sso-modal .ui-dialog {
  width: 100% !important;
}
#not-sso-modal .modal {
  background: #fff;
  border: 1px solid #e2e8f0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 24px;
  max-width: 420px;
  margin: 0 auto;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
#not-sso-modal p.button {
  width: auto;
}
#not-sso-modal .combo-buttons .solo li {
  float: none;
}
#not-sso-modal .combo-buttons .solo li .button {
  width: 100%;
}

#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;
}

@media screen and (max-width: 600px) {
  #sso-login-form .combo-buttons,
  #new-to-motus .combo-buttons,
  #new-to-motus-text .combo-buttons {
    flex-direction: column;
  }
  #sso-login-form .combo-buttons ul,
  #new-to-motus .combo-buttons ul,
  #new-to-motus-text .combo-buttons ul {
    flex-direction: column;
  }
  #sso-login-form .combo-buttons li,
  #new-to-motus .combo-buttons li,
  #new-to-motus-text .combo-buttons li {
    width: 100%;
  }
  .product-cards-wrapper {
    padding: 24px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .product-card {
    padding: 12px;
    gap: 12px;
    height: auto;
  }
  .product-card__logo--tall {
    height: 24px;
  }
  .product-card__logo--dark {
    height: 16px;
  }
}
.help-header {
  margin-bottom: 8px;
}
.help-header h1 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.75px;
  line-height: 36px;
  color: #020817;
  margin: 0;
}

.help-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #64748b;
  margin: 4px 0 0;
  line-height: 24px;
}

.help-footer-cta {
  background: rgba(241, 245, 249, 0.5);
  padding: 24px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  margin-top: 24px;
}

.help-footer-cta__title {
  font-size: 14px;
  font-weight: 500;
  color: #020817;
  margin: 0 0 4px;
}

.help-footer-cta__text {
  font-size: 14px;
  font-weight: 400;
  color: #64748b;
  line-height: 20px;
  margin: 0;
}

@media screen and (max-width: 600px) {
  .help-header h1 {
    font-size: 22px;
    line-height: 28px;
  }
  .help-subtitle {
    font-size: 14px;
  }
  .help-footer-cta {
    padding: 20px 16px;
    margin-top: 20px;
  }
}
.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;
}

/*
    Accordion ��� Motus Login UI (Help/FAQ page)
    Card-based design matching prototype.
    Each dt+dd pair is wrapped in a .accordion-card div inside the <dl>.
    Chevron-right icon rotates 90�� when expanded.
*/
.accordion_container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.accordion_container h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.75px;
  color: #020817;
  padding: 0 0 24px;
  margin: 0;
}

.accordion {
  position: relative;
  background: transparent;
}
.accordion dl {
  border: 0;
  margin: 0;
  padding: 0;
}

a.accordion:focus {
  outline: none;
}

.accordion-card {
  border: 1px solid #e2e8f0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #fff;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.06), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.06), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.06), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
  -webkit-transition: box-shadow linear 0.15s;
  -moz-transition: box-shadow linear 0.15s;
  -ms-transition: box-shadow linear 0.15s;
  -o-transition: box-shadow linear 0.15s;
  transition: box-shadow linear 0.15s;
  margin-bottom: 12px;
  overflow: hidden;
}
.accordion-card:last-child {
  margin-bottom: 0;
}
.accordion-card:has(.accordionTitleActive), .accordion-card:has(.is-expanded) {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.accordion-card dt {
  margin: 0;
  padding: 0;
  border: 0;
}
.accordion-card dd {
  margin: 0;
  border: 0;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  color: #64748b;
}
.accordion-card dd ul {
  padding: 0 20px 16px 48px;
  margin: 0;
  list-style: none;
}
.accordion-card dd ul li {
  padding: 2px 0;
  line-height: 20px;
}
.accordion-card p {
  padding: 0 20px 12px 48px;
  margin: 0;
}

.accordionTitle {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: transparent;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #020817;
  padding: 16px 20px;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  -webkit-transition: color linear 0.15s;
  -moz-transition: color linear 0.15s;
  -ms-transition: color linear 0.15s;
  -o-transition: color linear 0.15s;
  transition: color linear 0.15s;
}
.accordionTitle:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 12px;
  color: #020817;
  flex-shrink: 0;
  margin-right: 12px;
  display: inline-block;
  -webkit-transition: transform 0.15s ease;
  -moz-transition: transform 0.15s ease;
  -ms-transition: transform 0.15s ease;
  -o-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
}
.accordionTitle:after {
  display: none;
}
.accordionTitle:hover {
  color: #007AB8;
  background-color: transparent;
}
.accordionTitle:hover:before {
  color: #007AB8;
}
.accordionTitle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007AB8;
  border-radius: 4px;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  color: #020817;
  background-color: transparent;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  -ms-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  padding: 0;
}
@media screen and (min-width: 825px) {
  .accordionItem {
    max-height: 50em;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -ms-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
  }
}

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

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

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

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}
@media screen and (max-width: 600px) {
  .accordion_container h2 {
    font-size: 22px;
    padding-bottom: 16px;
  }
  .accordion-card {
    margin-bottom: 8px;
  }
  .accordion-card dd ul {
    padding: 0 16px 16px 40px;
  }
  .accordion-card p {
    padding: 0 16px 12px 40px;
  }
  .accordionTitle {
    font-size: 14px;
    padding: 14px 16px;
  }
}
.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;
}

/*
    Split-Panel Layout
    Replaces the old dark header banner with a 40/60 split-panel design.
    Left panel: branded gradient with logo, heading, subtitle, copyright.
    Right panel: white content area with form, footer.
*/
.split-panel {
  display: flex;
  min-height: 100vh;
  width: 100%;
}

.split-panel__left {
  position: relative;
  width: 40%;
  background: linear-gradient(to bottom right, hsl(220, 70%, 28%), hsl(216, 85%, 40%), hsl(200, 90%, 45%));
  padding: 48px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.split-panel__left-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.split-panel__logo {
  display: block;
  width: 140px;
  margin-bottom: 12px;
  flex-shrink: 0;
}
.split-panel__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.split-panel__subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}

.split-panel__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.split-panel__heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  padding: 0;
}

.split-panel__copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: auto;
  padding-top: 32px;
  flex-shrink: 0;
}

.split-panel__circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.09);
  pointer-events: none;
}

.split-panel__circle--lg {
  width: 400px;
  height: 400px;
  top: -80px;
  right: -120px;
}

.split-panel__circle--sm {
  width: 350px;
  height: 350px;
  bottom: -100px;
  left: -80px;
}

.split-panel__right {
  flex: 1;
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.split-panel__right-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 48px;
  flex-shrink: 0;
}

.split-panel__back-link {
  font-size: 16px;
  font-weight: 400;
  color: #64748b;
  margin-right: auto;
  -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;
}
.split-panel__back-link i, .split-panel__back-link .fa {
  margin-right: 6px;
}
.split-panel__back-link:hover {
  color: #020817;
}

.split-panel__right-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 48px 40px;
  overflow-y: auto;
}

.split-panel__form-wrapper {
  width: 100%;
  max-width: 400px;
}
.split-panel__form-wrapper--wide {
  max-width: 520px;
}

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

#messagebanner_inner {
  background: #0284c7;
  border: 1px solid #0284c7;
  color: #fff;
  font-weight: 600;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 12px 16px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#messagebanner_inner a {
  color: #fff;
  text-decoration: underline;
}

#messagebanner_comp,
#messagebanner_maint {
  display: none;
}

@media screen and (max-width: 1024px) {
  .split-panel {
    flex-direction: column;
  }
  .split-panel__left {
    width: 100%;
    padding: 24px;
    min-height: auto;
  }
  .split-panel__text {
    justify-content: flex-start;
  }
  .split-panel__heading {
    font-size: 30px;
    line-height: 36px;
  }
  .split-panel__copyright {
    display: none;
  }
  .split-panel__circle--lg {
    width: 200px;
    height: 200px;
    top: -40px;
    right: -60px;
  }
  .split-panel__circle--sm {
    display: none;
  }
  .split-panel__right {
    min-height: auto;
    flex: 1;
  }
  .split-panel__right-header {
    padding: 12px 24px;
  }
  .split-panel__right-content {
    padding: 0 24px 32px;
  }
  #messagebanner {
    padding: 10px 24px 15px;
  }
}
@media screen and (max-width: 600px) {
  .split-panel__left {
    padding: 20px;
  }
  .split-panel__logo {
    width: 110px;
    margin-bottom: 24px;
  }
  .split-panel__heading {
    font-size: 22px;
    line-height: 28px;
  }
  .split-panel__subtitle {
    font-size: 14px;
  }
  .split-panel__right-header {
    padding: 12px 20px;
  }
  .split-panel__right-content {
    padding: 0 20px 24px;
  }
}
@media screen and (max-width: 400px) {
  .split-panel__left {
    padding: 16px;
  }
  .split-panel__logo {
    width: 90px;
    margin-bottom: 16px;
  }
  .split-panel__heading {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 8px;
  }
  .split-panel__right-header {
    padding: 10px 16px;
  }
  .split-panel__right-content {
    padding: 0 16px 20px;
  }
}
/*
    Footer ��� inline within the right panel
    Replaces the old sticky dark footer bar.
    Shows Privacy Notice �� Terms of Use links.
    On mobile, also shows copyright (hidden from left panel).
*/
.split-panel__footer {
  padding: 24px 48px;
  margin-top: auto;
  flex-shrink: 0;
  text-align: center;
  font-size: 13px;
  color: rgba(2, 8, 23, 0.7);
}
.split-panel__footer a {
  color: rgba(2, 8, 23, 0.7);
  text-decoration: none;
  -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;
}
.split-panel__footer a:hover {
  color: #020817;
}

.split-panel__footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.split-panel__footer-separator {
  color: #64748b;
  user-select: none;
}

.split-panel__footer-copyright {
  display: none;
  font-size: 12px;
  color: #64748b;
  margin-top: 12px;
}

@media screen and (max-width: 1024px) {
  .split-panel__footer {
    padding: 24px 24px;
  }
  .split-panel__footer-copyright {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .split-panel__footer {
    padding: 20px;
  }
}
@media screen and (max-width: 400px) {
  .split-panel__footer {
    padding: 16px;
    font-size: 12px;
  }
}
/* Legacy #footer ��� hidden, no longer used in split-panel layout */
#footer {
  display: none;
}

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 #e2e8f0;
}

.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 #e2e8f0;
}
.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 #e2e8f0;
}
.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;
}

/* 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 */
/*
    Legacy card styles removed ��� split-panel layout handles
    form container and login form styling via _form-login.scss
    and _forms.scss. Only minimal overrides remain.
*/
.alert h2 {
  margin: 0;
  padding: 0;
}

/* BOTTOM VIEW */
#footer nav {
  display: none;
}

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

/*
    Motus-specific overrides for the split-panel login layout.
    Loaded last in the cascade ��� can override anything in common-import.
*/
#language-selector {
  display: flex;
  align-items: center;
}

#language-select {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  color: #64748b;
  border: 1px solid #e2e8f0;
  padding: 6px 28px 6px 12px;
  font-size: 14px;
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  cursor: pointer;
  -webkit-transition: all linear 0.15s;
  -moz-transition: all linear 0.15s;
  -ms-transition: all linear 0.15s;
  -o-transition: all linear 0.15s;
  transition: all linear 0.15s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M3 5l3 3 3-3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
}
#language-select:hover {
  border-color: #64748b;
  color: #020817;
}
#language-select:focus {
  outline: none;
  border-color: #007AB8;
  box-shadow: 0 0 0 2px rgba(0, 122, 184, 0.15);
}
#language-select option {
  background-color: #fff;
  color: #020817;
}

.split-panel__logo:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 4px;
  border-radius: 4px;
}

html {
  height: 100%;
}

body#cas {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 100%;
}

#banner {
  display: none;
}

.contain {
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  #language-select {
    padding: 5px 24px 5px 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  #language-select {
    padding: 4px 22px 4px 8px;
  }
}
.sso-redirect-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  text-align: center;
}

.sso-redirect-link {
  font-size: 18px;
  font-weight: 500;
  color: #007AB8;
  cursor: pointer;
  -webkit-transition: color linear 0.15s;
  -moz-transition: color linear 0.15s;
  -ms-transition: color linear 0.15s;
  -o-transition: color linear 0.15s;
  transition: color linear 0.15s;
}
.sso-redirect-link:hover {
  color: rgb(0, 71.277173913, 107.5);
}

.form-row-link {
  color: #007AB8;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: color linear 0.15s;
  -moz-transition: color linear 0.15s;
  -ms-transition: color linear 0.15s;
  -o-transition: color linear 0.15s;
  transition: color linear 0.15s;
}
.form-row-link:hover {
  color: rgb(0, 71.277173913, 107.5);
}

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

