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

strong{
    font-weight:bolder;
}*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}
/*Navigation border colors and styles*/
/* Navigation Icons */
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}
/* h1,h2 etc */
/* mobile */
/* button styles */
/* Global Colors */
/*====== BORDERS ======*/
/* panel/widget/borders Widgets, Services, ALerts etc. */
/* puts padding around data in Service Contact Screens */
/* Video shadow and color */
/* Mobile/Flex */
.hover-fade {
  background-color: #ffffff;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
/* ===== Control Panel Service 	  IMages */
/* background color white */
/*======================= Mix Ins ================================*/
.background-clip {
  background-clip: padding-box;
}
/*//== Colors
//
//## Gray and brand colors for use across CoPilot.*/
/*// Pimary Blue #1*/
/*// Pimary Blue #2*/
/*// Secondary Colors*/
/*// Secondary Blue #1*/
/*// Secondary Blue #2*/
/*// Secondary Blue #3*/
/*// Secondary Blue #4*/
/*// Secondary Blue #5*/
/*Neutral Colors - Grey & green*/
/*// font body color*/
/*// link color*/
/*CTA Color (call to action)*/
/*//== One off colors*/
/*// other colors*/
/*@offGrey: #f8f8f8;*/
/* used for borders and background colors */
/*// used for font color*/
/* background Service Heading, Service Contacts Heading, Budget Heading, */
/* background Service Details, Service Contacts Details, , */
/* Service View Background Color */
/* Button colors */
/* used for alternating row background-color  */
/* used for alternating row background-color  */
@media (min-width: 245px) and (max-width: 767px) {
  .one-box-card {
    background-color: #ffffff;
  }
  .data-container > div:first-of-type:not(.break),
  .phones > div:first-of-type:not(.break),
  article.subcontent > div:first-of-type:not(.break) {
    font-weight: 600;
    border-bottom: 1px solid #e1e6f0;
  }
}
.orange {
  color: #bd6b29;
}
.black {
  color: #000000;
}
.supMsg {
  color: #bd6b29;
  background-color: #ffffff;
}
.bluePrimary {
  color: #00add7;
}
/* THIS FILE IS MOSTLY FOR SETTING UP THE PAGE CSS FRAMEWORK */
html,
body {
  height: 100%;
  background: #f4f6f9;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #5c6670;
  display: grid;
}
@media (min-width: 245px) and (max-width: 1025px) {
  html,
  body {
    background: #edf1f5;
    width: auto !important;
    height: 100%;
    overflow-x: inherit;
  }
}
#mainLayout {
  height: inherit;
  display: block;
  background: url('../img/img_bg_map.png') center;
  background-position-x: center;
  background-position-y: center;
  background-attachment: fixed;
  background-position: center;
}
@media (min-width: 245px) and (max-width: 767px) {
  #mainLayout {
    min-height: 100vh;
    /* will cover the 100% of viewport */
    display: block;
    position: relative;
    padding-bottom: 80px;
    /* height of your footer */
  }
}
#header-wrap {
  background-color: #ffffff;
  width: 100%;
  padding: 0 0 0 0;
  min-height: 50px;
  z-index: 9999;
  top: 0;
  border-bottom: 1px solid #bfc2c5;
  -webkit-box-shadow: 1px 1px 1px #e5e4e4;
  box-shadow: 1px 1px 1px #e5e4e4;
  position: fixed;
}
#user-name {
  font-family: 'Helvetica Neue', Verdana, Geneva, Tahoma, sans-serif;
  text-align: right;
  display: block;
  font-weight: 600;
  padding-right: 20px;
}
#page-content {
  margin-right: auto;
  margin-left: auto;
  height: inherit;
  /*display: table;*/
  position: relative;
  top: 100px;
  margin-bottom: 64px;
  width: 100%;
}
@media (min-width: 245px) and (max-width: 1024px) {
  #page-content {
    top: 0;
    display: block;
  }
}
.h-i {
  height: inherit;
}
/*======================     <NAV>    ======================  */
/*                                                               */
/* Hover tooltips */
/* Tooltip text */
html > body .NCMtooltip {
  position: relative;
  width: 100%;
}
html > body .NCMtooltip .tooltiptext {
  visibility: hidden;
  border: 1px solid #DCA;
  background: #fffAF0;
  text-align: center;
  border-radius: 6px;
  padding: 6px;
  text-shadow: none;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  margin-left: -60px;
  font-size: 14px;
  line-height: 16px;
  /* Show the tooltip text when you mouse over the tooltip container */
}
html > body .NCMtooltip:hover .tooltiptext {
  visibility: visible;
}
html > body .NCMtooltip #jqHideScrollBar .tooltiptext {
  margin-left: -120px;
}
section > h2.NCMtooltip > span.tooltiptext {
  color: #5c6670 !important;
  left: 16%!important;
}
/*========= TOOLTIP MOUSEOVER for Employee Profile==============*/
a.tooltipABA {
  outline: none;
}
a.tooltip1 {
  display: inline !important;
}
a.tooltip1 :hover {
  text-decoration: none;
}
a.tooltip1 strong {
  /*line-height: @global-line-height;*/
}
a.tooltip1 .spanABA {
  color: #637988;
  z-index: 9999;
  display: none;
  position: absolute;
  padding: 14px 20px;
  margin-top: -50px;
  margin-left: 28px;
  width: 520px;
  /*line-height: @global-line-height;*/
  border-radius: 4px;
  -webkit-box-shadow: 5px 5px 8px #CCC;
          box-shadow: 5px 5px 8px #CCC;
}
a.tooltip1 .callout1 {
  z-index: 20;
  position: absolute;
  top: 30px;
  border: 0;
  right: -12px;
  text-align: left;
}
a.tooltip1:hover .spanABA {
  display: inline;
  position: absolute;
  /*color: #111;*/
  border: 1px solid #DCA;
  background: #fffAF0;
  z-index: 9999;
}
@media (max-width: 767px) {
  html > body .NCMtooltip {
    position: relative;
    display: inline-block;
  }
  html > body .NCMtooltip .tooltiptext {
    display: none;
  }
  a.tooltip1 a.tooltip1 {
    display: none;
  }
  #ABAShow {
    cursor: pointer;
  }
  #ABAShow img {
    margin-top: 12px;
  }
  #ABAIdRoutingGif {
    background-color: #FFF;
  }
  #ABAIdRoutingGif .spanABA {
    text-align: center;
  }
  #ABAIdRoutingGif .ABAGif {
    width: 99%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
  }
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
.f-n {
  float: none!important;
}
.alt-rows > div {
  min-height: 30px;
}
.alt-rows > div:empty {
  min-height: 12px;
}
.alt-rows > div:nth-child(odd) {
  background-color: #f6f6f6;
  border-bottom: 1px solid #e1e6f0;
}
.alt-rows > div:nth-child(even) {
  background-color: #ffffff;
  border-bottom: 1px solid #e1e6f0;
}
.alt-rows > div > div:nth-child(odd) {
  background-color: #ffffff;
  border-bottom: 1px solid #e1e6f0;
  border-top: 1px solid #e1e6f0;
}
.alt-rows > div > div:nth-child(even) {
  background-color: #f6f6f6;
}
.alt-rows div h5.amount {
  text-align: right;
}
.alt-rows div h5:first-of-type:not(.break) {
  padding: 0 0 0 12px;
}
@media (min-width: 245px) and (max-width: 767px) {
  .alt-rows {
    /*& > div:nth-child(odd) {
            background-color: @white !important;
            .border-none();
        }

        & > div:nth-child(even) {
            background-color: @alt-row !important;
            .border-none();
        }

        & > div:first-of-type {
            border-top: none !important;
        }

        & > div:last-of-type {
            .border-none();
        }

        div h5:first-of-type:not(.break) {
            .no-pad();
        }*/
  }
}
/* Mixin */
.b-l-r {
  border-left: 1px solid #e1e6f0;
  border-right: 1px solid #e1e6f0;
}
/* Mixin */
.text-shadow {
  text-shadow: 1px 1px 0 #000;
}
.text-shadow:hover {
  text-decoration: underline;
}
@media (min-width: 245px) and (max-width: 767px) {
  .text-shadow {
    text-shadow: none;
  }
}
a {
  color: #637988;
  font-family: 'Helvetica Neue', Verdana, Geneva, Tahoma, sans-serif !important;
  cursor: pointer !important;
}
a:hover {
  color: #95d600;
}
a:not(.aText) {
  border-bottom: 1px dotted #5d6770;
}
a:not(.aText):hover {
  text-decoration: none;
}
@media (min-width: 245px) and (max-width: 767px) {
  a {
    color: #5c6670;
  }
  a:hover {
    text-decoration: none;
  }
}
.txt-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Added for publishing reasons */
/********** Form Field Styles Includes Readonly Views of Forms filled out *************************/
.form-elements-border {
  border: 1px solid #e1e6f0;
  border-color: #e1e6f0;
  background-color: #ffffff !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"],
#Profile-Page #phones-data input[type="text"],
#reimbInstCountry,
select {
  border: 1px solid #e1e6f0;
  border-color: #e1e6f0;
  background-color: #ffffff !important;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', Verdana, Geneva, Tahoma, sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset;
  font-weight: normal;
  font-weight: normal !important;
}
@-moz-document url-prefix() {
  select {
    border-radius: 11px 0 0 11px!important;
  }
}
/* override Bootstrap */
.form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: left;
}
.form-horizontal .form-group {
  margin-right: auto !important;
  margin-left: auto;
  max-width: 800px;
}
.required {
  display: inline !important;
  color: #ff5000 !important;
  padding-left: 3px;
}
@media (min-width: 768px) {
  .form-control {
    display: inline-block;
    width: 98% !important;
  }
}
/*end Boostrap Override*/
.form-group {
  margin-bottom: 0px;
}
.form-inline {
  padding-top: 6px;
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}
@media (min-width: 245px) and (max-width: 767px) {
  .form-inline {
    padding-top: 12px;
  }
}
.form-control {
  font-family: 'Helvetica Neue', Verdana, Geneva, Tahoma, sans-serif;
}
.frmCheckBox {
  float: right;
}
.maxl {
  margin: 25px;
}
.inline {
  display: inline-block;
}
.inline + .inline {
  margin-left: 10px;
}
.radio {
  position: relative;
}
.radio span {
  position: relative;
  padding-left: 20px;
}
input[id^="dateField5-"],
#datefield {
  width: 95% !important;
}
.radio span:after {
  width: 15px;
  height: 15px;
  border: 3px solid;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.radio input[type="radio"] {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.radio input[type="radio"]:checked + span:before {
  width: 5px;
  height: 5px;
  position: absolute;
  background: #0B8;
  left: 5px;
  top: 6px;
  border-radius: 100%;
}
.radio-button div label {
  padding: 2px 0 0 12px;
  display: inline-block;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label span {
  display: inline-block;
  width: 24px;
  height: 21px;
  background: url('../img/checkbox.png') /*left top no-repeat*/;
  vertical-align: middle;
  cursor: pointer;
  display: block;
}
input[type="checkbox"]:checked + label span {
  background: url('../img/checkbox-checked.png');
  display: block;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label span {
  background: url('../img/radio_button_on@2x.png');
  display: block;
}
input[type="radio"] + label span {
  display: inline-block;
  width: 24px;
  height: 21px;
  background: url('../img/radio_button_off@2x.png') /*left top no-repeat*/;
  margin: 0 4px 0 24px 0 0 0;
  vertical-align: middle;
  cursor: pointer;
  display: block;
}
/*input[type="radio"]:checked + label span,
input[type="radio"] + label span,
input[type="checkbox"] + label span,
input[type="checkbox"]:checked + label span {
    display: block;
}*/
@media (min-width: 245px) and (max-width: 767px) {
  input[type="checkbox"],
  input[type="radio"] {
    display: block;
    height: 20px;
    width: 20px;
    display: inline-block;
  }
  input[type="checkbox"]:checked + label span,
  input[type="radio"]:checked + label span,
  input[type="radio"] + label span,
  input[type="checkbox"] + label span {
    display: none;
  }
  label.frmCheckBox {
    display: none;
  }
}
/* Input field lenghts */
.dateField {
  width: 70% !important;
}
@media (min-width: 245px) and (max-width: 767px) {
  .dateField {
    width: 100% !important;
  }
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ffffff !important;
  opacity: 1 !important;
}
#ui-autocomplete-input {
  background-color: #ffffff !important;
}
#ui-autocomplete ui-front {
  background-color: #ffffff !important;
}
li .ui-menu-item {
  background-color: #ffffff !important;
}
#ui-autocomplete-item {
  background-color: #ffffff !important;
}
/* AUTOCOMPLETE DROPDOWN MENU - IE: STATE */
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  /*color: @blue-font;*/
}
.ui-widget {
  font-family: 'Helvetica Neue', Verdana, Geneva, Tahoma, sans-serif;
  text-indent: 6px;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #EFEFEF;
  font-weight: normal;
  font-weight: normal !important;
  /*color: #2b2b2b;*/
}
@media (min-width: 245px) and (max-width: 767px) {
  d .text-justify-xs {
    text-align: right;
  }
}
/* used in Quote Forms */
.error {
  color: #ff5000 !important;
  text-align: left;
  font-family: 'Helvetica Neue', Verdana, Geneva, Tahoma, sans-serif;
  font-size: 13px;
}
#frmDiscardDonate .error {
  color: #ff5000 !important;
  text-align: left;
  font-family: 'Helvetica Neue', Verdana, Geneva, Tahoma, sans-serif;
  font-size: 13px;
}
.has-error,
html > body .help-block {
  color: #ff5000 !important;
  text-align: left;
  font-family: 'Helvetica Neue', Verdana, Geneva, Tahoma, sans-serif;
  font-size: 13px;
}
.submitted .ng-invalid {
  border-color: #ff5000 !important;
}
/*  Animated Hamburger Menu    */
@media (min-width: 245px) and (max-width: 1024px) {
  #mMobileNav .navbar-toggle.slide-active .icon-bar {
    background: orange;
  }
  #nav-icon {
    width: 40px;
    height: 35px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    margin-top: 8px;
    margin-right: 15px;
  }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 80%;
    background: #5f7482;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    margin-left: 4px;
    margin-right: 4px;
  }
  #nav-icon span:nth-child(2) {
    top: 5px;
  }
  #nav-icon span:nth-child(3) {
    top: 10px;
  }
  #nav-icon span:nth-child(4) {
    top: 20px;
  }
  #nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  #nav-icon.open span:nth-child(2) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav-icon.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .navbar-toggle {
    background-color: transparent !important;
  }
}
#accordion section:not(.m-t) {
  overflow: hidden;
  height: auto;
  border: 1px solid #e1e6f0;
}
#accordion section:not(.m-t) > div:first-of-type a {
  margin-right: 80px;
  width: 100%;
  display: block;
  background-color: #eef0f2;
  font-weight: 600;
  /*padding: 10px 0;*/
  text-indent: 12px;
}
#accordion section:not(.m-t) > div:nth-of-type(even) {
  background-color: #fcfdfd !important;
  padding: 12px;
  line-height: 2;
  border-top: 1px solid #e1e6f0;
}
#accordion section:not(.m-t) div.sNav {
  text-indent: 12px!important;
  padding: 0!important;
}
#accordion section.ac_hidden {
  height: 37px;
}
#accordion .NCMpointer {
  padding: 0;
  margin: 10px 0 0 6px;
  line-height: 20px;
  cursor: pointer;
  right: 1%;
  top: 0px;
  display: block;
  background: url('../img/btn-expand.png') no-repeat scroll 0% 0% transparent;
  width: 19px;
  height: 19px;
}
#accordion .NCMpointer-off {
  display: block;
  background: url('../img/btn-collapse.png') no-repeat scroll 0% 0% transparent;
  width: 19px;
  height: 19px;
  padding: 0;
}
#accordion h1 {
  line-height: 1.2;
  background-color: rgba(255, 0, 0, 0.3);
  margin: 0;
  padding: 10px 10px 10px 30px;
}
/*<div id="accordion">
        <section class="ac_hidden">
            <div>
                <a class="aText">
                    {{item.corpName}} {{item.label}}<span class="NCMpointer pull-right"></span>
                </a>

            </div>
            <div>
                <a>
                    {{section.headerText}}
                    <
                </a>
            </div>
        </section>
    </div>*/
