.footer{
    display:block;
    height:13vh;
    width:100%;
    text-align: right;
  }

  .header{
    display:block;
    width:100%;
    text-align: center;
  }

  .logos{
    display: flex;
    align-items: center;
    width: 100%;
  }
  .logos img{
    display: block;
    margin: auto;
  }

  
  /* New stuff */

  .content{
    width: 62%;
    padding: 15px;
    margin-left: 80px;
  }


  .box_header_wrapper{
    width:80%;
    border-bottom:1px solid gray;
    margin-bottom: 12px;
  }

  .box_header_wrapper h2, .box_header_wrapper h3{
    display: inline-block;
    margin-bottom: 5px;
  }


  .box_header_wrapper .modus_selector{
    display:inline-block;
  }



  .circuit_box{
    width: 0;
    position:fixed;
    left:-50px;
    top:10px;
    z-index: 10;
    transition: width 1s;
  }
  .circuit_box .inner_circuit_box{
    display:block;
    width: 100%;
    margin: auto;
    height:unset;
    padding: 15px;
    border: 2px solid black;
    border-radius: 5px;
    background-color:white;
  }
  .circuit_box .inner_circuit_box svg{
    display:block;
    width: 100%;
    margin: auto;
    height:unset;
  }

  .subbox_wrapper{
    border:1px solid gray;
    width: 70%;
    padding: 15px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    margin-bottom:40px;
  }

  .content{
    transition: margin-left 1s;
  }

  .open_diagram{
    position:fixed;
    left:-8px;
    top:10px;
    cursor: pointer;
    background-color: gray;
    width: 80px;
    word-wrap: normal;
    border-radius: 10px;
    padding: 5px;
    font-size:small;
    padding-left: 10px;
    color: white;
  }

  .open_diagram:hover{
    background-color:white;
    border: 1px solid gray;
    color: gray;
  }

  .closebtn{
    float:right;
    text-decoration: none;
    color: black;
    font-weight:bold;
    font-size:larger;
  }
  .closebtn:hover{
    color: gray;
  }

  .form_field{
    display:flex;
    margin-top: 4px;
  }
  .form_field label{
    width: 200px;
    margin-right: 15px;
  }
  .form_field input, .modus_selector select{
    max-width: 100px;
    border: 1px solid gray;
    background-color: white;
  }

  .op_input_field{
    max-width: 100px;
  }

  .modus_selector select{
    max-width: 200px;
  }

  .reference_design_data{
    margin-top: 30px;
  }

  table input{
    border: none;
  }

  .form_field input:focus-visible, .modus_selector select:focus{
    outline: none;
    border:2px solid #143b66;
  }
  
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }

  table{
    font-size:small;
    width: 100%;
  }


  .content_from_standard{
    text-align: center;
    border: solid 2px #0069B4;
    display:table;
    width:90%;
    cursor: pointer;
    padding: 10px;
    margin: 10px;
  }

  .content_from_standard_legend{
    text-align: center;
    border: solid 2px #0069B4;
    display:table;
    width:90%;
    cursor: pointer;
    padding: 10px;
    margin: 10px;
  }

  .content_from_user{
    text-align: center;
    border: solid 2px orange;
    display:table;
    width:90%;
    cursor: pointer;
    padding: 10px;
    margin: 10px;
  }

  .content_from_manufacturer{
    text-align: center;
    border: solid 2px lightgreen;
    display:table;
    width:90%;
    cursor: pointer;
    padding: 10px;
    margin: 10px;
  }

  .content_from_standard:hover{
    background-color:#0069B4;
    color:white;
  }
  .input_field_from_standard input{
    border: 2px solid #0069B4;
  }

  span[class="content_from_standard"]{
    display: inline-block;
    width: auto;
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 0px
  }

  h2[class="content_from_standard"] ,h3[class="content_from_standard"]{
    display: inline-block;
    width: auto;
    padding: 1px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 4px;
  }

  .content_from_standard .link_number{
    display: table-cell;
    vertical-align:middle;
    color: #0069B4;
    font-weight:bold;
  }

  .set_to_default{
    background: url("../icons/set_default.svg");
    background-size: contain;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    width: 15px;
    height: 15px;
    margin-left: 10px;
    cursor: pointer;
    display:inline-block;
  }

  table input{
    max-width: 30px;
  }

  table .rel_loss{
    width: 30px;
  }

  table, th, td {
    border-collapse: collapse;
  }

  .form_line .form_field{
    display:inline-block;
    margin-right: 25px;
  }

  .show_standard_content_wrapper{
    position: fixed;
    display: block;
    right: 5%;
    top: 100px;
    width: 30%;
    max-height: 70vh;
    overflow: auto;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  }

  

  .show_standard_content{
    border: 1px;
    border: solid 2px #0069B4;

    padding: 10px;
  }

  textarea{
    width:100%; 
    height: 400px;
    margin-top: 25px;
  }

  .contact_form textarea{
    height: 150px;
  }

  .user_input td, .user_input th{
    border: 1px solid orange;
  }
  .manufacturer_input{
    display:block;
    overflow-x:auto;
  }

  .manufacturer_input td, .manufacturer_input th{
    border: 1px solid lightgreen;
  }

  .empty_table{
    font-weight: bolder;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .pds_table{
    width: 80%;
  
  }

  .loss_table{
    width: auto;
  }
  .loss_table td, .loss_table th{
    padding: 6px;
  }
  .loss_table th{
    background-color: lightgray;
  }


  .blue{
    background-color: #0069B4;
    color: white;
  }

  .orange{
    background-color: orange;
    color: white;
  }
  .calc_losses{
    top: 100px;
  }
  
  .show_explanation{
    top: 55px;
  }




  .single_form{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .equation_box{
    font-size:small;
    margin-bottom:7px;
    margin-top:7px;
    overflow-x:auto;
    overflow-y:hidden;
    display: block;
  }


  