body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:left;display:flex;flex-direction:column;height:100vh}.App-logo{width:150px;height:auto;pointer-events:none}.App-header{background-color:#fafafa;height:60px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;font-size:14px;color:#000}.is-error{border:2px solid red!important}a{cursor:pointer}.blue{color:#002e5b}.w100{width:100%}.bold{font-weight:700}.menu{margin-left:30px;width:100%}.menu a{padding:15px;text-decoration:none;color:#000}.spinner{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.menu a:hover{background-color:#cacaca}main{height:calc(100% - 60px)}.vertical-center{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.login-box{box-shadow:#110c2e26 0 48px 100px;background-color:#fff;min-width:30%;border-radius:20px;padding:20px;text-align:center}.login-input{display:flex;flex-direction:column-reverse;position:relative;padding-top:10px;width:70%;margin:auto}.login-input+.login-input{margin-top:10px}.small-text{font-size:14px}.input_label{color:#8597a3;position:absolute;top:15px;-moz-transition:all .3s;-o-transition:all .3s;-webkit-transition:all .3s;transition:all .3s}.input_field{border:0;padding:0;z-index:1;background-color:transparent;border-bottom:2px solid #eee;font:inherit;font-size:14px;line-height:30px}.input_field:focus,.input_field:valid{outline:0;border-bottom-color:#665856}.input_field:focus+.input_label,.input_field:valid+.input_label{color:#665856;-moz-transform:translateY(-25px);-ms-transform:translateY(-25px);-webkit-transform:translateY(-25px);transform:translateY(-25px)}.input_eye{position:absolute;bottom:0;right:0;width:36px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.input_eye svg{width:24px;height:auto;stroke:#8597a3}.heading{font-size:20px}.menu-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:30px;grid-row-gap:30px;height:100%}.menu-grid a{color:#fff}.space-between{justify-content:space-between}.half-box-container{display:flex;justify-content:space-between;flex-direction:column}.menu-grid div.box:hover,.menu-grid div.half-box:hover{-webkit-box-shadow:0 11.5px 18px 6px rgb(146,146,146);-moz-box-shadow:0 11.5px 18px 6px rgb(146,146,146);box-shadow:0 11.5px 18px 6px #929292;cursor:pointer}.menu-grid div.box{height:10 0%;background:#002e5b;border-radius:20px;-webkit-box-shadow:0 11.5px 18px 6px #ddd;-moz-box-shadow:0 11.5px 18px 6px #ddd;box-shadow:0 11.5px 18px 6px #ddd;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center}.menu-grid div.half-box{height:45%;background:#002e5b;border-radius:20px;-webkit-box-shadow:0 11.5px 18px 6px #ddd;-moz-box-shadow:0 11.5px 18px 6px #ddd;box-shadow:0 11.5px 18px 6px #ddd;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center}.sub-menu{background-color:#fafafa;padding:20px;border-radius:20px}.d-flex{display:flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.mt-10{margin-top:10px}.mt-20{margin-top:20px}.modal-overlay{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:20;background:#000000f2;display:flex;justify-content:center;align-items:center}.modal-body{background:#fff;border-radius:10px;width:60vw;height:auto;padding:15px;box-sizing:border-box}.button{padding:8px 20px;background-color:#002e5b;color:#fff;border:0;border-radius:5px;text-decoration:none}.button:hover{box-shadow:0 0 18px 6px #cacaca}.lightBlue{background-color:#55adff!important}a{text-decoration:none}.block{display:block;width:100%;box-sizing:border-box;text-align:center}.p-1{padding:1em}.p-2{padding:2em}.p-3{padding:3em}.mt-1{margin-top:1em}.mt-2{margin-top:2em}.mt-3{margin-top:3em}.mb-1{margin-bottom:1em}.mb-2{margin-bottom:2em}.mb-3{margin-bottom:3em}.subtype-main{display:flex;flex-direction:row;min-height:90%;width:100%;box-sizing:border-box}.subtype-info{display:flex;flex-direction:column;width:30%;align-items:center}.subtype-select{display:flex;flex-direction:column;justify-content:space-around;min-height:100%;width:70%}.big-select-button{background:#002e5b;color:#fff;margin:20px;border-radius:50px;text-align:center;flex:1;display:flex;align-items:center;justify-content:center;text-decoration:none}buttonbig-select-button:hover{box-shadow:#00000040 0 25px 50px -12px}.tanks-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);grid-column-gap:10px;grid-row-gap:10px;min-height:100%;padding:5%;box-sizing:border-box}.select-tank-radio{display:none}.select-tank-radio+label{background:#999;height:100%;width:100%;display:inline-block;padding:0;cursor:pointer}.select-tank-radio:checked+label{border:2px solid #002e5b;border-radius:20px;height:100%;width:100%;display:inline-block;padding:0;box-shadow:#000000bf 0 0 20px}.form-control{width:100%;box-sizing:border-box;padding:5px;border:1px solid #cacaca;margin-bottom:10px}.small-input-label{font-size:.8em;font-weight:700;padding-left:6px;margin-bottom:3px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.table-responsive{max-width:100%;overflow:auto;margin-top:20px}.table{width:100%;border:1px solid #cacaca}.table tr:last-child td{border-bottom:0}.table tr:hover{background-color:#ebebeb!important}.table tr th,.table tr td{text-align:left;padding:5px;box-sizing:border-box}.table tr th{color:#fff;font-weight:400;background-color:#8f8f8f;border-bottom:solid 2px #d8d8d8;position:sticky;top:0}.table tr td{border:solid 1px #d8d8d8;border-left:0;border-right:0;white-space:nowrap}.table tr{transition:background-color .15s ease-out}.table tr:nth-child(2n){background-color:#fff}.table tr{background-color:#fafafa;cursor:pointer}.blue-row{background:#6ca0d4!important}.selected-row{background:#000!important;color:#fff!important}.picture{display:flex;width:100%;height:77%;justify-content:center;align-items:center;flex-direction:row}.content-picture{width:75%;height:100%;margin:20px;box-sizing:border-box;overflow:auto;background:#fff}.info-picture{width:25%}.lds-ring{display:inline-block;position:relative;width:80px;height:80px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border:8px solid #002e5b;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#002e5b transparent transparent transparent}.lds-ring div:nth-child(1){animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}.footer{font-size:10px;box-sizing:border-box;width:100%;padding:20px;color:#fff;background-color:#000}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