.nav-icon-mixin {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 7px!important;
}
/* MODAL ALERTS and WINDOW */
iframe.popup-center {
  margin: 30px 0 10px 128px;
}
.modal-dialog {
  top: 70px !important;
}
.modalTxt {
  font-family: 'Helvetica Neue', Verdana, Geneva, Tahoma, sans-serif;
}
/* Centers Buttons */
.modal-footer {
  text-align: center !important;
}
@media (min-width: 245px) and (max-width: 767px) {
  iframe.popup-center {
    margin: auto;
    padding: 12px 0 0 0;
  }
  .modal-dialog {
    margin: 70px 10px 10px 10px;
  }
  .modal-footer {
    text-align: center !important;
  }
}
.reflect {
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(255, 255, 255, 0.2)));
}
#spinner {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9998;
}
#spinner span {
  color: white;
  position: absolute;
  z-index: 2000000000;
  width: 100%;
  text-align: center;
  top: 44%;
  margin-right: auto;
  margin-left: auto;
}
.spinner-text {
  z-index: 9999;
  text-align: center;
  color: #00add7;
  font-weight: bold;
  display: none;
}
/* Extra small devices (phones, less than 767px) */
/* #### Mobile Phones Portrait #### */
/* #### Mobile Phones Landscape #### */
/* Small devices (tablets, 768px and up) Landscape */
/* Medium devices (desktops, 992px and up) */
/* Medium devices (desktops, 1024px and down) */
/* Large devices (large desktops, 1025px and up) */
/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  /* some CSS here */
}
/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
  /* some CSS here */
}
/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px) {
  /* some CSS here */
}
/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
  /* some CSS here */
}
/* #### iPhone 5 Portrait or Landscape #### */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
  /* some CSS here */
}
/* #### iPhone 6 and 6 plus Portrait or Landscape #### */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {
  /* some CSS here */
}
/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* some CSS here */
}
/* #### Desktops #### */
@media screen and (min-width: 1024px) {
  /* some CSS here */
}
/* #### Mobile Phones Landscape #### */
/* #### Mobile Phones Portrait or Landscape #### */
/* #### iPhone 4+ Portrait or Landscape #### */
/* #### iPhone 5 Portrait or Landscape #### */
/* #### iPhone 6, 6s, 7, and 8 Portrait or Landscape #### */
/* #### iPhone 6 Plus, 7 Plus and 8 plus  Portrait or Landscape #### */
/* #### iPhone 6 Plus, 7 Plus and 8 plus  Portrait or Landscape #### */
/* #### Tablets Portrait or Landscape ####  iPad Pro (10.5-inch)  */
/* ----------- Portrait -----------*/
/* ----------- Landscape -----------*/
/* #### Tablets Portrait or Landscape ####  iPad Pro (9.7-inch), iPad Air 2, iPad Mini 4  */
/* ----------- Portrait -----------*/
/* ----------- Landscape -----------*/
/* ----------- iPad Pro (12.9-inch) &  (2nd generation) ----------- */
/* ----------- Landscape -----------*/
/* ----------- Portrait -----------*/
/* CSS Document */
.one-box-card,
#supportPage {
  width: 100%;
  max-width: 1100px;
  display: table;
  float: none;
  background-color: #FBFBFB;
  border-radius: 7px;
  border: 2px solid #e1e6f0;
  padding: 12px 12px 12px 12px !important;
  margin: 10px auto 25px auto;
  /* used only for Expense Payment Details - widens screen viewing due to all the info displayed.*/
}
.one-box-card > .one-box-card,
#supportPage > .one-box-card {
  width: 100% !important;
  background-color: #ffffff;
  padding: 12px;
}
.one-box-card [id^="cardStep"],
#supportPage [id^="cardStep"] {
  padding: 0 0 12px 0;
  line-height: normal !important;
  font-family: 'Helvetica Neue Light';
}
.one-box-card .one-box-under,
#supportPage .one-box-under {
  background: #f4f6f9;
  border-radius: 7px;
  border: 1px solid #e1e6f0;
  padding: 6px;
  margin-bottom: 20px;
}
.one-box-card.ExpensePaymentDetailsCard,
#supportPage.ExpensePaymentDetailsCard {
  width: 100% !important;
  padding: 15px 15px 15px 15px !important;
  margin: 10px auto 25px auto;
}
.one-box-card.ExpensePaymentDetailsCard h5,
#supportPage.ExpensePaymentDetailsCard h5 {
  line-height: normal;
}
.one-box-card.ExpensePaymentDetailsCard h5:first-of-type,
#supportPage.ExpensePaymentDetailsCard h5:first-of-type {
  text-indent: 0 !important;
  padding: 0 0 0 6px !important;
}
.one-box-card.ExpensePaymentDetailsCard h5 > div h5:first-of-type,
#supportPage.ExpensePaymentDetailsCard h5 > div h5:first-of-type {
  padding: 6px 0 0 6px !important;
}
@media (min-width: 767px) and (max-width: 992px) {
  .one-box-card {
    padding: 15px 15px 15px 15px;
  }
  .one-box-card div > div:not(.BVD) {
    text-align: left;
  }
}
@media (min-width: 245px) and (max-width: 767px) {
  .one-box-card {
    border-radius: 7px;
  }
  .one-box-card > .one-box-card {
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    background-color: none !important;
    padding: 0!important;
  }
}
/* Containers -  Details Screens Header (Date, Item, Amount, Status)    */
.subcontent div h4.c-heading-title {
  text-indent: 0;
}
/* The email address below will be used for supplier to communicate with you. */
.one-box-under.table {
  padding: 0 !important;
  border: 1px solid #e1e6f0;
  background-color: #ffffff !important;
  display: inline-block;
}
.one-box-under.table label input {
  margin: 8px 0 0 16px;
}
.emails {
  border: 1px solid #e1e6f0;
  border-radius: 7px;
  background-color: #ffffff;
  padding: 6px 6px 6px 0;
}
.emails > div:nth-child(even) {
  background-color: #fbfbfb;
  border-top: 1px solid #e1e6f0;
  border-bottom: 1px solid #e1e6f0;
}
.emails label {
  padding: 3px 0 0 12px !important;
}
/* Service Details, Submitted Expenses, My Documents, Helpful Links    */
@media (min-width: 768px) {
  h4.c-heading-title {
    text-indent: 12px;
    margin: 0 0 12px 0;
  }
  .data-container,
  .phones {
    width: 100%;
    background-color: #e1e6f0;
    overflow: hidden;
    margin: 0 auto 20px auto;
    border-radius: 7px;
    border: 1px solid #e1e6f0;
    float: none;
  }
  .data-container > div,
  .phones > div {
    min-height: 30px;
  }
  .data-container > div:empty,
  .phones > div:empty {
    min-height: 12px;
  }
  .data-container > div:nth-child(odd),
  .phones > div:nth-child(odd) {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e1e6f0;
  }
  .data-container > div:nth-child(even),
  .phones > div:nth-child(even) {
    background-color: #ffffff;
    border-bottom: 1px solid #e1e6f0;
  }
  .data-container > div > div:nth-child(odd),
  .phones > div > div:nth-child(odd) {
    background-color: #ffffff;
    border-bottom: 1px solid #e1e6f0;
    border-top: 1px solid #e1e6f0;
  }
  .data-container > div > div:nth-child(even),
  .phones > div > div:nth-child(even) {
    background-color: #f6f6f6;
  }
  .data-container div h5.amount,
  .phones div h5.amount {
    text-align: right;
  }
  .data-container div h5:first-of-type:not(.break),
  .phones div h5:first-of-type:not(.break) {
    padding: 0 0 0 12px;
  }
  .data-container > div:first-of-type,
  .phones > div:first-of-type {
    border-bottom: 2px solid #e1e6f0;
    padding: 1px 1px 1px 1px;
    border-radius: 6px 6px 0px 0px;
  }
  .data-container > div:first-of-type:not(.break),
  .phones > div:first-of-type:not(.break) {
    background-color: #e1e6f0;
  }
  .data-container > div:first-of-type > h5,
  .phones > div:first-of-type > h5 {
    font-weight: 600;
  }
  .data-container > div:first-of-type > h5.break,
  .phones > div:first-of-type > h5.break {
    font-weight: normal;
    font-weight: normal !important;
  }
  .data-container > div:first-of-type > h5first-child,
  .phones > div:first-of-type > h5first-child {
    padding: 0 0 0 6px;
  }
}
@media (min-width: 768px) and (min-width: 245px) and (max-width: 767px) {
  .data-container,
  .phones {
    /*& > div:nth-child(odd) {
            background-color: @white !important;
            .border-none();
        }

        & > div:nth-child(even) {
            background-color: @alt-row !important;
            .border-none();
        }

        & > div:first-of-type {
            border-top: none !important;
        }

        & > div:last-of-type {
            .border-none();
        }

        div h5:first-of-type:not(.break) {
            .no-pad();
        }*/
  }
}
div.row > [class*="col-"],
div > [class*="col-"],
ul > [class*="col-"],
li > [class*="col-"] {
  /*margin-bottom: 0;
    margin-top: 0;*/
}
/*.m-a {
    margin-left: auto;
    margin-right: auto;
}*/
.no-margin {
  margin: 0 !important;
}
.no-horizontal-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-float {
  float: none;
}
.no-pad {
  padding: 0!important;
}
/* Removed negative left and right margin from Bootstrap */
.row {
  margin-right: 0;
  margin-left: 0;
}
.pad-small {
  padding: 6px;
}
/* LEGEND */
.displayNone {
  display: none;
}
.displayTrue {
  display: block;
}
.d-inline {
  display: inline-block;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .cBigScreen-Show {
    display: block;
  }
  .mMobile-Show {
    display: none!important;
  }
}
/* Determines when the navigation and toolbar small/large will show */
@media (min-width: 1025px) {
  .cBigScreen-Nav,
  .cHeader-toolbar {
    display: block;
  }
  .mMobile-Nav,
  .mHeader-toolbar {
    display: none;
  }
}
@media (min-width: 245px) and (max-width: 1024px) {
  .cBigScreen-Nav,
  .cHeader-toolbar {
    display: none;
  }
  .mMobile-Nav,
  .mHeader-toolbar {
    display: block;
  }
}
/* ENDS when the navigation small/large will show */
@media (min-width: 245px) and (max-width: 767px) {
  .cBigScreen-Show {
    display: none !important;
  }
  .mMobile-Show {
    display: block !important;
  }
  .pull-xs-left {
    float: left;
  }
  .pull-xs-right {
    float: right;
  }
  .mobile-center {
    text-align: center;
  }
}
/*==================== Widget Panels - Alerts Layout ============================*/
.one-box-top {
  max-width: 1100px;
  border-radius: 11px 11px 0 0 5px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 0 0;
  min-height: 35px;
  font-family: 'Helvetica Neue', Verdana, Geneva, Tahoma, sans-serif;
  background-color: #ffffff;
  /*text-align: right;*/
}
.one-box-top h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: left;
}
.one-box-top .normaltext {
  font-family: "HelveticaNeueMed";
  margin: 0 0 10px 0;
  font-weight: 400;
}
.one-box {
  max-width: 1100px;
  border-radius: 0 0 11px 11px;
  background-color: #ffffff;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Helvetica Neue Light', Verdana, Geneva, Tahoma, sans-serif;
  /* Removes centering FLOAT where there is no icon like above*/
}
.one-box h3 {
  margin-top: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .one-box {
    margin: 0 auto;
    background-color: transparent;
  }
}
.one-box #view-Receipts > .one-box-top,
.one-box #addExpenses > .one-box-top,
.one-box #addExpense > div > .one-box-top,
.one-box #details-TempAccom > .one-box-top,
.one-box #details-RentAssist > .one-box-top,
.one-box #RealEstateRef > .one-box-top {
  padding-left: 5px !important;
}
.one-box #view-Receipts > .one-box-top > span,
.one-box #addExpenses > .one-box-top > span,
.one-box #addExpense > div > .one-box-top > span,
.one-box #details-TempAccom > .one-box-top > span,
.one-box #details-RentAssist > .one-box-top > span,
.one-box #RealEstateRef > .one-box-top > span {
  float: none !important;
}
.one-box #view-Receipts > .one-box-top h3 > span,
.one-box #addExpenses > .one-box-top h3 > span,
.one-box #addExpense > div > .one-box-top h3 > span,
.one-box #details-TempAccom > .one-box-top h3 > span,
.one-box #details-RentAssist > .one-box-top h3 > span,
.one-box #RealEstateRef > .one-box-top h3 > span {
  float: none !important;
}
@media (min-width: 245px) and (max-width: 767px) {
  .one-box-top {
    /* centers text and moves icons to the right on Dashboard Notifications */
    text-align: left;
    background-color: transparent!important;
  }
  .one-box-top > span {
    float: right !important;
  }
  .one-box-top h3 {
    text-align: left;
    padding: 0 0 6px 0;
  }
  h3 .supplier-name {
    /*color:@primary2-blue;*/
  }
}
.srvc-detail-container {
  max-width: 100%;
  margin: 0 auto;
}
.ti-20 {
  text-indent: 20px;
}
@media (min-width: 245px) and (max-width: 767px) {
  .ti-20 {
    text-indent: 0;
  }
}
.ml-20 {
  margin: 0 0 0 20px;
}
@media (min-width: 245px) and (max-width: 767px) {
  .ml-20 {
    margin: 0 0 0 6px;
  }
}
.forms-detail-view-auto {
  /* For the Auto Details View*/
}
.forms-detail-view-auto > div > h5:first-of-type {
  font-weight: 600;
}
/*=====================================================*/
/*  Bold Titles in Form Service Views, Move Info ect... */
/*=====================================================*/
/* Order Request Information Views   */
.srvcQuote {
  display: table;
  padding: 12px;
  /*.row:hover{
        background-color:white;
    }*/
}
.srvcQuote div {
  padding: 2px 0 2px 0;
}
.srvcQuote h5:first-of-type {
  font-weight: 600;
  padding: 0 6px 0 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}
