x   .topbar-notice {
    padding: .8rem 2.6rem;
}
.topbar-notice a:link, .topbar-notice a:visited, .topbar-notice a:active, .topbar-notice a:hover {
    color: inherit;
}
.topbar-notice div {
    margin: .5rem 0 0 0;
}
.topbar-notice div:first-child {
    margin: 0;
}
.top-bar {
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}
.top-bar-crm .agcrm-logo {
    margin: 0 auto;
}
.top-bar-crm .sidebar-toggle {
    position: absolute;
    left: 6px;
    border: 1px solid transparent;
    color: #fff!important;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    border-color: #17a2b8;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin: 0;
}
.top-bar-crm .top-bar-buttons {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}
.top-bar a {
    text-decoration: none;
}
.top-bar a:link,
.top-bar a:visited {
    color: inherit;
}
.top-bar-crm a:active,
.top-bar-crm a:hover {
    color: rgba(255, 255, 255, 0.75);
}
.top-bar-crm .top-bar-icon {
    display: inline-block;
    padding: 0 .8rem;
    white-space: nowrap;
}
.top-bar-crm .vd-response-pending {
    color: #ffff66;
}
.top-bar .account {
    opacity: 0.7;
}

#msg-top {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 70%;
    padding: 8px 20px;
    box-sizing: border-box;
    max-width: 900px;
    background-color: #FAF9DC;
    border-radius: 0 0 6px 6px;
    box-shadow: 0px 4px 5px #888;
    z-index: 99;
}
#msg-top > div,
#msg-top p {
    margin: 4px 0;
}
#msg-back-up {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 6px;
    vertical-align: bottom;
    color: #333;
    cursor: pointer;
    width: 14px;
    text-align: right;
}
.push-notify-click {
    display: inline-block;
    cursor: pointer;
}
.push-notify-click:hover {
    text-decoration: underline;
}
.undo-delete {
    color: #0000EE;
    cursor: pointer;
}
.undo-delete:hover {
    text-decoration: underline;
}

.fade-in {
    display: none;
    background-color: rgb(255, 255, 187);
    background-color: rgba(255, 255, 187, .8);
}

/* Left sidebar */
.left-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 150px;
    padding: 90px 0 0 0;
    background-color: #244f93;
    color: #f9f9f9;
    box-sizing: border-box;
}
.left-menu a:link, .left-menu a:visited, .left-menu a:hover, .left-menu a:active {
    color: inherit;
    background-color: inherit;
    text-decoration: none;
    display: block;
    padding: 12px 20px;
}

/* Main content area top */
.top_controls {
    text-align: center;
}
.top_controls form {
    display: inline-block;
}
.top_controls .search,
.top_controls .search-supplement {
    vertical-align: bottom;
}
.search {
    width: 54%;
    max-width: 380px;
    padding: 6px 10px;
    height: 31px;
    box-sizing: border-box;
}
.search-supplement {
    padding: 6px 7px;
    height: 31px;
    margin-right: -5px;
    border-right: none;
}
.search-icon {
    display: inline-block;
    height: 31px;
    width: 31px;
    background-color: inherit;
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
    padding: 0;
    border-radius: 0;
    color: #6182B6;
}
.control-buttons {
    float: right;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.control-buttons button {
    margin-left: 8px;
}
.filter-list {
    display: none;
    position: absolute;
    right: 110px;
    z-index: 2;
    border: 1px solid #6182B6;
    background-color: #244f93;
    color: #f9f9f9;
    list-style: none;
    text-align: left;
    box-shadow: 2px 3px 7px rgba(0,0,0,0.4);
    margin: 0;
    padding: 0;
    min-width: 140px;
}
.filter-list li {
    padding: 5px 14px 5px 10px;
    cursor: pointer;
}
.filter-list li:hover {
    background-color: #6182B6;
}
.filter-list .fas {
    margin-right: 8px;
}

#wrapper {
    display: flex;
}
#wrapper #content-wrapper {
    overflow-x: hidden;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 80px;
}

