@import 'snapcount/font-family.css';
@import "snapcount/ion-datatable/ion-datatable.css?version=06212022";

.btn-add,
.btn-delete,
.align-center {
    text-align: center;
}

.v-align-center {
    vertical-align: middle;
}

.v-align-top {
    vertical-align: top;
}

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

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

.width-full,
.table {
    width: 100%;
}

.table {
    border-collapse: collapse;
    color: #000000;
    font-size: 10pt;
    font-style: normal;
}

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

.table tr {
    display: table-row;
}

.table tr th {
    background-color: #e6e6e6;
    padding: 10px 5px;
}

.table tr td {
    padding: 5px 5px;
}

.table td, table th {
    border: 1px solid #e6e6e6;
}

.middle {
    vertical-align: middle;
    text-align: center;
}


.btn-add:disabled,
.btn-delete:disabled {
    color: #888888;
}

.btn-add {
    color: #FFFFFF;
    background-color: #76c156;
}

.btn-delete {
    color: #FFFFFF;
    background-color: #DD0000;
}

.btn-add,
.btn-delete {
    font-size: 10pt;
    padding: 3px 9px 3px 9px;
    font-weight: 700;
    border-style: outset;
    border-color: #9999cc;
    border-width: 1px
}

.margin-b-slight {
    margin-bottom: 10px;
}

.margin-t-5 {
    margin-top: 5px;
}

.margin-t-slight {
    margin-top: 10px;
}

.margin-l-slight {
    margin-left: 10px;
}


.margin-r-slight {
    margin-right: 10px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-center {
    float: center;
}

.clear-both {
    clear: both;
}

.medium-width {
    width: 384px;
}

.centered {
    margin: 0 auto;
}

.bold {
    font-weight: bold;
}

.search-bar {
    width: 600px;
}

.background-gray {
    background-color: #e6e6e6;
}

.block {
    width: 90%;
    margin: 0 auto;
    min-height: 100px;
    margin-bottom: 30px;
}

.block-content {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.block-header {
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 20px;
    background: #e6e6e6;
}

.block-row {
    width: 100%;
    float: left;
    line-height: 25px;
    vertical-align: middle;
    font-size: 10pt;
}

.edit-block-row {
    width: 100%;
    float: left;
    line-height: 35px;
    vertical-align: middle;
    font-size: 10pt;
}

.block-row-left-cell {
    text-align: left;
    float: left;
    width: 35%;
    padding-right: 1%;
}

.block-row-right-cell {
    float: left;
    padding-left: 1%;
    width: 63%;
}

#tab-container {
    font-size: 10pt;
}

/** Catalog Screens Style **/

.snap-search {
    margin-right: 16px;
}

.clear-filters {
    margin-right: 8px;
}

.select-all-button,
.select-none-button {
    margin-right: 8px;
}

.snap-export-button {
    padding-top: 12px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 12px;
}

.snap-table-length {
    margin: 16px;
}

.snap-right {
    float: right;
}

.snap-left {
    float: left;
}

.snap-align-center{
    text-align: center;
}

.snap-input-field {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.snap-buttons {
    line-height: 24px;
}


.snap-hover tr.highlight:hover {
    background-color: #d3e3d7;
}

.snap-hover tr.even:hover {
    background-color: #d3e3d7;
}

.snap-hover tr.odd:hover {
    background-color: #d3e3d7;
}

.snap-inline{
    display: inline;
}

.snap-inline-block{
    display: inline-block;
}

.snap-ellipse-hide-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.snap-one-row-ellipse {
    overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   padding-left: 5px;
}

.snap-one-row-ellipse:hover {
    overflow:visible;
    -webkit-line-clamp: initial;
    background-color: white;
    padding: 0px 5px;
    z-index: 1;
    border: thin black solid;
}

.snap-flex-one-row-expand-hover {
    overflow: hidden;
    text-overflow: ellipsis;
    height: -webkit-fill-available;
    height: -moz-available;
    max-height: 38px;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-wrap: nowrap;
}

.snap-flex-one-row-expand-hover:hover {
    overflow:visible;
    -webkit-line-clamp: initial;
    background-color: white;
    z-index: 1;
    border: thin black solid;
    height: auto;
    max-height: -moz-fit-content;
    max-height: fit-content;
}

.snap-flex-one-row-expand-hover:hover + .snap-align-right-on-sibling-hover {
    position: absolute;
    right: 0px;
}

.hidden {
    display: none;
}

.hide-border-left {
    border-left: none !important;
}

.hide-border-right {
    border-right: none !important;
}

.hide-border {
    border: none !important;
}

.anchor-button {
    padding-top: 3px;
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 3px;
    text-decoration: none;
}

tr:not(.selected) > .draft-item {
    background-color: #FFFFB0;
}

#solution-hintbox, #hintbox {
    /* CSS for pop up hint box */
    position:absolute;
    top: 0;
    background-color: white;
    width: 300px; /* Default width of hint. */
    padding: 3px;
    border:1px solid black;
    font:normal 11px Verdana;
    line-height:18px;
    z-index:999;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    visibility: hidden;
}

.solution-hintanchor, .hintanchor {
    /* CSS for link that shows hint onmouseover */
    font-weight: bold;
    color: #76c156;
    margin: 3px 8px;
}

.dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}

