/* your styles go here */

#excel_area{
    margin: auto;
    overflow-x: scroll;
    margin-top:3em;
}

#excel_area > div{
    overflow-y: scroll !important;
    height: 500px !important;
}

.hidden{
    display:none;
}
.invisible{
  visibility: hidden; 
}

#teamsTable tr:nth-child(even), #logOddsTable tr:nth-child(even), .jd-table tr:nth-child(even) {
    background-color: #d7d8e9;
}

.log-odd-title{
    min-width:35px;
    display:inline-block;
}
.stat-cat{
    min-width:25px;
    font-weight:bold;
    display:inline-block; 
}

.error-text{
    font-weight:bold;
    color:#be2f2f !important;
}

.select-winning-odd:hover{
    text-decoration:underline;
    cursor:pointer;
}

.outcome-cell{

    text-transform: capitalize; 
    padding:0.25em;
    color:#FFF;
}

.text-light-grey{
    color:rgb(102, 102, 102) !important;
}

.null-cell{
    font-weight:normal;
    text-transform: capitalize; 
    padding:0.25em;
    color:#333;
}

.teamActions:hover{
    text-decoration:underline;
    cursor:pointer;
}


.header-logo-img{
    max-width:250px;
}

.header-alert-icon{
    font-size:1.5rem;
}

#password-section{
    display:none;
}


/*snackbar*/

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
    z-index:9999;
  }

  #snackbar.success{
    background-color: #6BA19F; /* Black background color */
  }
  #snackbar.danger{
    background-color: #dc3545; /* Black background color */
  }
  
  /* Show the snackbar when clicking on a button (class added with JavaScript) */
  #snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  /* Animations to fade the snackbar in and out */
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }

  .text-left{
    text-align: left !important;
  }

 .text-left-desc p{
    text-align: left !important;
 }

 .float-right{
     float:right !important;
 }

 .clickable:hover{
   cursor:pointer;
   text-decoration: underline;
 }


 .crop-container{
   display:flex;
 }
 .crop-container canvas{
   margin-left:auto;
   margin-right: auto;
 }

 .mr-auto{
   margin-right: auto;
 }

 .upload-display-image{
   width:100px;
   border-radius:50%;
 }

 #image-container{
   display:inline-block;
   margin-left: 2.0rem;
 }
 .pointer{
   cursor:pointer;
 }

 .bold{
   font-weight: bold !important;
 }

 #onboard-form h6{
   padding:1rem 0;
 }

 .deleteOfficeBtn{
   margin-left:10px;
 }

 .role-pill{
   margin-left:1rem;
   border-radius:5px;
   padding:0 0.5rem;
   color: #525250 !important
 }

 .roles-container span:first-child{
  margin-left:0px;
 }

 .force-margin-left{
   margin-left:10px;
 }
 .fmr-5{
   margin-right:3rem;
 }

 .invoice-table tr{
   text-align: center;
 }
 .contractor-invoice-tr th{
   text-align: center;
 }

 .table-wrapper {
  max-height: 500px;
  overflow: auto;

}

.pointer-events-none{
  pointer-events:none;
}

.user-hidden{
  display:none !important;
}

.discount-row{
  background:#eee;
  display:none;
}


.search-box{
  width:inherit !important;
}

.clear-padding{
  padding-left:0px !important;
  margin-left:0px;
}

.grey-out-item{
  background:#f5f5f5;
}

.accent-item{
  background:#f5f5f5;
}

.accent{
  color:#6BA19F !important;
}

#officeLog{
  max-height:500px;
  overflow-y:scroll;
}

.hide-no-comp{
  display:none;
}

.text-right{
  text-align:right;
}

.mr-5-imp{
  margin-right:15px;
}

.datepicker-dropdown, .datepicker ,.datepicker.active{
  z-index:9999;
}

  .datepicker {
      z-index: 1600 !important;
      /* has to be larger than 1050 */
  }

.dflex{
  display:flex;
}

.deleteReportRow{
  margin-left:1rem;
  color:#333;
}

.report-navigation{
  list-style-type:none;
  font-size:1.0rem;
}

.no-dot{
  list-style-type:none;
}

.report-mailing-list{
  font-size:1rem;
}




.fixed {
  position:fixed;
  top:0;
  z-index:100;

}

.showbox {
  background: #FFF;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%;
  Z-INDEX: 9999;
}
.loader {
  position: relative;
  margin: 0 auto;
  width: 100px;
  z-index:9999;
  top:40%;
}