/* Main content area primary */
.primary {
    margin-left: 150px;
    padding: 18px 28px;
    box-sizing: border-box;
}
.content {
    margin-top: 1.5em;
}
.content-text {
    margin: 1rem 2rem!important;
    max-width: 1000px;
}
.content-indent {
    margin-left: 2rem!important;
}
.modal-buttons {
    padding-right: 14px;
    color: #4d4d4d;
    vertical-align: middle;
}

/* Default table */
.defaultTbl {
    width: 100%;
    clear: both;
    border-collapse: collapse;
}
.defaultTbl tbody tr:not(.job-daterange-header) {
    cursor: pointer;
}
.defaultTbl th {
    background-color: #D7D7D7;
    border-bottom: 1px solid #333;
    text-align: left;
}
.defaultTbl tbody tr:not(.job-daterange-header):hover {
    background-color: #f0f0f0;
}
.defaultTbl th {
    padding: 6px 12px;
}
.defaultTbl td {
    padding: 4px 12px;
    border-top: 1px solid #CAC7C7;
    border-bottom: 1px solid #CAC7C7;
}
.manage {
    width: 1%;
    white-space: nowrap;
}
.manage span:hover {
    color: #000;
}
.manage .fa-null {
    opacity: 0;
}
/* Default table 2 */
.defaultTbl2 {
    border-collapse: collapse;
    min-width: 800px;
}
.defaultTbl2 ~ .defaultTbl2 {
    margin-top: 1.4rem;
}
.defaultTbl2 th,
.defaultTbl2 td {
    padding: .4rem 1rem;
}
.defaultTbl2 th {
    border: 1px solid #8c8c8c;
    background-color: #d9d9d9;
}
.defaultTbl2 td {
    border: 1px solid #cccccc;
    background-color: #FDFDFD;
}

/* Pagination */
.pagination {
    margin-top: 8px;
    display: block;
}
.pagination span, .pagination i {
    vertical-align: middle;
}
.pagination a {
    cursor: pointer;
    display: inline-block;
    width: 40%;
    padding: 0 10px;
    text-decoration: none;
}
.pagination .page-left {
    float: left;
}
.pagination .page-right {
    float: right;
    text-align: right;
}

.buttons {
    display: block;
    margin-top: .8rem;
}
.buttons button {
    margin: 0 .4rem;
}
.buttons button:first-of-type {
    margin-left: 0;
}

/* Dropdown */
.job-stages {

}
.job-stages .fas {
    display: none;
    position: absolute;
    vertical-align: bottom;
    padding-top: 3px;
    padding-left: 1rem;
    color: #4d4d4d;
}
.job-stages:hover .fas {
    display: inline-block;
}

/* TODO delete after switch to .search-dropdown */
.dropdown-select {
    display: none;
    position: absolute;
    right: 0;
    z-index: 1;
    border: 1px solid #153B76;
    background-color: #E8E8E8;
    list-style-type: none;
    width: fit-content;
    margin: 0;
    padding: 0;
}
.dropdown-select .fas {
    color: #4d4d4d;
    padding-right: 9px;
}
.dropdown-select li {
    padding: 5px 10px;
    cursor: pointer;
}
.dropdown-select li:hover {
    background-color: #BCBBBB;
}
.job-stages .dropdown-select {
    word-break: break-word;
    border-top: 0;
    margin-top: 7px;
    box-shadow: 2px 3px 7px rgba(0,0,0,0.4);
}
td.has-dropdown {
    border-left: 1px solid #153B76;
}

/* Search dropdown */
.search-dropdown {
    position: absolute;
    border: 1px solid #153B76;
    background-color: #E8E8E8;
    list-style-type: none;
    margin: -1px 0 0 0;
    padding: 0;
    z-index: 100;
}
.search-dropdown li {
    padding: 5px 10px;
    cursor: pointer;
}
.search-dropdown li:hover {
    background-color: #BCBBBB;
}
.autocomplete-active {
    background-color: #A3B9DD;
}