.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: unset;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item {
  padding-right: 3rem;
  white-space: nowrap;
}

a.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}

a.dropdown-item.is-active {
  background-color: #3273dc;
  color: #fff;
}

.dropdown-divider {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.highlight-row {
    background-color: lightgoldenrodyellow;
}

.snap-highlight-dynaform-soft-required {
    background-color: #eee965;
}

a.sample_attach, a.sample_attach:visited, div.sample_attach {
    display: block;
    width:   110px;
    padding: 2px 2px 2px 2px;
    font-size: 10pt ;
    border-style: outset;
    border-color: #76c156;
    border-width: 1px;
}

a.sample_attach, a.sample_attach:visited {
    border-bottom: none;
}

div#sample_attach_menu_parent {
    color:   #FFFFFF;
    background: #76c156;
    font-weight: 700;
}

div#sample_attach_menu_child             {
    border-bottom: 1px solid #76c156;
    background: #FFFFFF;
    color: #76c156;
    font-weight: 600;
}

form.sample_attach {
    position: absolute;
    visibility: hidden;
    border:  1px solid #76c156;
    padding: 0px 5px 2px 5px;
    background: #FFFFEE;
}

form.sample_attach b {
    font-weight: 900;
    font-size: 1.1em;
}

input.sample_attach {
    margin: 1px 0px;
    width: 170px;
}

.file-area {
    border: 4px dashed #777;
}

.file-input-choose-label {
    text-decoration: underline;
}

.file-area,
.file-area-with-file {
    width: 90%;
    height: 100px;
    margin: 8px 0px 8px 0px;
    position: relative;
    display: inline-block;
}

.file-area-with-file {
    border: 4px dashed #3579bf;
    background-color: rgba(0, 153, 226, 0.11);
}

.file-input-label-container {
    width: 100%;
    text-align: center;
    padding-top: 6%;
}

.file-input-label {
    width: 100%;
    height: 100%;
    line-height: 1.5em;
}

.file-input {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0px;
    width: 100%;
    bottom: 0px;
    outline: none;
    opacity: 0;
}

.hidden {
    display: none;
}

.v-align-container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.no-bullets {
    list-style: none;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0 !important;
}

.zip-code-input {
    width: 100px;
}

.custom-field-header {
    font-weight: bold;
    width: 50%;
    float: left;
    text-align: right;
}

.text-black {
    color: #000;
}

.text-orange {
    color: orange;
}

.text-blue {
    color: blue;
}

.normal {
    font-weight: normal;
}

.no-padding {
    padding: 0px;
}

.warning-text {
    background-color: #FFFF00;
    font-weight: bold;
}

.country-select {
    width: 150px;
}

.area-container {
    padding: 0px 10px;
}

.service-area-container {
    background-color: #f0f0f0;
    border: 1px solid #CCC;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 8px;
}

.zip-list {
    border: 1px solid #666;
    width: 50%;
    margin: 010px auto;
    padding: 5px;
    background-color: #FFF;
}

.country-select {
    width: 150px;
}

