/*custom font declarations*/
@font-face {
  font-family: 'futura-demi';
  /*used for top navigation*/
  src: url("../fonts/FuturaPTDemi.otf") format("opentype");
  font-weight: lighter;
  font-style: normal; }
@font-face {
  font-family: 'futura-book';
  /*used for main text throughout site*/
  src: url("../fonts/FuturaPTBook.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'futura-heavy';
  /*used for top navigation active stat*/
  src: url("../fonts/FuturaPTHeavy.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'futura-bold';
  /*used for about us nav*/
  src: url("../fonts/FuturaPTBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'futura-medium';
  /*used for our solutions hover*/
  src: url("../fonts/FuturaPTMedium.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
/* ----------------------------------------------
// Color variables
---------------------------------------------- */
/* ----------------------------------------------
// Font variables
---------------------------------------------- */
html, body {
  font-family: "futura-book";
  font-weight: normal;
  font-size: 16px;
  color: #7f8088;
  padding: 0px;
  margin: 0px; }

#overlay {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  z-index: 100000; }

#popup {
  display: none;
  position: absolute;
  padding: 10px;
  color: #000000;
  background-color: #fff;
  border-radius: 5px;
  z-index: 100001;
  width: 90%;
  height: 90%;
  left: 48%;
  top: 50%; }

#popup_content {
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#popup_content h2 {
  margin: 0px; }

#popup_close_icon {
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer; }

.embed-responsive-4by9 {
  padding-top: 75%; }

p {
  font-size: 14pt !important;
  line-height: 15pt;
  text-align: justify;
  -webkit-font-smoothing: antialiased !important; }

li {
  -webkit-font-smoothing: antialiased !important; }

h1, h2, h3 {
  font-size: calc(1em + 1vw); }

.borderMe {
  border: solid 2px grey; }

.borderWhite {
  border: solid 2px white; }

.borderGreen {
  border: solid 2px green; }

.borderMap {
  border: solid 1px #a5a7ac;
  height: 500px; }

.impresOrangeColor {
  color: #d9752b; }

.bold {
  font-weight: bold; }

.clearMe {
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

.ma {
  margin: auto; }

.futuraMedium {
  font-family: "futura-medium"; }

.futuraDemi {
  font-family: "futura-demi"; }

.futuraBold {
  font-family: "futura-bold"; }

.futuraHeavy {
  font-family: "futura-heavy"; }

.textCenter {
  text-align: center; }

.textRight {
  text-align: right; }

.textWhite {
  color: white; }

.pos-r {
  position: relative; }

.hide {
  display: none !important; }

.borderNone {
  border: none; }

.copyright {
  text-align: center;
  padding: 10px 0px; }

.headerInfoCol {
  background-color: #d9752b;
  height: 115px; }

#headerLogOut {
  padding-top: 20px;
  margin-right: 30px;
  text-align: right;
  cursor: pointer; }

.headerInfoContainer {
  float: right;
  padding-top: 15px;
  color: white; }

.topLogo {
  padding: 15px 0 0 8px;
  width: 320px; }

.userLabel {
  width: 75px;
  font-weight: bold;
  text-align: right; }

.powerButton {
  font-size: 40px;
  padding-top: 18px;
  margin: auto;
  text-align: center;
  color: white; }

.loadingSpinner p {
  margin-top: 5px; }

.nicerButtons {
  background-color: #d9752b;
  color: white !important;
  padding: 5px 13px;
  font-family: "futura-medium";
  border-color: transparent;
  font-size: 15pt;
  -webkit-font-smoothing: antialiased !important; }

button:active, button:focus {
  outline: none; }

.buttonAppearDisabled {
  opacity: 0.5; }

.topSpacer {
  margin-top: 5%; }

.error {
  color: red;
  font-weight: bold; }

.success {
  color: green;
  font-weight: bold; }

#message {
  padding-top: 20px;
  width: 100%;
  height: 20px; }
  #message p {
    text-align: center; }

#indexNavigation {
  padding-top: 20px;
  background-color: white;
  width: 100%;
  text-align: center; }

.impresButton {
  font-size: 18px;
  box-shadow: none !important; }

