
ai-dialog-overlay.active {
  background-color: rgba(0,0,0,.5)
}

/*https://github.com/telerik/kendo-ui-core/issues/4577*/
/* .k-animation-container .k-popup {
    position: fixed !important; top: auto !important; bottom: 20px !important;
} */


/* atlas$ jchadwick- Added for Loading Page  */
.loading-spinner {
  text-align: center
}
.splash {
    text-align: center;
    margin: 10% 0 0 0;
}

.splash .message {
  box-sizing: border-box;
  color: rgb(64, 64, 64);
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 80px;
  font-weight: 800;
  height: 88px;
  line-height: 88px;
  text-align: center;
}

.splash .fa-spinner {
    text-align: center;
    display: inline-block;
    font-size: 5em;
    margin-top: 50px;
}



/*used to make individual lines within a table row that can line up 
  with the same kind of lines in other columns in hte same table*/
.table-subrow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

textarea {
    resize:vertical;
}

.markdownpreview h1 {
    font-size: 21px;
    text-decoration: underline;
}
.markdownpreview h2 {
    font-size: 16px;
}
.markdownpreview h3 {
    font-size: 14px;
}



/* Installation module - data cells */

.install-grid-cell {
   white-space:nowrap;
   text-align:right;
   padding-left:5px !important;
   padding-right:5px !important; 
}

.install-grid-cell input {
   display:inline-block;
   padding: 1px 3px 1px 3px;
   height: 26px;
   text-align:right;
   width:90px;
}

.install-grid-cell i { 
    /* comment icon */
   font-size:20px;
   margin-left:2px;
   cursor:pointer;
}

.install-grid-cell .static-text {
    margin-right:23px;
}

.install-grid-cell .static-text-withicon {
    margin-right:3px;
}

.install-grid-table > tbody > tr > td {
    padding-top:4px;
    padding-bottom:4px;
}

.install-grid-table > thead > tr > th {
    text-align:center;
}

.install-grid-table > thead > tr > th:nth-child(2) {
    width: 150px;
}

.install-grid-table > thead > tr > th:nth-child(1) {
    width: 85px;
}




/* Install labor grid */
.install-grid-table-labor > tbody > tr > td {
    white-space: nowrap;
    padding:2px;
}

.install-grid-table-labor th {
    text-align:center;
}
.install-grid-table-labor {
    width:100%;
}

.install-grid-table-labor input {
    display:inline-block;
   padding: 1px 3px 1px 3px;
   margin-right:0px;
   margin-left:0px;
   height: 26px;
   text-align:right;
}
.install-grid-table-labor .data-cell {
    /*padding:0px;*/
    text-align:center;
    width:50px;
}
.install-grid-table-labor > tbody > tr:first-child > td {
    padding:2px;
    line-height:12px;
    text-align:center;
}

.install-grid-table-labor tr > td:nth-child(2),
.install-grid-table-labor tr > td:nth-child(6),
.install-grid-table-labor tr > td:nth-child(10),
.install-grid-table-labor tr > td:nth-child(14)
{
    border-right: solid 1px #ddd;
}

.input-labor { 
   width: 35px;
}


.install-grid-table-labor > tbody > tr > th,
.install-grid-table-labor > tfoot > tr > th,
.install-grid-table-labor > tbody > tr > td,
.install-grid-table-labor > tfoot > tr > td {
  border-top: 1px solid #eaeff0;
}

/* Quotes grid */
.k-master-row.nodetails .k-icon { display: none; }

/* install */
.holdInvoice.held, .holdStatement.held {
    color: rgb(255, 165, 0);
}

i.nav-badge {
 color: rgb(35, 183, 229);
}

i.nav-badge .redbadge {
    background-color: rgb(139, 0, 0);
    display: inline-block;
    line-height: normal;
    padding: 5px;
    border-radius: 50%;
    font-style: normal;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}


/* TL Site/Equipment/Parts */


.equipmentinfo { 
    display: flex;
    width: 100%;
    align-items: baseline;
    border-bottom: solid 1px #ccc;
    color: #aaa;
}

.equipmentinfo > div { 
    flex-grow: 1;
    flex-basis: 0;
}


.equipmentinfo .serial { 
    text-align: right;
}


.tlsite .part { 
    padding-left: 30px;
    display: flex;
    width: 100%;
    align-items: baseline;
    margin-top: 4px;
}


.tlsite .part .partnum { 
    max-width: 130px;
    text-align: center;
    background-color: lightgray;
    border-radius: 10px;
    margin-right: 10px;
}

.tlsite .part > div { 
    flex-grow: 1;
    flex-basis: 0;
}