/* Modal */
.left-box {
    float: left!important;
    width: 48%!important;
}
.right-box {
    float: right!important;
    width: 48%!important;
}
.modal-add-plus {
    padding-left: 8px;
}
.modal-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.modal-list-spacing {
    margin-top: 10px;
}
.modal-list li {
    padding-left: 16px;
}
.modal-list li:before {
    content: '\2013';
    padding-right: 8px;
}
.modal-list .far,
.modal-list .fas,
.sequential-notes .far {
    color: #4d4d4d;
    padding-left: 12px;
    cursor: pointer;
    display: none;
}
.modal-list li:hover .far,
.modal-list li:hover .fas,
.sequential-notes h3:hover .far {
    display: inline-block;
}
.search-results {
    z-index: 3;
    width: 50%;
}
.minBtn-container {
    text-align: center;
    padding-top: .6rem;
}

/* Modal manage */
.manage-modal-topbar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: .8rem;
}

/* Modal view pages */
table.modal-view-content {
    border: 0;
    border-collapse: collapse;
    background-color: #E7EFFA;
    width: 100%;
    padding: 0;
    table-layout: fixed;
}
table.modal-view-content td {
    padding: 12px 20px;
    vertical-align: top;
}
table.modal-view-content .fa-edit {
    display: none;
}
table.modal-view-content tr:hover .fa-edit {
    display: inline-block;
}
table.modal-view-content tr:nth-child(odd) {
    background-color: #CEDCF2;
}
.modal-view-label {
    width: 160px;
}
.modal-view-data .far, .modal-view-data .fas {
    display: inline-block;
    margin-right: 6px;
    color: #4d4d4d;
}
.modal-view-manage {
    width: 24px;
    text-align: right;
}
.modal-notes h3 {
    font-size: 1em;
    margin: 0 0 6px 0;
    font-weight: 600;
}
.modal-notes p {
    padding: 0;
    margin: 0 0 6px 0;
}
.modal-notes p:last-child {
    margin-bottom: 0;
}
.sequential-notes {
    font-size: 94%;
    margin-top: 22px;
}
.sequential-notes:first-child {
    margin-top: 0px;
}