.impresOrangeDDColor {
  background-color: #d9752b !important;
  border-color: #d9752b !important; }

.dropdown:hover {
  background-color: #bc6322; }

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: #5d6169; }

.buttonSpacer {
  margin-right: 20px; }

.pageContent {
  padding-top: 200px;
  text-align: center; }

#expenseInstructions {
  text-align: center;
  border: solid 2px #5d6169;
  border-radius: 10px;
  padding: 20px 40px 10px 40px; }

#indexNavigation, #newExpenseNavigation, #addExpenseNavigation {
  margin: auto;
  padding: 15px 0 15px 0;
  width: 100%;
  text-align: center;
  display: none; }

.newExpense {
  margin-top: 24px;
  height: 45px; }

#newExpenseErrorMessage {
  float: right;
  height: 10px; }

#SaveFridayDate {
  margin: -3px 0 0 10px; }

.fal {
  font-size: 23px; }

.ui-widget-header {
  border: 1px solid #5d6169;
  background: #d9752b; }

.addExpencesContent {
  padding-top: 135px; }

.addExpenseInfoHeader {
  text-align: left;
  font-family: "futura-book"; }

#weekExpenseTotal, #expenseStatusHeader {
  font-family: "futura-bold";
  font-size: 1.5rem; }

.addExpenseDetailsContainer {
  min-height: 220px;
  padding: 20px;
  margin-bottom: 60px;
  border: solid 3px #5d6169;
  border-radius: 12px;
  background-color: white; }

.activityBubble {
  border-radius: 20px;
  margin-top: 20px;
  max-width: 345px; }

.activityCard {
  cursor: pointer; }

.activityCalendarDateBox {
  float: left;
  background-color: #5d6169;
  padding: 1.4em; }

.problemPendingBorderFix {
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  margin-right: 0px !important; }

.activityCardCalendar {
  color: white;
  text-align: center; }

.cardCalendarDay {
  font-size: 1.7em;
  line-height: 1em; }

.cardCalendarMonth {
  font-size: 1em; }

.activityCardActivity {
  float: left;
  padding: .5em 1em;
  font-size: 1.7em; }

.expenseStatusCardMessage {
  padding: 0 0 .5em 1em;
  font-size: 1.2em; }

.fileSelectSpacing {
  margin: 10px 0 20px 0; }

.jqvIsRequired.error {
  border: solid 2px red !important;
  box-shadow: none; }

.receiptsBubble {
  border-radius: 20px;
  margin-top: 20px; }

.receiptCardInfo {
  padding: 0 1em; }

.myImageThumb {
  width: 100px;
  cursor: pointer;
  padding-right: 20px;
  vertical-align: top; }