.caret-up {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 4px solid #000000;
  border-left: 4px solid transparent;
  border-top: 0 dotted;
  border-right: 4px solid transparent;
  content: "";
}
/* My Move Information Bolding */
#MyMoveInfo .bold {
  font-family: 'HelveticaNeueBold', Verdana, Geneva, Tahoma, sans-serif;
  vertical-align: bottom;
  margin-bottom: 0px !important;
  text-align: left;
}
@media (min-width: 245px) and (max-width: 767px) {
  #MyMoveInfo h5:not(.bold) {
    text-align: right;
  }
}
/* Service Referrals */
#ServiceReferrals > div > div > h4 {
  text-indent: 12px;
}
#ServiceReferrals > div > div:first-of-type {
  border-radius: 11px 11px 0 0 !important;
}
#ServiceReferrals > div > div:last-of-type {
  border-radius: 0 0 11px 11px;
}
#ServiceReferrals h3,
#ServiceReferrals h5 {
  text-indent: 12px;
}
#ServiceReferrals h3 {
  padding: 6px 0 0 0;
}
@media (min-width: 245px) and (max-width: 767px) {
  .srvcQuote {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
  }
  .srvcQuote div h5:nth-of-type(2) {
    padding: 0 0 0 12px !important;
  }
  .srvcQuote div {
    padding: 0 0 0 0;
  }
  .srvcQuote h5:first-of-type {
    font-weight: normal;
    padding: 0 0 0 0;
  }
}
#footer {
  background: #ffffff;
  width: 100%;
  min-height: 80px;
  border-top: 1px solid #f4f5f6;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  z-index: 9999;
  line-height: normal;
  margin-top: 24px;
  border-top: 1px solid #bfc2c5;
  font-size: 12px;
}
#footer .links {
  padding: 12px;
  text-align: left;
}
#footer .links div {
  padding-bottom: 6px;
}
#footer .badges {
  padding: 12px;
  text-align: right;
}
#footer .badges span {
  padding: 12px;
}
@media (min-width: 245px) and (max-width: 767px) {
  #footer {
    bottom: 0;
    width: 100%;
  }
  #footer .links {
    text-align: center;
  }
  #footer .badges {
    text-align: center;
  }
}
.button-default {
  height: 40px;
  text-align: center;
  min-width: 150px;
  border-radius: 7px;
  color: #ffffff;
  font-family: 'Arial' !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  float: none;
  text-decoration: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  padding: 0 10px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  margin: 6px auto 6px auto;
}
@media screen and (max-width: 767px) {
  .button-default {
    min-width: 200px;
    float: none;
  }
}
.button-default .button-default:after {
  content: '';
  clear: both;
}
#rad_buttons {
  width: 100%;
  display: table;
  text-align: center;
}
#rad_buttons .radioSelected {
  border: 1px solid #693c17 !important;
}
#rad_buttons li {
  /*width: 50%;*/
  font-family: 'HelveticaNeueBold', Verdana, Geneva, Tahoma, sans-serif;
  display: inline;
  padding: 12px 12px 12px 12px;
  cursor: pointer;
  background-color: #ffffff;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(47%, #f6f6f6), to(#ededed));
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: 2px 2px 2px grey;
          box-shadow: 2px 2px 2px grey;
  /*line-height: 40px;*/
  /*text-align: center;*/
  /*color: @darker-blue;*/
  /*height: 40px;*/
}
@media (min-width: 768px) {
  #rad_buttons li:nth-child(3) {
    padding: 12px 40px 12px 40px;
  }
  #rad_buttons li:nth-child(4) {
    width: 33%;
  }
  #rad_buttons li:nth-child(1) {
    width: 33%;
  }
  #rad_buttons li:nth-child(2) {
    /*.pad(12px,70px,12px,70px);*/
  }
}
#rad_buttons li:hover {
  -webkit-box-shadow: 1px 1px 1px grey;
          box-shadow: 1px 1px 1px grey;
}
#rad_buttons li.active {
  background-color: #bd6b29;
  /*color: @white;*/
}
#rad_buttons li:first-of-type {
  border-radius: 5px 0 0 5px;
  border: 1px solid #999;
  border-right: 1px solid #999;
}
#rad_buttons li:last-of-type {
  border-radius: 0 5px 5px 0;
  border: 1px solid #999;
}
#rad_buttons .radioSelected {
  background: #dedfe0;
  border: #c3c6c8;
}
/* Expense Reimbursement Instructions Buttons on Profile Page */
#rad_buttons li {
  border: 1px solid #999;
}
#rad_buttons li:first-of-type {
  border-radius: 5px 0 0 5px;
  border-right: 1px solid #999;
}
@media (min-width: 245px) and (max-width: 767px) {
  #rad_buttons {
    display: inline-table;
  }
  #rad_buttons ul {
    text-align: center;
  }
  #rad_buttons li {
    width: 80%;
    display: inline-block;
  }
}
#loans div > label {
  text-indent: 12px;
}
.i-t {
  text-indent: 12px;
}
.subcontent {
  border: 1px solid #e1e6f0;
  background-color: #f4f6f9;
  border-radius: 5px 5px 5px 5px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  margin: 20px 0 20px;
  position: relative;
  text-align: left;
  display: inline-block;
  width: 100%;
}
.subcontent .whiteBG {
  background-color: #ffffff;
}
.subcontent > div {
  padding: 0 0 6px 0;
}
.sub-details > div {
  padding: 0 0 6px 0;
}
@media (min-width: 245px) and (max-width: 767px) {
  /*  shrinks margins and padding for Mobile screens  */
  .subcontent {
    padding: 3px 3px 3px 3px;
    margin: 12px 0 0 0;
  }
}
.hideByDefault {
  display: none;
}
.disclaimer {
  margin: 0 auto;
  width: 100%;
}
.disclaimer h4 {
  color: #0080bb !important;
  line-height: normal;
  font-weight: 600;
}
@media (min-width: 245px) and (max-width: 767px) {
  .disclaimer {
    padding: 0!important;
  }
}
.txt-indent {
  text-indent: 12px;
}
article {
  background-color: #fdfdfd;
  max-width: 1100px;
  border: 1px solid #d0d8e8;
  padding: 12px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 12px;
  border-radius: 5px 5px 5px 5px;
}
article:last-of-type {
  margin-bottom: 100px;
}
article .section {
  margin-top: 36px;
}
article:after {
  content: "";
  display: table;
  clear: both;
}
article #alerts {
  padding: 0 0 0 12px;
}
article #alerts h5 {
  padding: 0 12px 0 0;
}
article section:not(.m-t):first-of-type {
  padding: 0 12px 0 0;
  border-right: solid 1px #f4f5f6;
}
article section:not(.m-t):nth-child(3) {
  padding: 0 0 0 24px;
}
article section:not(.m-t):last-of-type {
  float: right;
}
article .row {
  margin-left: auto;
  margin-right: auto;
}
article > h4 {
  color: #0080bb !important;
  line-height: normal;
  display: inline-block;
}
article #srvc-DHS-Offer div h5:nth-of-type(odd),
article #srvc-DHS-AgentInfo div h5:nth-of-type(odd) {
  text-indent: 12px;
}
/*@media (min-width: 245px) and (max-width: @screen-xs-max) {
    article {
        .no-pad();
        border: none;


        section {

            &:first-of-type {
                .pad(0,0,0,0);
            }
        }
    }
}*/
@media (min-width: 245px) and (max-width: 767px) {
  article {
    width: 98%;
    display: table;
    float: none;
    background-color: #FBFBFB;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    /*border-radius: 7px;
        border: 2px solid #e1e6f0;*/
    padding: 6px;
    margin: 12px auto 12px auto;
  }
  article section.m-t {
    /*.border-none();*/
    border-top: 1px solid #e1e6f0;
    /*.border-bottom();*/
    padding: 12px;
    display: inline-block;
    width: 106%;
    /*margin-top: 12px;*/
    margin-left: -11px;
    margin-right: -12px;
  }
  article button {
    padding: 0;
    border: none;
    background: none;
    text-transform: capitalize;
  }
  article .repeater {
    margin: 12px 0 0 0;
  }
  article div div h5:after {
    content: "";
    display: table;
    clear: both;
  }
  article h5:nth-of-type(odd) {
    /*text-align:right;*/
  }
  article a.aText:not(.m-c) {
    width: 100%;
    display: inline-block;
    color: #5c6670;
    text-transform: uppercase;
  }
  article a.aText:not(.m-c) .m-c {
    text-transform: lowercase;
  }
  article a:hover {
    color: #5c6670;
  }
  article a:visited {
    color: #5c6670;
  }
  article a:active {
    color: #5c6670;
  }
  article #alerts {
    padding: 0!important;
  }
}
aside {
  width: 98%;
  max-width: 1100px;
  display: table;
  float: none;
  background-color: #FFF;
  border-radius: 7px;
  border: 2px solid #e1e6f0;
  padding: 12px;
  margin: 10px auto 25px auto;
}
@media (min-width: 245px) and (max-width: 767px) {
  aside {
    background-color: #FFF;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    padding: 3px 3px 3px 3px;
  }
}
.address {
  background-color: #ffffff;
}
.address h5:nth-child(odd) {
  font-weight: 600;
}
@media (min-width: 245px) and (max-width: 767px) {
  .dataDetails-horiz div:first-of-type {
    background-color: #e1e6f0 !important;
    font-weight: normal;
  }
  .dataDetails-horiz div:nth-child(odd) {
    background-color: #f6f6f6;
    border-top: 1px solid #e1e6f0;
    border-bottom: 1px solid #e1e6f0;
  }
  .dataDetails-horiz div:nth-child(even) {
    background-color: #FBFBFB;
    border-top: 1px solid #e1e6f0;
  }
  .dataDetails-horiz div:last-child {
    border-bottom: 1px solid #e1e6f0;
  }
  .dataDetails-horiz div div h5:nth-child(odd) {
    font-weight: 600;
  }
  .dataDetails-vert div:nth-child(even) {
    /*background-color: @alt-row-light;*/
  }
  .dataDetails-vert div:nth-child(odd) {
    /*background-color: @alt-row-light;*/
  }
  .dataDetails-vert div h5:nth-child(odd) {
    font-weight: normal;
    text-indent: 6px;
  }
  .contactInfoFrm {
    display: block;
    border-radius: 5px 5px 5px 5px;
  }
  .contactInfoFrm .table-cell {
    background: #edf1f5;
    padding: 6px;
    border: 1px solid #e1e6f0;
  }
  h4.c-heading-title {
    padding: 6px;
    /*.border-top();
        background-color: #edf1f5;*/
  }
  .data-container,
  .phones {
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
  }
}
hr.sect-divider {
  margin: 25px 0;
  height: 1px;
  background: black;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, grey));
}
hr.sect-divider.nm {
  margin-top: 0;
}
hr {
  margin: 12px 0 12px 0;
  border: 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #fff;
  /* margin: auto; */
}
div#sub-header > div:first-of-type {
  width: 90%;
  max-width: 1100px;
  float: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -12px;
  margin-bottom: 12px;
}
div#sub-header div {
  /* Inbox Notification Bubble */
}
div#sub-header div span:not(.badge) {
  float: left;
  height: 24px;
  padding: 0 6px 0 24px;
  line-height: 24px;
}
div#sub-header div span:not(.badge) a {
  text-indent: 12px;
}
div#sub-header div .badge {
  padding: 5px 8px;
}
@media (min-width: 245px) and (max-width: 767px) {
  div#sub-header div span {
    border-bottom: none !important;
  }
}
div#sub-header div li:last-of-type {
  text-align: right;
}
div#sub-header .icon-support,
div#sub-header .icon-referral {
  margin: 0 !important;
}
div#sub-header .btnHeader {
  min-width: 122px;
  background: #FFF;
  border-radius: 7px;
  padding: 2px 6px 2px 6px;
  border: 1px solid #a4a9ad;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
