

body {
  font-family: 'Open Sans', sans-serif;
    overflow-y: hidden;
    
    width: 1100px;
    margin: 0px;
   padding: 0px;
   margin-right: 0px;
    background-color: white;
  }
        
  
        
        .navbar {
          
          justify-content: space-between;
          align-items: center;
          height: fit-content;
          background-color: #cccccc;
          color: #5f6368;
          font-size: 20px;
          font-weight: 500;
          border-bottom: 1px solid #d3d3d3;
          border-top: 1px solid #d3d3d3;
          width: 1100px; /* Set the width to 1100px */
          padding-top: 7px;
          padding-bottom: 7px;
          border-radius: 2px;
        }
  
        /* Style the links inside the navigation bar */
        .navbar a {
          color: #5f6368;
          text-decoration: none;
          margin: 0 15px;
          align-items: center;
          padding-left: 5px;
          padding-right: 5px;
          
        }
  
        /* Add a hover effect for the links */
        .navbar a:hover {
          background-color: #ddd; /* Change the background color when hovered */
          color: #222;
        }
  
        .navbar button:hover {
          background-color: #ddd; /* Change the background color when hovered */
          color: #222;
        }
  
  
  
  /*DROPDOWN STYLING----------------------------------------------------------------------------------------------------------- */
  /*DROPDOWN STYLING----------------------------------------------------------------------------------------------------------- */
  /*DROPDOWN STYLING----------------------------------------------------------------------------------------------------------- */
  /*DROPDOWN STYLING----------------------------------------------------------------------------------------------------------- */
        
        .dropdown {
          position: relative;
          display: inline-block;
        }
  
        .dropdown-button {
          background-color: #cccccc;
          color: #5f6368;
          font-size: 20px;
          font-weight: 500;
          border: none;
          font-family: 'Open Sans', sans-serif;
          margin: 0 15px;
        }
  
  
        .dropdown-content {
          display: none;
          position: absolute;
          background-color: #f9f9f9;
          min-width: 160px;
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          z-index: 1;
          left: 0; /* Align the menu options to the left */
        }
  
        .dropdown-content a {
          color: #5f6368;
          padding: 12px 16px;
          text-decoration: none;
          display: block;
          text-align: left; /* Align the menu options to the left */
          margin: 0px;
        }
  
        .dropdown-content a:hover {
          background-color: #ddd;
        }
  
        .dropdown:active .dropdown-content {
          display: block;
        }
  
        .dropdown-button:focus + .dropdown-content {
          display: block;
          }
  
          #FileMenuIcons {
            font-size: 18px;
            vertical-align: middle;
            margin: 0px;
          }
  
  
  
  
  
  
  
        #CalculateButton {
          float: right;
          background-color: #0C1C81;
          color: white;
          padding-left: 7px;
          padding-right: 7px;
          padding-top: 0px;
          padding-bottom: 1px;
          font-size: 22px;
          border-radius: 2px;
          margin: 0 15px;
          font-family: 'Open Sans', sans-serif;
          vertical-align: middle;
          border: 1px solid #0C1C81;
          
        }

