/*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-weight: normal;
  font-size: 16px;
  color: #7f8088;
  background-attachment: fixed;
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: transparent;
  padding: 0px;
  margin: 0px; }

.impresBgWhite {
  background-color: white; }

.colorWhite {
  color: white; }

#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; }

.ticketTemplateButtonsTeal {
  color: #fff;
  background-color: #3F7474;
  border-color: #3F7474; }

.ticketTemplateButtonsTeal:hover {
  color: #fff;
  background-color: #376767;
  border-color: #376767; }

.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; }

.expStatusHeader {
  color: white;
  padding: 5px 0px 5px 15px;
  border-radius: 10px; }

.expStatusHeaderHeightFix {
  padding: 0.7em; }

.newTicket {
  height: 45px;
  margin-bottom: 20px; }

.topLogo {
  padding: 15px 0 0 8px;
  width: 320px; }

.powerButton {
  font-size: 40px;
  padding-top: 18px;
  margin: auto;
  text-align: center; }

.powerButtonImpres {
  color: white; }

.loadingSpinner p {
  margin-top: 5px; }

button:active, button:focus {
  outline: none; }

.buttonAppearDisabled {
  opacity: 0.5; }

.error {
  color: red;
  font-weight: bold; }

.success {
  color: green;
  font-weight: bold; }

.dropdown:hover {
  background-color: #bc6322; }

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: #5d6169; }

.buttonSpacer {
  margin-right: 20px; }

.fal {
  font-size: 23px; }

.ui-widget-header {
  border: 1px solid #5d6169;
  background: #d9752b; }

.addSupportTicketContent {
  padding-top: 135px; }

.addTicketInfoHeader {
  text-align: left;
  font-family: "futura-book"; }

#ticketStatusHeader {
  font-family: "futura-bold";
  font-size: 1.5rem; }

.addTicketDetailsContainer {
  min-height: 220px;
  padding: 20px;
  margin-bottom: 60px;
  border: solid 3px #5d6169;
  border-radius: 12px;
  background-color: white; }

.fileSelectSpacing {
  margin: 10px 0 20px 0; }

.jqvIsRequired.error {
  border: solid 2px red !important;
  box-shadow: none; }

.myImageThumb {
  width: 100px;
  cursor: pointer;
  padding-right: 20px;
  vertical-align: top; }

.primaryFileLabel, .editPrimaryFileLabel {
  margin: 0 0 -10px 0; }

.myPdfThumb {
  font-size: 80px !important;
  cursor: pointer; }

.ticketBubbleBGRed {
  background-color: red; }

.ticketBubbleBGYellow {
  background-color: #FFBF00; }

.ticketBubbleBGGreen {
  background-color: green; }

.ticketBubbleBGOrange {
  background-color: #d9752b; }

.ticketBubbleBGGray {
  background-color: #5d6169; }

.ticketBubbleBGFinance {
  background-color: #3F7474; }

.dashboardGrey {
  color: #7f8088; }

.marginFix {
  margin-left: 17px; }

.noBoxShadow {
  box-shadow: none !important; }

.toggleButtons {
  color: white;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 0px 0px 10px 10px;
  line-height: 23px;
  font-size: 19px; }

.rightBRadius {
  border-radius: 0 0 10px 0; }

.leftBRadius {
  border-radius: 0 0 0 10px; }

.centerBRadius {
  border-radius: 0 0 10px 10px; }

.toggleButtonsContainer {
  width: 330px;
  height: 45px;
  margin: auto; }

.toggleButtonsContainerCenter {
  width: 203px;
  height: 45px;
  margin: auto; }

.toggleButtonsOn {
  background-color: #d9752b; }

.toggleButtonsOff {
  background-color: #8a92ae; }

.toggleButtonsFinanceOn {
  background-color: #3F7474; }

.toggleButtons a, a:visited a:active, a:hover {
  text-decoration: none;
  color: inherit; }

.s3Links {
  text-decoration: none !important;
  color: #d9752b !important; }

.itFinanceButtons {
  color: white;
  cursor: pointer;
  padding: 4px 20px;
  line-height: 20px;
  font-size: 18px;
  margin-bottom: 10px; }

#itOption {
  border: 1px solid black; }

#financeOption {
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black; }

.itFinanceButtons a, a:visited a:active, a:hover {
  text-decoration: none;
  color: inherit; }

.financeMessage {
  font-size: 15px;
  padding: 7px 0;
  margin: 4px 0 10px 0;
  color: #705d2f;
  background-color: #fbf3dc; }

.templateContentSpacer {
  padding: 0px 20px 20px 20px; }

.templateHeader {
  margin-top: 10px;
  text-decoration: underline;
  font-weight: bold; }

.templateSections {
  padding: 15px 10px 10px 33px;
  font-weight: bold; }

#addSupportTicketContainer {
  border: solid 1px gray;
  margin: auto auto 30px auto; }

.deleteFile {
  color: red;
  cursor: pointer; }

#supportButton {
  float: left; }

#feedbackButton {
  float: right; }

#newTicketButton {
  margin-right: 10px; }

.greenBold {
  color: green;
  font-weight: bold; }

#templateOptionsButton, #newTicketButton {
  font-size: 1rem; }

.colorGrey {
  color: #5d6169; }

#backToLandingButton {
  margin: 0px 15px 10px 0;
  position: relative;
  z-index: 1000; }

.dbButtonSpacing {
  margin-bottom: 5px; }

.activityBubble {
  border-radius: 20px;
  margin-top: 20px;
  max-width: 345px; }

.activityCard {
  cursor: pointer; }

.activityCalendarDateBox {
  float: left;
  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; }

#activityReportTable td {
  vertical-align: top; }

.activityReportDateBox {
  float: left;
  background-color: #5d6169;
  padding: 5px 7px 5px 7px;
  margin: 0px 5px 5px 0px;
  border-radius: 8px; }

.nav-link {
  display: block;
  padding: 0.25rem 1rem; }

.nav-tabs {
  border-bottom: 2px solid #d9752b; }

.nav-tabs .nav-item {
  margin-bottom: 0px; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: white;
  background-color: #d9752b;
  border-color: #dee2e6 #dee2e6 #fff; }

#ticketSearchInput, #ticketSearchButtonContainer {
  margin-top: 5px; }

.ticketTemplates {
  text-align: center;
  margin-top: 15px; }

#ticketDescription, #resolutionNotes {
  overflow: hidden; }

.ticketAlertModal {
  background-color: #d9752b; }
  .ticketAlertModal h5, .ticketAlertModal button {
    color: white; }

.chooseButtonContainer {
  display: block;
  border: none;
  text-align: center; }

#chooseItButton {
  background-color: #d9752b; }

#chooseFinanceButton {
  background-color: #3F7474; }

.chooseButtons {
  font-weight: bold;
  border-color: transparent;
  font-size: 20px;
  color: white; }

@media (min-width: 175px) {
  .powerButton {
    font-size: 30px !important; }

  p {
    font-size: 11pt !important; }

  .headerInfoContainer td {
    font-size: 8pt; }

  .hideCol {
    display: none; }

  .activityBubble {
    max-width: none; }

  .headerInfoCol {
    height: 85px; }

  .addSupportTicketContent {
    padding-top: 95px; }

  .h4, h4 {
    font-size: .95rem; }

  .fal {
    font-size: 15px; }

  .card-body {
    padding: 1rem; }

  .newTicket {
    margin-bottom: 60px; }

  .receiptCard {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px 10px 0 0; }

  .activityCalendarDateBox {
    padding: 0.4em;
    margin-right: 10px; }

  .activityCardActivity {
    font-size: 1.2em; }

  .hideColSmall {
    display: block; }

  .hideColLarge {
    display: none; }

  .smallReceiptCategory {
    text-align: center;
    margin-top: -25px; }

  #goBack {
    margin-bottom: 20px; }

  .col-1 {
    padding-right: 0px; }

  #ui-datepicker-div {
    max-width: fit-content;
    max-height: fit-content; }

  .weekDisplayString {
    font-size: 1.1em;
    line-height: 1em; }

  #templateOptionsButton {
    font-size: 12px;
    width: 110px;
    margin: 0px 0px 10px 10px; }

  #newTicketButton {
    font-size: 12px;
    width: 95px;
    margin: 0px -10px 0px 0px;
    height: 32px; }

  #backToLandingButton {
    font-size: 12px; }

  .toggleButtonsContainer {
    width: 277px; }

  .toggleButtons {
    line-height: 15px;
    font-size: 15px; } }
@media (min-width: 355px) {
  .buttonSpacer {
    margin-right: 2px; }

  .weekDisplayString {
    font-size: 1.2em; }

  .headerInfoCol {
    height: 95px;
    padding-left: 0; }

  .newTicket {
    margin-bottom: 40px; }

  .topLogo {
    width: 160px; }

  .itFinanceButtons {
    font-size: 15px; }

  #newTicketButton {
    margin: 0px 0px 0px 0px; }

  .buttonsDiv {
    padding-top: 10px; } }
@media (min-width: 375px) {
  .h4, h4 {
    font-size: 1.2rem; }

  .buttonSpacer {
    margin-right: 10px; }

  .toggleButtons {
    font-size: 15px; }

  .toggleButtonsContainer {
    width: 305px; }

  #feedbackButton {
    float: left; }

  .topLogo {
    padding: 15px 0 0 8px;
    width: 180px; } }
@media (min-width: 400px) {
  .headerInfoContainer td {
    font-size: 12pt; }

  .addSupportTicketContent {
    padding-top: 125px; }

  .col-1 {
    padding-right: 13px; }

  .receiptCard {
    margin: 15px 10px 0 0; }

  .weekDisplayString {
    font-size: 1.4em; }

  .topLogo {
    padding: 15px 0 0 8px;
    width: 215px; }

  .headerInfoCol {
    height: 110px; }

  .toggleButtons {
    font-size: 17px; }

  .itFinanceButtons {
    font-size: 18px; }

  #templateOptionsButton {
    font-size: 15px;
    width: 135px;
    margin: 0px 0px 10px 10px; }

  #newTicketButton {
    font-size: 15px;
    width: 115px;
    height: 36px; }

  #backToLandingButton {
    font-size: 15px; } }
@media (min-width: 440px) {
  .itFinanceButtons {
    font-size: 15px; }

  #newTicketButton {
    margin: 0px 0px 20px 10px; } }
@media (min-width: 500px) {
  .hideColSmall {
    display: block; }

  .hideColLarge {
    display: none; }

  #ui-datepicker-div {
    max-width: 100%;
    max-height: 100%; }

  .headerInfoCol {
    height: 100px; }

  .newTicket {
    height: 40px;
    float: right; }

  .toggleButtons {
    line-height: 23px;
    font-size: 19px; }

  .toggleButtonsContainer {
    width: 355px; }

  .topLogo {
    padding: 5px 0 0 0;
    width: 225px; } }
@media (min-width: 576px) {
  .powerButton {
    font-size: 35px !important; }

  p {
    font-size: 14pt !important; }

  .hideCol {
    display: block; }

  .h4, h4 {
    font-size: 1.5rem; }

  .activityCalendarDateBox {
    padding: 1.4em;
    margin-right: 0px; }

  .activityCardActivity {
    font-size: 1.7em; }

  .fal {
    font-size: 23px; }

  .card-body {
    padding: 1.25rem; }

  .activityCardActivity {
    font-size: 1.7em; }

  .receiptCard {
    position: relative;
    top: 0;
    right: 0;
    margin: 0; }

  .templateSections {
    font-size: 15px; } }
@media (min-width: 768px) {
  .powerButton {
    font-size: 40px !important; }

  .toggleButtonsContainer {
    width: 360px; }

  #newTicketButton {
    width: 115px; } }
@media (min-width: 992px) {
  .headerInfoContainer td {
    font-size: 13pt; }

  #addSupportTicketContainer {
    max-width: 60%; }

  .activityBubble {
    max-width: 345px; }

  .headerInfoCol {
    padding-left: 15px; } }
@media (min-width: 1200px) {
  #ticketStatusHeader {
    font-size: 28px; } }
@media (min-width: 1350px) {
  #addSupportTicketContainer {
    max-width: 50%; } }

/*# sourceMappingURL=support.css.map */