.loader::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 899, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes color {
  100% {
  }
  0% {
    stroke: red;
  }
  40% {
    stroke: blue;
  }
  66% {
    stroke: green;
  }
  80% {
  }
  90% {
    stroke: yellow;
  }
}



#myProgress,.admin-progress-bar {
  width: 100%;
  background-color: #eee;
  border-radius:10px;
  transition:0.1s ease all;

}
#myBar,.admin-progress-bar-color {
  width: 1%;
  height: 30px;
  background-color: #f39c12;
  border-radius: 10px;
  transition:0.1s ease all;
}

#myBar.complete,.admin-progress-bar-color.complete{
  background-color:#27ae60;
}

.admin-progress-bar-color{
  height:15px;
}


#backToTop {
  display: inline-block;
  background:#6BA19F;
  color:#fff;
  font-size:1.5rem;
  padding:0.45rem 1rem;
  
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backToTop::after {

  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#backToTop:hover {
  cursor: pointer;
  background:#44706f;
}
#backToTop:active {
  background-color: #555;
}
#backToTop.show {
  opacity: 1;
  visibility: visible;
}

.pointer{
  cursor: pointer;
}

.dot-icon-wrapper{
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size:1.5rem;
}

.checkbox-office-name{
  margin-left:0.25rem;
}

ul.officeList{
  list-style-type: none;
}
.email-sublist{
  margin-left:1.5rem;
}

.inline-block{
  display:inline-block !important;
}

@media only screen and (max-width: 710px) {
  .copyButton {
    float:none;
    width:100%;
    display:block;
    margin-bottom:5px;
  }
  .copyField{
    float:none;
    width:100% !important;
    display:block;
    margin-bottom:5px;
  }
}

.checkbox-office-name{
  cursor:pointer;
}
.compensation-total{
  font-size:1.0rem;
}

.reference_qa_list{
  list-style-type: none;
}

.mr-5{
  margin-right:0.75rem;
}

.application-action-block{
  background:#FFF;
  border-bottom: 1px solid #6ba19f;
  border-top: 1px solid #6ba19f;
}

.my-8{
  margin-top:4rem;
  margin-bottom:4rem;
}

.expanded-form-data{
  border-left:1px solid #6ba19f;
  margin-left:0.75rem;
  padding-right:0.5rem;
}

#missingForms{
  list-style-type:none;
}

#missingForms li{
  font-weight: bold;
  font-size:1.3rem;
}

.interviewNoteQuestion-disabled{
  display:none;
}

.pds-values-img{
  width:100%;
}

.admin-status-bar{
  width:300px;
}

.text-underline{
  text-decoration: underline;
}

.qaAdminBarHeading{
  border-top:1px solid rgb(239, 239, 239);
  padding-top:1rem;
}

.justify-between{
  justify-content: space-between;
}
.items-center{
  align-items: center !important;
}

.admin-qa-bay-entry{
  border-top:1px solid rgb(239, 239, 239);
  padding-top:0.5rem;
}

.req_qa_checkbox{
  margin-left:1rem;
}


.form-service-heading{
  text-transform: uppercase;
  font-weight: 300;
  background: #EEE;
    padding: 10px;
    text-align: center;

}
.pl-2{
  padding-left:0.5rem;
}

.form-subheading{
  padding-top:2rem;
  margin-top:1rem;
  border-top:1px #eee solid;
}


/* relevant styles */
.img__wrap {
  position: relative;
  height:300px;
}

.img__description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(35 49 58 / 0.72);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display:flex;
  justify-content: center;
  align-items: center;
  border-radius:5px;
  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
  height: 300px;
  flex-direction: column;
}

.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
}
.uppercase{
  text-transform: uppercase;
}
.img__description .btn{
  width:80%;
}
.img__description input{
  width:80%;
}


.qa_display_image{
  overflow:hidden;
  height:300px;
}



.form-service-heading{
  justify-content: start;

}


.qa-form-label{
  padding-top:1.5rem;
  font-size:1.3rem;
}

#MAIN_form_container .qa-form-label{
  font-size:1rem;
}

.qa-history-snapshot{
  padding-right: 2.5rem;
}

.fixed-badge-parent{
  width:66px;
}

.ml-2{
  margin-left:0.5rem;
}

.no-wrap-text{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: "...";
}

.contract-ol li{
padding:1rem 1rem;
}

.contract-sublist li{
  padding:5px;
}
.italic{
  font-style: italic;

}

.contract-currentPayout{
  padding-left:2.5rem;
}

.contract-example{
  margin-left:2.5rem;
  font-style:italic
}

.signed-badge{
  flex-direction: column;
  align-items: end;
}