/* Form */
.form-default {
    padding: 6px 10px;
    box-sizing: border-box;
    font: inherit;
}
.nowrap {
    flex-wrap: nowrap!important;
    white-space: nowrap!important;
}
/* Modal form */
.modal-form {
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
}
.modal-label {
    display: block;
    margin: 1.2em 0px .3em 0px;
}
.modal-text, .modal-select {
    width: 100%;
    padding: 6px 10px;
    box-sizing: border-box;
    font: inherit;
}
.hours-select {
    padding: 6px 10px;
    box-sizing: border-box;
    font: inherit;
}
.modal-multiselect {
    width: 100%;
    padding: 0;
}
.with-search {
    padding-right: 34px;
    box-sizing: border-box;
}
.with-search .search-icon {
    position: absolute;
    padding-top: 6px;
    color: #4d4d4d;
}
.modal-textarea {
    width: 100%;
    height: 54px;
    padding: 6px 10px;
    box-sizing: border-box;
    font: inherit;
}
.modal-checkboxes:not(:first-child) {
    margin-top: 1.2em;
}
.modal-checkboxes input[type=checkbox], .modal-checkboxes input[type=radio] {
    margin: 4px 6px 2px 20px;
}
.modal-checkboxes label {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.notes {
    height: 110px;
}
.modal-msg {
    margin-bottom: 20px;
}
.modal-msg p {
    margin: 0 0 8px 0;
}
.duplicate-radios {
    margin-top: 8px;
}
.check-duplicate {
    float: left;
    cursor: pointer;
}
.radio-label {
    display: block;
    margin: 0 0 0 30px;
    cursor: pointer;
}

/* Use tips */
.use-tips-container {
    margin: 1rem .5rem 0 .5rem;
}
.use-tips-container .header {
    margin-top: 2rem;
    font-weight: bold;
    text-align: center;
}
.use-tips-container .header:first-child {
    margin-top: 0;
}
.use-tips-container img {
    max-width: 100%;
}
.use-tips-container .view-larger {
    cursor: pointer;
}

/* Cards */
.cards-container {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}
.card {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    padding: 1rem;
    margin: 1rem 0;
}
.card-header {
    font-size: 18px;
    margin: 0 0 .7rem 0;
    font-weight: 500;
}
.card-text {
    font-size: 16px;
}
.card img {
    width: 100%;
    height: auto;
}
.cards-container a:link,
.cards-container a:visited,
.cards-container a:hover,
.cards-container a:link {
    text-decoration: none;
}

/* Toggle Editing formatting */
.tab-card-content {
    height: 1.5rem;
    line-height: 1.5rem;
    width: 100%;
}
.tab-card-content input[type=text],
.tab-card-content input[type=date],
.tab-card-content input[type=number],
.tab-card-content select,
.tab-card-content textarea {
    width: 100%;
    padding: 4px 8px;
    font-size: initial;
}
.tab-card-content input[type=text],
.tab-card-content input[type=date],
.tab-card-content input[type=number],
.tab-card-content select {
    height: 2.3rem;
}
.tab-card-content > input[type=radio] + label:not(:last-child) {
    margin-right: 1em;
}
.tab-card-content.error > input {
    border: solid 1px red;
}
.tab-card-content.error > label {
    color: red;
}
.tab-card-content textarea {
    height: 7rem;
    line-height: 1.1rem;
}
.te-is-textarea {
    white-space: pre-wrap;
}
.te-is-textarea {
    height: initial;
    margin-bottom: 0!important;
}

/* Viewer */
.agcrm-viewer {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 30;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}
.agv-content {
    margin: auto;
    text-align: center;
    position: relative;
    padding: 0;
    max-width: 90%;
}
.agv-content img {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

/* Toggle switch */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 0;
}
.xs .switch,
.switch.xs {
    height: 18px;
    width: 30px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.xs .slider:before {
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
}
input:not([disabled]):checked + .slider {
  background-color: rgb(115, 144, 191);
}
input:not([disabled]):focus + .slider {
  box-shadow: 0 0 1px rgb(115, 144, 191);
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.xs input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.slider-with-label {
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-size: 17px;
}
.slider-with-label.xs {
    gap: 0 4px;
    font-size: 13px;
}
.switch-options {
    margin: 1em 0 0 70px;
}

/* Styled radio */
div.radio>label,
label.radio {
    display: grid;
    font-size: 17px;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    line-height: 1.1;
    margin: 0;
}
div.radio>label + label,
label.radio + label.radio {
    margin-top: 0.5em;
}
div.radio>label input[type="radio"],
label.radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    border: 0.05em solid rgb(115, 144, 191);
    border-radius: 50%;
    color: currentColor;
    display: grid;
    font: inherit;
    height: 1.15em;
    place-content: center;
    transform: translateY(-0.075em);
    width: 1.15em;
}
div.radio>label input[type="radio"]::before,
label.radio input[type="radio"]::before {
    content: "";
    border-radius: 50%;
    box-shadow: inset 1em 1em rgb(115, 144, 191);
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    width: 0.65em;
}
div.radio>label input[type="radio"]:checked::before,
label.radio input[type="radio"]:checked::before {
    transform: scale(1);
}

/* Endless form */
.endless-form-header {
    margin-bottom: .5rem;
    display: flex;
}
.endless-form-row {
    margin-bottom: 1.2rem;
    display: flex;
    gap: 1rem;
}
.endless-form-row:last-child {
    margin-bottom: 0;
}

/* Island box */
.island-box {
    border-radius: 8px;
    padding: 1rem;
}
.island-box p {
    margin: 0;
}
.island-box textarea {
    width: 100%;
    height: 3rem;
}
.island-box-dropdown {
    background: transparent;
    color: #153B76;
    border: 2px solid #6182B6;
    border-radius: 6px;
    padding: 8px 20px;
    font-size: 15px;
}
.ib-search-form {
    padding: 0 5px;
}
.ib-search-form label {
    font-size: 1rem;
    display: block;
    margin: 1.2rem 0 .3rem 0;
}
.ib-search-form label:first-of-type {
    margin-top: 0;
}
.ib-search-form label.cb-label {
    margin-top: .8rem;
    font-size: 1.2rem;
}
.ib-search-form input[type=checkbox] {
    display: inline-block;
    margin-right: .7rem;
}
.ib-search-form input[type=text],
.ib-search-form select {
    font-size: 1.2rem;
    padding: 6px 10px;
    box-sizing: border-box;
    width: 100%;
}

/* Currency conversion */
.currency-convert-this-style:hover {
    cursor: help!important;
}
.currency-convert-this-style:hover {
    background-color: rgba(122, 207, 144, 0.5);
}

/* TABLE CONFIGS */
.tableWrapper {
    clear: both;
    overflow-x: auto;
    max-width: 100%;
}

.thSideTbl {
    margin: 0 0 1rem 3rem;
}
.thSideTbl th {
    margin: 0;
    padding: .4rem 1.5rem .4rem 0;
}
.thSideTbl td {
    margin: 0;
    padding: .4rem .5rem;
}
.thSideTbl label {
    margin: 0 .5rem 0 0;
}

.verticalTbl {
    border-collapse: collapse;
    width: 100%;
}
.verticalTbl th,
.verticalTbl td {
    padding: .4rem .8rem;
}
.verticalTbl th {
    padding-right: 2rem;
    border: 1px solid #8c8c8c;
    background-color: #d9d9d9;
    text-align: left;
    white-space: nowrap;
}
.verticalTbl td {
    border: 1px solid #cccccc;
    background-color: #f2f2f2;
    width: 100%;
}

/* Calendar */
.popup-calendar {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgb(133, 133, 133);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.pc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 4px 7px 5px 7px;
}
.pc-month-link {
    cursor: pointer;
    font-size: smaller;
}
.pc-calendar-body {
    border-collapse: collapse;
}
.pc-calendar-body th,
.pc-calendar-body td {
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 2px;
}
.pc-calendar-body th {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}
.pc-calendar-body .unavailable {
    color: #737373;
    background-color: #f2f2f2;
    cursor: default;
}
.pc-calendar-body .today {
    background-color: #fff3cd;
}
.pc-calendar-body .open {
    cursor: pointer;
}
.pc-calendar-body .open:hover {
    background-color: #f9ecec;
}
.pc-calendar-body .selected {
    background-color: #ecc6c6!important;
}

/* Distributor pricing calculator */
.pricing-calc div {
    display: flex;
    align-items: center;
    margin-bottom: .8rem;
}

.pricing-calc input[type=checkbox] {
    margin-right: 48% !important;
}

.pricing-calc div.threshold-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

.pricing-calc div.labor-price-type-wrapper.threshold-prices {
    display: block;
}

.threshold-content {
    width: 30%;
    flex-direction: column-reverse;
    margin-bottom: 0!important;
}

.pricing-calc input[type=text] {
    width: 48%!important;
    margin-right: 2%;
}
.pricing-calc .threshold-content input[type=text] {
    width: 80% !important;
    margin: 0;
}
.threshold-content button {
    padding: 17px 10px;
    font-size: 13px;
}
.labor-price-toggle-wrapper {
    padding-top: 0.8rem;
    border-top: 1px solid #eceaea;
}
.labor-price-type-wrapper {
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #eaeaea;
}

.pricing-calc .labor-price-toggle-wrapper label.switch {
    margin-right: 2%;
}
.pricing-calc .threshold-content label {
    font-size: 14px;
}
.pricing-calc .labor-price-type-wrapper div.button-wrapper {
    margin-bottom: 0rem;
}
.pricing-calc label {
    margin: 0;
}

.ccicon {
    height: 30px;
    position: absolute;
    right: 6px;
    top: calc(50% - 1px);
    width: 60px;
}

.x-close-button {
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 14px;
    font-weight: bold;
    vertical-align: top;
}
.x-close-button:hover,
.x-close-button:focus {
    text-decoration: underline;
}

.use-tip-sm {
    color: #8c8c8c;
    font-size: smaller;
}

/** to remove to a prover place*/
.selection-wrapper {
    display: flex;
    margin-bottom: 25px;
}

@media only screen and (max-width: 660px) {
    .mainTbl {
        font-size: smaller;
    }
}

@media only screen and (max-width: 600px) {
    /* Header */
    .top-bar-crm .agcrm-logo {
        margin-left: 1.5rem;
    }
    .topbar-notice {
        padding: .5rem 1rem;
    }
    #msg-top {
        width: 94%;
    }
    .top_controls {
        text-align: left;
    }
    .top_controls .search,
    .top_controls .search-supplement {
        width: 68%;
    }
    .top_controls .search-supplement {
        border-right: 1px solid;
    }

    .sidebar {
        display: none;
    }

    /* Tables */
    .defaultTbl th,
    .defaultTbl td,
    .defaultTbl2 th,
    .defaultTbl2 td {
        padding: .2rem .5rem;
    }

    /* Modal */
    .modal-view-label {
        display: inline-block;
        width: 90px;
        padding: 4px;
        margin: 0;
        font-size: 12px;
    }
    .modal-view-data{
        width: 150px;
        word-wrap: break-word;
        padding: 0;
        margin: 0;
        font-size: 12px;
    }

    .content-text {
        margin: 1rem .4rem!important;
    }
    .content-indent {
        margin: 1rem .2rem!important;
    }
}

input.has-error, select.has-error {
    border-color: rgba(255, 0, 0, 0.8);
}

input.has-error:focus, select.has-error:focus {
    outline: none;
    border-color: rgba(255, 0, 0, 0.8);
}

.nags-table {
    width: 100%;
    padding-top: 0.8rem;
}

.nags-table .nags-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding: 5px 3px;
    align-items: center;
    justify-items: center;
    font-size: 14px;
}