div#sub-header .btnHeader:hover {
  background: #FFFFFF;
  text-decoration: none;
}
@media (min-width: 402px) and (max-width: 767px) {
  .pad-spec {
    padding-top: 12px!important;
  }
}
@media (min-width: 245px) and (max-width: 767px) {
  div#sub-header div {
    height: 35px;
    text-align: center;
  }
  div#sub-header div a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    height: 35px;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    padding-top: 12px;
  }
  div#sub-header div .pad-spec {
    padding-top: 6px;
  }
  div#sub-header div span:not(.badge) {
    float: none;
    padding: 0px 6px 0px 12px;
  }
  div#sub-header div ul {
    list-style-type: none;
  }
  div#sub-header div ul > li .badge {
    margin-bottom: 6px;
    padding: 5px 8px 5px 8px;
  }
  .btnHeader {
    min-width: 150px;
  }
  .grid-element {
    line-height: 12px;
  }
  .grid-element:focus {
    background-color: yellow;
  }
  .badge {
    padding: 0 4px !important;
    font-size: 14px;
    color: red !important;
    background-color: transparent !important;
    line-height: inherit;
  }
  /*====================== Dashboard - Service Detials  ======================  */
}
label {
  font-family: 'Helvetica Neue', Verdana, Geneva, Tahoma, sans-serif;
  display: block;
  float: left;
  padding: 3px 0 0 0;
}
alabel:hover,
alabel:focus {
  text-decoration: none;
  cursor: pointer;
}
label:empty {
  display: none;
}
.btn label {
  position: relative;
  top: -1px;
}
@media screen and (max-width: 767px) {
  label {
    vertical-align: bottom;
    height: inherit;
    margin-bottom: 0 !important;
  }
}
/*.label-default {
  .label-variant(@label-default-bg);
}

.label-primary {
  .label-variant(@label-primary-bg);
}

.label-success {
  .label-variant(@label-success-bg);
}

.label-info {
  .label-variant(@label-info-bg);
}

.label-warning {
  .label-variant(@label-warning-bg);
}

.label-danger {
  .label-variant(@label-danger-bg);
}*/
/*//== Colors
//
//## Gray and brand colors for use across CoPilot.*/
/*// Pimary Blue #1*/
/*// Pimary Blue #2*/
/*// Secondary Colors*/
/*// Secondary Blue #1*/
/*// Secondary Blue #2*/
/*// Secondary Blue #3*/
/*// Secondary Blue #4*/
/*// Secondary Blue #5*/
/*Neutral Colors - Grey & green*/
/*// font body color*/
/*// link color*/
/*CTA Color (call to action)*/
/*//== One off colors*/
/*// other colors*/
/*@offGrey: #f8f8f8;*/
/* used for borders and background colors */
/*// used for font color*/
/* background Service Heading, Service Contacts Heading, Budget Heading, */
/* background Service Details, Service Contacts Details, , */
/* Service View Background Color */
/* Button colors */
/* used for alternating row background-color  */
/* used for alternating row background-color  */
@media (min-width: 245px) and (max-width: 767px) {
  .one-box-card {
    background-color: #ffffff;
  }
  .data-container > div:first-of-type:not(.break),
  .phones > div:first-of-type:not(.break),
  article.subcontent > div:first-of-type:not(.break) {
    font-weight: 600;
    border-bottom: 1px solid #e1e6f0;
  }
}
.orange {
  color: #bd6b29;
}
.black {
  color: #000000;
}
.supMsg {
  color: #bd6b29;
  background-color: #ffffff;
}
.bluePrimary {
  color: #00add7;
}
h1 {
  font-size: 32px;
  font-size: 2em;
  line-height: 45.12px;
  line-height: 2.82em;
}
h2 {
  font-size: 24px;
  font-size: 1.5em;
  line-height: 33.84px;
  line-height: 2.1149999999999998em;
}
h3 {
  font-size: 19px;
  font-size: 1.1875em;
  line-height: 26.79px;
  line-height: 1.674375em;
}
h4 {
  font-size: 16px;
  font-size: 1em;
  line-height: 22.56px;
  line-height: 1.41em;
}
h5 {
  font-size: 14px;
  font-size: 0.875em;
  line-height: 19.74px;
  line-height: 1.23375em;
}
h6 {
  font-size: 12px;
  font-size: 0.75em;
  line-height: 16.92px;
  line-height: 1.0574999999999999em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0 0;
}
/* NEW CLASSES */
@font-face {
  font-family: 'Seravek';
  src: url('../fonts/Seravek.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Seravek.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Seravek.woff') format('woff'), /* Modern Browsers */ url('../fonts/Seravek.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Seravek.svg#dc39d3d86997da74232d69bba5f245f2') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/HelveticaNeue.woff') format('woff'), /* Modern Browsers */ url('../fonts/HelveticaNeue.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/HelveticaNeue.svg#a68121ef2e891aed38ff01110987f27a') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'HelveticaNeueBold';
  src: url('../fonts/HelveticaNeueBold.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/HelveticaNeueBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/HelveticaNeueBold.woff') format('woff'), /* Modern Browsers */ url('../fonts/HelveticaNeueBold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/HelveticaNeueBold.svg#b0b230b12ba14b2f0690df366df880c5') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'HelveticaNeueMed';
  src: url('../fonts/HelveticaNeueLTStd-Md.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/HelveticaNeueLTStd-Md.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/HelveticaNeueLTStd-Md.woff') format('woff'), /* Modern Browsers */ url('../fonts/HelveticaNeueLTStd-Md.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/HelveticaNeueLTStd-Md.svg#297525cf3c6ba1ff86516c4aa7d9abf5') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Helvetica Neue Italic';
  src: url('../fonts/HelveticaNeueItalic.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/HelveticaNeueItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/HelveticaNeueItalic.woff') format('woff'), /* Modern Browsers */ url('../fonts/HelveticaNeueItalic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/HelveticaNeueItalic.svg#742171b431310a8283213206fd340c77') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Helvetica Neue Light';
  src: url('../fonts/HelveticaNeueL.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/HelveticaNeueL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/HelveticaNeueL.woff') format('woff'), /* Modern Browsers */ url('../fonts/HelveticaNeueL.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/HelveticaNeueL.svg#7384ecabcada72f0e077cd45d8e1c705') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Helvetica Neue Ultra Light';
  src: url('../fonts/HelveticaNeueUL.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/HelveticaNeueUL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/HelveticaNeueUL.woff') format('woff'), /* Modern Browsers */ url('../fonts/HelveticaNeueUL.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/HelveticaNeueUL.svg#9453ea8da727d260bcdbfa605bdbb5d2') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
.c-heading-main {
  font-family: 'Helvetica Neue', Verdana, Geneva, Tahoma, sans-serif;
}
h2[id^=cardTitle] {
  margin: 0 0 12px 0;
}
.c-status-title {
  font-family: 'HelveticaNeueBold', Verdana, Geneva, Tahoma, sans-serif;
  color: #bd6b29 !important;
}
span.c-heading-service-title {
  /*border-bottom: 1px dotted @service-font-color;*/
  text-decoration: underline;
  font-family: inherit;
  color: #0080bb;
  line-height: initial;
}
span.c-heading-service-title:hover {
  text-decoration: underline !important;
  color: #a4a9ad !important;
  border-bottom: none;
}
.c-heading-title {
  color: #0080bb !important;
  line-height: normal;
}
/* used to bold text for sub headings */
.c-status-sub-heading {
  font-family: 'HelveticaNeueBold', Verdana, Geneva, Tahoma, sans-serif;
  vertical-align: bottom;
  margin-bottom: 0px !important;
  text-align: left;
}
/*  Used in Budget Details    */
.c-money {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-money.blue {
  color: #0080bb !important;
}
.c-money.gold {
  color: #95d600 !important;
}
.budgetAvailable {
  color: #0080bb !important;
}
.budgetRemaining {
  color: #009d73 !important;
}
.budgetUsed {
  color: #bd9371 !important;
}
.no-bold {
  font-weight: normal !important;
}
.strong {
  font-weight: 600;
}
.txtLeft {
  text-align: left !important;
}
.txtRight {
  text-align: right !important;
}
.txtCenter {
  text-align: center !important;
}
.txtIndent {
  text-indent: 12px !important;
}
.txtSmall {
  font-size: 15.9 !important;
}
.underLine {
  border-style: solid;
  border-bottom: 1px thin #ff0000;
  border-width: 0 0 1px 0;
}
.blue {
  clear: both;
  font-family: 'HelveticaNeueBold', Verdana, Geneva, Tahoma, sans-serif;
}
.total {
  float: right;
  display: inline-block;
  clear: both;
  font-family: 'HelveticaNeueBold', Verdana, Geneva, Tahoma, sans-serif;
}
.subIndent {
  padding-left: 40px !important;
  margin-top: -10px !important;
}
/* used is Invoice and Stauts messages */
.msgText {
  text-align: left;
}
.statusLbl {
  text-align: left;
}
/* ========== END    ================ */
.status.ready {
  color: #95d600;
  float: left;
}
.status {
  font-family: 'Helvetica Neue Italic';
}
.noMarg {
  margin: 0 !important;
}
/* Support Page */
#supportPage h1 {
  margin: 0;
  font-weight: 100;
  padding: 0;
}
#supportPage h2 {
  margin: 0;
  font-weight: 300;
  padding: 0;
}
.smalltext {
  font-family: 'Helvetica Neue', Verdana, Geneva, Tahoma, sans-serif;
}
#vehicleQuote {
  color: #5c6670 !important;
}
/*Inbox*/
.inboxItemViewed {
  color: #a4a9ad !important;
}
.inboxItemToRead {
  color: #5c6670 !important;
}
/* Expense Payment Detail */
.detailLbl {
  color: #5c6670 !important;
}
.detailVal {
  color: #0080bb !important;
}
@media (min-width: 245px) and (max-width: 767px) {
  h3 {
    color: #0080bb;
  }
}
/******************* icons and images ***********************/
/********************** logo - Brand ************************/
.logo-copilot {
  background-repeat: no-repeat;
  display: block;
  padding: 0;
  margin-top: 12px;
  margin-left: 10px;
  float: left;
  max-height: 30px;
  max-width: 210px;
}
@media (min-width: 245px) and (max-width: 767px) {
  .logo-copilot {
    margin-top: 12px;
    margin-left: 12px;
  }
}
.logo-NuCompass {
  background-image: url('../img/img_logo.png');
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  padding: 25px 70px;
  margin-top: 10px !important;
  margin-bottom: 0;
  float: left;
  max-height: 25px;
  max-width: 210px;
}
.spinner-logo {
  background-image: url('../img/NCM_logo_trans.png');
  background-repeat: no-repeat;
  height: 100px;
  width: 104px;
}
.budget-lbt-img {
  background: url('../img/BudgetTop.png');
  background-repeat: no-repeat;
  display: inline-block;
  width: 347px;
  height: 60px;
  position: relative;
  background-size: cover;
}
.icon-receipt {
  background: url('../img/bill.png');
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 2px;
  position: relative;
  border: none;
}
.icon-papers {
  background: url('../img/icon_miscellaneous_allowance.png') no-repeat;
  width: 27px;
  height: 33px;
  display: inline-block;
}
.house-icon-zoom {
  background: url('../img/icon_househunting.png') no-repeat;
  width: 41px;
  height: 28px;
  display: inline-block;
}
.house-icon {
  background: url('../img/icon_household_goods.png') no-repeat;
  width: 37px;
  height: 26px;
  display: inline-block;
}
.icon-car-truck {
  background: url('../img/icon_automobile_shipment.png') no-repeat;
  width: 45px;
  height: 27px;
  display: inline-block;
}
.icon-help-center {
  background: url('../img/Icon-HelpCenter@x2.png') no-repeat;
  width: 36px;
  height: 35px;
  display: inline-block;
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(255, 255, 255, 0.2)));
}
.icon-accommodation {
  background: url('../img/icon_temporary_accomodations.png') no-repeat;
  width: 42px;
  height: 28px;
  display: inline-block;
}
.icon-help-center-sm {
  background: url('../img/Icon-HelpCenter.gif') no-repeat;
  width: 22px;
  height: 21px;
  display: inline-block;
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(255, 255, 255, 0.2)));
}
.icon-lease-cancellation {
  background: url('../img/icon_lease-cancellation@2.png') no-repeat;
  width: 23px;
  height: 42px;
  display: inline-block;
}
.icon-bag {
  background: url('../img/icon_donate.png') no-repeat;
  width: 21px;
  height: 33px;
  display: inline-block;
}
.icon-move {
  background: url('../img/icon_move_to_a_new_location.png') no-repeat;
  width: 23px;
  height: 33px;
  display: inline-block;
}
.status .icon {
  margin: 0 5px -6px 0 !important;
  width: 19px;
  height: 19px;
  display: inline-block;
  background: url('../img/action-icon.png') center center no-repeat;
  background-size: 100% 100%;
  *zoom: 1;
}
/* Navigtaion Images */
.user-dropdown-text {
  position: relative;
  /*color: @blue-font;*/
  /* @blue-font:#637988;  */
  font-family: 'Arial';
}
.toggle-me {
  margin: 3px;
  width: 18px;
  height: 19px;
  display: inline-block;
  background: url('../img/icon-expand.png') center center no-repeat;
  background-size: 100% 100%;
  *zoom: 1;
  float: right;
}
.user-dropdown {
  position: relative;
  /*color: @blue-font;*/
  font-family: 'Arial';
  background: url('../img/icon_user.png') left center no-repeat;
  padding-right: 0;
  padding-left: 25px;
  /*height: 28px;*/
  padding-top: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.user-icon {
  background: url('../img/icon_support_off2.png') no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 0;
  margin-right: 12px;
  margin-top: 7px;
}
.icon-support {
  background: url('../img/icon_support.png') no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 0;
  margin-right: 12px;
  margin-top: 7px;
}
.icon-support-md {
  background: url('../img/icon_support_off2.png') no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.icon-referral {
  background: url('../img/icon_referral.png') no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 0;
  margin-right: 12px;
  margin-top: 7px;
}
.icon-profile {
  background: url('../img/icon_profile.png') no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 7px;
}
.icon-document {
  background: url('../img/icon_document_off.png') no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 7px;
}
.icon-agreement {
  background: url('../img/icon_agreement_small.png') no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 7px;
}
.icon-contactus {
  background: url('../img/icon-contactus.png') no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 7px;
}
.icon-contactus-sm {
  background: url('../img/icon-contactus-sm.png') no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 7px;
}
.icon-destination {
  background: url('../img/icon_destination_small.png') no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 7px;
}
.icon-logout {
  background: url('../img/icon_logout.png') no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 7px;
}
.icon-controlpanel {
  background: url('../img/icon_control_panel_off.png') no-repeat;
  width: 13px;
  height: 10px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 7px;
}
.icon-world {
  background: url('../img/icon-world.png') no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 0;
  /*margin-right: @nav-icon-margin-right;*/
}
.icon-world-2 {
  background: url('../img/icon-world-2.png') no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 0;
  /*margin-right: @nav-icon-margin-right;
    margin-top: @nav-icon-margin-top;*/
}
.icon-world-sm {
  background: url('../img/icon-world-sm.png') no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 0;
  margin-right: 12px;
  margin-top: 7px;
}
.icon-world-sm-2 {
  background: url('../img/icon-world-sm-2.png') no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 0;
  margin-right: 12px;
  margin-top: 7px;
}
span.icon-supportPanel {
  background: url('../img/icon-support-nav.png') no-repeat scroll 0% 0% transparent;
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 30px;
  float: right;
}
/* Black and White Icons For Navigation */
.icon-world-BW {
  background: url('../img/icon-world-BW.png') no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 7px!important;
}
.icon-destination-BW {
  background: url('../img/icon_destination_BW.png') no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 7px!important;
}
.icon-contactus-BW {
  background: url('../img/icon-contactus-BW.png') no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 7px!important;
}
.icon-profile-bw {
  background: url('../img/icon_profile_bw.png') no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 7px!important;
}
.icon-support-BW {
  background: url('../img/icon_support_off2_bw.png') no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 7px!important;
}
.icon-logout-BW {
  background: url('../img/icon_logout_BW.png') no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 7px!important;
}
.icon-controlpanel-BW {
  background: url('../img/icon_control_panel_BW.png') no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 7px!important;
}
.icon-world-BW-2 {
  background: url('../img/icon-world-BW-2.png') no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 7px!important;
}
.NCMCaret {
  background: url('../img/btn-expand.png') no-repeat scroll 0% 0% transparent;
  width: 19px;
  height: 19px;
  display: inline-block;
  padding-right: 30px;
  float: right;
  margin-top: 7px;
}
.NCMCaret-collapse {
  background: url('../img/btn-collapse.png') no-repeat scroll 0% 0% transparent;
  width: 19px;
  height: 19px;
  display: inline-block;
  padding-right: 30px;
  float: right;
  margin-top: 7px;
}
/* images used for Services and Alerts */
.icon-house-CP {
  background: url('../img/icon_household_goods-small.png') no-repeat;
  width: 25px;
  height: 20px;
  display: inline-block;
  margin-left: 12px;
}
.icon-car-truck-CP {
  background: url('../img/icon_automobile_shipment-small.png') no-repeat;
  width: 25px;
  height: 20px;
  display: inline-block;
  margin-left: 12px;
}
.icon-accommodation-CP {
  background: url('../img/icon_temporary_accomodations-small.png') no-repeat;
  width: 25px;
  height: 20px;
  display: inline-block;
  margin-left: 12px;
}
.icon-move-CP {
  background: url('../img/icon_move_to_a_new_location-small.png') no-repeat;
  width: 25px;
  height: 20px;
  display: inline-block;
  margin-left: 12px;
}
.icon-papers-CP {
  background: url('../img/icon_miscellaneous_allowance-small.png') no-repeat;
  width: 25px;
  height: 20px;
  display: inline-block;
  margin-left: 12px;
}
.icon-bag-CP {
  background: url('../img/icon_donate-small.png') no-repeat;
  width: 25px;
  height: 17px;
  display: inline-block;
  margin-left: 12px;
}
.icon-find-property-CP {
  background: url('../img/icon_househunting-small.png') no-repeat;
  width: 25px;
  height: 20px;
  display: inline-block;
  margin-left: 12px;
}
.icon-donate-CP {
  background: url('../img/icon_donate-small.png') no-repeat;
  width: 25px;
  height: 20px;
  display: inline-block;
  margin-left: 12px;
}
.icon-delete-lg {
  background-size: 25px 25px;
  background: url('../img/btn_delete_big.png') no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  border: 0px;
  padding-left: 5px;
  margin-top: 0;
  margin-left: 10px;
}
.icon-delete-sm {
  background-size: 16px 16px;
  background: url('../img/icon_delete_small.png') no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  float: left;
  border: 0px;
  margin-left: 20px;
  margin-top: 5px;
}
.icon-edit-sm {
  background-size: 16px 16px;
  background: url('../img/icon_document_sign.png') no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  float: left;
  border: 0px;
  margin-left: 20px;
  margin-top: 5px;
}
.icon-video {
  position: absolute;
  /* top: 30px; */
  left: 90px;
  bottom: 10px;
}
.accor-icon-on {
  background: url('../img/icon-expand.png') no-repeat;
  /*display: inline-block;*/
  margin-left: 0;
  cursor: pointer;
  margin: 0 !important;
  height: 18px;
  width: 19px;
}
.accor-icon-off {
  background: url('../img/icon-contract.png') no-repeat;
  /*display: inline-block;*/
  margin-left: 0;
  cursor: pointer;
  margin: 0 !important;
  height: 18px;
  width: 19px;
}
.inbox {
  background: url('../img/mail.png') no-repeat;
  /*display: inline-block;*/
  margin-left: 0;
  cursor: pointer;
  margin: 0 !important;
  height: 16px!important;
  width: 25px;
  float: none!important;
}
/* Portrait - Iphone 4 & 5 & 6, Galaxy S6, Lumia 920*/
.mIcon {
  padding-left: 7px;
}
@media (max-width: 769px) {
  .mIcon {
    /* pulls service icons to the right of screen */
    float: right;
    padding-left: 0 !important;
  }
}
/* CSS Document */
.btnsContainer:not(.btnsStripped) {
  text-align: right;
  padding: 20px 0 20px 0;
}
@media (min-width: 245px) and (max-width: 767px) {
  .btnsContainer:not(.btnsStripped) {
    text-align: center !important;
  }
  .btnsContainer:not(.btnsStripped) .btnsContainer {
    text-align: center !important;
    display: inline-block;
    padding: 20px 0 0 0;
  }
}
form input[type="submit"],
.submit {
  height: 40px;
  text-align: center;
  min-width: 150px;
  border-radius: 7px;
  color: #ffffff;
  font-family: 'Arial' !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  float: none;
  text-decoration: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  padding: 0 10px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  margin: 6px auto 6px auto;
  margin: 0 0 0 0;
  background: #009d73;
  border: 0 !important;
}
@media screen and (max-width: 767px) {
  form input[type="submit"],
  .submit {
    min-width: 200px;
    float: none;
  }
}
form input[type="submit"] .button-default:after,
.submit .button-default:after {
  content: '';
  clear: both;
}
.one-box-btn {
  height: 40px;
  text-align: center;
  min-width: 150px;
  border-radius: 7px;
  color: #ffffff;
  font-family: 'Arial' !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  float: none;
  text-decoration: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  padding: 0 10px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  margin: 6px auto 6px auto;
  -webkit-appearance: button;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .one-box-btn {
    min-width: 200px;
    float: none;
  }
}
.one-box-btn .button-default:after {
  content: '';
  clear: both;
}
.one-box-btn.closeit {
  content: "Close";
  background: #aaaaaa none repeat scroll 0% 0%;
  border: 1px solid #767676;
}
.one-box-btn.closeit:hover {
  background: #b6b6b6;
}
.one-box-btn.upload {
  content: "Close";
  background: #009d73;
  border: 1px solid #003728;
  float: none;
}
.one-box-btn.disabled {
  opacity: 0.4;
}
.one-box-btn.orange {
  background: #bd6b29;
  border: 1px solid #693c17;
}
.one-box-btn.green {
  background: #009d73;
  border: 1px solid #003728;
}
.one-box-btn.green.disabled {
  opacity: 0.4;
}
.one-box-btn.green:hover {
  background: #00b786;
}
.one-box-btn.lblue {
  background: #99c5c3;
  border: 1px solid #5a9e9b;
}
.one-box-btn.lgraybg {
  background: #aaaaaa none repeat scroll 0% 0%;
  border: 1px solid #767676;
  /*color: @white;*/
}
.one-box-btn .btnSubmit {
  border: 0 !important;
}
#btnRealEstate {
  float: none !important;
  margin: 12px 0 0 0;
}
#saveadd {
  line-height: 1.1 !important;
}
form .btnSubmit:hover {
  /*background: @yellow;*/
}
.attach-btn {
  background-image: url('../img/icon_attach_alterante@2x.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 64px;
  height: 45px;
  display: inline-block;
  float: left;
}
#button-Attach-Expense div.attach-btn input[type="file"],
#btn-attach-doc div.attach-btn input[type="file"] {
  width: 64px !important;
  height: 40px !important;
  cursor: pointer !important;
}
#search .reset,
#search .search {
  margin: 0 0 0 0;
}
@media (min-width: 245px) and (max-width: 767px) {
  .one-box-btn,
  submit-button input,
  input[type="submit"] {
    height: 30px !important;
    min-width: 120px !important;
    border-radius: 3px !important;
    font-weight: normal !important;
    text-transform: none !important;
  }
}
/* CSS Document */
/* Service Details Layout/Styles */
#quoteFrmHHG .frm-CheckBox,
#frmDiscardDonate .frm-CheckBox {
  padding-right: 10px;
}
.files-uploaded {
  margin-left: 10px;
  /* border-left: 1px solid #c3c3c3; */
  min-width: 10px;
  float: left;
  height: 45px;
}
/*=========== Moving your Belongings    =========*/
#HHGserviceDetails h3 {
  padding: 0;
  margin-bottom: 0;
}
#HHGserviceDetails h4 {
  font-weight: 600;
}
#HHGserviceDetails h4:first-of-type {
  padding: 0 0 0 18px;
}
#HHGserviceDetails h5:first-of-type {
  padding: 0 0 0 18px;
}
#HHG-Mobile-ServiceDetails-View .data-container {
  /*h5:not(.c-status-sub-heading){
             text-indent:6px;

         }*/
}
/*=====  SERVICE FORM QUOTE VIEWS    Auto, Rental, HHG, Discard and Donate, Temp Accom,  ===*/
/*  ReviewPorpertiesFormTempAccom,      */
#quoteFrmAuto h4,
#quoteFrmRental h4,
#frmDiscardDonate h4,
#frmTempAccom h4 {
  padding-left: 0;
}
#quoteFrmAuto label,
#quoteFrmRental label,
#frmDiscardDonate label,
#frmTempAccom label {
  padding: 4px 12px 0 0;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#quoteFrmAuto .txtWrap,