img:not([src]){
    visibility: hidden;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltip-text {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip .tooltip-text-left {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 105%;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
}

.fixed {
    position: fixed;
}

.snap-absolute {
    position: absolute;
}

.tooltip:hover .tooltip-text-left {
    visibility: visible;
}

.filter {
    padding-top: 1px;
    padding-bottom: 1px;
}

.filter-group {
    margin-top: 5px;
    float: left;
    width: 100%;
}

.filter-group-header {
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 8pt;
    font-weight: bold;
}

.filter-header-label {
    width: 100%;
    font-weight: bold;
    text-align: left;
    color: white;
    font-size: 14pt;
}

.filter-subheader-label {
    width: 100%;
    font-weight: bold;
    text-align: left;
    color: white;
    font-size: 10pt;
    display: flex;
    
}

.descriptTag {
    font-style: italic;
}

.filter-sources {
	position: relative;
	left: 15px;
}

.search_sources_partial_select {
    opacity: 0.5;
    filter: alpha(opacity=50);
}


#solution-search-tags+.tag-editor {
    font-size: 10pt;
    width: 100%;
    float: right;
    padding: 0px;
    border: 0px;
}

#solution-search-manufacturers+.tag-editor {
    font-size: 10pt;
    width: 100%;
    float: right;
    padding: 0px;
    border: 0px;
}

.snap-table {
    border: 5px solid #e6e6e6;
    background-color: #e6e6e6;
    width: 99%;
}

.snap-table > thead {
    padding: 0px;
}

.snap-table > thead > tr > td {
    font-weight: bold;
    font-size: 10pt;
    background-color: #f0f0f0;
    padding: 5px;
}

.snap-table > tbody > tr > td {
    font-size: 10pt;
    background-color: #FFFFFF;
    padding: 5px;
}

.snap-green-background {
    background-color: #76c156;
    color:#FFFFFF;
}

.snap-green-text {
    color: #76c156;
}

#page-content {
    font-size: 10pt;
}

.infoBox {
    font-size: 9pt;
    border: 0px;
    border-color: black;
    border-style: solid;
    align: center;
    width: 80%;
}

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

.div-row {
    display: table-row;
}

.div-header-row {
    display: table-row;
}

.div-top-level-row > div {
    border-bottom: none !important;
}

.div-header-row > div {
    font-weight: bold;
    text-align: center;
    border-top: 0.5px solid darkgray;
}

.div-row > div {
    display: table-cell;
    border-bottom: 0.5px solid darkgray;
    border-left: 0.5px solid darkgray;
    padding-left: 4px;
    vertical-align: middle;
    height: 32px;
    padding: 4px;
}

.div-row > div:nth-last-child(1) {
    border-right: 0.5px solid darkgray;
}

.word-break-break-word {
    word-break: break-word;
}


.header-area-row {
    display: table;
    width: 100%;
}

.area-row {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.area-info-row {
    font-weight: bold;
    font-size: 1.2em;
}

.loader-ellipse {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}

.loader-ellipse__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #555;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellipse__dot:nth-child(1),
.loader-ellipse__dot:nth-child(2) {
    left: 0;
}
.loader-ellipse__dot:nth-child(3) { left: 1.5em; }
.loader-ellipse__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
    from { transform: scale(0.001); }
    to { transform: scale(1); }
}

@keyframes slide {
    to { transform: translateX(1.5em) }
}

.loader-ellipse__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellipse__dot:nth-child(2),
.loader-ellipse__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellipse__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

.page-load-status {
    display: none; /* hidden by default */
    padding-top: 20px;
    text-align: center;
    color: #777;
}

/* Infinite scroll styling */

.tooltip-wrapper {
    position: relative;
}