.required-form-field.error{
  border:2px solid #dc3545;
}

.qa-form-label.error{
  color:#dc3545;
}

.service-qa-row{
  background:#EEEEEE;
  border-radius:5px;
  padding:2rem 1.5rem;
}

.justify-end{
  justify-content: end;
}

.qa-buttons-row button{
  margin-right:1rem;
}

.font-semibold{
  font-weight: 600;
}

.service-heading{
  color:#697978;
}

.capitalize{
  text-transform: capitalize;
}

.file-list-item{

  padding:5px 10px;
  align-items: center;
}

.btn-header-more:hover, .btn-header-more:focus {
  color: #6BA19F;
  background-color: #cadedd;
}
.btn-header-more {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all .2s ease-in-out;
  text-align: center;
  vertical-align: middle;
  color: #adb5bd;
  border-color: transparent;
  border-radius: 1rem;
  background-color: transparent;
  font-weight: 400;
  line-height: 1;
}
.calendly-response-data{

}

.text-gray-muted{
  color:rgb(115, 115, 115);
}

.calendly-response-data p{
  font-size:1.1rem;
  margin-bottom:0px;
  padding-bottom:4px;

}

.basic-info-col div{
  margin-top:4px;
}

.ml-4{
  margin-left:1rem;
}
.qa-score-rect {
  height:16px; 
  width:16px;
  display:inline-block;
  border-radius:2px;
}

.qa-score-rect.success{
  background:#27ae60;
}

.qa-score-rect.danger{
  background:#9b122e;
}

.bg-light-gray{
  background:#eee;
  
}

#usersTable > tbody > tr > td:nth-child(4){
  vertical-align: baseline;
}
#usersTable > tbody > tr > td:nth-child(3){
  vertical-align: baseline;
}

.benchTableWrapper table  {
  font-size:12px;
}

.seperator{
  padding-top:1rem;
  margin-top:1rem !important;
  border-top:1px solid #eee;
}

.blue-dot{
  height:7px;
  width:7px;
  background-color:#2771ae;
  border-radius:50%;
  margin-right: 5px;

}

.red-dot{
  height:7px;
  width:7px;
  background-color:#a11531;
  border-radius:50%;
  margin-right: 5px;

}
.pending-offer{
  color:#082135;
  align-items: center;
}

.form-check-input.disabled{
  background:#ccc;
}

.font-normal{
  font-weight: 400;
}
.space-x-2 *{
  margin-right:0.5rem;
}

.remove-email-from-list{
  cursor:pointer;
  
}
.remove-email-from-list:hover{
  color:#a11531;
  cursor:pointer;
  text-decoration: line-through;
}

.mr-4{
  margin-right:1rem;
}

.mr-3{
  margin-right:0.75rem;
}

.btn-checklist, .btn-scheduleQueue{
  transition: none !important;
}
.sales-office-checklist-active{
  font-weight: 700;
}

.grow{
  flex-grow:1;
  
}

.office-assignment-container{
  border:#6BA19F 1px solid;
  padding-top:1rem;
  padding-bottom:1rem;
  border-radius:0.45rem;
  background:#f8fcff;
}

.office-assignment-container-pb{
  border:#ffe181 1px solid;
  padding-top:1rem;
  padding-bottom:1rem;
  border-radius:0.45rem;
  background:#fcfbf6;
}

.underline-none{
  text-decoration:none !important;
  display: inline-block
}

.ml-3{
  margin-left:0.75rem;
}

.hide-unless-pb{
  display:none;
}

.toggleExpand{
  cursor:pointer;
}

#index-mod-section .card-header{
  background:#f8fcff;
  border-bottom:1px solid #6BA19F;
  padding-top:0.85rem;
  padding-bottom:0.85rem;
}
.dashboard-label{
  font-size:0.9rem;
  font-weight: 400;
  color:#697978;
}

.profile_card .card-header{
  background-position: center center !important;
  background-size: cover !important;
}

.extras-mini-label{
  font-size:0.65rem;
}





.w-1-3{
  width:33.333333%;
}

.w-2-3{
  width:66.666667%;
}

.w-1-2{
  width:50%;
}

.items-center{
  align-items: center;
}
.pl-0{
  padding-left:0px;
}

.daily-report-quick-nav-card{
  min-width:400px;
  padding-top:10px;
}

.mb-3{
  margin-bottom:0.75rem;
}
.mr-2{
  margin-right:0.5rem;
}
.mr-1{
  margin-right:0.25rem;
}

.report-percent{
  font-size:0.85rem;
}

