/* Add a black background color to the top navigation */
        
        /*body {
            background-color: #222222;
        }*/

        .topnav {
            background-color: #333;
            overflow: hidden;
            font-family: Arial, Helvetica, sans-serif;
            height: 44px;
            -webkit-box-shadow: 0px 6px 5px 0px rgba(49, 48, 48, 0.75);
            -moz-box-shadow: 0px 6px 5px 0px rgba(49, 48, 48, 0.75);
            box-shadow: 0px 6px 5px 0px rgba(49, 48, 48, 0.75);
        }
    

        /* Style the links inside the navigation bar */
        .topnav a {
            float: left;
            color: #f2f2f2;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
            font-size: 14px;
        }

        /* Change the color of links on hover */
        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

        /* Add a color to the active/current link */
        .topnav a.active {
            background-color: #d7f068;
            color: black;
            font-weight: 900;
            font-size: 20px;
        }

        .content {
            background-color: #222222;
            height: calc(100% - 48px);
            width: 100%;
        }

        .table {
            background-color: #222222;
            height: calc(100% - 48px);
            width: 100%;
            color: white;
            overflow-y: auto;
        }

        .bottomBarProduction {
            background-color: #222222;
            height: 48px;
            width: 100%;
            color: white;
            -webkit-box-shadow: 0px 6px 5px 0px rgba(49, 48, 48, 0.75);
            -moz-box-shadow: 0px 6px 5px 0px rgba(49, 48, 48, 0.75);
            box-shadow: 0px 6px 5px 0px rgba(49, 48, 48, 0.75);
        }

        .tableProduction {
            background-color: #222222;
            height: calc(100% - 96px);
            width: 100%;
            color: white;
            overflow-y: auto;
        }


        .topnavInput {
            background-color: #EEEE;
            overflow: hidden;
            font-family: Arial, Helvetica, sans-serif;
            color:#222;
            font-size: 13px;
            height: 44px;
            margin-right: 4px;
            float: left;
        }

        .topnav_labels {
            float: left;
            color: #cccccc;
            text-align: center;
            padding: 10px 16px;
            text-decoration: none;
            font-size: 9px;
            height: 44px;
        }

        .bottombar_labels {
            float: left;
            color: #cccccc;
            text-align: center;
            padding: 10px 16px;
            text-decoration: none;
            font-size: 12px;
            font-weight: bolder;
            font-family: Arial, Helvetica, sans-serif;
            height: 40px;
            width: 50px;
            border-left: 3px;
            border-color: #eeeeee;
        }

        .topnav_checkbox {
            float: left;
            color: #cccccc;
            text-align: center;
            padding: 13px 16px;
            text-decoration: none;
            font-size: 10px;
            height: 44px;
        }

        .topnav_inputs {
            float: left;
            color: #524d4d;
            text-align: center;
            text-decoration: none;
            font-size: 11px;
            height: 44px;
        }

        .bottombar_okbutton {
            background-color: #4CAF50; /* Green */
            border: 1px;
            color: white;
            padding: 3px 8px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 12px;
        }

        button:focus {
            outline:none;
            box-shadow: none;
          }

        #floatWindow {
            position: absolute;
            z-index: 99;
            background-color: #2e2e2e;
            text-align: left;
            border: 1px solid #2e2e2e;
            font-size: 12px;
            font-family:Arial, Helvetica, sans-serif;
            width: 450px;
            height: 340px;
            color: #eee;
            -webkit-box-shadow: 0px 6px 5px 0px rgba(49, 48, 48, 0.75);
            -moz-box-shadow: 0px 6px 5px 0px rgba(49, 48, 48, 0.75);
            box-shadow: 0px 6px 5px 0px rgba(49, 48, 48, 0.75);
          }
          
          #floatWindowHeader {
            padding: 10px;
            font-size: 12px;
            font-family:Arial, Helvetica, sans-serif;
            cursor: move;
            z-index: 10;
            background-color: #1e1e1e;
            color: #eee;
          }

          #batchWindow {
            position: absolute;
            z-index: 99;
            background-color: #2e2e2e;
            text-align: left;
            border: 1px solid #2e2e2e;
            font-size: 12px;
            font-family:Arial, Helvetica, sans-serif;
            width: 450px;
            height: 340px;
            color: #eee;
            -webkit-box-shadow: 0px 6px 5px 0px rgba(49, 48, 48, 0.75);
            -moz-box-shadow: 0px 6px 5px 0px rgba(49, 48, 48, 0.75);
            box-shadow: 0px 6px 5px 0px rgba(49, 48, 48, 0.75);
          }
          
          #batchWindowHeader {
            padding: 10px;
            font-size: 12px;
            font-family:Arial, Helvetica, sans-serif;
            cursor: move;
            z-index: 10;
            background-color: #1e1e1e;
            color: #eee;
          }

          #textWindow {
            position: absolute;
            z-index: 99;
            background-color: #2e2e2e;
            text-align: left;
            border: 1px solid #2e2e2e;
            font-size: 12px;
            font-family:Arial, Helvetica, sans-serif;
            width: 450px;
            height: 340px;
            color: #eee;
            -webkit-box-shadow: 0px 6px 5px 0px rgba(49, 48, 48, 0.75);
            -moz-box-shadow: 0px 6px 5px 0px rgba(49, 48, 48, 0.75);
            box-shadow: 0px 6px 5px 0px rgba(49, 48, 48, 0.75);
          }
          
          #textWindowHeader {
            padding: 10px;
            font-size: 12px;
            font-family:Arial, Helvetica, sans-serif;
            cursor: move;
            z-index: 10;
            background-color: #1e1e1e;
            color: #eee;
          }

          #utilsWindow {
            position: absolute;
            z-index: 99;
            background-color: #2e2e2e;
            text-align: left;
            border: 1px solid #2e2e2e;
            font-size: 12px;
            font-family:Arial, Helvetica, sans-serif;
            width: 450px;
            height: 120px;
            color: #eee;
            -webkit-box-shadow: 0px 6px 5px 0px rgba(49, 48, 48, 0.75);
            -moz-box-shadow: 0px 6px 5px 0px rgba(49, 48, 48, 0.75);
            box-shadow: 0px 6px 5px 0px rgba(49, 48, 48, 0.75);
          }
          
          #utilsWindowHeader {
            padding: 10px;
            font-size: 12px;
            font-family:Arial, Helvetica, sans-serif;
            cursor: move;
            z-index: 10;
            background-color: #1e1e1e;
            color: #eee;
          }

          .switch {
            position: relative;
            display: inline-block;
            width: 48px;
            height: 26px;
          }
          
          .switch input { 
            opacity: 0;
            width: 0;
            height: 0;
          }
          
          .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ccc;
            -webkit-transition: .4s;
            transition: .4s;
          }
          
          .slider:before {
            position: absolute;
            content: "";
            height: 26px;
            width: 26px;
            left: 0px;
            bottom: 0px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
          }
          
          input:checked + .slider {
            background-color: #2196F3;
          }
          
          input:focus + .slider {
            box-shadow: 0 0 1px #2196F3;
          }
          
          input:checked + .slider:before {
            -webkit-transform: translateX(26px);
            -ms-transform: translateX(26px);
            transform: translateX(26px);
          }
          
          /* Rounded sliders */
          .slider.round {
            border-radius: 22px;
          }
          
          .slider.round:before {
            border-radius: 50%;
          }

          /* centered div */
          .centered_div {
            position: fixed;
            width: 700px;
            height: 450px;
            font-size: 85px;
            color: white;
            font-family: sans-serif;
            background-color: #333333;
            top: 50%;
            left: 50%;
            z-index: 1000;
            transform: translate(-50%, -50%);
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          }

          .centered_textBox {
            background-color: #000000;
            color: #efefef;
            height: 64px;
            font-size: 58px;
            width: 690px;
            margin-bottom: 10px;
            margin-left: 4px;
            margin-right: 4px;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            border-width: 0px;
          }

          .matchedTextAreaStyle {
            background-color: #222222;
            color: #eeeeee;
            height: 126px;
            width:690px;
            font-size: 24px;
            text-align: left;
            vertical-align: top;
            font-family: monospace;
            border-width: 0px;
            margin-top:2px;
            overflow-y: scroll;
            margin-left: 4px;
            margin-right: 4px;
            opacity: 0.3;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            word-wrap: break-word;
          }

          .topBar {
            background-color: #222222;
            border: 0px solid;
          }