/* Tooltip */
.room-existing-details, .informational-hover-table, .informational-hover {
    color: #000000;
    background: #fff;
    width: 150px;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    top: -5px;
    left: 2%;
    border: 2px solid grey;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

/* Tooltip */
.room-installation-details {
    color: #000000;
    background: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    border: 2px solid grey;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}


.disabled {
    background: light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    pointer-events: none;
    opacity: 0.4;
}
.error-box {
    margin: 0 auto;
}

.transition-button {
    font-size: 18;
    padding: 6px 18px 6px 18px;
    font-weight:bold;
    color: #FFFFFF;
    background-color: #76c156;
}

.workflow-step {
    border: 1px solid #e6e6e6;
    width: 94%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 12px;
    padding: 5px;
}

.workflow-step-name {
    font-size: 1.5em;
    font-weight: bold;
}

.workflow-step-description {
    padding: 4px;
}

.is-completed {
    background-color: #e2efda;
}

.is-current-status {
    background-color: #ffff00;
}


.info-button {
    color: #428cff;
}

/* Tooltip */
.tooltip-details {
    color: #000000;
    background: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 5px;
    top: -5px;
    left: 2%;
    border: 2px solid grey;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    width: 250px;
}

.menu-bar {
    width: 200px;
    height: 100vh;
    float: left;
    background-size: contain;
    overflow-y: auto;
    border-right: 1px solid #76c156;
}

.menu-group {
    color: #76c156;
    padding: 5px;
    margin-top: 0px;
    background-color: #e6e6e6;
    border-top: 1px solid #76c156;
    font-size: 12pt;
}

.menu-item {
    padding: 10px;
    border-top: 1px solid #76c156;
    border-left: 1px solid #76c156;
    font-weight: bold;
    font-size: 10pt;
    background-color:white;
}

.menu-item:hover {
    background-color: #C7E6BB;
    color: #000000;
    cursor: pointer;
}

.menu-item-active {
    background-color: #C7E6BB;
    color: #000000;
    cursor: pointer;
}

/* 'exclude-anchor' class can be applied to any '<a>' or any parent element of an '<a>' to avoid this styling */
a:not(#menuBod *, .breadcrumb-container *, .leftMenuDiv *, #page-controls-container *, .dataTables_paginate
        *, #breadcrumb-area *, .validator-container *, #tabView *, #validator *, #kits
        *, .exclude-anchor, .exclude-anchor *, .cke_button, .cke_combo_button, .cke_path_item),
a:not(#menuBod *, .breadcrumb-container *, .leftMenuDiv *, #page-controls-container *, .dataTables_paginate
        *, #breadcrumb-area *, .validator-container *, #tabView *, #validator *, #kits
        *, .exclude-anchor, .exclude-anchor *, .cke_button, .cke_combo_button, .cke_path_item):active,
a:not(#menuBod *, .breadcrumb-container *, .leftMenuDiv *, #page-controls-container *, .dataTables_paginate
        *, #breadcrumb-area *, .validator-container *, #tabView *, #validator *, #kits
        *, .exclude-anchor, .exclude-anchor *, .cke_button, .cke_combo_button, .cke_path_item):visited {
    color: #2d3644;
    border-bottom: 1px dotted;
    text-decoration: none;
    /* If you leave this is in the sourced code commented out like this, QA can toggle this back on for testing in the inspector */
    /* background-color: red !important; */
}
a:not(#menuBod *, .breadcrumb-container *, .leftMenuDiv *, #page-controls-container *, .dataTables_paginate
        *, #breadcrumb-area *, .validator-container *, #tabView *, #validator *, #kits
        *, .exclude-anchor, .exclude-anchor *, .cke_button, .cke_combo_button, .cke_path_item):hover {
    color: #76c058;
    border-bottom: 1px solid #76c058;
}

img.report-output-icon {
    width: 35px;
}

p.filter-link {
    margin: 0 0 0 20px;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-indent: -10px;
    cursor: pointer;
}

p.filter-link:hover {
    color: #76c058;
    text-decoration-style: solid;
}

.pointerCursor {
    cursor: pointer;
}

.auto-numeric-read-only {
    border: none;
    background-color: transparent;
}

.cke_dialog_title {
    background-color: #76c156 !important;
    color: white !important;
}

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

.cke_dialog_ui_button_ok {
    color: #FFFFFF !important;
    background: #76C156 !important;
    border: 1px solid #76C156;
}

.cke_dialog_ui_button_cancel {
    color: #FFFFFF !important;
    background: #A59D95 !important;
    border: 1px solid #A59D95;
}
