﻿:root {
    --print-color-yellow: #FFEC00;
    --print-color-magenta: #E5007D;
    --print-color-cyan: #009EE2;
    --print-color-black: #4C4C4C;
    --print-color-matteblack: #333333;
    --print-color-red: #EA0314;
    --print-color-blue: #004389;
    --print-color-photocyan: #4CBBEA;
    --print-color-photomagenta: #EC4CA4;
    --print-color-gray: #A4A4A4;
    --print-color-photogray: #BFBFBF;
    --print-color-fluorescentpink: #FF69B4;
    --print-color-green: #008227;
    --print-color-orange: #FFA500;
    --print-color-violet: #8A2BE2;
    --print-color-chromaoptimizer: #F1F1F1;
    --print-color-gold: #FFD700
}
html, body
{
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Sans-Serif; font-size: 100%; font-weight: normal;
}

.NavButtons {
    float: right;
    margin-right: 50px;
}

.doublespacer {
    position: relative;
    margin-top: 80px
}

#ConfirmRules_CRUDbutton, #ConfirmEmails_CRUDbutton
{
    margin-left:40px;
}
.NextButton
{
    margin-right:20px;
}
.ReportButton
{   
    margin-left:20px;
}

#jqxTabs
{
    margin-top:5px;
    margin-left:5px;
}

.TopPanel
{       

    float:left; 
    width:100%;
    height: 500px;
}

.BottomPanel
{
    width:100%;
    float:left;
    height: 50px;  
}

.TabPage
{
    width: 95%;
}
.HomePage 
{
    text-align:left;
 
    text-decoration: none; 
    color: #666;
}

#EventTypeRadioButtons,#RuleConditionRadioButtons,#RuleTypeRadioButtons,#FilterByIdRadioButtons,#EmailTypeRadioButtonsCenter
{
    margin-left:110px;
}

#EmailTypeRadioButtons {
    margin-left: 20px;
    width: 250px;
    height: 200px;
}

#EventTypeRadiosWrapper,#RuleConditionRadiosWrapper,#RuleTypeRadiosWrapper,#FilterByIdRadiosWrapper,#EmailConditionRadiosWrapperCenter
{
  width: 400px;
  position:relative;
  left: 50%;
  margin-left: -150px;
  margin-top: 20px;
}

#bootstrap-switch-square
{
  width: 25px;
  height: 120px;
  font:400
}

#EmailConditionRadiosWrapper
{
  width: 700px;
  height: 200px;
  position:relative;
  left: 30%;
  top: 50%;
  margin-left: -100px;
  margin-top: -50px;
}

#EmailTypeCheckboxes
{
    width: 700px; 
    height: 200px; 
    position: relative; 
    right: -40%; 
    top: -50%; 
    margin-left: -10px; 
    margin-top: -100px;
}

#EmailConfigDescription
{
  width: 95%;
  height: 100%;
  position:relative;
  text-align: center;
}

#devicetextbox,#RDStextbox
{
    width:290px;
}

#adddevicebutton, #addRDSbutton
{
    /*margin-left:20px;*/
    margin-top: 20px;
    margin-bottom: 10px;
}


#NSOWrapper, #RDSWrapper, #DeviceWrapper
{ 
 

  height: 470px;

  position:relative;
    display: inline-block;
 
}
#NSOWrapperInline {

    height: 470px;
    position: relative;

    display: inline-block;
}
.inlineSection {
    width: 100%;
    margin-bottom: 30px;
    margin-bottom: 30px;
    position: relative;

}
.flexRow {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    width: 100%;
}

.inlineGrid {
    width: 40%;
    position: relative;
    display: inline-block;
}

#DateRangeWrapper
{  
  width: 620px;
  height: 360px;

  position:relative;

}

#SelectCustomersWrapper
{
  width: 910px;
  height:430px;
  position:relative;
}

#SelectRDSWrapper,#SelectDeviceWrapper
{
  width: 400px;
  height:410px;
  position:relative;
    margin: 0 auto;
}

#RemoveFiltersButton
{
    float:left;
}

#GetCustomersButton
{
    margin-left:330px;
}
#Customer_Companies_RemoveFiltersButton,#jqxgrid_SelectCustomer_Nso_List
{
    margin-left:110px;
}
#jqxgridAllNSO,#jqxgridSelectedNSO,#jqxgridAllRDS,#jqxgridSelectedRDS,#jqxgridAllDevice,#jqxgridSelectedDevice,#jqxgriddevices,#jqxgridRDS,#jqxgrid_Customer_List,#jqxgrid_SelectCustomer_Nso_List,#jqxgridSelectedEventCodes,#jqxgridEventCodes,#jqxgridSelectedProductNames,#jqxgridProductNames
{
    float:left;
    margin-top:0px;
    margin-bottom:0px;
}