#CalculateButton:hover {
background-color: #395C97;
}



      #FileNameDiv{
        width: 1100px;
        background-color: white;
        height: 47px;
        padding-top: 5px;
}


        
        #FileNameInputTop {
          color: #5f6368;
          outline: none;
          font-size: 24px;
          border: none;
          margin: 0 15px;
          margin-bottom: 2px;
          padding-top: 7px;
          padding-bottom: 7px;
          font-weight: bold;
          width: 600px;
          text-align: left;
          font-family: 'Open Sans', sans-serif;
  
    }
  
    #FileNameInputTop:hover {
      border: 1px solid black;
    }
    
    #FileNameInputTop:focus {
      border: 1px solid blue;
    }
  
    #MainWindow {
      width: 1075px;
      height: 90%;
      margin-left: 0px;
      margin-right: 0px;
      padding-left: 10px;
      padding-right: 15px;
      overflow-y: scroll;
      background-color: white;
    }
  
    #MainWindowHeading {
      font-weight: 500;
      font-size: 20px;
      color: #5f6368;
      page-break-after: avoid;
    }
  
  
  
    table {
          border-collapse: collapse;
          width: 100%;
          border-radius: 4px;
        }
        
        td, th {
          border: 2px solid #d3d3d3;
          padding: 5px;
          text-align: center;
          width: 25%;
          
        }
        th {
          background-color: #444444;
          color: white;
          border: 2px solid #444444;
          font-family: 'Open Sans', sans-serif;
        }
    input {
          font-size: 16px;
          color: black;
          outline: none;
          text-align: center;
          border: none;
          margin: 0 15px;
          margin-bottom: 2px;
          padding-top: 2px;
          padding-bottom: 2px;
          font-weight: 600;
          font-family: 'Open Sans', sans-serif;
          
        }
  
  input:hover {
      border: 1px solid black;
    }
  input:focus {
      border: 1px solid blue;
    }
  
    #HeadingIcons {
      font-size: 28px;
      vertical-align: middle;
      margin: 0px;
      margin-right: 10px;
     }
  
  
  /*KPI Styles */
  .grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    grid-gap: 10px;
    margin-left: 0px;
    padding-left: 0px;
  }
  
  .kpi {
    background-color: #0C1C81;
    color: white;
    border-radius: 4px;
    text-align: center;
    justify-self: center;
    align-self: center;
    width: 250px;
    height: fit-content;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    
  }
  
  .kpi h1 {
    font-size: 20px;
    margin: 0px;
    
  }
  
  .kpi h2 {
    font-size: 16px;
    margin: 0px;
  }
  
  .kpi p {
    font-size: 48px;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1;
  }
  
  /* Plotly Styles */
  #Graph1Div {
    width: 100%;
    height: 400px;
  }
  
  #Graph2Div {
    width: 100%;
    height: 380px;
    
  }
  
  #Graph3Div {
    width: 100%;
    height: 600px;
    
  }
  
  
  #modal {
    /* Style the modal background */
    background-color: white;
    /* Center the modal vertically and horizontally */
    display: flex;
    align-items: center;
    justify-content: center;
    /* Set the modal to take up the full screen */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* Set the width of the modal background to match the webpage */
    width: 1100px;
    /* Align the modal background with the webpage */
    margin: 0;
  }
  
  #modal > div {
    /* Style the inner container of the modal */
    background-color: #f1f1f1;
    /* Set a fixed width for the container */
    width: 500px;
    /* Add some padding to the container */
    padding: 20px;
    /* Add a border */
    border: 1px solid #888;
    /* Add some rounded corners */
    border-radius: 4px;
    /* Center the inner container horizontally */
    margin: 200px auto;
  }
  
  #CreateReportModal {
    /* Style the modal background */
    background-color: rgba(0,0,0,0.4);
    /* Center the modal vertically and horizontally */
    display: flex;
    align-items: center;
    justify-content: center;
    /* Set the modal to take up the full screen */
    position: fixed;
    top: 10;
    bottom: 10;
    left: 10;
    right: 10;
    /* Set the width of the modal background to match the webpage */
    width: 1100px;
    /* Align the modal background with the webpage */
    margin: 0;
  }
  
  #CreateReportModal > div {
    /* Style the inner container of the modal */
    background-color: #f1f1f1;
    /* Set a fixed width for the container */
    width: 800px;
    /* Add some padding to the container */
    padding: 20px;
    /* Add a border */
    border: 1px solid #888;
    /* Add some rounded corners */
    border-radius: 4px;
    /* Center the inner container horizontally */
    margin: 200px auto;
  }
  
  .ReportTextArea {
      width: 800px;
      height: 200px;
      font-family: 'Open Sans', sans-serif;
  }
  
  
  
  
  .settingslabel {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    width: 200px;
    font-family: 'Open Sans', sans-serif;
    color: black;
  }

  .settingslabel2 {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    width: 400px;
    font-family: 'Open Sans', sans-serif;
    color: black;
  }
  
  .settingsinput{
    display: inline-block;
  }
  
  #SettingsSaveButton{
    background-color: #1E3C8C;
          color: white;
          padding-left: 5px;
          padding-right: 5px;
          font-size: 22px;
          border-radius: 2px;
          margin: 0 15px;
          border: none;
          font-family: 'Open Sans', sans-serif;
  
  }
  
  #SettingsHeading {
    color: #5f6368;
          outline: none;
          font-size: 20px;
          border: none;
          margin-top: 10px;
          margin-bottom: 2px;
          padding-top: 5px;
          padding-bottom: 5px;
          font-weight: bold;
          display: inline-block;
  }
  
  
  /*SCROLLBAR STYLES ----------------------------------- */
  
  /* Style the scrollbar */
  ::-webkit-scrollbar {
    width: 5px;
    background-color: #e5e5e5;
  }
  
  /* Style the thumb */
  ::-webkit-scrollbar-thumb {
    background-color: #999;
  }
  
  /* Style the thumb on hover */
  ::-webkit-scrollbar-thumb:hover {
    background-color: #666;
  }
  
  
  
  /* REPORT AND PRINTING SETTINGS ------------------------------------------- */
  /* REPORT AND PRINTING SETTINGS ------------------------------------------- */
  /* REPORT AND PRINTING SETTINGS ------------------------------------------- */
  
  #DiscussionHIDDEN {
      display: none;
      height: 0px;
      font-family: 'Open Sans', sans-serif;
  }  
  
  #IntroductionHidden {
      display: none;
      font-family: 'Open Sans', sans-serif;
      }
  
  #MainWindowHeadingHidden {
      font-size: 24px;
      font-family: 'Open Sans', sans-serif;
      color: #5f6368;
      font-weight: 500;
      margin-bottom: 5px;
      margin-top: 5px;
  }
  