.fixedExpense {
  color: #FFBF00; }

.problemReceiptBorder {
  border: solid 2px red; }

.fixedReceiptBorder {
  border: solid 2px #FFBF00; }

.completeStatusColor {
  color: #1414f1; }

#missingActivities, #hoursMessage, #missingMileage {
  font-size: 19px;
  color: red;
  padding-top: 10px;
  float: left; }

.approvedMessageHeader {
  background-color: #3ac73a;
  font-family: "futura-book";
  color: white;
  height: 40px;
  line-height: 40px;
  font-size: 1.25em;
  text-align: center;
  vertical-align: middle; }

.backButtonFix {
  float: right;
  margin-bottom: 15px; }

.submitExpenseReportButton {
  float: right;
  margin: 0 0 10px 15px; }

.pendingFixBgc {
  background-color: red; }

.pendingFixReviewBgc {
  background-color: #FFBF00; }

.completeBgc {
  background-color: #7886a1; }

.primaryFileLabel, .proofFileLabel, .editPrimaryFileLabel, .editProofFileLabel, .editCcFileLabel {
  margin: 0 0 -10px 0; }

.expenseCategoryLabel {
  margin: 0; }

.editExpenseCategoryLabel {
  margin: 0px 0 0 0; }

.problemNotesMessage {
  color: red;
  font-weight: bold;
  padding: 15px 15px 0 15px; }

.myPdfThumb {
  font-size: 80px !important;
  cursor: pointer; }

.submitExpenseText {
  padding: 22px 20px 10px 14px; }

.problemReportBGRed {
  background-color: red; }

.problemReportBGYellow {
  background-color: #FFBF00; }

.problemReportBGOrange {
  background-color: #d9752b; }

.problemReportBGGray {
  background-color: #5d6169; }

.marginFix {
  margin-left: 17px; }

.noBoxShadow {
  box-shadow: none !important; }

.expStatusHeader {
  color: white;
  padding: 5px 0px 5px 15px;
  border-radius: 10px; }

.expStatusHeaderHeightFix {
  padding: 0.7em; }

.statusSpacer {
  padding-right: 10px; }

#newExpenseButton {
  margin: 0px 10px 0px 0px; }

#friDate {
  width: 95px;
  margin-bottom: 5px; }

.dashboardSave {
  font-size: 20px !important; }

.dbButtonSpacing {
  margin-bottom: 5px; }

#activityReportTable td {
  vertical-align: top; }

.activityReportDateBox {
  float: left;
  background-color: #5d6169;
  padding: 5px 7px 5px 7px;
  margin: 0px 5px 5px 0px;
  border-radius: 8px; }

#zeroMileage {
  background-color: #3F7474;
  color: #ffffff; }

.integraXIRidMessage {
  color: Green;
  font-size: 14pt;
  font-weight: bold; }

#dropdownMenuButton {
  background-color: #5d6169;
  box-shadow: none;
  border-color: #5d6169; }

.arrow::before, .bs-tooltip-top .arrow::before {
  border-top-color: grey; }

.arrow::before, .bs-tooltip-right .arrow::before {
  border-right-color: grey; }

.arrow::before, .bs-tooltip-left .arrow::before {
  border-left-color: grey; }

.tooltip-inner {
  background-color: grey;
  text-align: left; }

@media (min-width: 175px) {
  .nicerButtons {
    font-size: 8pt; }

  .powerButton {
    font-size: 30px !important; }

  p {
    font-size: 11pt !important; }

  .headerInfoContainer td {
    font-size: 8pt; }

  #message {
    padding-top: 10px; }

  .activityBubble {
    max-width: none; }

  #expenseInstructions {
    padding: 20px;
    margin-top: 50px; }

  .hideCol {
    display: none; }

  .headerInfoCol {
    height: 85px; }

  .addExpencesContent {
    padding-top: 85px; }

  .h4, h4 {
    font-size: .95rem; }

  .impresButton {
    font-size: 15px; }

  .pageContent {
    padding-top: 165px; }

  .fal {
    font-size: 15px; }

  #missingActivities, #hoursMessage, #missingMileage {
    float: left;
    position: relative;
    margin-left: -128px;
    padding-top: 5px;
    font-size: 13px; }

  .activityCalendarDateBox {
    padding: 0.4em;
    margin-right: 10px; }

  .card-body {
    padding: 1rem; }

  .activityCardActivity {
    font-size: 1.2em; }

  .receiptCard {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px 10px 0 0; }

  .receiptCardInfo {
    padding: 0 1em 0 0; }

  #addActivities, #addExpenses, #addHours, #addMileage {
    position: relative;
    z-index: 10;
    margin-right: 0;
    float: right; }

  .approvedMessageHeader {
    font-size: 1em; }

  .hideColSmall {
    display: block; }

  .hideColLarge {
    display: none; }

  .smallReceiptCategory {
    text-align: center;
    margin-top: -25px; }

  #finalizeExpense {
    width: 115px; }

  #goBack {
    margin-bottom: 20px; }

  .col-1 {
    padding-right: 0px; }

  #ui-datepicker-div {
    max-width: fit-content;
    max-height: fit-content; }

  .submitExpenseReportButton {
    margin: 0 0 10px 0px; }

  #expenseStatus {
    margin-top: 15px; }

  .newExpense {
    margin-bottom: 60px; }

  #SaveFridayDate {
    margin: 10px 0 0 0px; }

  #newExpenseErrorMessage {
    float: left; }

  .weekDisplayString {
    font-size: 1.1em;
    line-height: 1em; }

  #newExpenseButton {
    margin: 0px 10px 10px 0px; } }
@media (min-width: 355px) {
  #expenseStatus {
    margin-top: 0px; }

  .buttonSpacer {
    margin-right: 2px; }

  .newExpense {
    margin-bottom: 40px; }

  .addExpencesContent {
    padding-top: 94px; }

  .topLogo {
    width: 160px; }

  .weekDisplayString {
    font-size: 1.2em; }

  #newExpenseButton {
    margin: 0px 10px 0px 0px; }

  .headerInfoCol {
    height: 95px;
    padding-left: 0; } }
