/* #Basic Styles
================================================== */

body { 
    min-width:700px;
       width: auto !important;  /* Firefox will set width as auto */
       width:700px;            /* IE6 ignores !important */
    overflow-x: hidden; /* REQUIRED FOR SIDE BAR */
    background: white;
    font: 12px/20px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #444;
    padding: 5px;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: none;
}

table tr th, table tr td {
    font-size: 12px;
}



.spacer {
	clear: both;
	float: none;
}

.center {
    text-align: center;
    margin: auto;
    width: 50%;
}


/* Data > Graphs */

.chartDiv {
    padding: 10px;
    text-align: center;
  
}

.graph {
    width:45%;
    display: inline-block;
    max-width: 1000px;
    padding:1%;
    vertical-align: top;
}


/* Data > Energy Table */

.energyDiv {
    text-align: center;
    width: 100%;
}

.energyTable {
    /*width: 60%; */
    margin: auto;
    display: inline-table;
    text-align: right;
}

.budgetPos {
  color:green;
}

.budgetNeg {
  color:darkred;
}

.CompPicker {
    width: 200px;
}

.CompIcon {
    font-size: 2rem;
}

/* Settings > Notes */

.navSensor {
    cursor: pointer;
}

#DivNotesGraph, #DivNotesInfo{
    float: left;
    width: 49%;
}


#DivNotesLeft, #DivComparisonLeft, #DivSettingsLeft, #DivSenSetLeft, .DivNavLeft {
    float: left;
    width: 25%;

}

#DivNotesRight, #DivComparisonRight, #DivSettingsRight, #DivSenSetRight, .DivNavRight {
    float: left;
    width: 70%;
    font-size: large;
    text-align: right;
}

#DivCompHead, #DivComparison, #DivInfoTables {
    display: flex;
    justify-content: center;
}

#notesEditor {

    width: 100%;
    height: 300px;
}


#btnNotesEditor {
    cursor: pointer;
    background-color:darkslategray;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    position: relative;
    right: -9px;
    
  }

  .btnSet_HeatingRemove {
    background-color:darkslategray;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: small;
    height: 37px;
    padding: 10px;
    
  }

  .btnSet_itabs, .btnSet_Edit {
    background-color:darkslategray;
    text-align: center;
    text-decoration: none;
    width: 125px;
  }



  .idatePicker {
    float: left;
    width: 200px;
    padding-right: 10px;
  }

  .idatePickerYear, .DivTableHead, .DivSenInner {
    font-size:small;
    font-weight: bold;
  }

  .DivSenInnerText {
    font-weight: normal;
  }

 
  .idatePickerButtonsLeft {
    float: left;
    width: 50%;
    text-align: Left;
  }

  .idatePickerButtonsRight {
    float: left;
    width: 45%;
    text-align: right;
  }

  .itabList, .itabListSelect {
    width: 50%;
  }



  .DivTableLong {
    float: left;
    width: 30%;
  }

  .DivTableShort {
    float: left;
    width: 10%;
  }

  .DivTableMid {
    float: left;
    width: 15%;
  }
  
  #DivInfoTablesHeating {
    min-width: 800px;
  }


  .iTabDropdownShort {
    height: 15px !important;
    width: 50%;
    border: none;
    padding: 0px;
    font-size: 12px;
  }

  .iTabDropdownLong {
    height: 15px !important;
    width: 100%;
    border: none;
    padding: 0px;
    font-size: 12px;
  }


  .small-c1 {
    width: 1%; 
    height: 15px !important;
    font-size: 12px !important;
  }

  .small-c2 {
    width: 80%;
    float: left; 
    height: 15px !important;
    font-size: 12px !important;
  }

  .small-c3 {
    width: 99%;
    float: left; 
    height: 15px !important;
    font-size: 12px !important;
  }

  .tAdd_Input {
    height: 15px !important;
    font-size: 12px !important;
    background-color: #fafafa !important;
    border: none !important;
  }

  .DivEditable {
    background-color: #fafafa;
  }


  .DivSenInner {
    float:left;
    text-align: left;
    width: 70%
    
  }

  .DivSenInnerTitle {
    font-weight: bold;
    float: left;
    width: 25%
  }

  .DivSenInnerText {
    font-weight: normal;
    float: left;
    width: 45%;
  }

  .DivWarning {
    background-color:gold;
    color:darkred;
    font-weight: bold;
    text-align: center;
  }