.nags-table .nags-column {
    flex: 1 0 24%;
    text-align: center;
    width: 24%;
    contain: content;
}

.nags-table .nags-column.large {
    flex: 1 0 80%;
    width: 80%;
}

.nags-table .nags-column.small {
    flex: 1 0 10%;
    width: 10%;
}

.insurance-profile-actions {
    display: flex;
    padding: 0 ;
    justify-content: space-evenly;
}

.insurance-profile-actions span i {
    color: #9e9e9e;
    font-size: 16px;
}

.insurance-profile-actions span i:hover {
    color: #333;
}

#dps-search-results .nags-table {
    padding: 0;
}

#dps-search-results .nags-column {
    flex: 1 0 16%;

}

#nag-search-results .part-number:not(:first-child) {
    margin-top: 2em;
}

.nags-table .nags-header-row {
    background-color: #244f93;
    color: #FFFFFF;
}
.nags-table .nags-table-content .nags-row:nth-child(2n) {
    background-color: #dae2ed;

}

i.fas.fa-info-circle.tooltip-hover {
    color: #909090;
    cursor: help;
}

span.tooltip-container {
    position: relative;
}

span.tooltip-content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 30px;
    width: 185px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    padding: 8px;
    font-size: 13px;
    color: #3d3d3d;
    display: none;
    opacity: 0;
    transition: all 2s ease-in;
    box-shadow: 0.6px 0.6px 3px 0px #e8e2e2;
}

span.tooltip-content::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -11px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #d6d6d6;
}

span.tooltip-container.active  span.tooltip-content,
span.tooltip-container:hover  span.tooltip-content {
    display: block;
    opacity: 1;
}

/* Setup pages */
.step-progress > .steps {
    column-gap: 5px;
    display: flex;
    justify-content: space-between;
}
.step-progress > .steps > .step {
    background-color: #ccc;
    height: 5px;
    width: 100%;
}
.step-progress > .steps > .step.complete {
    background-color: #244F93;
}
.step-progress > p {
    font-size: 12px;
}
.account-setup {
    overflow-x: hidden;
}
.account-setup .page-reference {
    font-size: 12px;
    font-style: italic;
    margin-top: 1em;
}
.account-setup .step-carousel {
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE, Edge */
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* FF */
    -webkit-overflow-scrolling: touch;
}
.account-setup .step-carousel::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
.account-setup .step-carousel > .step {
    flex-shrink: 0;
    scroll-snap-align: start;
    width: 100%;
}
/* End Setup pages */


/** Customers button on manage job / quote modal **/
#show-all-customers {
    margin-top: 22px;
}