#AddNSOButton, #AddRDSButton, #AddDeviceButton
{
    /*float:left;*/
    margin-left:10px;
    margin-right:10px;
    margin-top:160px;
    width: 100px;
}

#DeleteRowButton
{
    float:left;
    margin-left:540px;
}
#deleteProductNamebutton
{
    float:left;
    margin-left:485px;
}

#jqxFromDateCalendar
{   
    width:100%;   
    float:left;
    margin-right:10px
}

#jqxToDateCalendar
{   
    width:100%;   
    float:right;
}

#addProductNameButton
{
    float:left;
    margin-left:10px;
    margin-right:10px;
    margin-top:142px;
    
}

#load
{
    text-align: center;
}

.section
{   
    width:100%;   
    float:left;
    margin-top: 4px;
    margin-bottom: 4px;
}

/* Custom Alert Message using jqxWidgets */
.jqx-alert  
{  
   position: absolute;  
   overflow: hidden;  
   z-index: 99999;  
   margin: 0;  
   padding: 0;  
   font-family:Verdana, Arial, Sans-Serif;   
}  

.jqx-alert-header  
{  
   outline: none;  
   border: 1px solid #999;  
   overflow: hidden;  
   padding: 5px;  
   height: auto;  
   white-space: nowrap;  
   overflow: hidden;  
   background-color:#E8E8E8; background-image:-webkit-gradient(linear,0 0,0 100%,from(#fafafa),to(#dadada)); background-image:-moz-linear-gradient(top,#fafafa,#dadada); background-image:-o-linear-gradient(top,#fafafa,#dadada);     
   font-family:Verdana, Arial, Sans-Serif;   
}  
.jqx-alert-content  
{  
   outline: none;  
   overflow: auto;  
   text-align: left;  
   background-color: #fff;  
   padding: 15px;  
   border: 1px solid #999;  
   border-top: none;  
   font-family:Tahoma;
   font-size:14px;
} 

span #jqxlistboxyearreport{
    clear: both;
    display:inline;
    float:left;
    margin-top:10px;
    margin-left:100px;

} 

span #jqxlistboxnsoreport{
    clear: both;
    display:inline;
    float:left;
    margin-top:20px;
    margin-left:0px;
} 

span.firstcolumnTitle{
    clear: both;
    display:inline;
    float:left;
    margin-top:100px;
    margin-left:100px;
    text-align:left;
}


span #jqxNSOsDropDownList{
    clear: both;
    display:inline;
    float:left;
    margin-top:100px;
}

.jqxlist{

    float:left;
    margin-top:100px;
    margin-left:100px;
}

span.firstcolumn{
    display:inline;
    float:left;

}

span.secondcolumn{
    display:block;
    float:left;
    margin-left:50px;

}

.downloadReports{
    clear: both;
    display:inline;
    float:left;
    height: 80%;
    width:500%;
    text-align:center;
    margin-left:28%;
}

.downloadYearReportButton{
    display:inline;
    clear: both;
    float:left;
    margin-left:50px;
    margin-top:10px;
    width:200px;
    height:100px;
}

.downloadMonthReportButton{
    display:inline;
    clear: both;
    float:left;
    margin-left:0px;
    margin-top:10px;
    width:200px;
    height:100px;
    text-align:left;
}

.flexBoxRow {
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
}

.flexBoxCol {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    margin-left: 25px;
    justify-content: flex-end;
}

/*#pageTitle {
    min-width: 400px;
    max-width: 600px;
    margin-left: 20px;
    margin-top: 25px;
    font-size: 1.5em;
}*/

.gridCellIcon {
    padding: 3px;
}

.gridHeader{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.gridHeaderText {
    font-weight: bold;
    font-style: italic;
    margin: 10px;
    margin-left: 20px;
}

.gridHeaderButtons{
    margin-right: 15px;
}

.emailConfigInputControls .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.emailConfigInputControls .button {
    height: 28px;
    margin-left: 10px;
}

.centralPanelContainer {
    width: 900px;
    margin: auto;
}

.centralPanelContainer #title {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 32px;
}

.centralPanelContainer #error {
    margin-bottom: 30px;
}

.linksList {
    width: 350px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.linksList li {
    line-height: 30px;
}

.jqx-switchbutton-label-on {
    color: green;
}

.jqx-switchbutton-label-off {
    color: red;
}

.dailyMeterReadingsTableTitle {
    vertical-align:top !important;
}

#jqxChart * {
    cursor: pointer !important;
}