#quoteFrmRental .txtWrap,
#frmDiscardDonate .txtWrap,
#frmTempAccom .txtWrap {
  padding-right: 20px;
}
#Temp-Accom-Header {
  border: 1px solid #e1e6f0;
  border-radius: 7px;
}
#Temp-Accom-Header > div:last-of-type {
  border-radius: 0 0 11px 11px;
}
#Temp-Accom-Header .data {
  font-weight: normal;
  background: #ffffff;
  border-radius: 0;
  border: none;
  margin-bottom: 0px;
  line-height: normal !important;
  min-height: 35px;
  overflow: hidden;
  display: inline-block;
  text-align: left;
  /*.mid-data {
            text-align: center;
        }

        .left-data {
            text-align: center;
        }

        .right-data {
            border-right: 0;
            text-align: left !important;
        }*/
}
#Temp-Accom-Header .data div {
  margin-bottom: 0px;
  padding: 2px;
}
#Temp-Accom-Header .data .property-description {
  border-bottom: 1px solid #e1e6f0;
  padding: 0 12px 0 30px;
  border-radius: 0 0 0 0;
}
#Temp-Accom-Header .data .description {
  text-overflow: ellipsis;
}
#Temp-Accom-Header .data .property-description div:last-of-type {
  border: none;
}
#Temp-Accom-Header label {
  font-family: 'Helvetica Neue', Verdana, Geneva, Tahoma, sans-serif;
  /*color: @darker-blue;*/
  display: block;
  line-height: 1.2;
  width: 100%;
}
@media (min-width: 245px) and (max-width: 767px) {
  /* Temp Accom */
  #Temp-Accom-Header {
    border: 1px solid #e1e6f0;
    border-radius: 7px;
  }
  #Temp-Accom-Header > div:first-of-type {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #Temp-Accom-Header .header div {
    font-weight: 600 !important;
  }
  /* Visa & Immigration */
  /* .mMobile-Show > div h5 {
        text-align:right;
    }*/
  /* Expense Payment Detail */
  .mMobile-Show > div h6 {
    text-align: left;
  }
}
/*  RENTAL ASSISTANCE   */
#btnReviewRentals a {
  /*color: @white;*/
  text-decoration: none;
}
#btnReviewRentals a :hover {
  /*color: @white;*/
  text-decoration: none;
}
#quoteFrmRental #moveIn-MoveOut label {
  text-indent: 12px;
}
#quoteFrmRental #moveIn-MoveOut .before {
  display: block;
}
#quoteFrmRental #moveIn-MoveOut .after {
  display: none;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*                  SUBMITTED EXPENSES                                                 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* SUBMITTED - EXPENSES - Hides Top Level Column Header used for full screen */