/* Second Dropdown for Creating report stuff*/
.dropdown2 {
  position: relative;
  display: inline-block;
}

.dropdown2-button {
  background-color: #cccccc;
  color: #5f6368;
  font-size: 20px;
  font-weight: 500;
  border: none;
  font-family: 'Open Sans', sans-serif;
  margin: 0 15px;
}

.dropdown2-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: 0; /* Align the menu options to the left */
}

.dropdown2-content a {
  color: #5f6368;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left; /* Align the menu options to the left */
  margin: 0px;
}

.dropdown2-content a:hover {
  background-color: #ddd;
}

.dropdown2:active .dropdown2-content {
  display: block;
}

.dropdown2-button:focus + .dropdown2-content {
  display: block;
}





  #result-textarea {
    width: 99%;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    min-height: 300px;
}

  
  
  @media print {
      .navbar {
      display: none;
    }
    body {
      border: none;
    }
    ::-webkit-scrollbar {
    width: 0px;
    background-color: #e5e5e5;
  }
  
  #MainWindow{
      overflow: visible;
  }
  
  
  #FileNameInputTop {
      font-size: 28px;
      margin-left: 10px;
  }

  body{
    background-color: white;
   
  }
  
  /*
  #DiscussionHIDDEN {
      display: block;
      height: fit-content; 
  }
  


  #IntroductionHidden {
      display: block;
  }
  

  */
  #Graph2Div {
  page-break-inside: avoid;
  
  }
  #Graph3Div {
    page-break-inside: avoid;
    
    }

  #Graph4Div {
    page-break-inside: avoid;
    
    }
  
table {
  page-break-inside: avoid;
  
}

.grid-container-carboncost{
  page-break-after: avoid;
}

#EnergyPerSectorSourceChart{
      page-break-inside: avoid;
    
  }

#CostPerSectorSourceChart{
  page-break-inside: avoid;

}

#EmissionsPerSectorSourceChart{
  page-break-inside: avoid;

}


.grid-container-cost{
  page-break-after: avoid;
}

}