@media (min-width: 375px) {
  .h4, h4 {
    font-size: 1.2rem; }

  #missingActivities, #hoursMessage, #missingMileage {
    margin-left: -165px;
    padding-top: 10px;
    font-size: 18px; }

  #expenseInstructions {
    margin-top: 0px; }

  .buttonSpacer {
    margin-right: 20px; }

  .topLogo {
    padding: 15px 0 0 8px;
    width: 180px; } }
@media (min-width: 400px) {
  .headerInfoContainer td {
    font-size: 12pt; }

  #message {
    padding-top: 20px; }

  .headerInfoCol {
    height: 110px; }

  .addExpencesContent {
    padding-top: 110px; }

  #missingActivities, #hoursMessage, #missingMileage {
    margin-left: -176px;
    padding-top: 42px; }

  .topLogo {
    padding: 15px 0 0 8px;
    width: 215px; }

  .pageContent {
    padding-top: 200px; }

  .col-1 {
    padding-right: 13px; }

  #finalizeExpense {
    width: 120px; }

  .receiptCard {
    margin: 15px 10px 0 0; }

  .impresButton {
    font-size: 15px; }

  .submitExpenseReportButton {
    margin: 0 0 10px 15px; }

  .weekDisplayString {
    font-size: 1.4em; }

  #SaveFridayDate {
    margin: 0 0 0 10px; } }
@media (min-width: 440px) {
  .newExpense {
    margin-bottom: 0px; }

  #newExpenseErrorMessage {
    float: right; } }
@media (min-width: 500px) {
  .hideColSmall {
    display: block; }

  .hideColLarge {
    display: none; }

  #ui-datepicker-div {
    max-width: 100%;
    max-height: 100%; }

  #missingActivities, #hoursMessage, #missingMileage {
    margin-left: -228px;
    padding-top: 42px; }

  .newExpense {
    margin-top: 24px;
    height: 40px;
    float: right; }

  #SaveFridayDate {
    margin: 0px 0 0 10px; }

  .topLogo {
    padding: 5px 0 0 0;
    width: 225px; } }
@media (min-width: 576px) {
  .powerButton {
    font-size: 35px !important; }

  p {
    font-size: 14pt !important; }

  #expenseInstructions {
    padding: 20px 40px 10px 40px; }

  .addExpencesContent {
    padding-top: 100px; }

  .hideCol {
    display: block; }

  .headerInfoCol {
    height: 100px; }

  .h4, h4 {
    font-size: 1.5rem; }

  .impresButton {
    font-size: 18px; }

  .fal {
    font-size: 23px; }

  #missingActivities, #hoursMessage, #missingMileage {
    float: none;
    margin-left: -265px;
    padding-top: 40px;
    max-width: 100%; }

  .activityCalendarDateBox {
    padding: 1.4em;
    margin-right: 0px; }

  .card-body {
    padding: 1.25rem; }

  .activityCardActivity {
    font-size: 1.7em; }

  .receiptCard {
    position: relative;
    top: 0;
    right: 0;
    margin: 0; }

  .receiptCardInfo {
    padding: 0 1em; }

  #addActivities, #addExpenses, #addHours, #addMileage {
    margin-right: 20px; }

  .approvedMessageHeader {
    font-size: 1.25em; }

  #weekExpenseTotal, #expenseStatusHeader {
    font-size: 1.7rem; }

  #finalizeExpense {
    width: 150px; } }
@media (min-width: 768px) {
  .nicerButtons {
    font-size: 10pt; }

  .powerButton {
    font-size: 40px !important; }

  #missingActivities, #hoursMessage, #missingMileage {
    padding-top: 0px;
    margin-left: -55px; } }
@media (min-width: 992px) {
  .nicerButtons {
    font-size: 12pt; }

  .headerInfoContainer td {
    font-size: 13pt; }

  .topSpacer {
    margin-top: 5%; }

  .activityBubble {
    max-width: 345px; }

  #missingActivities, #hoursMessage, #missingMileage {
    margin-left: -45px; }

  .headerInfoCol {
    padding-left: 15px; } }
@media (min-width: 1200px) {
  .nicerButtons {
    font-size: 16pt; }

  #missingActivities, #hoursMessage, #missingMileage {
    margin-left: 25px; } }

/*# sourceMappingURL=expenses.css.map */