.para-break {
  height: 40px;
}
.frm-CheckBoxText {
  padding-left: 10px;
}
.petsInput {
  padding-right: 20px;
}
.petsText {
  padding-right: 20px;
  text-align: right;
}
.removePad {
  padding: 0 !Important;
}
.tlvDescBG {
  background-color: #ffffff;
}
table td.leftBorder {
  border-left: 1px solid #f4f5f6;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*       Departure Home Sale                              */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#serviceDetails.classDHS {
  margin: 0 0 0 20px;
}
#HomeownerPackage,
#OfferPackage,
#OtherDocuments {
  /*> div:first-of-type {
        .pad(0,0,0,20px);
    }*/
}
#HomeownerPackage h6 span:nth-child(1),
#OfferPackage h6 span:nth-child(1),
#OtherDocuments h6 span:nth-child(1) {
  text-indent: 12px;
  display: inline-block;
}
#HomeownerPackage .docPad,
#OfferPackage .docPad,
#OtherDocuments .docPad {
  padding: 0 0 0 30px;
}
#details-HomeSale a.documents {
  margin: 0 0 0 28px;
}
#details-HomeSale div article h4:first-of-type {
  font-weight: 600;
  margin: 6px 0 6px 0;
}
#details-HomeSale #srvc-DHS-MarketAnalysis .marketDetails,
#details-HomeSale #srvc-DHS-MarketAnalysis .documents {
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #e1e6f0;
  background-color: #ffffff;
  padding: 5px 6px 5px 6px;
}
@media (min-width: 245px) and (max-width: 767px) {
  #details-HomeSale a {
    margin: 0 0 0 12px;
  }
}
#details-HomeSale #OfferPackage #eDIWrapper {
  width: 98%;
  border: 1px solid #CCC;
  margin-left: auto;
  margin-right: auto;
  float: none;
  background-color: #EFEFEF;
  padding-left: 12px;
  padding-right: 12px;
  text-indent: initial;
}
#details-HomeSale #OfferPackage div div h6 {
  padding: 4px 0 0 0;
}
@media (min-width: 245px) and (max-width: 414px) {
  article #details-HomeSale a,
  h5 .col {
    margin: 0 0 0 0;
    line-height: 20px;
  }
  #quoteEntryDetailForm > div:first-of-type {
    padding: 5px !important;
  }
  #HomeownerPackage > div:first-of-type,
  #OfferPackage > div:first-of-type,
  #OtherDocuments > div:first-of-type {
    padding: 5px !important;
  }
  #HomeownerPackage .docPad,
  #OfferPackage .docPad,
  #OtherDocuments .docPad {
    padding: 5px !important;
  }
}
/* ++++++++++++++++++++  Support Center  +++++++++++++++++++++++++++++++++  */
#supportPage {
  /* ============ NAVIGATION ======================*/
  /* ============ END NAVIGATION ======================*/
  /*============= Begin Right Side Content ============*/
  /*}*/
  /* ********** Videos ***** */
}
#supportPage .one-line {
  background-color: #FBFBFB;
  border-radius: 0 0 7px 7px;
  border: 1px solid #e1e6f0;
  width: 90%;
}
#supportPage #support-center-nav {
  width: 90%;
}
#supportPage input {
  max-width: 415px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
#supportPage #left-Side,
#supportPage #right-Side {
  padding-top: 0;
  margin-top: 25px !important;
}
#supportPage #left-Side p,
#supportPage #right-Side p {
  margin: 0;
}
#supportPage #left-Side .parentMenu:not(#right-Side),
#supportPage #right-Side .parentMenu:not(#right-Side) {
  font-family: 'Helvetica Neue', Verdana, Geneva, Tahoma, sans-serif;
  background: #dfe4e8;
  padding: 0;
  display: block;
  text-align: left;
  border-bottom: 1px solid #dadada;
  position: relative;
}
#supportPage #left-Side .parentMenu:not(#right-Side) a,
#supportPage #right-Side .parentMenu:not(#right-Side) a,
#supportPage #left-Side .parentMenu:not(#right-Side) a:visited,
#supportPage #right-Side .parentMenu:not(#right-Side) a:visited {
  margin-right: 80px;
  width: 100%;
  display: block;
  background-color: #eef0f2;
  font-weight: 600;
  padding: 10px 0;
  text-indent: 12px;
  text-decoration: none;
}
#supportPage #left-Side .parentMenu:not(#right-Side) a:hover,
#supportPage #right-Side .parentMenu:not(#right-Side) a:hover,
#supportPage #left-Side .parentMenu:not(#right-Side) #support-service-titles .one-line:hover,
#supportPage #right-Side .parentMenu:not(#right-Side) #support-service-titles .one-line:hover {
  background: none repeat scroll 0% 0% #FFF;
  /*text-decoration: none;*/
}
#supportPage #left-Side .parentMenu:not(#right-Side) h2,
#supportPage #right-Side .parentMenu:not(#right-Side) h2 {
  line-height: 1.1;
}
#supportPage #left-Side section div div p,
#supportPage #right-Side section div div p {
  border-bottom: 1px solid #dadada;
  padding: 0;
}
#supportPage #left-Side section div div p:hover,
#supportPage #right-Side section div div p:hover {
  background-color: #fff;
}
#supportPage #serviceContent div {
  padding: 0 !important;
  border-bottom: 0 !important;
}
#supportPage #serviceContent div p {
  border-bottom: 1px solid #dadada;
  padding: 0;
}
#supportPage #serviceContent div p:hover {
  background-color: #fff;
}
#supportPage #serviceContent div .support-compSubNav {
  text-indent: 34px;
  background-color: #fcfdfd;
}
#supportPage #supportRightSide div {
  height: 100%!important;
}
#supportPage #supportRightSide div > div {
  height: 100%;
}
#supportPage #supportRightSide #right-side {
  float: left;
  margin-left: 40px;
}
#supportPage #supportRightSide h3 {
  padding: 0;
}
#supportPage #supportRightSide h4 {
  text-indent: 0;
}
#supportPage #supportRightSide #fhome {
  padding: 0 0 6px 0;
}
#supportPage #supportRightSide #support-page-content p.support-content-header p:first-child {
  background: url('../img/icon-expand.png') no-repeat scroll 0% 0% transparent;
  display: inline-block;
  margin-left: 0;
  text-indent: 20px;
  cursor: pointer;
  min-height: 36px;
  padding: 0!important;
}
#supportPage #supportRightSide #support-page-content div.support-content-wrapper {
  background-color: #ffffff;
  border: 1px solid #ccd6ea;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin: 12px;
}
#supportPage #supportRightSide #support-page-content div.support-content-wrapper .support-content-header p {
  margin: 5px 0 0 !important;
}
#supportPage .SupportVideos {
  border: solid;
  border-color: #637988;
  border-width: 1px;
  padding: 6px;
  -webkit-box-shadow: 2px 2px 2px #9a9a9a;
  box-shadow: 2px 2px 2px #9a9a9a;
  margin: 0 0 10px 20px;
}
@media (max-width: 450px) {
  #supportPage .SupportVideos {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media (max-width: 842px) {
  #supportPage #left-side,
  #supportPage #right-side {
    margin-right: auto !important;
    margin-left: auto !important;
    float: none !important;
    width: 100%;
    max-width: 650px !important;
  }
  #supportPage #search {
    margin-top: 24px !important;
  }
  #supportPage .btnsContainer {
    display: block;
    text-align: center;
  }
  #supportPage .one-box-btn {
    float: none !important;
  }
  #supportPage .search-reset {
    display: block;
  }
  #supportPage #search .reset {
    margin-top: 10px;
  }
  #supportPage #search .search {
    margin-top: 10px;
  }
  #supportPage .form-control {
    display: inline-block;
    width: 100% !important;
  }
}
/* Select the phone numbers the supplier should use to contact you. */
h4.c-heading-title {
  font-weight: 600;
}
/* The email address below will be used for supplier to communicate with you. */
.one-box-under.table {
  padding: 0 !important;
  border: 1px solid #e1e6f0;
  background-color: #ffffff !important;
  display: inline-block;
}
.one-box-under.table label input {
  margin: 8px 0 0 16px;
}
@media (min-width: 245px) and (max-width: 767px) {
  .one-box-under {
    border: 1px solid #e1e6f0;
    background-color: #f4f6f9;
    border-radius: 5px 5px 5px 5px;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    margin: 20px 0 20px;
    position: relative;
    text-align: left;
    display: inline-block;
    width: 100%;
  }
}
#Profile-Page .SSFormatMessage {
  padding-top: 7px;
}
#Profile-Page #SSNumber {
  height: 44px;
}
#Profile-Page .form-inline {
  padding-top: 6px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}
@media (min-width: 245px) and (max-width: 767px) {
  #Profile-Page .form-inline {
    display: block;
    width: 100%;
  }
}
@media (min-width: 245px) and (max-width: 767px) {
  #Profile-Page label {
    text-indent: 6px;
  }
}
#Profile-Page #addNewInstructions {
  background-color: #ffffff;
  border: 1px solid #e1e6f0;
  padding: 12px 12px 12px 12px;
}
#Profile-Page .paymentinstructions span {
  font-weight: 600;
}
#phoneContainer div {
  padding: 6px;
}
#phoneContainer div:last-of-type {
  padding: 8px 0 0 0;
}
.aba {
  padding: 30px 0 0 0;
}
#Profile-Page form .btnsContainer button:not([type="submit"]) {
  float: left;
}
@media (min-width: 245px) and (max-width: 767px) {
  #Profile-Page {
    width: 98%;
    /*  removes phone entry column heading when on smaller tablet devices */
    /* Employee Move information Leaving, going to, Work Start Date, Job Title */
    /*   Expense Reimbursement Instructions -  EXPENSE BY CHECK OR WIRE   */
  }
  #Profile-Page .form-group {
    margin-bottom: 15px;
  }
  #Profile-Page input[type="checkbox"] + label span {
    margin: 0 0 0 0;
  }
  #Profile-Page input[type="checkbox"]:checked + label span {
    margin: 0 0 0 0;
  }
  #Profile-Page .one-box-under {
    padding: 15px 10px;
  }
  #Profile-Page #phone-number-heading {
    display: none;
  }
  #Profile-Page #phones-data {
    display: block;
  }
  #Profile-Page #phones-data input[type="text"] {
    text-align: left !important;
    padding-left: 20px;
  }
  #Profile-Page #phones-data .add-phone {
    padding: 0 2px;
  }
  #Profile-Page #phones-data .add-phone .one-box-btn {
    float: none;
  }
  #Profile-Page #phones-data > div:nth-of-type(2) {
    padding-left: 2px;
  }
  #Profile-Page #phoneContainer div div.deletePhone .pad(0,0,12px) h5 {
    text-indent: 12px;
    font-weight: 600;
  }
  #Profile-Page #phoneContainer div div.deletePhone span {
    float: right;
  }
  #Profile-Page #empMoveInfo > div > label {
    font-weight: 600;
    text-indent: 0 !important;
    padding-top: 0;
  }
  #Profile-Page #empMoveInfo > div > div > label {
    text-indent: 12px;
    padding-top: 0 !important;
  }
  #Profile-Page .expense-container {
    width: 100%;
    padding: 5px;
    margin: 0 !important;
  }
}
/*Submit Expense page*/
/*      ADD EXPENSES            */
#expense-attachements-details {
  width: 100%;
  margin: 0 auto;
}
#addExpenses .one-box-btn :last-of-type {
  float: none;
}
#addExpenses .disclaimer > h5 {
  font-family: 'Helvetica Neue', Verdana, Geneva, Tahoma, sans-serif;
}
/*  Submitted Expense Details and Budget Details   */
#submitted-Expense-Details,
#mobile-Header {
  /* adds a border to the left and right of block element */
}
#submitted-Expense-Details .header-BG:nth-of-type(odd),
#mobile-Header .header-BG:nth-of-type(odd) {
  background-color: #ffffff !important;
}
/*#misc-Allowance-detail,*/
#submitted-Expense-Details > div #btn-receipts,
#budgetview #btn-receipts,
#view-Receipts-Details #btn-receipts {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 230px;
  background-color: transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 2px 0 3px;
  border-width: 0;
  border-style: outset;
  border-color: transparent;
  -o-border-image: initial;
     border-image: initial;
  /*color: blue;*/
  text-decoration: underline;
}
/* =================================================== */
/*                 BUDGET DETAILS                      */
/* =================================================== */
#budgetDetails > div > div {
  /*text-align: justify;*/
}
#budgetDetails > div > div h4 {
  font-family: 'Helvetica Neue', Verdana, Geneva, Tahoma, sans-serif;
}
#budgetDetails > div .one-box-under {
  padding: 0 !important;
}
#budgetview div > h5 {
  line-height: normal;
  text-align: right;
}
#budgetview div > div h5:first-of-type {
  line-height: normal;
  text-align: left;
}
#budgetview > div > div > div:first-of-type {
  text-align: left;
  font-weight: 600;
}
#budgetview .data {
  text-align: right;
}
#budgetview #full-Scale-Header div {
  text-align: right;
}
/* =================================================== */
/*                 Expense Paymetn Details                      */
/* =================================================== */
#ExpensePaymentDetails .header h5:first-of-type {
  text-indent: 12px !important;
  padding-left: 12px;
}
#ExpensePaymentDetails h4 {
  font-family: 'HelveticaNeueBold', Verdana, Geneva, Tahoma, sans-serif;
  vertical-align: bottom;
  margin-bottom: 0px !important;
  text-align: left;
}
#ExpensePaymentDetails h5 {
  font-size: 14px !important;
}
#ExpensePaymentDetails > div > div:first-of-type {
  text-align: right;
}
.erInstructions {
  width: 98% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}