.report-card-header{
  padding-top:25px;
  padding-bottom:25px;
  margin-bottom:10px;
}

.file-system-folders{
  margin-right:24px;
  padding-right:12px;
  border-right:1px solid #eee;
  min-width:300px;
}
.file-system-folders ul{
  list-style-type: none;
}
.file-system-folders ul li{
  margin-bottom:12px;
}

.file-system-folders.move-modal{
  margin-right:0px;
  padding-right:0px;
  border-right:none;
  min-width:0px;
}

.file-system-folders.move-modal ul{
  padding-left:0px;

}
.select-file{
  cursor:pointer;
  text-decoration:none;
 
}
.select-file{
  color:#697978;
  transition:none;
}
.active-select-file{
  font-weight:700;
  color:#6BA19F;
}
.sideScreen-nav-item.active {
  text-decoration: underline;

}

.sideScreen-nav-item{
  cursor:pointer;
  text-decoration:none;
  color:#6BA19F;
  transition:none;
}


.flex{
  display:flex;
}

.flex-row{
  flex-direction:row;
}

.flex-col{
  flex-direction:column;
}

.items-center{
  align-items:center;
}

.cal-label{
  padding-left:1.5rem;
}

.border-b{
  border-bottom:1px solid #eee;
}

.sticky {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
  align-self: flex-start; /* <-- this is the fix */

}

.flex-sticky-enf{
  overflow: auto;
  height: 100vh;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */

}
.flex-sticky-enf::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.calculatorHeader{
  display:flex;
  flex-direction: column;
  align-items: end;
  background: #323232;
  width: 100%;
  justify-content: end;
}

.calculatorGrid{
  display: grid;
  grid-template-columns: repeat(4, 25fr);
  grid-template-rows: repeat(5, 5rem);
}

.calculatorButton:hover {
filter: brightness(85%); 
}

.calculatorButton
{
  user-select: none;
  grid-column-start: auto;
  cursor: pointer;
  border: 1px solid #333333;
  background-color: #6B6B6B;
}

.calculatorButtonBody
{
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #FFFFFF;
  font-size: 1.5rem;
}

.calculatorButtonWide
{
  grid-column-start: auto;
  grid-column-end: span 2;
}

.calculatorButtonPressed
{
  filter: brightness(85%);
}

.calculatorButtonRight
{
  background-color: #6BA19F;
}

.calculatorButtonTop
{
  background-color: #4A4A4A;
}

.calculatorContainer
{
  display: block;
  border: 1px solid #888888;
}

.calculatorInput
{
  min-width: 0;
  display: flex;
  padding-right: 0.5rem;
  height: 5.5rem;
  text-align: right;
  color:#FFFFFF;
  font-size: 4rem;
}

.calculatorHistory
{
  color: #FFFFFF;
  height: 1rem;
  margin-right: 2rem;
}

.calculatorInput{
  max-width: 334px;
  overflow-x: scroll;
  overflow-y:hidden;
}

.calculatorInput::-webkit-scrollbar {
  height: 4px;
  background-color: #323232;
  padding:4px;
}

.calculatorInput::-webkit-scrollbar-thumb {
  background-color: #BDBDBD;
  border-radius: 10px;
}

/* END CALCULATOR CSS */
.linked_office_link{
  font-size:1rem;
}

.w-full{
  width:100%;
}

.qa-table-icon{
  font-size:0.65rem;
  color:#8a8a8a;
  padding-right:0.35rem;
}

.qa-table-icon-check{
  color:#6BA19F;
}

.flex-row{
  flex-direction:row;
}
.flex-col{
  flex-direction:column;
}

.invoice-table tr:nth-child(even) {
  background-color: #f2f2f2;
}


.underline-none{
  text-decoration:none;
}

.ml-5{
  margin-left:1.25rem;
}


.remove-mentor-btn:hover{
  color:#dc3545;
}

.font-mono{
  font-family:  monospace;
}

#iv-report-container{
  background:white;
  height:100vh;
  width:100%;
  padding:35px 45px;

}

.rounded{
  border-radius:0.25rem;
}

.rounded-lg{
  border-radius:0.5rem;
}


.font-semibold{
  font-weight:600;
}

.font-normal{
  font-weight:400;
}

.iv-report-header{
  font-size:1.35rem;
  font-weight:400;
}

.light-hr{
  border-top:1px solid #b1b1b1;
}

.w-full{
  width:100%;
}

.iv-report-del-row{
  margin-top:-5px;
}
.deleteReportRowIV{
  margin-top:4px;
}