.panel-heading-content {
    display: flex;
    align-items: center;
    position: relative;
    top: -4px;
}

.panel-heading-content > div {
    margin: auto 5px;
}

.btnSaveTonerLevelRecipient {
    width: 100px !important;
}

.flex-full-height {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.hint-text {
    color: #848484;
    font-size: 0.9em;
    font-style: italic;
    float: left;
    margin: 0 5px 10px;
}

.badge.filter {
    background-color: #fff !important;
    border: 1px solid #666;
    color: #666 !important;
    font-size: 11px;
}

.flex-to-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pc-color-indicator {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 2px;
    display: inline-block;
    height: 14px;
    margin: 0 5px;
    width: 14px;
}

.color-y {
    background-color: var(--print-color-yellow);
}
.color-m {
    background-color: var(--print-color-magenta);
}
.color-c {
    background-color: var(--print-color-cyan);
}
.color-bk {
    background-color: var(--print-color-black);
}
.color-mbk {
    background-color: var(--print-color-matteblack);
}
.color-r {
    background-color: var(--print-color-red);
}
.color-b {
    background-color: var(--print-color-blue);
}
.color-pc {
    background-color: var(--print-color-photocyan);
}
.color-pm {
    background-color: var(--print-color-photomagenta);
}
.color-gy {
    background-color: var(--print-color-gray);
}
.color-pgy {
    background-color: var(--print-color-photogray);
}
.color-fp {
    background-color: var(--print-color-fluorescentpink);
}
.color-g {
    background-color: var(--print-color-green);
}
.color-o {
    background-color: var(--print-color-orange);
}
.color-v {
    background-color: var(--print-color-violet);
}
.color-co {
    background-color: var(--print-color-chromaoptimizer);
}

.inkSummary {
    width : 100%;
    border-radius: 12px;
    overflow: hidden;
}
    .inkSummary .table {
        border-radius: 12px;
        overflow: hidden;
    }
        .inkSummary .table td {
            padding: 12px 16px;
        }


#inkChart {
    padding: 20px;
    box-sizing: border-box;
}

.ink-summary-table {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.error-warning-table {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.partLifetimeStatus {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

    .partLifetimeStatus .table {
        border-radius: 12px;
        overflow: hidden;
    }

.part-life-percent {
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    color: #000000;
    height: 20px;
    font-weight: 700;
    padding: 2px 5px;
    position: relative;
    text-align: center;
}
    .part-life-percent > div {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        z-index: 0;
    }
    .part-life-percent > span {
        font-size: 0.9em;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1;
    }

tr.partLifetimeStatus-OK .part-life-percent {
    border-color: #70f570;
}

    tr.partLifetimeStatus-OK .part-life-percent > div {
        background-color: #70f570;
    }


tr.partLifetimeStatus-NearReplacement .part-life-percent {
    border-color: #e2af15;
}

    tr.partLifetimeStatus-NearReplacement .part-life-percent > div {
        background-color: #e2af15;
    }

tr.partLifetimeStatus-ForReplacement .part-life-percent {
    border-color: #d66315;
}

.partLifetimeStatus-ForReplacement .part-life-percent > div {
    background-color: #d66315;
}

.filter-row {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-label {
    margin-bottom: 0;
    font-weight: bold;
}

.filter-dropdown {
    min-width: 200px;
    height: 32px !important;
}

.coverage-loading {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    color: #333;
}

.coverage-message {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    color: #333;
}

.chart-axis-text {
    color: #333;
    font-size: 11px;
}
    .chart-axis-text.selected {
        color: #000;
        font-size: 12px;
        font-weight: bold;
    }

.section-graybg {
    background-color: #eeeeee;
}

.page-main-chart {
    background: #fff;
    border-radius: 7px;
    border: 1px solid #c4c4c4;
    box-shadow: 5px 5px 6px -2px #cccccc;
    height: 480px;
    margin-bottom: 20px;
    width: 1000px;
}

.page-main-chart-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 10px;
    padding-top: 30px;
}

.home-toner-levels,
.home-ink-levels {
    border-radius: 7px;
    border: 1px solid #c4c4c4;
    box-shadow: 5px 5px 6px -2px #cccccc;
    width: 680px;
    height: 450px;
    margin: 5px 8px;
}

.email-tag {
    background: #c8d7e5;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    margin: 0px 2px;
    padding: 2px 5px;
}

.currency-symbol {
    color: #7da2c3;
}