.erInstructions .data-container {
  border: 1px solid #e1e6f0;
}
.erInstructions-header {
  padding: 0 0 12px 12px;
}
.expense-container {
  background-color: #fcfdfd !important;
  padding: 12px;
  line-height: 2;
  border-top: 1px solid #e1e6f0;
}
.ercontainer {
  padding: 24px 0 0 0;
}
.ercontainer h4:first-of-type {
  font-weight: 600;
}
.pl-2 {
  padding-left: 12px;
}
.pt-2 {
  padding-top: 3px;
}
.pb-2 {
  padding-bottom: 3px;
}
@media (min-width: 245px) and (max-width: 767px) {
  #view-Receipts-Details,
  #expense-attachements-details {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding: 12px;
  }
  #view-Receipts-Details > div > div,
  #expense-attachements-details > div > div {
    border-left: none !important;
    border-right: none !important;
  }
  #view-Receipts-Details > div > div:last-of-type,
  #expense-attachements-details > div > div:last-of-type {
    border-bottom: none !important;
  }
  #view-Receipts-Details > div > div > span:first-of-type,
  #expense-attachements-details > div > div > span:first-of-type {
    padding-left: 0 !important;
    padding-right: 0;
    font-family: 'HelveticaNeueBold', Verdana, Geneva, Tahoma, sans-serif !important;
  }
  #view-Receipts-Details > div > div > span:nth-of-type(2),
  #expense-attachements-details > div > div > span:nth-of-type(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 6px;
  }
  #budgetDetails h4 {
    text-align: justify;
  }
  #budgetDetails div > div > div:not(:first-child) {
    padding: 12px 0 0 0;
  }
  #budgetDetails .c-status-sub-heading {
    font-weight: 600;
  }
  #budgetview {
    margin: 20px 0 0 0;
    padding: 0 0 0 0 !important;
  }
  #budgetview div:first-of-type:not(:first-child) {
    margin: 20px 0 0 0;
  }
  #budgetview > div > h5 {
    text-align: left;
  }
}
html .safari,
body .safari {
  -webkit-font-smoothing: antialiased;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  html .safari,
  body .safari {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
@media (min-width: 245px) and (max-width: 767px) {
  /* Safari Mobile*/
  .safari article section:nth-child(3) {
    border-top: none;
    padding-top: 12px;
    padding-left: 0;
  }
  nav .main-menu li {
    text-indent: 10px;
  }
}
@media (min-width: 768px) {
  /*  ADDED for SAFARI browser  */
  .safari .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    margin-right: 60px;
    float: right;
  }
  .safari .navbar .navbar-nav {
    float: right;
    margin: 0;
    cursor: pointer;
  }
  .safari .navbar .navbar-nav li {
    /*float: none;*/
  }
  .safari .navbar .dropdown-menu {
    left: -90px;
  }
  .safari .navbar .dropdown-menu li:nth-of-type(6n+0) {
    float: none !important;
  }
  .safari .navbar .dropdown-menu li:nth-of-type(6n+0) > ul {
    left: -250px;
  }
}
/* ====     SAFARI        ======  */
.safari .remain-holder {
  padding-right: 10px;
}
.safari .container-fluid > .navbar-header {
  background-color: #ffffff;
}
.safari .navbar-header {
  padding-right: 10px;
}
.safari #mNavigation ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}
.safari #mNavigation li {
  /*font-size: @Mobile-base-Font-Size !important;*/
  background-color: #eef0f2;
  /*  Sub Navigation   */
}
.safari #mNavigation li ul li {
  /*font-size: @Mobile-base-Font-Size !important;*/
  text-indent: 15px;
}
.safari #mNavigation li:hover {
  background-color: #ffffff;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  cursor: default;
}
.safari #mNavigation a {
  display: block;
  padding-top: 5px;
  font: 16px/18px Arial, Helvetica, sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #b2bfc7;
  text-transform: uppercase;
  /*color:@darker-blue!important;*/
}
.safari #mNavigation li#navMMyMoveli:hover {
  background-color: #ffffff;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  cursor: default;
}
#myFeedbackForm h3 {
  color: #0080bb !important;
  line-height: normal;
}
#myFeedbackForm h4 {
  font-family: 'HelveticaNeueBold', Verdana, Geneva, Tahoma, sans-serif;
  vertical-align: bottom;
  margin-bottom: 0px !important;
  text-align: left;
}
#myFeedbackForm > div h5:nth-child(odd) {
  text-align: right;
}
/* possibly needed to touch scroll on Iphone */
/*.demo-iframe-holder {
  position: fixed; 
  right: 0; 
  bottom: 0; 
  left: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.demo-iframe-holder iframe {
  height: 100%;
  width: 100%;
}*/
#docFrame,
#edocFrame {
  max-width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 100px 0;
  text-align: center;
  float: none;
}
/* Used to hide scroll bar on <body> tag and add margin to top of page when viewing Documents in <iframe>*/
.hideScrollBar {
  overflow: hidden;
}
.addMargingTop {
  margin-top: 70px;
}
.imgDoc {
  width: 100%;
}
@media (min-width: 768px) {
  #edocFrame .content,
  #docFrame .content {
    margin: 0 auto;
    table-layout: fixed;
    border-collapse: collapse;
    z-index: 9999;
    position: relative;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 245px) and (max-width: 767px) {
  #edocFrame .content,
  #docFrame .content {
    margin: 0 auto;
    table-layout: fixed;
    border-collapse: collapse;
    z-index: 9999;
    position: relative;
    width: 100%;
    height: 100%;
  }
  #edocFrame #header-wrap,
  #docFrame #header-wrap {
    display: none !important;
  }
}
html {
  line-height: 1.4;
  font-family: 'Seravek';
  font-weight: 400;
  margin: 0 0 0 0 !important;
  height: 100%;
}
.loginUserBody {
  background: #f4f6f9 !important;
  /*color: #4e6f84 !important;*/
  min-height: 100%!important;
  background-image: url(/assets/img/img_bg_map.png) !important;
  margin: 0 !important;
}
#portal-LogIn-Page {
  /*section > div.form-inline {
            margin-left: 30px;
        }*/
}
#portal-LogIn-Page .navbar {
  background: #fff;
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #e4e4e4;
  position: fixed;
  top: 0;
  z-index: 9999;
  margin: 0 0 20px 0;
  border: 1px solid #CCC;
}
#portal-LogIn-Page .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
#portal-LogIn-Page .navbar-brand {
  background-image: url(/assets/img/logo.gif) !important;
  width: 200px;
  height: 42px;
  margin-left: 30px;
  margin-top: 10px;
  float: left;
  line-height: 20px;
}
#portal-LogIn-Page .container {
  padding-top: 110px;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  text-align: center;
}
#portal-LogIn-Page .section {
  max-width: 750px;
  text-align: left;
  padding-left: 0;
}
#portal-LogIn-Page .page-header {
  padding-bottom: 9px;
  border-bottom: none;
  margin: 0 auto;
}
#portal-LogIn-Page .NCM-Welcome-logo {
  margin-top: 8px;
  padding-left: 0;
}
#portal-LogIn-Page .img-responsive {
  display: inline-block;
}
#portal-LogIn-Page h2 {
  font-family: 'Helvetica Neue Light' !important;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#portal-LogIn-Page h3 {
  margin-top: 10px;
}
#portal-LogIn-Page h3 span {
  font-family: 'Helvetica Neue';
  display: block;
  float: left;
  padding-top: 0;
  margin-top: 0;
}
#portal-LogIn-Page .no-pad {
  padding: 0;
}
#portal-LogIn-Page .user-name-text {
  padding-top: 15px;
  font-family: 'Helvetica Neue';
}
#portal-LogIn-Page #username {
  margin-top: 20px;
}
#portal-LogIn-Page .login-error > p {
  margin-left: 30px;
  color: #ff5000;
}
#portal-LogIn-Page input[type="text"] {
  max-width: 450px;
  width: 450px;
  height: 40px;
  border: 1px solid #e4e4e4;
  border-radius: 7px;
  background-clip: padding-box;
  background-color: #fff !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-family: 'Helvetica Neue';
  padding-left: 10px;
  padding-right: 10px;
}
#portal-LogIn-Page .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.428571429;
  /*color: #555;*/
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
#portal-LogIn-Page #footer {
  background: #fefefe;
  width: 100%;
  height: 110px;
  border-top: 1px solid #e1e6f0;
  bottom: 0;
  z-index: 9999;
  margin: 0 auto;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 5px;
  position: fixed !important;
}
#portal-LogIn-Page .btn-primary {
  /*color: #fff;*/
  background-color: #428bca;
  border-color: #357ebd;
}
#portal-LogIn-Page .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#portal-LogIn-Page .btnsContainer {
  padding-right: 300px!important;
}
#portal-LogIn-Page .forgotPass {
  border-top: 1px solid #0080bb;
  border-bottom: 1px solid #0080bb;
  float: none;
  width: 232px;
  margin: 40px auto;
  display: block;
  text-align: center;
  padding: 5px 0px;
  margin-bottom: 200px;
}
#portal-LogIn-Page .forgotPass a {
  font-family: "Helvetica Neue";
  float: none;
  margin: 40px auto;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
