input,textarea{border:1px solid #000000;background:#f5f8fb;color:#000000;border-radius:0;box-sizing:border-box;resize:none;font-family:Arial,Helvetica,sans-serif;font-size:1em;height:1.3em;line-height:1.3em}input:focus,textarea:focus{outline:none;background-color:#f5f8fb;color:#000000}input:disabled,textarea:disabled{background:none;border:none;outline:none;cursor:default}.onoffswitch{border:1px solid #000000;height:20px;width:40px;position:relative;box-sizing:border-box;background-color:#f5f8fb;background-position-x:left;background-position-y:center;background-size:contain;background-repeat:no-repeat;cursor:pointer}.onoffswitch:not(.mixed){background-image:url('../img/icones/coche_cross.svg')}.onoffswitch:not(.mixed).checked::after{left:20px}.onoffswitch:not(.mixed)::after{transition:all .1s ease;content:"";position:absolute;left:0px;right:0px;height:18px;width:18px;background-color:#f5f8fb;box-shadow:2px 2px 4px 0 rgba(0,0,0,0.7)}.onoffswitch.mixed::after{content:"";position:absolute;left:0px;right:0px;height:18px;width:38px;background-color:rgba(60,157,196,0.8)}.line_param{display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:center;margin:8px 0px}.line_param.label::after{content:":"}