.report-group{
  position:absolute;
  margin-left:-12px;
  margin-top:2px;
  background:#b6cbc9;
  width:1px;
  height:100%;
  display:none;
}

.relative{
  position:relative;
}

.no-select{
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.iv-report-add-another-row{
  margin-top:0.75rem;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  color: #6BA19F;
}

.iv-report-add-another-row:hover{
  cursor:pointer;
  text-decoration:underline;
}

.text-danger{
  color:#dc3545 !important;
}

.a-text-danger a{
  color:#dc3545 !important;
}

.text-gray{
  color:#a5a5a5 !important;
}

.text-gray a{
  color:#a5a5a5 !important;
}

.iv-report-row-header{
  text-transform: uppercase;
    color: #4f4f4f;
    font-size:1.0rem;
}

.iv-report-row{

  border-bottom: #f0f0f0 1px solid;
  padding-bottom:1.5rem;
  margin-bottom:1.5rem;
}

.iv-report-header-muted{
  color:#6a6a6a;
}

#reportDateMMYY{
 
  font-size:1.2rem;

}

.compensation-breakdown{
  width:500px;
}

.fjb{
  display: flex;
  justify-content: space-between;
}

#qaNotesTable > tbody > tr > td:nth-child(1){
  text-align: left;
}

#qaNotesTable > thead > tr > th:nth-child(1){
  text-align: left !important;
}

#qaNotesTable > thead > tr > th:nth-child(2){
  text-align: left !important;
}

.qa-note-pre{
  max-width:450px;
  text-align:left !important;

}

label.disabled{
  color:#6a6a6a !important; 
}

.checklist-set-container{
  border:1px solid #e0e0e0;
  padding:25px 50px;

  border-radius:0.55rem;
}

.nav-search-input {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #bababa;
  width:600px;
}
.nav-search-dropdown{
  position:absolute;
  width:600px;
  background:#fff;
  padding:10px;
}

.nav-search-dropdown-item{
  padding:12px 10px;
  font-size:1.1rem;
}

.invoice-hub-card{
  background:#ffffff;
  font-weight: normal;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius:8px;
  margin-bottom:3rem;
}

.invoice-hub-lineItems{
  padding:1.5rem;
  
}

.invoice-hub-card h5{
  font-size:0.95rem;
  color:white;
  margin-bottom:0.5rem;
  background: #7F7053;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding:1.0rem 2.0rem;
  font-weight: 600;
}

.invoice-hub-card a{
  color:#FFF !important;
  text-decoration: none !important;
}

a.invoice-link {
  color:#6BA19F !important;
  text-decoration: none !important;
}

.invoice-hub-card a:hover{
  text-decoration: underline !important;
}

.invoice-hub-card .fa-chevron-down, .invoice-hub-card .fa-chevron-up{
  font-size:0.75rem;
  margin-left:0.5rem;
  margin-top:2px;
}

.invoice-hub-th-row{
  border-bottom:1px solid #eee;
  display:flex;
  margin-bottom:25px;
  padding-bottom:10px;
  color:#757575; 
  padding:0 1.5rem;
}

.invoice-hub-row{
  display:flex;
  margin-bottom:15px;
  padding:0 1.5rem;
}

.invoice-hub-checkbox{
  height:24px;
  width:24px;
  margin-right:15px;
}

.invoice-hub-fixed-footer{
  background:#fff;
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  padding:1.5rem 12rem;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  z-index:100;
  display:flex;
}

#selected-offices{
  margin-left:10px;
}

.no-highlight::selection {
  background: transparent;
}

.incomplete-alert{
  background:#ca2a0e;
  padding:0.5rem 0.75rem;
  border-radius:0.45rem;
  color:#fff;
  display:flex;
  align-items: center;
  margin-left:15px;
}
.invoice-hub-status-tag{
  padding:0.25rem 0.5rem;
  border-radius:0.45rem;
  font-size:0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color:#fff;
  display:inline-block;
  margin-left:15px;
}


.invoice-hub-status-tag-complete{
  background:#6BA19F !important;
}

.invoice-hub-status-tag-approved{
  background:#ffc107;
}

.invoice-hub-status-tag-incomplete{
  background:#dc3545 !important;
}

#grand-totals{
  width:500px;
}

.filter-link{
  text-decoration: none;
}
.underline{
  text-decoration: underline;
}

.qb-loading-overlay{
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      background:rgba(255,255,255,0.8);
      display:flex;
      text-align:center;
      padding-top:50px;
      flex-direction:column;
      justify-content:center;
      align-items:center;
      z-index:10;
      font-size:1.2rem;
      display:none;
}