#portal-LogIn-Page .m-align {
  text-align: right;
}
#portal-LogIn-Page .t-r {
  text-align: right;
}
#portal-LogIn-Page .t-c {
  text-align: center;
}
#portal-LogIn-Page .t-l {
  text-align: left;
}
@media (max-width: 767px) and (min-width: 245px) {
  #portal-LogIn-Page .m-align {
    text-align: left;
    padding-left: 30px;
  }
  #portal-LogIn-Page .section {
    padding-left: 50px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  #portal-LogIn-Page .t-r,
  #portal-LogIn-Page .t-c,
  #portal-LogIn-Page .t-l {
    text-align: center;
  }
  #portal-LogIn-Page label {
    padding-left: 15px;
    padding-right: 15px;
  }
  #portal-LogIn-Page .form-group {
    text-align: center;
    margin-left: 0 !important;
  }
  #portal-LogIn-Page .forgotPass {
    width: 232px !important;
    margin-bottom: 100px;
  }
  #portal-LogIn-Page #pnlStatusMessage {
    padding: 20px 30px 30px 10px;
  }
  #portal-LogIn-Page input[type="text"],
  #portal-LogIn-Page input[type="email"],
  #portal-LogIn-Page input[type="password"],
  #portal-LogIn-Page input[type="date"],
  #portal-LogIn-Page input[type="number"] {
    max-width: 250px;
  }
  #portal-LogIn-Page .p-t {
    padding-top: 12px;
  }
  #portal-LogIn-Page .p-b {
    padding-top: 12px;
  }
  #portal-LogIn-Page .p-l {
    padding-top: 12px;
  }
  #portal-LogIn-Page .navbar-brand {
    margin-top: 10px;
  }
  #portal-LogIn-Page #footer {
    height: auto;
    position: fixed !important;
  }
  #portal-LogIn-Page .btnsContainer {
    text-align: center !important;
    padding-right: 0;
  }
  #portal-LogIn-Page .submit {
    min-width: 220px;
    float: none;
  }
  #portal-LogIn-Page span.forgotPass {
    width: 332px;
  }
}
.declined-services {
  border: 1px solid #999;
  background-color: white;
  padding: 40px;
  border-radius: 5px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
#mobile {
  background: #edf1f5;
  /*.one-box-btn, submit-button input, input[type="submit"] {
        height: 50px;
    }*/
  /*#ui-datepicker-div.ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
        display: none !important;
    }*/
}
#mobile #portal-LogIn-Page .btnsContainer {
  padding-right: 0px !important;
}
#mobile .logo-copilot {
  margin-top: 12px !important;
  margin-left: 12px;
  max-height: none;
  max-width: none;
}
#mobile #mNavigation {
  -webkit-box-shadow: 0px 0px 8px 2px #999;
          box-shadow: 0px 0px 8px 2px #999;
}
#mobile #mNavigation li ul li {
  height: 49px;
}
#mobile #mNavigation a {
  padding: 12px 15px 12px 15px;
}
#mobile .row {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: inline-block;
}
#mobile .form-control,
#mobile input [type="text"],
#mobile input[type="email"],
#mobile input[type="password"],
#mobile input[type="date"],
#mobile input[type="number"],
#mobile #Profile-Page #phones-data input[type="text"],
#mobile #reimbInstCountry,
#mobile select {
  background-color: #fbfbfb !important;
  -webkit-box-shadow: 0 0 0px 1000px #fbfbfb inset;
  box-shadow: 0 0 0px 1000px #fbfbfb inset;
}
#mobile .form-inline label {
  padding: 3px 6px 6px 0;
}
#mobile .form-inline label .frmCheckBox {
  padding: 0 0 0 0;
}
#mobile .emails label {
  padding: 3px 0 0 6px !important;
}
#mobile input[type="checkbox"] + label span {
  width: 25px;
  height: 22px;
  background-size: 25px 22px !important;
}
#mobile h4 .c-heading-title {
  margin: 6px 0 0 0;
}
#mobile .btnHeader {
  padding: 3px 3px 3px 3px;
}
#mobile .icon-receipt {
  width: 20px;
  height: 20px;
  background-size: 20px;
}
#mobile .emails {
  padding: 5px !important;
  margin: 0 0 12px 0;
}
#mobile .emails div {
  /*height: 40px;*/
}
#mobile .emails div:nth-of-type(2),
#mobile .emails div div:nth-of-type(3) {
  padding: 4px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#mobile a.back-to-top {
  /*width: 40px;
        height: 40px;
        background-size: 40PX 40PX;
        right: 20px;
        bottom: 40px;*/
}
#mobile #Profile-Page form .btnsContainer button:not([type="submit"]) {
  float: none;
}
#mobile #footer {
  line-height: 15px;
}
#mobile #footer span:last-of-type {
  padding: 9px 0 6px 0 !important;
}
#mobile input::-webkit-calendar-picker-indicator {
  display: none;
}
#mobile input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}
#mobile #ui-datepicker-div {
  display: none !important;
}
/*======================     NAVIGATION    ======================  */
/* Universal grids - */
.grid-container {
  display: grid;
}
.grid-container--fill {
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}
.grid-container--fit {
  grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
}
@media (max-width: 545px) {
  .ncm-toolbar div a {
    font-size: 12px;
  }
}
/* ================================================================*/
/* ============== Large Screen Navigation ==================*/
/* ================================================================*/
@media screen and (min-width: 1025px) {
  .navbar {
    position: static;
    min-height: 40px;
    margin-bottom: 0;
    border: 1px solid transparent;
  }
  .navbar-header {
    float: left;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: right !important;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar.navbar-fixed-top.slide-active {
    position: fixed;
  }
  .navbar-header {
    left: 0 !important;
  }
  .dropdown-menu {
    width: 200px;
  }
}
/* ================================================================*/
/* ============== Mobile/Small Screen Navigation ==================*/
/* ================================================================*/
@media (min-width: 245px) and (max-width: 1025px) {
  .navbar {
    -webkit-box-shadow: 0 1px 2px grey;
            box-shadow: 0 1px 2px grey;
  }
  /* un fix the navbar when active so that all the menu items are accessible */
  .navbar.navbar-fixed-top.slide-active {
    position: relative;
  }
  .dropdown-menu {
    padding: 0!important;
  }
  body.slide-active {
    overflow-x: hidden;
  }
  /*first child of #page-content so it doesn't shift around*/
  .no-margin-top {
    margin-top: 0px !important;
  }
  /*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
  #page-content {
    position: relative;
    padding-top: 0;
    right: 0;
  }
  #page-content.slide-active {
    padding-top: 0;
  }
  .navbar-header {
    position: relative;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* just stick it in max width since these classes are not shared between sizes */
  #slide-nav {
    border-top: 0;
  }
  #slide-nav .container {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    width: 100%;
  }
  #slide-nav .navbar-header {
    margin: 0 auto;
    float: none;
  }
  #slide-nav .navbar.slide-active {
    position: absolute;
    width: 80%;
    top: -1px;
    z-index: 1000;
  }
  #slide-nav #slidemenu {
    background: #f1f1f1;
    right: -100%;
    min-width: 0;
    position: absolute;
    padding-left: 0;
    z-index: 2;
    top: 0px;
    margin: 0;
  }
  #slide-nav #slidemenu .navbar-nav {
    min-width: 0;
    width: 100%;
    margin: 0;
  }
  #slide-nav #slidemenu .navbar-nav li:hover {
    background-color: #ffffff;
  }
  #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
    min-width: 0;
    width: 100%;
    white-space: normal;
    padding: 10px 0 10px 42px;
    background-color: #e4e4e4;
  }
  #slidemenu,
  .dropdown-menu li a {
    font-weight: 600;
    text-transform: uppercase;
  }
  #user-name {
    font-family: 'Arial';
    font-size: 13px;
    text-align: left;
    display: block;
    background-color: #EFEFEF;
    border-bottom: 1px solid #dadcdd;
    padding: 0 0 0 15px;
    float: none;
    height: 53px;
  }
  #user-name > div:first-of-type {
    padding: 6px 0 0 0;
  }
  #user-name > div:last-child {
    padding: 0 0 0 24px;
  }
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
  }
  .navbar-inverse {
    background-color: #FFF;
    border-color: #CCC;
  }
  /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
  #navbar-height-col {
    position: fixed;
    top: 0;
    height: 100%;
    bottom: 0;
    right: -85%;
    background: #f7f7f7;
  }
  #navbar-height-col.inverse {
    background: #f7f7f7;
    z-index: 1;
    border: 0;
  }
  #slide-nav .navbar-form .form-control {
    text-align: center;
  }
  #slide-nav .navbar-form .btn {
    width: 100%;
  }
  /* Nav focus color */
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #eee !important;
    width: 100%;
  }
  /* Borders for Slide out Nav */
  .navbar-nav,
  #user-name,
  #navbar-height-col.inverse {
    border-left: 1px solid #dadcdd;
  }
  .navbar-inverse .navbar-nav > li > a,
  .dropdown-menu li a,
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus .container {
    border-bottom: 1px solid #dadada;
  }
  /* END - Borders for Slide out Nav */
  .ncm-toolbar {
    border-bottom: 1px solid #e1e6f0;
    margin-top: -20px;
  }
  .ncm-toolbar div {
    margin: 0 !important;
    background-color: #EFEFEF;
    text-align: center;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
  }
  .ncm-toolbar div:last-of-type {
    border-right: 1px solid #FFF;
  }
}
@media (min-width: 961px) and (max-width: 1025px) {
  #slide-nav #slidemenu {
    width: 40%;
  }
  #navbar-height-col {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  #slide-nav #slidemenu {
    width: 50%;
  }
  #navbar-height-col {
    width: 50% !important;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  #slidemenu {
    width: 85%;
  }
  #navbar-height-col {
    width: 85%;
  }
}
@media (max-width: 1025px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
/* daterangepicker*/
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}
.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.drop-up {
  margin-top: -7px;
}
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}
.daterangepicker.single .drp-selected {
  display: none;
}
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
  padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}
.daterangepicker .ranges li:hover {
  background-color: #eee;
}
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}
/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges,
  .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges,
  .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
#house-fill {
  margin: 0px;
  background-color: lightslategray;
  position: absolute;
  height: 100%;
  width: 0%;
  text-align: center;
}
#storage-fill {
  margin: 0px;
  background-color: lightslategray;
  position: absolute;
  height: 100%;
  width: 0%;
  text-align: center;
}
.fill-box {
  border: 1px solid lightslategray;
  height: 30px;
}
html,
body {
  font-family: 'Helvetica Neue', Verdana, Geneva, Tahoma, sans-serif;
  color: #5c6670;
}
@media (min-width: 200px) and (max-width: 767px) {
  html,
  body {
    font-size: 16px !important;
    font-size: 1em !important;
    line-height: 22.56px !important;
    line-height: 1.41em !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  html,
  body {
    font-size: 16.5px !important;
    font-size: 1.03125em !important;
    line-height: 23.265px !important;
    line-height: 1.4540624999999998em !important;
  }
}
@media (min-width: 1025px) {
  html,
  body {
    font-size: 17px !important;
    font-size: 1.0625em !important;
    line-height: 23.97px !important;
    line-height: 1.498125em !important;
  }
}
.hand {
  cursor: pointer;
}
a.back-to-top {
  display: none;
  width: 38px;
  height: 38px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 120px;
  background: url("../img/btn_collapse@2x.png") no-repeat center 43%;
  border-radius: 30px;
  cursor: pointer;
}
/******************* Page(s) Layout(s) Mobile Panels at bottom ***********************/
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
}
.removeList {
  list-style: none;
  padding-left: 6px;
}
/* PAGE WIDTHS */
#Login,
#Change-Password,
#Request-Code {
  max-width: 800px;
}
.referralDivider {
  border-top: 1px solid #e1e6f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 28px;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
/********************** Global CSS ***************************/
.disply {
  display: inline;
}
.fullwidth {
  width: 100%;
}
.inv {
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  line-height: 0px !important;
}
.no-Left-Pad {
  padding-left: 0 !important;
}
.sectBreak {
  height: 20px;
}
.displayNone {
  display: none !important;
}
.displayTrue {
  display: block !important;
}
.no-padding {
  padding: 0 !important;
}
.italic {
  font-style: italic;
}
.body-bottom-margin {
  margin-bottom: 100px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: disc;
  -webkit-margin-start: 0px;
  -webkit-padding-start: 40px;
}
.hide-overflow {
  overflow-x: hidden;
}
/************ Login Page *************/
.loginpage form span.forgotPass {
  color: #bd9371;
  font-family: 'Helvetica Neue', Verdana, Geneva, Tahoma, sans-serif;
  border-top: 1px solid #0080bb;
  border-bottom: 1px solid #0080bb;
  float: none;
  width: 332px;
  margin: 40px auto;
  display: block;
  text-align: center;
  padding: 20px 0;
}
.loginpage form a {
  /*color: #bd9371;*/
  margin: 10px 0;
}
.loginpage form div .submit {
  margin-right: 148px !important;
}
/************ Accept Terms *************/
div#AcceptTerms div p {
  font-family: 'Arial';
  padding-bottom: 10px;
  margin-top: 50px;
}
div#AcceptTerms .termsBox {
  height: 400px;
  overflow: scroll;
  text-align: left;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #e1e6f0;
  margin: 48px 0 0 0;
}
div#AcceptTerms b {
  font-family: 'Arial';
  font-weight: 600;
}
div#AcceptTerms h3 {
  padding-left: 0px;
}
div#AcceptTerms .termsRadio span {
  padding-left: 24px;
}
div#AcceptTerms .termsRadio label {
  float: none;
  display: inline-block;
  vertical-align: text-bottom;
  padding-top: 0;
}
div.termsRadio label {
  padding-top: 24px;
  text-align: center;
}
/*********** Change Password  **********/
h2.resetPass {
  margin-top: 0;
}
/**************   Calendar *************************/
/*Calendar ON ALL SIZES */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: default;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  line-height: 1;
  margin-top: 2px;
  width: 30px;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: left;
}
input.iDate {
  text-align: center;
  background-image: url('../img/icon_calendar@2x.png');
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 18px;
}
/************ Dashboard **************/
.intro-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  margin: 0 2% 20px;
  float: left;
  text-align: center;
  min-height: 300px;
  padding: 15px 14px;
  position: relative;
}
.intro-box h3 {
  /*color: @blue-font;*/
  height: 30px;
  font-family: 'HelveticaNeueBold', Verdana, Geneva, Tahoma, sans-serif;
}
/************ DASHBOARD *************/
html > body #Dashboard {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 120px;
  display: block;
}
html > body #Dashboard h3 {
  padding-left: 0;
}
html > body #Dashboard .dashContainer {
  max-width: 750px;
  margin: 0 auto;
  display: inline;
}
html > body #Dashboard #dashContent {
  margin-bottom: 150px;
}
html > body #Dashboard #btnReloAgmt {
  margin-top: 10px;
  margin-bottom: 10px;
}
html > body #Dashboard #tools {
  padding-right: 50px;
  margin-bottom: 20px;
}
/****** Control Panel ************/
.one-line {
  width: 100%;
  padding: 12px 6px 12px 18px;
  border-top: 1px solid #e1e6f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.one-line-title {
  /*color: @blue-font;*/
  font-family: 'HelveticaNeueBold', Verdana, Geneva, Tahoma, sans-serif;
}
.one-line-title-left {
  /*color: @blue-font;*/
  font-family: 'HelveticaNeueBold', Verdana, Geneva, Tahoma, sans-serif;
  text-align: left;
}
/*===============  Budget Screen ===================*/
.remain-holder {
  font-family: 'Helvetica Neue Light', Verdana, Geneva, Tahoma, sans-serif;
  /*color: @blue-font;*/
}
html > body .remain-holder .remaining {
  /*color: @blue-font;*/
  font-family: 'Helvetica Neue Italic', Verdana, Geneva, Tahoma, sans-serif;
  float: right;
  clear: both;
  /*line-height: @global-line-height;*/
}
.remain-holder .price {
  float: right;
  clear: both;
  /*line-height: @global-line-height;*/
}
[id^='btn-service-detail'] div:nth-child(1),
#btn-service-detail div:nth-child(2) {
  text-align: left;
}
/*=====================================================================*/
/*+++++++++++++++++  REFERRALS PAGE   ++++++++++++++++++++++++++++++++++*/
#RealEstateRef .subcontent {
  /*color: @blue-font !important;*/
  display: inline-block;
  font-family: 'Helvetica Neue Light', Verdana, Geneva, Tahoma, sans-serif !important;
  margin: 0;
  overflow: hidden;
}
#RealEstateRef .referralPage .subcontent:nth-child(even) {
  background-color: #FBFBFB;
  margin-top: 12px;
}
.panel:last-child {
  margin-bottom: 100px !important;
}
@media (min-width: 245px) and (max-width: 767px) {
  .panel-body,
  .panel-heading {
    padding: 3px 3px 3px 3px;
  }
  .panel-body > panel-default,
  .panel-heading > panel-default {
    padding: 12px;
  }
  .panel-group .panel + .panel {
    margin: 12px 3px 0 3px;
  }
}
